/* html, */
/* body {
    position: relative;
    height: 100%;
    padding: 0;
  } */

body {
    /* background: #f7f7f7; */
    /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
    /* font-size: 14px; */
    /* color: #000; */
    margin: 0;
    padding: 0;
}

/* .nav {
    --bs-nav-link-hover-color: var(--primary-color) !important;
} */

/* .nav-tabs.nav-tabs-basic .nav-link.active,
.nav-tabs.nav-tabs-basic .nav-item.show .nav-link {
    border-color: var(--primary-color) !important;
} */


.search_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    letter-spacing: -0.01rem;
    position: relative;
    border: 0px;
    background: white;
}

.search_btn:not(.btn-link):hover {
    transform: none;
    box-shadow: none;
}

.refer_and_earn_border {
    border: 2px dashed #343f52;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    /* background-color: var(--primary-color) !important;; */
    border-color: black !important;
    ;
    box-shadow: var(--bs-btn-active-shadow);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    /* background-color: #f7f7f7; */
}

/* .swiper-slide-category {
    width: 160px !important;
} */

.category-swiper>.swiper-controls>.swiper-navigation {
    display: none;
}

.swiper-slide-category img {
    height: 110px;
    border-radius: 8px;
}

.swiper-wrapper {
    padding: 0 10px 35px 10px;
}


.category-image-container img {
    max-height: 100%;
    border-radius: 8px;
    max-width: 100%;
}

.category-image-container {
    height: 125px !important;
    width: 125px !important;
}

.description_img img {
    max-width: 100% !important;
}

.sub_category-image-container {
    /* height: 100px !important; */
    width: 100px !important;
}

.sub_category-image-container img {
    border-radius: 8px;
    height: 100px !important;
    width: 100px !important;
    object-fit: cover !important;
}

.brand_image_div {
    width: 110px !important;
    height: 130px !important;
}

.brand_image_div img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.progress-wrap.active-progress {
    opacity: 1 !important;
}

/* .category-swiper .swiper-controls .swiper-navigation {
    display: none;
} */

section.slider>.pb-md-1>.swiper-controls {
    position: relative !important;
}

/* .swiper-controls {
    margin-top: 20px;
} */

.swiper-wrapper {
    padding: 0 10px 0px 0px !important;
}

.slide-img {
    height: 300px;
    max-width: 1315px;
    /* max-width: 1290px; */
}

.slide-img img {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

/* .slide-img {
    height: 500px;
} */

/* .swiper-slide-style4 {
    width: 310px !important;
    margin-right: 20px !important;
} */

.logo-img img {
    max-width: 100%;
    max-height: 100%;
}

/* .navbar-brand img {
    width: 50%;
} */

.product-grid .price span,
.striped-price {
    color: red;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}

button.btn.btn-secondary.dropdown-toggle {
    gap: 2px;
    display: flex;
    align-items: baseline;
}

figure img {
    height: 260px !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* .fig_image{
    height: 150px !important;
} */

.gallery-thumbs .swiper-controls {
    display: none;
}

/* num in counting  */
.num-in {
    background: #FFFFFF;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 110px;
    float: left;
    margin-top: -22px;
}

.num-in span {
    width: 30%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.num-in span:before,
.num-in span:after {
    content: '';
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input {
    float: left;
    width: 60%;
    height: 36px;
    border: none;
    text-align: center;
    font-weight: 900;
    color: #b0b0b0;
}

.num-in input:focus {
    color: black;
    outline: none;
}

/* order details progressbar */
.orders-section #progressbar #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step2:before {
    content: "2";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step4:before {
    content: "4";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step5:before {
    content: "5";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step6:before {
    content: "6";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step7:before {
    content: "7";
    color: #fff;
    width: 29px;
    text-align: center;
}

section #progressbar div.active:after {
    background: var(--primary-color);
}

@media (max-width: 1024px) {
    .process-wrapper.line [class*=col-]:not(:last-child):after {
        width: 100%;
        position: absolute;
        content: "";
        height: 1px;
        background: none;
        border-top: 1px solid rgba(164, 174, 198, 0.2);
        top: 1.2rem;
        z-index: 1;
    }

}

#step2,
#step3 {
    text-align: center;
}

#step4,
#step5 {
    text-align: right;
}

#step6 {
    text-align: end;
}

#step7 {
    text-align: end;
}

#progressbar div.cancel {
    color: red !important;
}

.orders-section #progressbar div.cancel:after {
    width: 0;
}


.blog_category .select2-container {
    width: 100% !important;
    /* padding-left: 109px; */
}

.blog-img {
    /* width: 300px; */
    height: 230px;
}

.product-list-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-bg {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.item-compare {
    margin-top: 54px;
}

.swiper-img {
    border: 1px solid #c2c2c2;
    border-radius: 1.4mm;
    width: 88% !important;
    height: 110px !important;
    display: flex;
    align-items: center;
}

.swiper-img img {
    width: 100% !important;
}

.swiper-image img {
    max-width: 100% !important;
    max-height: 310px !important;
}

/* width */
.product-thumb-img::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.product-thumb-img::-webkit-scrollbar-track {
    border-radius: 7px;
}

/* Handle */
.product-thumb-img::-webkit-scrollbar-thumb {
    background: rgb(178, 174, 174);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.swiper-slide-container>.swiper-controls {
    display: none;
}

.offer-img img {
    max-width: 100%;
    max-height: 100%;
    width: -webkit-fill-available;
}

.offer-img {
    height: 270px;
}

/* .offer-image {
    height: 330px;
    width: 100%;
} */

.faq_image {
    height: 350px;
    /* width: 430px; */
}

.faq_image img {
    max-width: 100%;
    max-height: 100%;
}


.faq-answer {
    word-break: break-word;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

/* FAQ page: illustration toward outer start edge; questions aligned to outer end + chevron on correct side */
.faq-page-section .faq-page-illustration-col {
    display: flex;
    justify-content: flex-start;
}

.faq-page-section .faq-page-illustration-col .faq_image {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.faq-page-section .accordion-wrapper .card-header {
    position: relative;
}

.faq-page-section .accordion-wrapper .card-header button {
    position: relative;
}

/* LTR: questions and answers toward the right; chevron on the right */
.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .card-header button {
    text-align: end;
    padding: 0 1.85rem 0 0;
}

.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .card-header button::before {
    left: auto !important;
    right: 0.15rem !important;
    margin-left: 0 !important;
}

.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .card.plain .card-header button {
    padding: 0 1.35rem 0 0;
}

.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .card.plain .card-header button::before {
    left: auto !important;
    right: 0 !important;
}

.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .card.plain .card-body {
    padding: 0 1.1rem 0 0;
}

.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .card-body.faq-answer {
    text-align: end;
}

.faq-page-section .faq-page-accordion-col[dir="ltr"] .accordion-wrapper .accordion-item .card-body {
    padding: 0 2rem 0.25rem 1rem;
}

.blog-card-img {
    width: 100% !important;
    height: 300px;
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
}

/* .blog-card-img img {
    max-width: 100% !important;
    max-height: 100%;
} */

.fav-row .row {
    margin: 0;
}


.accordion-card {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cart-img {
    width: 110px !important;
    height: 100px !important;
}

.cart-img img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.checkout-img {
    width: 40% !important;
    height: 90px !important;
}

.checkout-img img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.iziModal.isAttached,
.iziModal.isFullscreen {
    border-radius: 12px !important;
}

.compare-img {
    /* width: 100px !important; */
    height: 270px !important;
}

.compare-img img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.reviews .review-box {
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
}

.review-img {
    width: 100% !important;
    height: 90px !important;
}

.review-img img {
    max-width: 100% !important;
    max-height: 100% !important;
}

/* .btn-outline-primary:hover {
    color: white !important;
} */

.refer-img-box {
    height: 250px;
    /* width: 400px; */
}

.refer-img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.footer-logo-footer {
    width: 240px;
    height: 80px;
}

.footer-logo-footer img {
    max-width: 100%;
    max-height: 100%;
}

.list-unstyled li a:hover {
    color: white !important;
}

.link_cursor {
    cursor: pointer;
}

.promo-code-img {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-code-img img {
    max-height: 100%;
    max-width: 100%;
}

.copy-promo-code {
    border: 1px dashed;
    background: #ebebeb;
    max-width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    justify-content: space-between;
}

/* ---------------------------------------------------------------------------------------------- 
      Product-listing 
  */

.product-listing .title {
    font-size: 16px;
}

.sidebar-filter {
    display: none;
}

/* filter sidebar scroll */
.filter_attributes {
    max-height: 300px;
    overflow-y: scroll;
}

.filter_attributes::-webkit-scrollbar {
    width: 7px;
}

.filter_attributes::-webkit-scrollbar-track {
    border-radius: 7px;
}

.filter_attributes::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

/* brand filter sidebar scroll */
.brand_filter {
    max-height: 160px;
    overflow-y: scroll;
}

.title_wrap {
    text-wrap: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.brand_filter::-webkit-scrollbar {
    width: 7px;
}

.brand_filter::-webkit-scrollbar-track {
    border-radius: 7px;
}

.brand_filter::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

/* HIDE RADIO */
.brand_div [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.brand_div {
    height: 35px !important;
    width: 35px !important;
}

/* IMAGE STYLES */
.brand_div [type=radio]+img {
    cursor: pointer;
    max-height: 35px;
    max-width: 35px;
    object-fit: contain;
}

/* CHECKED STYLES */
.brand_div [type=radio]:checked+img {
    outline: 2px solid var(--primary-color);
}

.selected-brand {
    outline: 2px solid var(--primary-color);
}

.selected-category {
    background-color: var(--primary-color);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScxLjUnIGZpbGw9JyNmZmYnLz48L3N2Zz4=);
}

/* category filter scroll sidebar */
.category_filter {
    max-height: 210px;
    overflow-y: scroll;
}

.category_filter::-webkit-scrollbar {
    width: 7px;
}

.category_filter::-webkit-scrollbar-track {
    border-radius: 7px;
}

.category_filter::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

/* select2 */

#offcanvas-search .select2-results {
    z-index: 999999;
    position: fixed;
    background: white;
    width: inherit;
    /* overflow: scroll;
    height: 50%; */
}

.select2-results__options {
    max-height: 300px;
    overflow: auto;
}

.select2-result-repository {
    padding-top: 4px;
    padding-bottom: 3px;
}

.select2-result-repository__avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    text-align: center !important;
}

.select2-result-repository__icon {
    float: left;
    width: 60px;
    height: 25px;
    margin-right: 10px;
    text-align: center !important;
}

.select2-result-repository__avatar img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 2px;
}

.select2-result-repository__meta {
    margin-left: 70px;
}

.select2-result-repository__meta_icon {
    margin-left: 0px;
}

.select2-result-repository__title {
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers {
    margin-right: 1em;
}

.select2-result-repository__forks,
.select2-result-repository__stargazers,
.select2-result-repository__watchers {
    display: inline-block;
    color: #aaa;
    font-size: 11px;
}

.select2-result-repository__description {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

.select2-results__option--highlighted {
    opacity: 1 !important;
}

.select2-results__option--highlighted .select2-result-repository__title {
    color: rgb(31, 30, 30);
    color: black;
    font-weight: bold;
}

.select2-results__option--highlighted .select2-result-repository__forks,
.select2-results__option--highlighted .select2-result-repository__stargazers,
.select2-results__option--highlighted .select2-result-repository__description,
.select2-results__option--highlighted .select2-result-repository__watchers {
    color: rgb(31, 30, 30);
}

/* .select2-container--adwitt .select2-results>.select2-results__options {
    max-height: 300px;
    overflow: auto;
} */

.select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: hidden !important;
    overflow: hidden;
    white-space: normal !important;
}

.select2-selection__placeholder {
    color: #bcbbbb;
}

.edit_city .select2-container {
    width: 100% !important;
}

/* .select2-container .select2-selection--single { */
/* margin-top: 8px; */
/* padding: 8px;
    height: 100% !important; */
/* } */

.mobile-search .select2-container {
    border: 2px solid rgba(185, 185, 185, .2);
}

.select2-results__options {
    overflow-y: auto;
}

.select2-dropdown {
    z-index: 9999;
    border: 0px solid var(--border-color);
    border-radius: 0px;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    padding: 2px;
}

.select2-results__option {
    opacity: 0.8;
    transition: 150ms;
}

.product-page-details .btn-group>.active {
    background-color: #343f52 !important;
    /* background-color: var(--primary-color) !important;  */
}


/* accordion in filter */
.accordion-wrapper .card-header button:before {
    color: black !important;
}

.accordion-wrapper .card-header button:hover::before {
    color: var(--primary-color) !important;
}

.accordion-wrapper .card-header button:hover {
    color: var(--primary-color) !important;
}



@media (min-width: 1024px) {
    .swiper-auto .swiper-slide {
        width: 850px;
    }

    .swiper-auto.swiper-auto-xs .swiper-slide {
        width: 600px;
    }

    .logo-img {
        /* width: 187px !important; */
        height: 50px !important;
    }

    .mobile-searchbar {
        display: none;
    }

    .mobile_quick_view {
        display: none;
    }
}


@media (max-width: 991.98px) {

    .map.rounded-top iframe,
    .image-wrapper.rounded-top {
        border-top-left-radius: 0.4rem !important;
        border-top-right-radius: 0.4rem !important;
        width: 350px !important;
    }

    /* .image-wrapper.rounded-4-top {
      border-top-left-radius: 0.8rem !important;
      border-top-right-radius: 0.8rem !important;
    } */
}


@media (min-width: 768px) and (max-width: 1023.98px) {
    .swiper-auto .swiper-slide {
        width: 600px;
    }

    .swiper-auto.swiper-auto-xs .swiper-slide {
        width: 400px;
    }

    .logo-img {
        /* width: 187px !important; */
        height: 40px !important;
    }

    .mobile-searchbar {
        display: none;
    }

    .mobile_quick_view {
        display: none;
    }
}

@media (max-width: 767px) {
    .swiper-auto.swiper-auto-xs .swiper-slide {
        width: 300px;
    }

    .desktop-search {
        display: none;
    }

    .desktop_quick_view {
        display: none;
    }

    .slide-img {
        height: 130px;
        max-width: 1315px;
        /* max-width: 1290px; */
    }

    .mySwiper .swiper-wrapper .swiper-mobile-slide {
        width: 190px !important;
    }
}


@media screen and (max-width: 450px) {
    .sidebar-filter-sm {
        display: none;
    }

    .desktop-search {
        display: none;
    }

    .desktop_quick_view {
        display: none;
    }
}

@media screen and (max-width:500px) {
    #chat-iframe {
        width: 90% !important;
    }
}

.sale_tag {
    top: 1rem;
    left: 1rem;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .swiper-container.swiper-thumbs-container {
        display: none;
    }

    .fig_image {
        height: 150px !important;
    }

    .mt-3 {
        margin-top: 0px !important;
    }

    .mb-13 {
        margin-bottom: 0rem !important;
    }

    /* .isotope{
        height: 0px !important;
    } */

    .default-style .post-header h4 {
        font-size: 14px !important;
        margin-bottom: 0px !important;
    }

    .style_3 .product-content h4 {
        font-size: 14px !important;
    }

    .style_4 .product-content h4 {
        font-size: 14px !important;
    }

    .mySwiper .swiper-wrapper .swiper-mobile-slide {
        width: 190px !important;
    }

    .product_listing_list h4 {
        font-size: 0.75rem;
    }

    .product_listing_list .product-rating-small {
        margin-bottom: 0px !important;
    }

    .sale_tag {
        top: 0.1rem !important;
        left: 0.1rem !important;
    }

    .product_listing_list>.mt-n2 {
        display: none;
    }

    /* .swiper-slide-style4 {
        width: 150px !important;
    } */

    .default_heading h3 {
        font-size: 18px;
    }

    .default_heading h6 {
        font-size: 16px !important;
    }

    .seller-image-container {
        /* width: 150px !important; */
        height: 200px !important;
    }

    .seller-image-container .fig_seller_image {
        width: 150px !important;
        /* height: 150px !important; */
    }

    .sidebar-filter-sm {
        display: none;
    }

    .listing-page .filter-nav {
        display: none;
    }

    .logo-img {
        /* width: 187px !important; */
        height: 75px !important;
    }

    /* .swiper-slide-category {
        width: 100px !important;
        margin-right: 10px !important;
    } */

    .swiper-slide-category img {
        height: 75px;
        border-radius: 8px;
    }
}

@media only screen and (min-width: 800px) {
    .product-preview-image-section-sm {
        display: none;
    }

}

@media (max-width:799px) {
    .swiper-thumbs-container {
        display: none !important;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (max-width: 650px) {

    /* .swiper-container.swiper-thumbs-container {
        display: none;
    } */
    .filter-nav {
        display: none;
    }

    .sidebar-filter-sm {
        display: none;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 768px) {
    .filter-nav {
        display: none;
    }

    .sidebar-filter-sm {
        display: none;
    }

    /* .swiper-slide-category img {
        height: 110px;
    } */
}

/* Extra small devices (phones, 990px and down) */

@media only screen and (max-width: 991px) {
    .product-page-preview-image-section-md {
        display: none;
    }

    .sidebar-filter-sm {
        display: none;
    }

    /* .swiper-slide-category img {
        height: 110px;
    } */
    .logo-img {
        /* width: 187px !important; */
        height: 75px !important;
    }

}

@media only screen and (min-width: 1000px) {

    .filter-sidebar-mobile {
        display: none;
    }

    .slide-img {
        height: 500px;
    }

    .swiper-slide-category img {
        height: 110px;
        border-radius: 8px;
    }

    /* .swiper-slide-category {
        width: 150px !important;
        margin-right: 10px !important;
    } */
}

#pills-tab>.nav-item a:hover {
    color: var(--primary-color) !important;
}

.buy-now-btn {
    position: fixed;
    bottom: 18px;
    left: 18px;
    z-index: 9999;
}

/* color-switcher */

.setting-icon {
    font-size: 1.7rem !important;
    margin-top: 6px;
}

#colors-switcher {
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    left: -189px;
    position: fixed;
    top: 24%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#colors-switcher .color-bottom {
    background: none repeat scroll 0 0 #fff
}

#colors-switcher .color-bottom a.settings {
    background: none repeat scroll 0 0 #fff;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 28px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0
}

#colors-switcher ul.color-style {
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
    border-radius: 0px;
}

.list-item-inline {
    display: inline-block;
}

#colors-switcher ul.color-style li.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0
}

#colors-switcher ul.color-style li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 3px
}

#colors-switcher ul.color-style .blue {
    background-color: #1e4071;
}

