﻿/* ============================================
   HOME CSS - USING THEME VARIABLES
   ALL STYLES PRESERVED - NOTHING REMOVED
   ============================================ */

.circular-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: var(--home-circular-img-border, 2px solid #ffffff);
}

.circular-imagemob {
    border-radius: 50px;
    width: 65px !important;
    height: 65px;
    max-width: 65px !important;
    border: var(--home-circular-img-mob-border, 2px solid #ffffff);
    box-shadow: var(--home-circular-img-mob-shadow, 0 0 0 2px #FCCCC7);
}

.product-image .sub-title, .sub-title {
    font-size: 1em;
    text-align: center;
    width: max-content;
    margin-bottom: 0 !important;
    margin: 0 auto;
}

.product-offers-one__single-inner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pbg {
    background: var(--web-bg-main, #ffffff);
}

.sub-title {
    font-size: 16px;
    border-bottom: .4px solid;
    padding-bottom: 0 !important;
}

@media (max-width: 768px) {
    .sub-title {
        font-size: var(--home-responsive-sub-title-font-size, 12px);
    }
}

.product-title {
    font-weight: 600;
    color: var(--home-product-title-color, #333);
    font-size: var(--home-product-title-font-size, 18px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.product-item:hover .product-image-wrapper img {
    transition: transform .3s ease;
}

.product-item {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .3s ease;
}

    .product-item.hover-border:hover {
        border: var(--home-product-border-hover, 1px solid #d1d1d1);
        box-shadow: 0 4px 12px var(--home-product-shadow-hover, rgba(0,0,0,.1));
    }

.product-image-wrapper .zoom-image {
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, transform .3s ease;
}

.product-item:hover .zoom-image {
    opacity: 1;
    transform: scale(1.15);
}

.product-amount {
    font-size: 18px;
    font-weight: bold;
    color: var(--home-product-amount-color, #861b2d);
}

.star-rating .flaticon-star-1 {
    color: var(--home-star-active, #f1c40f);
    transition: color .3s ease;
}

.star-rating.empty .flaticon-star-1 {
    color: var(--home-star-inactive, #b0b0b0);
}

.product-title {
    font-size: 13px;
    color: var(--home-product-title-mobile, #8f8f8f);
    font-weight: 600;
    line-height: 1.4;
}

    .product-title.text-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.view-more-btn {
    background-color: var(--home-view-more-btn-bg, #563329);
    color: var(--home-view-more-btn-color, #fff);
    border-radius: 25px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
    justify-content: center;
}

    .view-more-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 8px var(--home-view-more-btn-shadow, rgba(0,0,0,.2));
    }

    .view-more-btn:active {
        transform: scale(1);
    }

    .view-more-btn svg {
        width: 18px;
        height: 18px;
        fill: var(--home-view-more-btn-svg-fill, #fff);
    }

.main-heading {
    font-size: var(--home-main-heading-font-size, 42px);
    font-weight: 400;
    color: var(--home-main-heading-color, #563329);
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.sub-heading {
    font-size: var(--home-sub-heading-font-size, 18px);
    color: var(--home-sub-heading-color, #563329);
    font-weight: 300;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.6;
    opacity: .85;
    text-align: center;
}

.section-heading {
    margin-bottom: 40px;
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    .main-heading {
        font-size: var(--home-responsive-main-heading-font-size, 34px);
        margin-bottom: 5px;
    }

    .sub-heading {
        font-size: var(--home-responsive-sub-heading-font-size, 13px);
    }

    .section-heading {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.common-contentBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
}

.img {
    height: auto;
    object-fit: cover;
    display: block;
}

.img-height-product {
    height: 400px;
    width: 400px;
}

@media (max-width: 768px) {
    .img-height-product {
        height: var(--home-responsive-img-height, 230px);
        width: var(--home-responsive-img-width, 230px);
    }
}

.common-contentBox a {
    display: block;
    height: 100%;
}

.pb30 {
    padding-bottom: 30px;
}

.p-1 {
    padding: 0 !important;
}

.pc {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
}

@media (max-width: 768px) {
    .p-1 {
        padding: .25rem !important;
    }
}

.newlaunchedimg {
    height: 306px;
    width: 306px;
}

.categoryheading {
    margin-top: 50px;
    margin-bottom: 40px;
    padding-bottom: 0;
}

.h2 .title {
    font-size: 2rem !important;
    margin-bottom: 1.5rem;
}

.bestseller-container {
    max-width: 1420px;
}

.tab-button {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 15px !important;
    color: var(--home-tab-btn-color, #000);
    font-weight: bold !important;
}

.product-image-wrapper {
    width: 100%;
    aspect-ratio: 1/1;
    background: var(--home-product-image-wrapper-bg, #f8f8f8);
}

    .product-image-wrapper:hover .hover-image {
        opacity: 1 !important;
    }

    .product-image-wrapper:hover .normal-image {
        opacity: 0;
    }

    .product-image-wrapper .btn-cart-icon,
    .product-image-wrapper .btn-video-icon,
    .product-image-wrapper .position-absolute.bottom-0.start-0,
    .product-image-wrapper .badge {
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 5;
        transition: none;
    }

    .product-image-wrapper:hover .btn-cart-icon,
    .product-image-wrapper:hover .btn-video-icon,
    .product-image-wrapper:hover .position-absolute.bottom-0.start-0,
    .product-image-wrapper:hover .badge {
        opacity: 1 !important;
        visibility: visible !important;
    }

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-badge {
    background-color: var(--home-rating-badge-bg, rgba(255,255,255,.9));
    border-radius: 33px;
    font-size: .8rem;
    font-weight: 600;
    color: var(--home-rating-badge-color, black);
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    backdrop-filter: blur(4px);
}

.badge {
    border-radius: 20px;
    font-weight: 600;
    letter-spacing: .3px;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.badge-instock {
    background: var(--home-badge-instock-gradient, linear-gradient(135deg, #1e7321 0%, #c3ae01 100%));
    color: var(--home-badge-instock-color, #fff);
}

.badge-bestseller {
    background:black;
    color: var(--home-badge-bestseller-color, #6b4e00);
}

.product-image-wrapper .hover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: var(--home-product-image-wrapper-bg, #f8f8f8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

.mobile-tab-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 8px;
}

    .mobile-tab-scroll::-webkit-scrollbar {
        display: none;
    }

.mobile-tab-btn {
    display: inline-block;
    min-width: 120px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--home-mobile-tab-btn-color, #000);
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    transition: border-color .2s, color .2s;
}

    .mobile-tab-btn.active {
        color: var(--home-mobile-tab-btn-color, #000);
        border-color: var(--home-mobile-tab-btn-active-border, #000);
    }

.mobile-carousel-wrapper {
    margin-top: 1rem;
}

.parent-section {
    margin-bottom: 4rem;
}

.parent-title {
    font-size: 1.5rem;
    margin-bottom: .75rem;
    text-align: center;
}

.child-carousel {
    max-width: 1424px;
    position: relative;
    overflow: visible !important;
    padding-bottom: 2.5rem;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex: 0 0 40%;
    box-sizing: border-box;
    padding: 0 .25rem;
}

.child-img-wrapper {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: visible !important;
}

    .child-img-wrapper img:hover {
        box-shadow: var(--home-child-img-wrapper-hover-shadow, #00000040) 0 14px 28px, #00000038 0 10px 10px;
    }

.child-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.child-label {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 600;
    font-size: .9rem;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.product-thumbs {
    position: absolute;
    bottom: -169px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: .5rem;
    z-index: 10;
}

.thumb {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: .3rem;
    overflow: visible !important;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-pagination {
    bottom: .4rem !important;
}

.swiper-pagination-bullet {
    background: var(--home-swiper-bullet-bg, #fff);
    opacity: .6;
}

.swiper-pagination-bullet-active {
    opacity: var(--home-swiper-bullet-active-opacity, 1);
}

.carousel-outer {
    padding: 0 60px;
    position: relative;
    overflow: hidden;
}

.carousel-track {
    width: 100%;
}

.child-carousel.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-wrapper,
.swiper-slide {
    height: auto !important;
}

.child-img-wrapper {
    width: 100%;
    aspect-ratio: 666/800;
    background: var(--home-product-image-wrapper-bg, #f8f8f8);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px var(--home-child-img-wrapper-shadow, rgba(0,0,0,.1));
}

.child-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.product-thumbs {
    gap: 12px;
    bottom: -24px;
    justify-content: center;
}

.thumb {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 18px;
        font-weight: 900;
    }

@media (max-width: 768px) {
    .carousel-outer {
        padding: 0 50px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    .swiper-button-next {
        right: 5px;
    }
}

@media (max-width: 480px) {
    .carousel-outer {
        padding: 0 40px;
    }
}

.carousel-wrapper-4 {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 1rem;
    overflow: hidden;
}

.parent-title-4 {
    font-size: 1.5rem;
    margin-bottom: .75rem;
    text-align: center;
}

.child-carousel-4 {
    position: relative;
    width: 100%;
    overflow: visible !important;
    padding-bottom: 2.5rem;
}

.swiper-slide-4 {
    flex: 0 0 calc(25% - -3px);
    box-sizing: border-box;
    padding: 0 .25rem;
}

.child-img-wrapper-4 {
    position: relative;
    width: 100%;
    padding-top: 125%;
    overflow: visible !important;
    border-radius: .5rem;
}

    .child-img-wrapper-4 img:hover {
        box-shadow: var(--home-child-img-wrapper-hover-shadow, #00000040) 0 14px 28px, #00000038 0 10px 10px;
    }

.child-img-4 {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: cover;
    border-radius: .5rem;
}

.child-label-4 {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    font-weight: 600;
    font-size: .9rem;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.swiper-pagination-4 {
    bottom: .4rem !important;
    text-align: center;
}

    .swiper-pagination-4 .swiper-pagination-bullet {
        background: var(--home-swiper-bullet-bg, #fff);
        opacity: .6;
    }

    .swiper-pagination-4 .swiper-pagination-bullet-active {
        opacity: var(--home-swiper-bullet-active-opacity, 1);
    }

.product-slider .slick-slide {
    display: flex !important;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-slider .product-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-slider .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#our-promise-section {
    text-align: center;
    padding: 20px 20px;
}

    #our-promise-section h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

.promises-row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    align-items: center;
    gap: 70px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
}

    .promises-row::-webkit-scrollbar {
        height: 6px;
    }

    .promises-row::-webkit-scrollbar-thumb {
        background: var(--home-promise-scrollbar-thumb, #ccc);
        border-radius: 3px;
    }

.promise-item {
    flex: 0 0 auto;
    width: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .promise-item img {
        display: block;
        width: 70%;
        height: auto;
        margin: 0 auto 10px;
    }

    .promise-item h5 {
        font-size: .8rem;
        margin: 0;
        text-align: center;
        line-height: 1.2;
    }

@media (max-width: 768px) {
    .promise-item {
        width: 150px;
    }

        .promise-item img {
            width: 60%;
        }
}

#reviews-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.review-carousel .item {
    padding: 60px;
    box-sizing: border-box;
}

.reviewitem {
    position: relative;
    background: var(--home-review-item-bg, #fff);
    border-radius: 16px;
    text-align: left;
    padding: 30px 20px 20px 20px;
    box-shadow: 0 8px 25px var(--home-review-item-shadow, rgba(0,0,0,.08));
    transition: transform .3s ease, box-shadow .3s ease;
    background-image: var(--home-review-item-bg-image, radial-gradient(circle at top left, #f8f8f8, #eaeaea));
}

    .reviewitem:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px var(--home-review-item-hover-shadow, rgba(0,0,0,.12));
    }

.slick-slider .reviewitem::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--home-review-item-after-bg, #e0ddd5);
    border-radius: 20px;
    transform: rotate(-7deg);
    z-index: -1;
}

.reviewitem::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 32px;
    width: 40px;
    height: 40px;
    background: url(/assets/images/Nebu/clip.png2.webp) center/contain no-repeat;
    z-index: 2;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 5px 0 6px 5px;
}

.star-icon {
    color: var(--home-star-icon-color, #f5b300);
    font-size: 1rem;
}

.rating-value {
    font-weight: 600;
    font-size: .9rem;
    color: var(--home-rating-value-color, #333);
}

.testimonial-name {
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 8px 5px;
    color: var(--home-testimonial-name-color, #222);
}

.testimonial-description {
    font-size: .9rem;
    color: var(--home-testimonial-description-color, #555);
    line-height: 1.4;
    margin: 0 5px 15px 5px;
}

.tesimonialimage img.bcimago {
    width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: cover;
}

.slick-slide {
    outline: none !important;
}

.slick-dots {
    margin-top: 25px;
}

.tesimonialimage {
    width: 100%;
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
}

    .tesimonialimage img.bcimago {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }

@media (max-width: 767px) {
    .review-carousel .item {
        padding: 14px;
        box-sizing: border-box;
    }
}

.blog-carousel-section {
    background: var(--web-bg-main, #fff);
}

.blog-card {
    background: var(--home-blog-card-bg, #fff);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px var(--home-blog-card-shadow, rgba(0,0,0,.08));
    margin: 0 5px !important;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .blog-card:hover {
/*        transform: translateY(-5px);*/
        box-shadow: 0 10px 25px var(--home-blog-card-hover-shadow, rgba(0,0,0,.12));
    }

.blog-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-content {
    padding: 20px 18px 25px;
    text-align: left;
}

.blog-category {
    color: var(--home-blog-category-color, #888);
    font-size: .9rem;
    margin-bottom: 8px;
}

.blog-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--home-blog-title-color, #222);
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-desc {
    color: var(--home-blog-desc-color, #555);
    font-size: .9rem;
    margin-bottom: 15px;
    line-height: 1.5;
}

.section-template--faq_section-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media screen and (min-width: 750px) {
    .section-template--faq_section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

#shopify-section-template--faq_section h3.accordion__title.inline-richtext.h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--home-faq-title-color, #222);
    margin: 0;
}

#shopify-section-template--faq_section details {
    border: 1px solid var(--home-faq-border, #e1e1e1);
    border-radius: 8px;
    background: var(--home-faq-bg, #fff);
    margin-bottom: 12px;
    padding: 12px 18px;
    transition: all .3s ease;
}

    #shopify-section-template--faq_section details[open] {
        box-shadow: 0 5px 15px var(--home-faq-shadow, rgba(0,0,0,.08));
        border-color: var(--home-faq-border-color-hover, #d5d5d5);
    }

#shopify-section-template--faq_section summary {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

    #shopify-section-template--faq_section summary::-webkit-details-marker {
        display: none;
    }

#shopify-section-template--faq_section .accordion__content {
    margin-top: 10px;
    color: var(--home-faq-content-color, #555);
    font-size: .95rem;
    line-height: 1.5;
    padding-right: 10px;
}

#shopify-section-template--faq_section .icon-caret {
    width: 14px;
    height: 10px;
    transition: transform .3s ease;
}

#shopify-section-template--faq_section details[open] .icon-caret {
    transform: rotate(180deg);
}

@media (max-width: 676px) {
    #shopify-section-template--faq_section h3.accordion__title.inline-richtext.h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #shopify-section-template--faq_section .collapsible-content__heading {
        margin-bottom: 1rem !important;
    }
}

.custom-banner-dual {
    padding: 0 25px;
}

.banner-dual-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    justify-content: center;
    align-items: stretch;
    overflow: hidden;
}

.banner-dual-item {
    flex: 1;
    max-width: 50%;
    display: block;
    border-radius: 0px;
    overflow: hidden;
    background: var(--home-banner-dual-bg, #f9f9f9);
    box-shadow: 0 4px 12px var(--home-banner-dual-shadow, rgba(0,0,0,.1));
    transition: all .3s ease;
}

    .banner-dual-item:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px var(--home-banner-dual-hover-shadow, rgba(0,0,0,.2));
    }

    .banner-dual-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: 12px;
        transition: transform .3s ease;
    }

    .banner-dual-item:hover img {
        transform: scale(1.03);
    }

@media (max-width: 767px) {
    .custom-banner-dual {
        padding: 0 10px;
    }

    .banner-dual-wrapper {
        flex-direction: column !important;
        gap: 12px;
    }

    .banner-dual-item {
        max-width: 100%;
        border-radius: 0px;
    }

        .banner-dual-item img {
            border-radius: 0px;
        }
}

.hoverScaleX img {
    transform: scale(1) translateX(0) !important;
}

.globalSlider .slick-slide {
    margin: 0 18px;
}

.globalSlider .slick-list {
    margin: 0 -8px;
}

.globalSlider .singlePartner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--home-partner-slider-bg, #fff);
    border-radius: 6px;
    transition: transform .3s ease;
}

.globalSlider .slick-center .singlePartner {
    transform: scale(1.08);
    z-index: 2;
}

.globalSlider .singlePartner img {
    max-height: 80%;
    width: auto;
    object-fit: contain;
}

h2 {
    font-size: 1.6rem !important;
    margin-bottom: 1.5rem;
}

.hoverScaleX img {
    transform: scale(1.02) translateX(0) !important;
}

.hero-area {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: var(--home-hero-area-overflow, hidden);
    position: relative;
}

    .hero-area img {
        width: 100%;
        height: auto;
        display: block;
    }

.slick-dots {
    position: absolute;
    bottom: 15px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .slick-dots li {
        width: 8px !important;
        height: 8px !important;
    }

    .slick-dots button {
        width: 8px !important;
        height: 8px !important;
        border-radius: 50%;
        border: none;
        background-color: var(--home-slick-dots-bg, #ccc !important);
        text-indent: -9999px;
        cursor: pointer;
        transition: background-color .3s ease, transform .3s ease;
        transform: scale(1);
    }

    .slick-dots .slick-active button {
        background-color: var(--home-slick-dots-active-bg, #e2617f !important);
        transform: scale(1.2);
    }

.commonAccordion .accordion-button[aria-expanded="false"] {
    color: var(--home-accordion-button-color, #5a0535);
    background: var(--home-accordion-button-bg, #cfc1b3);
}

.commonAccordion .accordion-button[aria-expanded="true"] {
    color: var(--home-accordion-button-color, #5a0535);
    background: var(--home-accordion-button-bg, #cfc1b3);
}

.commonAccordion .accordion-button[aria-expanded="false"]::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: var(--home-accordion-button-after-color, #691c44);
}

.custom-banner-dual {
    padding: 0 0px;
}

.banner-3-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
}

.banner-3-item {
    flex: 0 0 33.33%;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: var(--home-banner-dual-bg, #f9f9f9);
    transition: all .3s ease;
}

    .banner-3-item img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        border-radius: 12px;
    }

@media (max-width: 768px) {
    .banner-3-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        justify-content: flex-start;
    }

    .banner-3-item {
        flex: 0 0 90%;
        scroll-snap-align: center;
    }

    .banner-3-wrapper::-webkit-scrollbar {
        display: none;
    }

    .promises-row {
        gap: 0 !important;
    }
}

.tag-slick-carousel {
    margin: 0 -10px;
}

    .tag-slick-carousel .slick-slide {
        padding: 0 10px;
        outline: none;
    }

    .tag-slick-carousel .slick-list {
        overflow: visible;
    }

.child-img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 666/800;
    background: var(--home-product-image-wrapper-bg, #f8f8f8);
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px var(--home-child-img-wrapper-shadow, rgba(0,0,0,.1));
    transition: transform .3s ease;
}

    .child-img-wrapper:hover {
        transform: translateY(-4px);
    }

.child-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-thumbs {
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    justify-content: center;
    z-index: 10;
}

.thumb {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    background: rgba(0,0,0,.45);
    border-radius: 50%;
    color: #fff;
    backdrop-filter: blur(4px);
    z-index: 10;
}

    .slick-prev:hover,
    .slick-next:hover {
        background: rgba(0,0,0,.7);
    }

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

    .slick-prev:before,
    .slick-next:before {
        font-size: 18px;
        font-weight: 900;
    }

.slick-dots {
    bottom: -50px;
}

    .slick-dots li button:before {
        color: #fff;
        opacity: .6;
        font-size: 10px;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1;
    }

.slick-prev,
.slick-next {
    display: none !important;
}

.slick-dots {
    display: none !important;
}

@media (max-width: 1024px) {
    .thumb {
        width: 60px;
        height: 60px;
    }

    .product-thumbs {
        bottom: -42px;
        gap: 10px;
    }
}

@media (max-width: 640px) {
    .child-img-wrapper {
        border-radius: 8px;
    }

    .thumb {
        width: 50px;
        height: 50px;
    }

    .product-thumbs {
        bottom: -36px;
        gap: 8px;
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slick-dots {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .price {
        margin-top: 0 !important;
    }
}