#colors-switcher ul.color-style .aqua {
    background-color: #54a8c7;
}

#colors-switcher ul.color-style .fuchsia {
    background-color: #e668b3;
}

#colors-switcher ul.color-style .grape {
    background-color: #605dba;
}

#colors-switcher ul.color-style .green {
    background-color: #45c4a0;
}


#colors-switcher ul.color-style .leaf {
    background-color: #7cb798;
}

#colors-switcher ul.color-style .navy {
    background-color: #343f52;
}

#colors-switcher ul.color-style .orange {
    background-color: #f78b77;
}

#colors-switcher ul.color-style .pink {
    background-color: #d16b86;
}

#colors-switcher ul.color-style .purple {
    background-color: #747ed1;
}

#colors-switcher ul.color-style .red {
    background-color: #e2626b;
}

#colors-switcher ul.color-style .sky {
    background-color: #5eb9f0;
}

#colors-switcher ul.color-style .violet {
    background-color: #a07cc5;
}

.product-preview-image-section-sm .swiper-controls .swiper-navigation .swiper-button {
    display: none;
}

.swiper-style4 .swiper-controls .swiper-navigation .swiper-button {
    display: none;
}

.swiper-navigation .swiper-button {
    display: none;
}

.whatsapp-icon {
    position: fixed;
    left: 20px;
    bottom: 65px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 3px 0px; */
}

.whatsapp-icon .btn {
    padding: 0 !important;
}

.whatsapp-icon .btn img {
    max-width: 100%;
    max-height: 100%;
}

/* chat css */

.chat-hide-show {
    display: none !important;
}

.chat-min {
    /* height: 73vh !important; */
    height: 100% !important;
    max-height: 850px;
}

.image-box-100 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100px;
    height: 100px;
}

.image-box-100 img {
    max-width: 100%;
    max-height: 100%;
}

.chat-min>.select2-container {
    width: 100% !important;
}

.chat-max {
    height: 88vh !important;
}

.chat-theme-dark {
    background-color: #1A1D21 !important;
    border-top: 2px solid #17a2b8 !important;
}

.chat-theme-light {
    background-color: #F8F8FA !important;
    border-top: 2px solid #383F45 !important;
}

.chat-theme-light .chat-left .person-group-chat {
    background: #8e8e8e;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    color: #ececec;
    top: -22px;
    left: 0;
    font-size: 12px;
}

.chat-theme-light .chat-right .person-group-chat {
    background: #8e8e8e;
    padding: 1px 5px;
    border-radius: 3px;
    position: absolute;
    color: #ececec;
    top: -22px;
    right: 0;
    font-size: 12px;
}

.chat-avtar-search {
    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #99e2ff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;
    margin: 0px 16px 0px 0px;
}

.chat-avtar-main {
    border-radius: 50%;
    border: none;
    width: 45px;
    height: 45px;
    background: #e1ebff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;
}

.chat-box .chat-content .chat-item>.chat-avtar {
    float: left;
    /*    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #e1ebff;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;*/
    -webkit-user-drag: none !important;
}

.chat-box .chat-content .chat-item.chat-right .chat-avtar {
    float: right;
    /*    border-radius: 50%;
    border: none;
    width: 50px;
    height: 50px;
    background: #ffe1e1;
    text-align: center;
    line-height: 52px;
    font-size: 26px;
    font-weight: 800;
    color: #777777;*/
    -webkit-user-drag: none;
}

.chat-theme-light .delete-msg {
    position: absolute;
    color: white;
    top: 0;
    right: 3px;
}

.chat-theme-dark .delete-msg {
    position: absolute;
    color: white;
    top: 0;
    right: 3px;
}

.chat-theme-light .download-msg {
    position: absolute;
    color: black;
    top: 0;
    left: 3px;
}

.chat-theme-dark .download-msg {
    position: absolute;
    color: black;
    top: 0;
    left: 3px;
}

.chat_media_img {
    grid-area: img;
}

.chat_media_file {
    grid-area: file;
    color: #b13c3c;
}

.chat_media_size {
    grid-area: size;
}


.chat-theme-light .chat-files {
    text-align: center;
    display: grid;
    grid-template-areas:
        'img file file file size size';
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-theme-dark .chat-files {
    text-align: center;
    display: grid;
    grid-template-areas:
        'img file file file size size';
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-files-search {
    text-align: center;
    display: grid;
    grid-template-areas:
        'img file file file size fa-download';
    grid-gap: 10px;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 10px;
    color: black;
    margin: 1px;
}

.chat-theme-light .chat-image-view {
    position: relative;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    color: black;
    margin: 1px;
}


.chat-theme-light .msg_text_media {
    display: grid;
}

.chat-theme-dark .chat-image-view {
    position: relative;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 5px;
    color: black;
    margin: 1px;
}

.chat-theme-dark .msg_text_media {
    display: grid;
}

.chat-theme-light .download-btn-styling {
    background: #27ab45;
    color: black;
    padding: 7px;
    border-radius: 3px;
    display: none;
    margin: 8px 5px 0px 0px;
}

.chat-theme-dark .download-btn-styling {
    background: #27ab45;
    color: black;
    padding: 7px;
    border-radius: 3px;
    display: none;
    margin: 8px 5px 0px 0px;
}

.chat-image-view:hover .download-btn-styling {
    display: block;
}

.chat-files:hover .download-btn-styling {
    display: block;
}


.chat-theme-light .go-to-bottom-btn {
    cursor: pointer;
    padding: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white !important;
    border: none;
    position: absolute;
    top: -48%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 7px 4px #00000036;
    display: none;
    z-index: 2;
}

.chat-theme-dark .go-to-bottom-btn {
    cursor: pointer;
    padding: 6px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white !important;
    border: none;
    position: absolute;
    top: -48%;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 7px 4px #00000036;
    display: none;
    z-index: 2;
}

.chat-theme-dark .chat-preview-btn {
    position: absolute;
    top: 30%;
    right: 60px;
    color: #868686 !important;
}

.direct-chat-msg.right>.direct-chat-text::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 28%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #007bff;
    border-right: 0;
    margin-top: 5px;
    border-bottom-right-radius: 0px;
}

.direct-chat-msg.left>.direct-chat-text::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 20%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #d2d6de;
    border-left: 0;
    margin-top: 6px;
    border-bottom-left-radius: 0px;
}

.chat-theme-light .chat-preview-btn {
    position: absolute;
    top: 30%;
    right: 60px;
    color: #414141 !important;
}

.chat-theme-dark .chat-preview-btn:hover {
    color: #5a5a5a !important;
}

.chat-theme-light .chat-preview-btn:hover {
    color: #303030 !important;
}

.chat-theme-dark .chat-time {
    color: #d8d8d8 !important;
}

.chat-theme-light .new-msg-rcv {
    font-weight: 1000 !important;
    color: #383F45 !important;
}

.chat-theme-dark .new-msg-rcv {
    font-weight: 1000 !important;
    color: #FFFFFF !important;
}

.chat-theme-light .chat-bg {
    background-image: url(../images/bg-chat.jpg) !important;
}

.chat-theme-light .text-successg {
    color: #39E500 !important;
}

.chat-theme-dark .chat-bg {
    background-color: #303335 !important;
}

.chat-theme-dark .text-success {
    color: #39E500 !important;
}

.chat-theme-dark .chat-search-box {
    background-color: #1a1d21 !important;
    border: 1px solid #a6a7ab !important;
    border-radius: .25rem !important;
    margin-right: 8px !important;
    height: 30px !important;
    width: -webkit-fill-available;
}

.chat-theme-dark .chat-search-box:hover {
    background-color: #363b42 !important;
    border: 1px solid #c9cacc !important;
}

.chat-theme-dark .chat-search-box:focus {
    background-color: #363b42 !important;
    border: 1px solid #c9cacc !important;
    color: #c9cacc !important;
}

.chat-theme-light .chat-search-box {
    border-radius: .25rem !important;
    margin-right: 8px !important;
    height: 30px !important;
    width: -webkit-fill-available;
}

.chat-theme-light .chat-search-box:hover {
    background-color: #f2f2f7;
    border-color: #d9dae4;
}

.chat-theme-dark .chat-search-btn {
    background-color: #1a1d21 !important;
    border-color: #a6a7ab !important;
}

.chat-scroll {
    overflow: scroll !important;
    outline: none !important;
}

/* width */
.chat-scroll::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.chat-scroll::-webkit-scrollbar-track {
    border-radius: 7px;
}

/* Handle */
.chat-scroll::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.chat-theme-dark .active {
    font-weight: 700 !important;
    background: #3abaf4;
    padding: 3px 15px;
    color: #FFFDF9 !important;
}

.chat-theme-dark .active:hover {
    background: #3abaf4 !important;
    color: #FFFDF9 !important;
}

.chat-theme-light .active {
    font-weight: 700 !important;
    background: #3abaf4;
    padding: 3px 15px;
    color: #FFFDF9 !important;
}

.chat-theme-light .active:hover {
    background: #3abaf4 !important;
    color: #FFFDF9 !important;
}

.chat-theme-dark .chat-person {
    font-weight: 700;
    color: #ababab;
    padding: 3px 15px;
}

.chat-theme-dark code {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.chat-theme-light code {
    background: #e8e8e8;
    padding: 6px 8px;
    border-radius: 4px;
}

.chat-theme-dark .chat-person:hover {
    background: rgb(0, 0, 0);
    cursor: pointer;
}

.chat-theme-light .chat-person {
    font-weight: 500;
    color: #4f5961;
    padding: 3px 15px;
}

.chat-theme-light .chat-person:hover {
    background: #FFFFFF;
    cursor: pointer;
}

.chat-theme-dark .text-color {
    color: #ababab !important;

}

.chat-theme-light .text-color {
    color: #383F45 !important;
}

.chat-theme-dark .text-color h4 {
    color: #ababab !important;
}

.chat-theme-light .text-color h4 {
    color: #383F45 !important;
}

.chat-theme-dark .theme-inputs {
    background-color: #1a1d21 !important;
    border: 1px solid #a6a7ab !important;
    border-radius: 6px !important;
    color: #c9cacc !important;
    height: auto !important;
    white-space: pre-wrap !important;
}

.chat-theme-light .theme-inputs {
    border: 1px solid #383F45 !important;
    border-radius: 6px !important;
    height: auto !important;
    white-space: pre-wrap !important;
}

.chat-card-header {
    line-height: 9px !important;
    min-height: 0px !important;
    padding: 5px 8px !important;
    border-bottom: 0px !important;
}

.chat-card-header h4 {
    font-size: 17px !important;
    font-weight: 500;
}

.chat-list-unstyled-border li {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.chat-card-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    flex: 0 !important;
}

.chat-img-undrag {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.chat_divider {
    padding: 8px 10px;
    text-align: center;
    font-size: medium;
    color: brown;
    margin: 0 0 20px 0px;
    display: flex;
    align-items: center;
    text-align: center;
}

.chat_divider::before,
.chat_divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cf9a5e;
}

.chat_divider::before {
    margin-right: .25em;
}

.chat_divider::after {
    margin-left: .25em;
}


.chat_loader {
    padding: 8px 10px;
    text-align: center;
    font-size: medium;
    color: brown;
    margin: 0 0 20px 0px;
    display: flex;
    align-items: center;
    text-align: center;
    display: none;
}

.chat_loader::before,
.chat_loader::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #cf9a5e;
}

.chat_loader::before {
    margin-right: .25em;
}

.chat_loader::after {
    margin-left: .25em;
}


#chat-input-textarea-result {
    background-color: rgba(117, 117, 117, 0.36);
    position: absolute;
    bottom: 51px;
    border: 1.5px dashed rgb(119, 122, 125) !important;
    border-radius: 6px !important;
    height: auto;
}

.badge-chat {
    vertical-align: middle;
    border-radius: 5px;
    float: right;
    background-color: #fc544b;
    color: white;
    /* display: inline-block; if you get any error from this class then first uncmnt this and check */
    padding: .30em 1em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    margin-top: 2px;
}

#chat-button.opened,
#chat-iframe.opened {
    transition: all 0.35s ease-in-out;
    box-shadow: 0px 19px 10px 2px #00000014
}

#chat-iframe {
    border-radius: 26px;
}

.chat-iframe {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 450px;
    height: 600px;
    border: none;
    z-index: 999;
}

.fixed-icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.progress-wrap {
    position: initial !important;
}

#chat-button {
    transition: all 0.35s ease-in-out;
    /* position: fixed;
    bottom: 32px;
    right: 83px; */
    padding: 8px 14px;
    background-color: #3cc766;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    /* height: 2.5rem;
    width: 2.5rem; */
    display: flex;
    justify-content: center;
}


.avtar_img {
    height: 45px !important;
}


#floating_chat_view {
    margin: 22px;
}

.seller-profile-card {
    border-radius: 50%;
    width: 150px;
    /* background-color: antiquewhite; */
    height: 150px;

}

.seller-profile-card img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 50%;
}

#pickup_from_store:active {
    border: var(--primary-color) !important;
    /* color: var(--primary-color) !important; */
}

.product-styl>.swiper-style4>.swiper-controls {
    display: none;
}

.btn-xs,
.btn-group-xs>.btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.8rem;
    --bs-btn-font-size: 0.6rem;
    --bs-btn-border-radius: 0.4rem;
}

.avatar {
    font-size: 12px !important;
    height: 42px !important;
    width: 42px !important;
}

.default-style {
    position: relative !important;
    top: 0px !important;
    left: 0% !important;
}

.fav_button_dif {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    letter-spacing: -0.01rem;
    position: relative;
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 0.7rem;
    --bs-btn-border-radius: 0.4rem;
    /* --bs-btn-padding-x: 1.2rem;
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-font-size: 0.8rem;
    --bs-btn-border-radius: 0.4rem; */

    --bs-btn-color: #e2626b;
    --bs-btn-border-color: #e2626b;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e2626b;
    --bs-btn-hover-border-color: #e2626b;
    --bs-btn-focus-shadow-rgb: 226, 98, 107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e2626b;
    --bs-btn-active-border-color: #e2626b;
    --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
    --bs-btn-disabled-color: #e2626b;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e2626b;
    --bs-gradient: none;

    --bs-btn-font-family: ;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.7;
    /* --bs-btn-color: #60697b; */
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 2px;
    /* --bs-btn-border-color: transparent; */
    /* --bs-btn-hover-border-color: transparent; */
    --bs-btn-box-shadow: unset;
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    /* display: inline-block; */
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    /* font-family: var(--bs-btn-font-family); */
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    box-shadow: var(--bs-btn-box-shadow);
    transition: all 0.2s ease-in-out;
}

.fav_button_dif:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.product-page-div>.fa-heart:hover {
    color: white !important;
}

.empty-compare {
    height: 300px;
    width: 300px;
}

.empty-compare img {
    max-width: 100%;
    max-height: 100%;
}

.no-promo-code-img {
    height: 250px;
    width: 270px;
}

.no-promo-code-img img {
    max-width: 100%;
    max-height: 100%;
}

.select2-container {
    width: 100% !important;
}

.mobile-search .select2-container {
    border-radius: 10px !important;
}

.mobile-search .select2-selection {
    min-height: 28px !important;
    border-radius: 10px !important;
}

#cart-count {
    position: relative;
    left: -8px;
}

.profile_image .avatar {
    height: 110px !important;
    width: 110px !important;
    object-fit: cover;
}

.theme-krajee-svg.rating-xs .krajee-icon,
.theme-krajee-svg.rating-xs .krajee-icon-clear {
    width: 0.8rem !important;
    height: 0.8rem !important;
}

.theme-krajee-svg .filled-stars .krajee-icon-star {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIHdpZHRoPSIzMnB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHZpZXdCb3g9IjAgMCA0OC45NCA0Ny45NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2FhYSIgc3Ryb2tlPSIjZmZmZiI+Cgo8ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoKPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiNDQ0NDQ0MiIHN0cm9rZS13aWR0aD0iMC4zODM1MTk5OTk5OTk5OTk5NyIvPgoKPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBzdHlsZT0iZmlsbDogI0ZGQ0IwMDsiIGQ9Ik0yNi4yODUsMi40ODZsNS40MDcsMTAuOTU2YzAuMzc2LDAuNzYyLDEuMTAzLDEuMjksMS45NDQsMS40MTJsMTIuMDkxLDEuNzU3IGMyLjExOCwwLjMwOCwyLjk2MywyLjkxLDEuNDMxLDQuNDAzbC04Ljc0OSw4LjUyOGMtMC42MDgsMC41OTMtMC44ODYsMS40NDgtMC43NDIsMi4yODVsMi4wNjUsMTIuMDQyIGMwLjM2MiwyLjEwOS0xLjg1MiwzLjcxNy0zLjc0NiwyLjcyMmwtMTAuODE0LTUuNjg1Yy0wLjc1Mi0wLjM5NS0xLjY1MS0wLjM5NS0yLjQwMywwbC0xMC44MTQsNS42ODUgYy0xLjg5NCwwLjk5Ni00LjEwOC0wLjYxMy0zLjc0Ni0yLjcyMmwyLjA2NS0xMi4wNDJjMC4xNDQtMC44MzctMC4xMzQtMS42OTItMC43NDItMi4yODVsLTguNzQ5LTguNTI4IGMtMS41MzItMS40OTQtMC42ODctNC4wOTYsMS40MzEtNC40MDNsMTIuMDkxLTEuNzU3YzAuODQxLTAuMTIyLDEuNTY4LTAuNjUsMS45NDQtMS40MTJsNS40MDctMTAuOTU2IEMyMi42MDIsMC41NjcsMjUuMzM4LDAuNTY3LDI2LjI4NSwyLjQ4NnoiLz4gPC9nPgoKPC9zdmc+') !important
}

.theme-krajee-svg .empty-stars .krajee-icon-star {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBoZWlnaHQ9IjMycHgiIHdpZHRoPSIzMnB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHZpZXdCb3g9IjAgMCA0OC45NCA0Ny45NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iI2FhYSIgc3Ryb2tlPSIjZmZmZiI+Cgo8ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoKPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiNDQ0NDQ0MiIHN0cm9rZS13aWR0aD0iMC4zODM1MTk5OTk5OTk5OTk5NyIvPgoKPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBzdHlsZT0iLyohIGZpbGw6ICNlYWJlMTI7ICovIiBkPSJNMjYuMjg1LDIuNDg2bDUuNDA3LDEwLjk1NmMwLjM3NiwwLjc2MiwxLjEwMywxLjI5LDEuOTQ0LDEuNDEybDEyLjA5MSwxLjc1NyBjMi4xMTgsMC4zMDgsMi45NjMsMi45MSwxLjQzMSw0LjQwM2wtOC43NDksOC41MjhjLTAuNjA4LDAuNTkzLTAuODg2LDEuNDQ4LTAuNzQyLDIuMjg1bDIuMDY1LDEyLjA0MiBjMC4zNjIsMi4xMDktMS44NTIsMy43MTctMy43NDYsMi43MjJsLTEwLjgxNC01LjY4NWMtMC43NTItMC4zOTUtMS42NTEtMC4zOTUtMi40MDMsMGwtMTAuODE0LDUuNjg1IGMtMS44OTQsMC45OTYtNC4xMDgtMC42MTMtMy43NDYtMi43MjJsMi4wNjUtMTIuMDQyYzAuMTQ0LTAuODM3LTAuMTM0LTEuNjkyLTAuNzQyLTIuMjg1bC04Ljc0OS04LjUyOCBjLTEuNTMyLTEuNDk0LTAuNjg3LTQuMDk2LDEuNDMxLTQuNDAzbDEyLjA5MS0xLjc1N2MwLjg0MS0wLjEyMiwxLjU2OC0wLjY1LDEuOTQ0LTEuNDEybDUuNDA3LTEwLjk1NiBDMjIuNjAyLDAuNTY3LDI1LjMzOCwwLjU2NywyNi4yODUsMi40ODZ6Ii8+IDwvZz4KCjwvc3ZnPg==') !important
}

.bottom-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    z-index: 1050;
}

.bottom-sheet.show {
    transform: translateY(0);
}

.logo-fit {
    object-fit: contain;
}

.image-fit {
    object-fit: cover;
}

.payment-gateway-images {
    height: 30px;
}

.under_maintenance {
    max-width: 450px;
}

.tab_border {
    border: none;
}

.product_other_images {
    object-fit: contain;
    height: 450px !important;
    width: fit-content;
}

.product_main_image {
    width: 114px;
    margin-right: 10px;
}

.overflow-height {
    height: 530px;
}

.slide_image {
    width: 280px;
    margin-right: 30px;
}

.gray_slale_cod {
    filter: grayscale(100%);
}

#search_items {
    list-style: none;
    /* Remove bullets */
    margin: 0;
    padding: 0;
    max-height: 300px;
    /* Fixed height for search results */
    overflow-y: scroll;
    /* Adds scrollbar if content exceeds the height */
}

#search_items::-webkit-scrollbar {
    width: 7px;
}

#search_items::-webkit-scrollbar-track {
    border-radius: 7px;
}

#search_items::-webkit-scrollbar-thumb {
    background: rgb(66, 66, 66);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
}

.search-products {
    min-width: 64%;
}

.w-62 {
    width: 62% !important;
}

.item {
    padding: 2px;
    /* border-bottom: 1px solid #eee;  */
}

.item .item-title {
    color: #000;
    /* Text color */
    text-decoration: none;
}

/* .item .item-title:hover {
    text-decoration: underline;
} */

.empty {
    color: #999;
    font-style: italic;
}

.select2-selection__rendered {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* support ticket chat  */

.direct-chat-text {
    border-radius: .3rem;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
}

.direct-chat-text {
    width: fit-content;
}

.right .direct-chat-text {
    float: right;
}

.direct-chat-timestamp {
    margin: 0 10px;
}

.direct-chat-text {
    margin: 5px 0 0 10px;
}

.right .direct-chat-text {
    margin-right: 10px;
}

.direct-chat-messages {
    height: 384px;
}

.direct-chat-primary .right>.direct-chat-text {
    background: #007bff;
    border-color: #007bff;
    color: #fff;
}

.direct-chat-name {
    font-weight: 600;
}

.direct-chat-timestamp {
    color: #697582;
}

.return-reason-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
}

.return-reason-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.return-reason-card img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.cursor-pointer {
    cursor: pointer;
}

/* Style the entire card when radio is checked */
.return-reason-card:has(input[type="radio"]:checked) {
    border: 2px solid #aaaaaa !important
}

/* ============================================================
   PM-CARDS v2 — Complete visual overhaul
   5 genuinely different card variants.
   Zero markup changes needed. Pure CSS.
   ============================================================ */

/* ── Shared tokens ─────────────────────────────────────────── */
:root {
    --pmc-ease: cubic-bezier(.22, 1, .36, 1);
    --pmc-radius: 20px;
    --pmc-accent: var(--primary-color, #f97316);
    --pmc-indigo: #6366f1;
    --pmc-ink: #0f172a;
    --pmc-muted: #64748b;
}

/* ── Fix the ugly old item-cart bar everywhere ─────────────── */
/* Makes the "Add to Cart" overlay a modern floating pill
   instead of the old full-width dark sliding bar */
.item figure .item-cart,
.swiper-slide figure .item-cart {
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    bottom: 14px !important;
    border-radius: 50px !important;
    background: rgba(15, 23, 42, 0.82) !important;
    backdrop-filter: blur(12px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    letter-spacing: .3px;
    text-align: center !important;
    padding: 11px 20px !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35) !important;
    transform: translateY(8px) !important;
}
.item:hover figure .item-cart,
.swiper-slide:hover figure .item-cart {
    background: linear-gradient(135deg, var(--pmc-accent), var(--pmc-indigo)) !important;
    transform: translateY(0) !important;
    box-shadow: 0 10px 30px rgba(99, 102, 241, .35) !important;
}

/* ── Sale tag everywhere ────────────────────────────────────── */
/* Pill must hug text (Bootstrap d-flex + shop cards can stretch to full width). */
.item figure .sale_tag,
.swiper-slide figure .sale_tag,
.sale_tag {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: max-content !important;
    max-width: calc(100% - 1.25rem);
    height: auto !important;
    line-height: 1 !important;
    padding: 5px 12px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .8px;
    border-radius: 999px !important;
    background: linear-gradient(135deg, #ef4444, #ec4899) !important;
    box-shadow: 0 6px 18px rgba(236, 72, 153, .35) !important;
    color: #fff !important;
    border: none !important;
    box-sizing: border-box;
}

/* ── Action icons everywhere ────────────────────────────────── */
.item figure .item-like,
.item figure .item-view,
.item figure .item-compare,
.swiper-slide figure .item-like,
.swiper-slide figure .item-view,
.swiper-slide figure .item-compare {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,0.92) !important;
    border: 1px solid rgba(15,23,42,0.08) !important;
    box-shadow: 0 8px 24px rgba(15,23,42,0.14) !important;
    color: #1e2d3a !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    transition: all .3s var(--pmc-ease) !important;
}
/* Force the icon glyph itself to always be dark — prevents white-on-white */
.item figure .item-like i,
.item figure .item-view i,
.item figure .item-compare i,
.swiper-slide figure .item-like i,
.swiper-slide figure .item-view i,
.swiper-slide figure .item-compare i,
.item figure .item-like::before,
.item figure .item-view::before,
.item figure .item-compare::before,
.swiper-slide figure .item-like::before,
.swiper-slide figure .item-view::before,
.swiper-slide figure .item-compare::before {
    color: #1e2d3a !important;
    transition: color .3s var(--pmc-ease) !important;
}
.item figure .item-like:hover i,
.item figure .item-view:hover i,
.item figure .item-compare:hover i,
.swiper-slide figure .item-like:hover i,
.swiper-slide figure .item-view:hover i,
.swiper-slide figure .item-compare:hover i,
.item figure .item-like:hover::before,
.item figure .item-view:hover::before,
.item figure .item-compare:hover::before,
.swiper-slide figure .item-like:hover::before,
.swiper-slide figure .item-view:hover::before,
.swiper-slide figure .item-compare:hover::before {
    color: #fff !important;
}
.item figure .item-like:hover,
.item figure .item-view:hover,
.item figure .item-compare:hover,
.swiper-slide figure .item-like:hover,
.swiper-slide figure .item-view:hover,
.swiper-slide figure .item-compare:hover {
    background: var(--pmc-accent) !important;
    border-color: transparent !important;
    color: #fff !important;
    transform: scale(1.1) !important;
}
/* Enhanced white tooltip look (all 3 action buttons, all card styles) */
.white-tooltip .tooltip-inner {
    background: #fff !important;
    color: #111827 !important;
    border: 1px solid rgba(15, 23, 42, 0.14) !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.18), 0 2px 8px rgba(15, 23, 42, 0.1) !important;
    border-radius: 10px !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.white-tooltip.bs-tooltip-top .tooltip-arrow::before,
.white-tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #fff !important;
}
.white-tooltip.bs-tooltip-end .tooltip-arrow::before,
.white-tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #fff !important;
}
.white-tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.white-tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #fff !important;
}
.white-tooltip.bs-tooltip-start .tooltip-arrow::before,
.white-tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #fff !important;
}
.item figure .item-like,
.swiper-slide figure .item-like { top: 14px !important; right: 14px !important; }
.item figure .item-view,
.swiper-slide figure .item-view { top: 62px !important; right: 14px !important; }
.item figure .item-compare,
.swiper-slide figure .item-compare { top: 110px !important; right: 14px !important; }

/* ── Image zoom on card hover ───────────────────────────────── */
.item figure img,
.swiper-slide figure img {
    transition: transform .7s var(--pmc-ease) !important;
}
.item:hover figure img,
.swiper-slide:hover figure img {
    transform: scale(1.07) !important;
}

/* =============================================================
   VARIANT 1 — AIRY  (default 4-col grid)
   White card, gradient top bar, frosted cart pill on hover
   ============================================================= */

.pm-cards--airy .project.default-style {
    background: #ffffff;
    border-radius: var(--pmc-radius);
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(15,23,42,.06), 0 8px 24px rgba(15,23,42,.04);
    transition: transform .45s var(--pmc-ease), box-shadow .45s var(--pmc-ease);
    position: relative;
}
/* gradient top accent bar */
.pm-cards--airy .project.default-style::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pmc-accent), var(--pmc-indigo));
    z-index: 2;
}
.pm-cards--airy .project.default-style:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(15,23,42,.14);
}

/* image area — full bleed, image covers it completely */
.pm-cards--airy .project.default-style figure {
    margin: 0;
    padding: 0 !important;
    border-radius: var(--pmc-radius) var(--pmc-radius) 0 0 !important;
    overflow: hidden;
    position: relative !important;
    height: 240px;
    background: #f1f3f7;
}
.pm-cards--airy .project.default-style figure > div:first-child,
.pm-cards--airy .project.default-style figure > div:first-child > a {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.pm-cards--airy .project.default-style figure img.fig_image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
    display: block !important;
}

/* info block below figure */
.pm-cards--airy .project.default-style .post-header {
    padding: 14px 18px 20px;
    text-align: left;
}
.pm-cards--airy .project.default-style .post-header h4.title { font-weight: 700; font-size: 15px; }
.pm-cards--airy .project.default-style .post-header h4.title a { color: var(--pmc-ink) !important; }
.pm-cards--airy .project.default-style:hover .post-header h4.title a { color: var(--pmc-accent) !important; }
.pm-cards--airy .project.default-style .post-header .price {
    font-size: 17px; font-weight: 800; color: var(--pmc-accent) !important;
}
.pm-cards--airy .project.default-style .post-header .price .striped-price s { color: var(--pmc-muted) !important; }

/* cart row sits outside figure in default cards */
.pm-cards--airy .project.default-style .pmc-cart-row {
    padding: 10px 16px 0 !important;
}
.pm-cards--airy .project.default-style .pmc-cart-row .item-cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    height: 48px !important;
    border-radius: 999px !important;
    background: var(--pmc-grad-main) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    position: relative !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
}
.pm-cards--airy .project.default-style .pmc-cart-row .item-cart:hover {
    background: var(--pmc-grad-soft) !important;
    box-shadow: 0 12px 28px rgba(30,45,58,0.24) !important;
}

/* =============================================================
   VARIANT 2 — CINEMA  (style_1 swiper)
   Image fills card. Info & button overlaid on dark gradient.
   ============================================================= */

.pm-cards--spotlight .swiper-slide.slide_image {
    background: #000 !important;
    border-radius: 22px !important;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(15,23,42,.18) !important;
    transition: transform .5s var(--pmc-ease), box-shadow .5s var(--pmc-ease) !important;
    position: relative;
}
.pm-cards--spotlight .swiper-slide.slide_image:hover {
    transform: translateY(-8px) scale(1.01) !important;
    box-shadow: 0 30px 60px rgba(15,23,42,.28) !important;
}

/* figure fills the slide, becomes a poster */
.pm-cards--spotlight figure {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 340px !important;
    position: relative !important;
    overflow: hidden !important;
}
.pm-cards--spotlight figure > div:first-child { height: 100% !important; }
.pm-cards--spotlight figure > div:first-child a { display: block; height: 100%; }
.pm-cards--spotlight figure img.fig_image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

/* card-body becomes the gradient overlay panel at the bottom */
.pm-cards--spotlight .card-body {
    position: absolute !important;
    bottom: 0 !important; left: 0 !important; right: 0 !important;
    margin: 0 !important;
    padding: 60px 18px 18px !important;
    background: linear-gradient(to top, rgba(10,10,20,.92) 0%, rgba(10,10,20,.6) 60%, transparent 100%) !important;
    border-radius: 0 !important;
    z-index: 2;
}
.pm-cards--spotlight .card-body .title a,
.pm-cards--spotlight .card-body h4 { color: #fff !important; font-weight: 700; font-size: 15px; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.pm-cards--spotlight .card-body .price,
.pm-cards--spotlight .card-body p.price { color: #fff !important; font-weight: 800; font-size: 16px; }
.pm-cards--spotlight .card-body .striped-price s { color: rgba(255,255,255,.6) !important; }
.pm-cards--spotlight .card-body .rating { display: none; }
.pm-cards--spotlight .card-body .add_to_cart {
    display: block !important;
    margin-top: 12px !important;
    background: rgba(255,255,255,.15) !important;
    border: 1.5px solid rgba(255,255,255,.5) !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 8px 18px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: background .3s ease, border-color .3s ease !important;
}
.pm-cards--spotlight .swiper-slide:hover .card-body .add_to_cart {
    background: var(--pmc-accent) !important;
    border-color: var(--pmc-accent) !important;
}
/* item-cart override for spotlight (hidden, card-body handles it) */
.pm-cards--spotlight .item-cart { display: none !important; }
/* action icons on spotlight */
.pm-cards--spotlight figure .item-like,
.pm-cards--spotlight figure .item-view,
.pm-cards--spotlight figure .item-compare {
    background: rgba(255,255,255,.18) !important;
    border: 1px solid rgba(255,255,255,.3) !important;
    color: #fff !important;
}

/* =============================================================
   VARIANT 3 — NEON TILE  (style_2 swiper)
   Bold card with neon-glow border on hover, info below image
   ============================================================= */

.pm-cards--ribbon .swiper-slide.slide_image {
    background: #fff !important;
    border-radius: 20px !important;
    overflow: hidden;
    border: 1.5px solid rgba(15,23,42,.07) !important;
    box-shadow: 0 4px 16px rgba(15,23,42,.06) !important;
    transition: transform .45s var(--pmc-ease), box-shadow .45s var(--pmc-ease), border-color .45s ease !important;
    position: relative;
}
.pm-cards--ribbon .swiper-slide.slide_image:hover {
    transform: translateY(-7px) !important;
    border-color: var(--pmc-accent) !important;
    box-shadow: 0 0 0 3px rgba(249,115,22,.2), 0 24px 50px rgba(15,23,42,.14) !important;
}

/* colorful top accent that grows taller on hover */
.pm-cards--ribbon .swiper-slide.slide_image::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--pmc-accent), #a855f7, var(--pmc-indigo));
    z-index: 2;
    transition: height .4s var(--pmc-ease);
}
.pm-cards--ribbon .swiper-slide.slide_image:hover::before { height: 8px; }

.pm-cards--ribbon figure {
    margin: 0 !important;
    padding: 20px 20px 0 !important;
    border-radius: 0 !important;
    background: #f8f9ff;
    overflow: hidden;
}
.pm-cards--ribbon figure img.fig_image {
    height: 220px !important;
    border-radius: 12px !important;
    background: #fff;
}

.pm-cards--ribbon .card-body {
    margin: 0 !important;
    padding: 16px 20px 20px !important;
}
.pm-cards--ribbon .card-body h4.title { font-weight: 700; }
.pm-cards--ribbon .card-body h4.title a { color: var(--pmc-ink) !important; }
.pm-cards--ribbon .swiper-slide:hover .card-body h4.title a { color: var(--pmc-accent) !important; }
.pm-cards--ribbon .card-body .price { font-weight: 800; color: var(--pmc-ink) !important; font-size: 17px; }
.pm-cards--ribbon .card-body .price .striped-price s { color: var(--pmc-muted) !important; font-size: 13px; }
.pm-cards--ribbon .card-body .add_to_cart {
    display: block !important;
    margin-top: 12px !important;
    background: transparent !important;
    border: 2px solid var(--pmc-ink) !important;
    color: var(--pmc-ink) !important;
    border-radius: 50px !important;
    padding: 9px 18px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    transition: all .3s ease !important;
}
.pm-cards--ribbon .swiper-slide:hover .card-body .add_to_cart {
    background: var(--pmc-ink) !important;
    color: #fff !important;
}
.pm-cards--ribbon .item-cart { display: none !important; }

/* =============================================================
   VARIANT 4 — EDITORIAL DARK  (style_3)
   Dark section bg, large featured card with caption panel,
   small cards with colored numbered tags
   ============================================================= */

.pm-cards--editorial {
    background: #24364d !important;
    border-radius: 28px;
    padding: 28px !important;
}
.pm-cards--editorial .default_heading .section-title { color: #f1f5f9 !important; }
.pm-cards--editorial .title-sm { color: #d7deea !important; }
.pm-cards--editorial .hover { color: #d7deea !important; }

/* Feature card (large, left column) */
.pm-cards--editorial > .col-md-4 .card.project.item {
    background: #2d425d;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 20px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    transition: transform .5s var(--pmc-ease), box-shadow .5s var(--pmc-ease);
}
.pm-cards--editorial > .col-md-4 .card.project.item:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(0,0,0,.5);
}
.pm-cards--editorial > .col-md-4 .product-image-container {
    background: #24364d;
    padding: 16px;
    border-radius: 0;
}
.pm-cards--editorial > .col-md-4 .product-image-container img.fig_image {
    border-radius: 12px !important;
    height: 300px !important;
    background: #1e293b;
}
.pm-cards--editorial > .col-md-4 .card.project.item:hover img.fig_image { transform: scale(1.05) !important; }

/* overlay info panel at bottom of feature card */
.pm-cards--editorial > .col-md-4 .card.project.item .my-4 {
    background: linear-gradient(to top, rgba(36,54,77,.84) 55%, transparent) !important;
    padding: 20px 20px 24px !important;
    margin: -60px 0 0 0 !important;
    position: relative;
    z-index: 3;
}
.pm-cards--editorial > .col-md-4 .card.project.item .product-content h4.title a { color: #f1f5f9 !important; font-weight: 700; }
.pm-cards--editorial > .col-md-4 .card.project.item .product-content .price { color: var(--pmc-accent) !important; font-weight: 800; font-size: 20px; }
.pm-cards--editorial > .col-md-4 .card.project.item .product-content .striped-price s { color: #64748b !important; }
.pm-cards--editorial > .col-md-4 .card.project.item .add_to_cart {
    background: var(--pmc-accent) !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 10px 22px !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 24px rgba(249,115,22,.35) !important;
}

/* small grid cards (right side) */
.pm-cards--editorial .products-list .card.item.project {
    background: #2d425d;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 16px;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    transition: transform .4s var(--pmc-ease), box-shadow .4s var(--pmc-ease);
}
.pm-cards--editorial .products-list .card.item.project:hover {
    transform: translateY(-5px);
    border-color: var(--pmc-indigo);
    box-shadow: 0 0 0 2px rgba(99,102,241,.25), 0 20px 40px rgba(0,0,0,.4);
}
.pm-cards--editorial .products-list figure { margin: 0 !important; border-radius: 0 !important; }
.pm-cards--editorial .products-list figure img.fig_image {
    height: 180px !important;
    border-radius: 0 !important;
    background: #24364d;
}
.pm-cards--editorial .products-list .card.item.project:hover figure img.fig_image { transform: scale(1.06) !important; }
.pm-cards--editorial .products-list .my-4.text-center.style_3 {
    background: #2d425d !important;
    padding: 14px 16px 18px !important;
    margin: 0 !important;
}
.pm-cards--editorial .products-list .product-content h4.title a { color: #f1f5f9 !important; font-weight: 700; font-size: 13px; }
.pm-cards--editorial .products-list .product-content .price { color: #f1f5f9 !important; font-weight: 800; font-size: 15px; }
.pm-cards--editorial .products-list .product-content .striped-price s { color: #64748b !important; }
.pm-cards--editorial .products-list .add_to_cart {
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.26) !important;
    color: #f1f5f9 !important;
    border-radius: 50px !important;
    padding: 7px 14px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}
.pm-cards--editorial .products-list .card.item.project:hover .add_to_cart {
    background: #3d5a7c !important;
    border-color: #3d5a7c !important;
    color: #fff !important;
}
/* icon colors on dark bg */
.pm-cards--editorial figure .item-like,
.pm-cards--editorial figure .item-view,
.pm-cards--editorial figure .item-compare {
    background: rgba(255,255,255,.26) !important;
    border-color: rgba(255,255,255,.34) !important;
    color: #fff !important;
}
.pm-cards--editorial figure > .desktop_quick_view {
    position: absolute !important;
    right: 12px !important;
    left: auto !important;
    top: 12px !important;
    bottom: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}
.pm-cards--editorial figure > .desktop_quick_view a.item-like,
.pm-cards--editorial figure > .desktop_quick_view a.item-view,
.pm-cards--editorial figure > .desktop_quick_view a.item-compare {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.pm-cards--editorial .sale_tag { top: 12px !important; left: 12px !important; }
.pm-cards--editorial .products-list .col-md-4 { margin-bottom: 20px; }
.pm-cards--editorial hr { border-color: rgba(255,255,255,.08) !important; }
.pm-cards--editorial .align-items-md-center { color: #f1f5f9; }

/* =============================================================
   VARIANT 5 — FROSTED GLASS  (style_4 swiper)
   Blurred glass card, gradient info panel with blur effect
   ============================================================= */

.pm-cards--glass .swiper-slide.slide_image {
    background: linear-gradient(160deg, #667eea22, #764ba222) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255,255,255,.55) !important;
    box-shadow: 0 16px 40px rgba(99,102,241,.14), inset 0 1px 0 rgba(255,255,255,.8) !important;
    overflow: hidden;
    transition: transform .5s var(--pmc-ease), box-shadow .5s var(--pmc-ease) !important;
    position: relative;
}
.pm-cards--glass .swiper-slide.slide_image:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 30px 60px rgba(99,102,241,.22), inset 0 1px 0 rgba(255,255,255,.8) !important;
}

.pm-cards--glass figure {
    margin: 0 !important;
    padding: 18px 18px 0 !important;
    border-radius: 0 !important;
    background: transparent;
    overflow: hidden;
}
.pm-cards--glass figure img.fig_image {
    height: 220px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(99,102,241,.15);
    background: rgba(255,255,255,.4);
}
.pm-cards--glass .swiper-slide:hover figure img.fig_image { transform: scale(1.06) rotate(.3deg) !important; }

/* frosted glass info panel */
.pm-cards--glass .card-body {
    margin: 12px 12px 12px !important;
    padding: 16px !important;
    background: rgba(255,255,255,.55) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.8) !important;
    box-shadow: 0 4px 16px rgba(99,102,241,.08) !important;
}
.pm-cards--glass .card-body h4.title { font-weight: 700; }
.pm-cards--glass .card-body h4.title a { color: var(--pmc-ink) !important; }
.pm-cards--glass .swiper-slide:hover .card-body h4.title a { color: var(--pmc-indigo) !important; }
.pm-cards--glass .card-body .price { font-weight: 800; font-size: 17px; }
.pm-cards--glass .card-body .price span#price { color: var(--pmc-indigo) !important; }
.pm-cards--glass .card-body .price .striped-price s { color: var(--pmc-muted) !important; }
.pm-cards--glass .card-body .add_to_cart {
    display: block !important;
    margin-top: 12px !important;
    background: linear-gradient(135deg, var(--pmc-indigo), #a855f7) !important;
    border: 0 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 9px 20px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    box-shadow: 0 6px 20px rgba(99,102,241,.3) !important;
    transition: filter .3s ease, transform .3s ease !important;
}
.pm-cards--glass .swiper-slide:hover .card-body .add_to_cart {
    filter: brightness(1.1) !important;
    transform: translateY(-1px) !important;
}
.pm-cards--glass .item-cart { display: none !important; }
/* glass action icons */
.pm-cards--glass figure .item-like,
.pm-cards--glass figure .item-view,
.pm-cards--glass figure .item-compare {
    background: rgba(255,255,255,.75) !important;
    border-color: rgba(255,255,255,.9) !important;
    box-shadow: 0 4px 16px rgba(99,102,241,.15) !important;
}

/* =============================================================
   VARIANT 6 — FAVORITES LIST
   Horizontal card with image side + info panel
   ============================================================= */

.pm-cards--list {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.06);
    box-shadow: 0 4px 16px rgba(15,23,42,.05);
    overflow: hidden;
    transition: transform .35s var(--pmc-ease), box-shadow .35s var(--pmc-ease);
    margin: 0 0 18px !important;
    padding: 0 !important;
}
.pm-cards--list:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15,23,42,.10);
    border-color: var(--pmc-accent);
}
/* top accent */
.pm-cards--list::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pmc-accent), var(--pmc-indigo));
    border-radius: 18px 18px 0 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease;
}
.pm-cards--list:hover::before { opacity: 1; }

/* inner flex needs padding not the card */
.pm-cards--list > .d-flex { padding: 14px; gap: 16px; align-items: stretch; }

.pm-cards--list .product-image.item {
    background: linear-gradient(160deg, #f8f9ff, #eef0fb);
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
}
.pm-cards--list .product-image figure { margin: 0 !important; border-radius: 0 !important; height: 100%; }
.pm-cards--list .product-image figure img.fig_image {
    height: 190px !important;
    width: 100% !important;
    border-radius: 0 !important;
    object-fit: cover !important;
}
.pm-cards--list:hover .product-image figure img.fig_image { transform: scale(1.05) !important; }

.pm-cards--list .col-7.col-md-8 { display: flex; align-items: flex-start; }
.pm-cards--list .product_listing_list { padding: 4px 4px 4px !important; width: 100%; }
.pm-cards--list .list-product-title { font-weight: 700; font-size: 16px !important; }
.pm-cards--list .list-product-title a { color: var(--pmc-ink) !important; }
.pm-cards--list:hover .list-product-title a { color: var(--pmc-accent) !important; }
.pm-cards--list .list-product-desc { color: var(--pmc-muted) !important; font-size: 13px; }
.pm-cards--list .price { font-weight: 800; color: var(--pmc-accent) !important; font-size: 18px; }
.pm-cards--list .price .striped-price s { color: var(--pmc-muted) !important; font-size: 13px; }
.pm-cards--list .add_to_cart {
    margin-top: 10px;
    border-width: 2px !important;
    border-color: var(--pmc-ink) !important;
    color: var(--pmc-ink) !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    padding: 8px 20px !important;
    transition: all .3s ease !important;
}
.pm-cards--list:hover .add_to_cart {
    background: var(--pmc-ink) !important;
    color: #fff !important;
}
/* list action icons — side stack */
.pm-cards--list .desktop_quick_view a.item-like { top: 10px !important; right: 10px !important; }
.pm-cards--list .desktop_quick_view a.item-view { top: 58px !important; right: 10px !important; }
.pm-cards--list .desktop_quick_view a.item-compare { top: 106px !important; right: 10px !important; }

/* =============================================================
   Responsive
   ============================================================= */

@media (max-width: 991px) {
    .pm-cards--editorial { padding: 16px !important; }
    .pm-cards--editorial > .col-md-4 .product-image-container img.fig_image { height: 240px !important; }
    .pm-cards--spotlight figure { height: 280px !important; }
}

@media (max-width: 767px) {
    /* ── Default airy: horizontal scroll list ── */
    .pm-cards--airy > .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
        -webkit-overflow-scrolling: touch !important;
        scroll-snap-type: x mandatory !important;
        gap: 12px !important;
        padding-bottom: 8px !important;
        margin: 0 !important;
    }
    .pm-cards--airy > .row > [class*="col-"] {
        flex: 0 0 160px !important;
        width: 160px !important;
        min-width: 160px !important;
        scroll-snap-align: start !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    /* hide scrollbar but keep scroll */
    .pm-cards--airy > .row::-webkit-scrollbar { height: 4px; }
    .pm-cards--airy > .row::-webkit-scrollbar-thumb { background: rgba(15,23,42,0.15); border-radius: 4px; }
    .pm-cards--airy > .row::-webkit-scrollbar-track { background: transparent; }

    .pm-cards--airy .project.default-style figure { height: 160px; }
    .pm-cards--airy .project.default-style figure img.fig_image { height: 100% !important; }
    /* shrink segmented button bar */
    .pm-cards--airy .project.default-style figure > div:nth-child(2) {
        left: 6px !important; right: 6px !important; bottom: 4px !important;
        border-radius: 10px !important;
    }
    .pm-cards--airy .project.default-style figure > div:nth-child(2) a { height: 32px !important; }
    .pm-cards--airy .project.default-style figure > div:nth-child(2) a i,
    .pm-cards--airy .project.default-style figure > div:nth-child(2) a::before { font-size: 13px !important; }
    /* cart button */
    .pm-cards--airy .project.default-style .pmc-cart-row { padding: 6px 8px 0 !important; }
    .pm-cards--airy .project.default-style .pmc-cart-row .item-cart { height: 36px !important; font-size: 12px !important; }
    /* title / price */
    .pm-cards--airy .project.default-style .post-header { padding: 6px 8px 10px !important; }
    .pm-cards--airy .project.default-style .post-header h4.title {
        font-size: 12px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        white-space: normal !important;
    }
    .pm-cards--airy .project.default-style .post-header .price { font-size: 13px !important; }

    /* ── Spotlight (style 1) ── */
    .pm-cards--spotlight figure { height: 260px !important; }
    .pm-cards--spotlight figure > .desktop_quick_view { top: 8px !important; right: 8px !important; gap: 6px !important; }
    .pm-cards--spotlight figure > .desktop_quick_view a.item-like,
    .pm-cards--spotlight figure > .desktop_quick_view a.item-view,
    .pm-cards--spotlight figure > .desktop_quick_view a.item-compare { width: 34px !important; height: 34px !important; }
    .pm-cards--spotlight .card-body { padding: 10px 10px 14px !important; }
    .pm-cards--spotlight .card-body h4 { font-size: 13px !important; }
    .pm-cards--spotlight .card-body p.price { font-size: 13px !important; }

    /* ── Ribbon (style 2) ── */
    .pm-cards--ribbon figure img.fig_image { height: 180px !important; }
    .pm-cards--ribbon figure > .desktop_quick_view { top: 8px !important; right: 8px !important; gap: 6px !important; }
    .pm-cards--ribbon figure > .desktop_quick_view a.item-like,
    .pm-cards--ribbon figure > .desktop_quick_view a.item-view,
    .pm-cards--ribbon figure > .desktop_quick_view a.item-compare { width: 34px !important; height: 34px !important; }
    .pm-cards--ribbon .card-body { padding: 8px !important; }
    .pm-cards--ribbon .card-body h4 { font-size: 13px !important; white-space: normal !important; }
    .pm-cards--ribbon .card-body .add_to_cart { font-size: 12px !important; padding: 6px 10px !important; }

    /* ── Editorial (style 3) ── */
    .pm-cards--editorial { padding: 12px !important; border-radius: 18px !important; }
    .pm-cards--editorial > .col-md-4 .product-image-container img.fig_image { height: 200px !important; }
    .pm-cards--editorial .products-list figure img.fig_image { height: 150px !important; }
    .pm-cards--editorial .products-list .product-content h4.title a { font-size: 12px !important; }

    /* ── Glass (style 4) ── */
    .pm-cards--glass figure img.fig_image { height: 180px !important; }
    .pm-cards--glass .card-body { padding: 10px !important; }

    /* ── List (favorites) ── */
    .pm-cards--list .product-image figure img.fig_image { height: 140px !important; }
    .pm-cards--list .list-product-desc { display: none; }
}

@media (max-width: 575px) {
    /* ── Default airy: narrower cards on very small screens ── */
    .pm-cards--airy > .row > [class*="col-"] {
        flex: 0 0 148px !important;
        width: 148px !important;
        min-width: 148px !important;
    }
    .pm-cards--airy .project.default-style figure { height: 148px; }

    /* ── Spotlight / Ribbon icon buttons ── */
    .pm-cards--spotlight figure { height: 220px !important; }
    .pm-cards--spotlight figure > .desktop_quick_view,
    .pm-cards--ribbon figure > .desktop_quick_view { top: 6px !important; right: 6px !important; gap: 5px !important; }
    .pm-cards--spotlight figure > .desktop_quick_view a.item-like,
    .pm-cards--spotlight figure > .desktop_quick_view a.item-view,
    .pm-cards--spotlight figure > .desktop_quick_view a.item-compare,
    .pm-cards--ribbon figure > .desktop_quick_view a.item-like,
    .pm-cards--ribbon figure > .desktop_quick_view a.item-view,
    .pm-cards--ribbon figure > .desktop_quick_view a.item-compare { width: 30px !important; height: 30px !important; font-size: 12px !important; }

    /* prevent title overflow */
    .pm-cards--ribbon .card-body h4,
    .pm-cards--spotlight .card-body h4 {
        font-size: 12px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        white-space: normal !important;
    }

    /* ── Glass ── */
    .pm-cards--glass figure img.fig_image,
    .pm-cards--ribbon figure img.fig_image { height: 155px !important; }
    .pm-cards--glass .card-body { margin: 6px !important; padding: 10px !important; }

    /* ── List ── */
    .pm-cards--list { margin: 0 0 10px !important; }
    .pm-cards--list > .d-flex { padding: 8px; gap: 8px; }
    .pm-cards--list .product-image figure img.fig_image { height: 110px !important; }
    .pm-cards--list .list-product-title { font-size: 13px !important; }

    /* ── Editorial ── */
    .pm-cards--editorial { padding: 10px !important; border-radius: 14px !important; }
    .pm-cards--editorial .products-list figure img.fig_image { height: 120px !important; }
    .pm-cards--editorial .products-list .product-content h4.title a { font-size: 11px !important; }
    .pm-cards--editorial .products-list .add_to_cart { font-size: 11px !important; padding: 5px 10px !important; }
}

/* =============================================================
   PM-CARDS v2 tune-up (user requested refinements)
   ============================================================= */

/* Theme-related gradients (exactly from header/footer palette) */
:root {
    --pmc-header: #2c3947;
    --pmc-header-dark: #1e2d3a;
    --pmc-header-soft: #354a5e;
    --pmc-accent: #c2a56d;
    --pmc-support: #547a95;
    --pmc-indigo: #1e2d3a;
    --pmc-grad-main: linear-gradient(135deg, #c2a56d, #2c3947);
    --pmc-grad-soft: linear-gradient(135deg, #547a95, #2c3947);
}

/* Default style: true gap BETWEEN cards */
.pm-cards--airy > .row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px !important;
    row-gap: 18px !important;
    margin: 0 !important;
}
.pm-cards--airy > .row > [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: initial !important;
    padding: 0 !important;
    margin: 0 !important;
}
.pm-cards--airy .project.default-style {
    margin: 0 !important;
}
@media (min-width: 1200px) {
    .pm-cards--airy > .row {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* ── Default style: 3 icon buttons overlay at bottom of image ── */

/* 2nd child = icons row — glassy strip at bottom of figure */
.pm-cards--airy .project.default-style figure > div:nth-child(2) {
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: auto !important;
    bottom: 4px !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 0 !important;
    background: rgba(255,255,255,0.6) !important;
    border: 1px solid rgba(15,23,42,0.08) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 20px rgba(15,23,42,0.12) !important;
    z-index: 4;
    padding: 0 !important;
    overflow: hidden !important;
}
.pm-cards--airy .project.default-style figure > div:nth-child(2) a {
    position: relative !important;
    top: 0 !important; right: 0 !important; left: 0 !important; bottom: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 33.333% !important;
    width: auto !important;
    height: 44px !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transition: background .22s ease !important;
}
.pm-cards--airy .project.default-style figure > div:nth-child(2) a + a {
    border-inline-start: 1px solid rgba(15,23,42,0.08) !important;
}
/* Match strip radius on outer cells so hover fill aligns with the rounded shell (LTR + RTL). */
.pm-cards--airy .project.default-style figure > div:nth-child(2) a:first-child {
    border-start-start-radius: 13px !important;
    border-end-start-radius: 13px !important;
}
.pm-cards--airy .project.default-style figure > div:nth-child(2) a:last-child {
    border-start-end-radius: 13px !important;
    border-end-end-radius: 13px !important;
}
/* no text label — icon only, tooltip on hover */
.pm-cards--airy .project.default-style figure > div:nth-child(2) a::after {
    content: none !important;
}
.pm-cards--airy .project.default-style figure > div:nth-child(2) a i,
.pm-cards--airy .project.default-style figure > div:nth-child(2) a::before {
    color: #1e2d3a !important;
    font-size: 17px !important;
}
/* Override global .swiper-slide figure .item-*:hover { transform: scale(1.1) } — scaling clips against overflow:hidden + radius */
.pm-cards--airy .project.default-style figure > div:nth-child(2) a:hover,
.pm-cards--airy .project.default-style figure > div:nth-child(2) a.item-like:hover,
.pm-cards--airy .project.default-style figure > div:nth-child(2) a.item-view:hover,
.pm-cards--airy .project.default-style figure > div:nth-child(2) a.item-compare:hover {
    background: var(--pmc-accent) !important;
    transform: none !important;
}
.pm-cards--airy .project.default-style figure > div:nth-child(2) a:hover i,
.pm-cards--airy .project.default-style figure > div:nth-child(2) a:hover::before {
    color: #fff !important;
}

/* Cart is now outside figure — info block padding */
.pm-cards--airy .project.default-style .post-header {
    padding: 10px 16px 16px !important;
}

/* Style 1: vertical icon stack — same :first-of-type fix as style 2 */
.pm-cards--spotlight figure > .desktop_quick_view {
    position: absolute !important;
    right: 14px !important;
    left: auto !important;
    top: 14px !important;
    bottom: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}
.pm-cards--spotlight figure > .desktop_quick_view a.item-like,
.pm-cards--spotlight figure > .desktop_quick_view a.item-view,
.pm-cards--spotlight figure > .desktop_quick_view a.item-compare {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.pm-cards--spotlight .swiper-slide:hover figure > .desktop_quick_view a.item-like,
.pm-cards--spotlight .swiper-slide:hover figure > .desktop_quick_view a.item-view,
.pm-cards--spotlight .swiper-slide:hover figure > .desktop_quick_view a.item-compare {
    transform: none !important;
}
.pm-cards--spotlight .card-body .add_to_cart {
    background: var(--pmc-grad-main) !important;
    border-color: transparent !important;
    color: #fff !important;
}
.pm-cards--spotlight .swiper-slide:hover .card-body .add_to_cart {
    background: var(--pmc-grad-soft) !important;
}

/* Style 2: vertical icon stack — :first-of-type removed (image wrapper is first div,
   so :first-of-type never matched .desktop_quick_view). Target it directly. */
.pm-cards--ribbon figure > .desktop_quick_view {
    position: absolute !important;
    right: 14px !important;
    left: auto !important;
    top: 14px !important;
    bottom: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    z-index: 5;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
}
.pm-cards--ribbon figure > .desktop_quick_view a.item-like,
.pm-cards--ribbon figure > .desktop_quick_view a.item-view,
.pm-cards--ribbon figure > .desktop_quick_view a.item-compare {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.pm-cards--ribbon .swiper-slide.slide_image::before {
    background: var(--pmc-grad-main);
}
.pm-cards--ribbon .swiper-slide.slide_image:hover {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--pmc-accent) 45%, var(--pmc-header)), 0 24px 50px rgba(15,23,42,.14) !important;
}

/* =============================================================
   MOBILE HOTFIX (default style)
   Force horizontal scroll, hide 3 icon buttons, tighten spacing
   ============================================================= */
@media (max-width: 767px) {
    .pm-cards--airy {
        position: relative;
        padding-bottom: 10px;
    }
    .pm-cards--airy > .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 8px !important;
        margin: 0 !important;
        padding-bottom: 2px !important;
        padding-inline-end: 10px !important;
        scroll-snap-type: x mandatory !important;
        -ms-overflow-style: none !important;
        scrollbar-width: none !important;
    }
    .pm-cards--airy > .row::after {
        content: "";
        flex: 0 0 2px;
    }
    .pm-cards--airy > .row::-webkit-scrollbar {
        display: none !important;
    }
    /* dots pagination injected by JS */
    .pm-cards--airy::before,
    .pm-cards--airy::after { content: none !important; }
    .pmc-scroll-dots {
        margin-top: 10px;
    }
    .pmc-scroll-dots.swiper-controls .swiper-pagination {
        position: static !important;
        text-align: center;
    }
    .pm-cards--airy > .row > [class*="col-"] {
        flex: 0 0 154px !important;
        width: 154px !important;
        min-width: 154px !important;
        max-width: 154px !important;
        margin: 0 !important;
        padding: 0 !important;
        scroll-snap-align: start !important;
    }
    /* hide 3 quick action icons in mobile default cards */
    .pm-cards--airy .project.default-style figure > div:nth-child(2) {
        display: none !important;
    }
    /* reduce extra internal spacing */
    .pm-cards--airy .project.default-style figure {
        height: 152px !important;
    }
    .pm-cards--airy .project.default-style .pmc-cart-row {
        padding: 4px 6px 0 !important;
    }
    .pm-cards--airy .project.default-style .pmc-cart-row .item-cart {
        height: 34px !important;
        font-size: 12px !important;
    }
    .pm-cards--airy .project.default-style .post-header {
        padding: 4px 6px 8px !important;
    }
    .pm-cards--airy .project.default-style .post-header h4.title {
        font-size: 12px !important;
        margin-top: 4px !important;
    }
    .pm-cards--airy .project.default-style .post-header .price {
        font-size: 12px !important;
    }
}

/* =============================================================
   MOBILE HOTFIX (style 1 / spotlight)
   Prevent overlap on small cards
   ============================================================= */
@media (max-width: 767px) {
    /* let Swiper control slide width — only override height */
    .pm-cards--spotlight figure {
        height: 300px !important;
    }
    .pm-cards--spotlight figure > .desktop_quick_view {
        display: none !important;
    }
    .pm-cards--spotlight .card-body {
        padding: 64px 12px 12px !important;
        background: linear-gradient(to top, rgba(10,10,20,.95) 0%, rgba(10,10,20,.72) 58%, transparent 100%) !important;
    }
    /* keep rating visible but clean */
    .pm-cards--spotlight .card-body .rating {
        display: block !important;
        margin: 0 0 6px !important;
    }
    .pm-cards--spotlight .card-body .rating-container {
        display: inline-block !important;
        margin: 0 0 6px !important;
    }
    .pm-cards--spotlight .card-body .caption,
    .pm-cards--spotlight .card-body .clear-rating {
        display: none !important;
    }
    .pm-cards--spotlight .card-body h4.title,
    .pm-cards--spotlight .card-body h4 {
        margin: 0 0 4px !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    .pm-cards--spotlight .card-body .price,
    .pm-cards--spotlight .card-body p.price {
        margin: 0 0 8px !important;
        font-size: 15px !important;
    }
    .pm-cards--spotlight .card-body .add_to_cart {
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 8px 10px !important;
        font-size: 13px !important;
        margin-top: 6px !important;
        white-space: nowrap !important;
    }
}

/* =============================================================
   STYLE 2 FINAL TUNE (ribbon)
   Equal card height + no quick buttons + full-width image
   ============================================================= */
.pm-cards--ribbon .swiper-slide.slide_image {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}
.pm-cards--ribbon figure {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    width: 100% !important;
}
.pm-cards--ribbon figure > .desktop_quick_view {
    display: none !important;
}
.pm-cards--ribbon figure img.fig_image {
    width: 100% !important;
    display: block !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}
.pm-cards--ribbon .card-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}
.pm-cards--ribbon .card-body h4.title,
.pm-cards--ribbon .card-body h4 {
    line-height: 1.28 !important;
    min-height: calc(1.28em * 2) !important;
    max-height: calc(1.28em * 2) !important;
    margin: 0 0 8px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
}
.pm-cards--ribbon .card-body .add_to_cart {
    margin-top: auto !important;
}

/* =============================================================
   PM-CATEGORIES v3  —  big image, flat, no nested boxes
   ============================================================= */

/* ── section wrapper: just a clean pill bg ── */
.pm-cat-section {
    background: linear-gradient(120deg, #f4f7ff 0%, #f9f6ff 52%, #fff8ef 100%);
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 20px;
    padding: 16px 16px 14px !important;
    margin-bottom: 12px;
}
.pm-cat-section .pm-cat-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pm-cat-section .pm-cat-heading h3 {
    font-size: 17px;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    letter-spacing: -.3px;
}
.pm-cat-section .pm-cat-heading .pm-cat-see-all {
    font-size: 12px;
    font-weight: 700;
    color: var(--pmc-accent, #f97316);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: gap .2s ease, color .2s ease;
}
.pm-cat-section .pm-cat-heading .pm-cat-see-all:hover {
    gap: 7px;
    color: #c2550a;
}

/* ── swiper wrapper ── */
.pm-cat-section .swiper-controls { display: none !important; }
.pm-cat-section .category-swiper {
    overflow: hidden !important;
    padding: 0 8px;
}
.pm-cat-section .swiper-wrapper {
    padding: 4px 0 6px !important;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

/* ── each slide: just enough room for the item ── */
.pm-cat-section .swiper-slide-category {
    display: flex;
    justify-content: center;
    width: 124px !important;
    flex: 0 0 124px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
}

/* ── the link/tile: no card, no box, just the image + label ── */
.pm-cat-section .brand_image_div,
.pm-cat-section .swiper-slide-category a.brand_image_div {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 124px !important;
    height: auto !important;
    gap: 7px;
    padding: 2px 3px 2px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .25s ease;
}
.pm-cat-section .brand_image_div:hover,
.pm-cat-section .swiper-slide-category a.brand_image_div:hover {
    transform: translateY(-3px);
}

/* ── image: big circle with shadow ── */
.pm-cat-section .swiper-slide-category img,
.pm-cat-section .brand_image_div img {
    width: 116px !important;
    height: 116px !important;
    object-fit: contain !important;
    border-radius: 50% !important;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.10);
    border: 2px solid rgba(148, 163, 184, 0.18) !important;
    padding: 10px;
    transition: transform .28s ease, box-shadow .28s ease;
    flex-shrink: 0;
}
.pm-cat-section .brand_image_div:hover img,
.pm-cat-section .swiper-slide-category a:hover img {
    transform: scale(1.07);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.15);
    border-color: rgba(249, 115, 22, 0.35) !important;
}

/* ── label ── */
.pm-cat-section .swiper-slide-category h6,
.pm-cat-section .brand_image_div h6 {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #27364a !important;
    text-align: center !important;
    line-height: 1.24 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    white-space: normal !important;
    margin: 0 !important;
    width: 100%;
    min-height: 2.48em;
}

/* ── mobile: horizontal scroll, compact tiles ── */
@media (max-width: 767px) {
    .pm-cat-section {
        border-radius: 14px;
        padding: 8px 0 6px !important;
        overflow: hidden !important;
        margin-bottom: 8px;
    }
    .pm-cat-section .pm-cat-heading {
        padding: 0 10px;
        margin-bottom: 6px;
    }
    .pm-cat-section .pm-cat-heading h3 {
        font-size: 15px;
    }
    .pm-cat-section .pm-cat-heading .pm-cat-see-all {
        font-size: 11px;
    }
    .pm-cat-section .category-swiper {
        overflow: hidden !important;
        padding: 0 10px;
    }
    .pm-cat-section .swiper-wrapper {
        justify-content: flex-start !important;
        padding: 2px 2px 4px !important;
    }
    .pm-cat-section .swiper-slide-category {
        display: flex;
        width: 76px !important;
        flex: 0 0 76px !important;
        margin-inline-end: 8px !important;
    }
    .pm-cat-section .swiper-slide-category:last-child {
        margin-inline-end: 0 !important;
    }
    .pm-cat-section .brand_image_div,
    .pm-cat-section .swiper-slide-category a.brand_image_div {
        width: 76px !important;
        gap: 4px;
        padding: 0 !important;
    }
    .pm-cat-section .swiper-slide-category img,
    .pm-cat-section .brand_image_div img {
        width: 70px !important;
        height: 70px !important;
        padding: 0 !important;
        object-fit: cover !important;
        background: #fff;
    }
    .pm-cat-section .swiper-slide-category h6,
    .pm-cat-section .brand_image_div h6 {
        font-size: 11px !important;
        min-height: 2.4em;
    }
}

/* =============================================================
   OFFER SLIDER — centeredSlides peek with scale hierarchy
   ============================================================= */
.offerSwiper {
    overflow: hidden !important;
    padding: 14px 0 32px !important;
    position: relative;
}
.offerSwiper .swiper-wrapper {
    align-items: center;
    padding: 0 !important;
}
/* Peek slides (prev / next) — smaller in both width and height */
.offerSwiper .swiper-slide {
    transition: transform .5s cubic-bezier(.25,.46,.45,.94),
                opacity .5s ease,
                box-shadow .5s ease;
    transform: scale(.74);
    transform-origin: center center;
    opacity: .55;
    border-radius: 18px;
    overflow: hidden;
    background: transparent !important;
}
/* Nudge peek slides toward center so white gutters between banners shrink */
.offerSwiper .swiper-slide-prev {
    transform-origin: right center;
    transform: scale(.74) translateX(6%);
}
.offerSwiper .swiper-slide-next {
    transform-origin: left center;
    transform: scale(.74) translateX(-6%);
}
/* Center (active) slide — slightly reduced overall so image is smaller */
.offerSwiper .swiper-slide-active {
    transform: scale(.90);
    transform-origin: center center;
    opacity: 1;
    z-index: 2;
}
.offerSwiper .swiper-slide picture,
.offerSwiper .swiper-slide a {
    display: block;
    width: 100%;
}
.offerSwiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15,23,42,.12);
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}
.offerSwiper .swiper-slide-active img {
    box-shadow: 0 18px 44px rgba(15,23,42,.22);
}
.offerSwiper .swiper-pagination {
    bottom: 4px !important;
}
.offerSwiper .my-prev-button,
.offerSwiper .my-next-button {
    opacity: .5;
    transition: opacity .2s ease;
}
.offerSwiper .my-prev-button:hover,
.offerSwiper .my-next-button:hover { opacity: 1; }

@media (max-width: 767px) {
    .offerSwiper { padding: 10px 0 24px !important; }
    .offerSwiper .swiper-slide { transform: scale(.72); transform-origin: center center; }
    .offerSwiper .swiper-slide-prev {
        transform-origin: right center;
        transform: scale(.72) translateX(6%);
    }
    .offerSwiper .swiper-slide-next {
        transform-origin: left center;
        transform: scale(.72) translateX(-6%);
    }
    .offerSwiper .swiper-slide-active { transform: scale(.88); transform-origin: center center; }
    .offerSwiper .swiper-slide img { border-radius: 14px; }
}

/* =============================================================
   PURPLE THEME OVERRIDES (user palette)
   #2E073F #7A1CAC #AD49E1 #EBD3F8
   ============================================================= */
:root {
    --primary-color: var(--theme-purple-500) !important;
    --secondary-color: var(--theme-purple-700) !important;
    --pmc-accent: var(--theme-purple-500) !important;
    --pmc-indigo: var(--theme-purple-700) !important;
    --pmc-grad-main: linear-gradient(135deg, var(--theme-purple-700), var(--theme-purple-500)) !important;
    --pmc-grad-soft: linear-gradient(135deg, var(--theme-purple-500), var(--theme-purple-100)) !important;
}

/* Home categories — soft wash on white (was heavier purple; user asked whiter) */
.pm-cat-section {
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        rgba(var(--theme-purple-100-rgb), .22) 48%,
        #faf9fc 100%
    ) !important;
    border: 1px solid rgba(var(--theme-purple-700-rgb), .12) !important;
}
.pm-cat-section .pm-cat-heading h3 {
    color: var(--theme-purple-900) !important;
}
.pm-cat-section .pm-cat-heading .pm-cat-see-all {
    color: var(--theme-purple-700) !important;
}
.pm-cat-section .pm-cat-heading .pm-cat-see-all:hover {
    color: var(--theme-purple-500) !important;
}
.pm-cat-section .swiper-slide-category img,
.pm-cat-section .brand_image_div img {
    border-color: rgba(var(--theme-purple-700-rgb),.28) !important;
    box-shadow: 0 6px 18px rgba(var(--theme-purple-700-rgb),.18) !important;
}
.pm-cat-section .brand_image_div:hover img,
.pm-cat-section .swiper-slide-category a:hover img {
    border-color: rgba(var(--theme-purple-500-rgb),.55) !important;
    box-shadow: 0 12px 24px rgba(var(--theme-purple-700-rgb),.24) !important;
}

/* Home cards */
.pm-cards--airy .project.default-style::before,
.pm-cards--ribbon .swiper-slide.slide_image::before {
    background: linear-gradient(90deg, var(--theme-purple-700), var(--theme-purple-500), var(--theme-purple-100)) !important;
}
.pm-cards--ribbon .swiper-slide.slide_image:hover,
.pm-cards--spotlight .swiper-slide.slide_image:hover {
    box-shadow: 0 0 0 3px rgba(var(--theme-purple-500-rgb),.22), 0 24px 50px rgba(var(--theme-purple-900-rgb),.22) !important;
}

/* My account tabs (profile/orders/favorite/address/logout) */
.my-account-tab {
    background: rgba(var(--theme-purple-100-rgb),.45) !important;
    border: 1px solid rgba(var(--theme-purple-700-rgb),.18) !important;
}
.my-account-tab .nav-item > a {
    color: #5f5a75 !important;
    border-radius: 10px !important;
    transition: all .2s ease;
}
.my-account-tab .nav-item > a i,
.my-account-tab .nav-item > a p {
    color: inherit !important;
}
.my-account-tab .nav-item > a:hover {
    background: rgba(var(--theme-purple-500-rgb),.12) !important;
    color: var(--theme-purple-700) !important;
}
.my-account-tab .nav-item > a.active {
    background: var(--theme-purple-grad-main) !important;
    color: var(--theme-purple-100) !important;
    box-shadow: 0 6px 16px rgba(var(--theme-purple-900-rgb),.28) !important;
}
.my-account-tab .nav-item > a.active i,
.my-account-tab .nav-item > a.active p,
.my-account-tab .nav-item > a.active.text-primary,
.my-account-tab .nav-item > a.active.text-primary i,
.my-account-tab .nav-item > a.active.text-primary p {
    color: var(--theme-purple-100) !important;
}

/* Editorial dark section (home products block) -> purple theme */
.pm-cards--editorial {
    background: linear-gradient(135deg, var(--theme-purple-900), var(--theme-purple-700)) !important;
}
.pm-cards--editorial .default_heading .section-title,
.pm-cards--editorial .products-list .product-content h4.title a,
.pm-cards--editorial .products-list .product-content .price,
.pm-cards--editorial .align-items-md-center {
    color: var(--theme-purple-100) !important;
}
.pm-cards--editorial .title-sm,
.pm-cards--editorial .hover {
    color: rgba(var(--theme-purple-100-rgb), .85) !important;
}
.pm-cards--editorial > .col-md-4 .card.project.item,
.pm-cards--editorial .products-list .card.item.project,
.pm-cards--editorial .products-list .my-4.text-center.style_3 {
    background: rgba(var(--theme-purple-900-rgb), .38) !important;
    border-color: rgba(var(--theme-purple-100-rgb), .16) !important;
}
.pm-cards--editorial > .col-md-4 .product-image-container,
.pm-cards--editorial .products-list figure img.fig_image {
    background: rgba(var(--theme-purple-900-rgb), .52) !important;
}
.pm-cards--editorial > .col-md-4 .card.project.item .my-4 {
    background: linear-gradient(to top, rgba(var(--theme-purple-900-rgb), .78) 55%, transparent) !important;
}
.pm-cards--editorial > .col-md-4 .card.project.item .add_to_cart {
    background: var(--theme-purple-500) !important;
    box-shadow: 0 8px 24px rgba(var(--theme-purple-500-rgb), .35) !important;
}
.pm-cards--editorial .products-list .card.item.project:hover {
    border-color: var(--theme-purple-500) !important;
    box-shadow: 0 0 0 2px rgba(var(--theme-purple-500-rgb), .25), 0 20px 40px rgba(var(--theme-purple-900-rgb), .35) !important;
}
.pm-cards--editorial .products-list .card.item.project:hover .add_to_cart {
    background: var(--theme-purple-700) !important;
    border-color: var(--theme-purple-700) !important;
}
