/*your custom css goes here*/
/* @import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"); */
.aiz-carousel.gutters-16 .carousel-box {
    padding-bottom: 0px;
}

body {
    font-family: 'DM Serif Display', serif !important;
}

/* Category/search product listing: match the polished home product-card rhythm */
.product-listing-page .product-listing-grid {
    align-items: stretch !important;
}

.product-listing-page .product-listing-grid>.col {
    display: flex !important;
    align-items: stretch !important;
}

.product-listing-page .modern-product-card {
    height: 100% !important;
}

.product-listing-page .modern-product-title a {
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.product-listing-page .aiz-filter-sidebar .collapse-sidebar {
    background: #fffdf9 !important;
}

.product-listing-page .aiz-filter-sidebar .border-bottom {
    border-color: #eadfce !important;
}

.product-listing-page .aiz-filter-sidebar .h6,
.product-listing-page .aiz-filter-sidebar .la-times {
    color: #252938 !important;
}

.product-listing-page .custom-filter-box {
    border-color: #e2d2c0 !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(104, 91, 78, 0.07) !important;
}

.product-listing-page .custom-filter-box .fs-16.fw-700 {
    background: #fbf7f2 !important;
    border-bottom-color: #eadfce !important;
    color: #66594d !important;
}

.product-listing-page .custom-categories-box ul li a {
    color: #837466 !important;
}

.product-listing-page .custom-categories-box ul li a.fw-600 {
    color: #66594d !important;
    background-color: #f7f1ec !important;
}

@media (min-width: 768px) {
    .product-listing-page .product-listing-grid-wrap {
        padding-left: 8px !important;
        padding-right: 0 !important;
    }

    .product-listing-page .modern-product-card {
        border-radius: 18px !important;
        padding: 10px !important;
        box-shadow: 0 8px 24px rgba(104, 91, 78, 0.05) !important;
    }
}



@media (max-width: 767.98px) {
    .product-listing-page {
        padding-top: 18px !important;
    }



    .product-listing-page .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .product-listing-page .breadcrumb {
        padding-left: 0 !important;
        margin-bottom: 14px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .product-listing-page h1 {
        font-size: 22px !important;
        line-height: 1.25 !important;
        margin-bottom: 14px !important;
    }

    .product-listing-page .btn[data-target=".aiz-filter-sidebar"] {
        color: #252938 !important;
    }

    .product-listing-page .w-lg-200px {
        width: 100% !important;
        max-width: 195px !important;
        flex: 0 0 auto !important;
    }

    .product-listing-page .bootstrap-select .dropdown-toggle {
        min-height: 52px !important;
        border-radius: 10px !important;
        border-width: 2px !important;
        padding: 11px 18px !important;
        font-size: 14px !important;
        background: #ffffff !important;
    }

    .product-listing-page .product-listing-grid-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-listing-page .product-listing-grid {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .product-listing-page .product-listing-grid>.col {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 14px !important;
    }

    .product-listing-page .modern-product-card {
        border-radius: 11px !important;
        padding: 6px !important;
        min-height: 170px !important;
        justify-content: space-between !important;
        box-shadow: 0 7px 20px rgba(104, 91, 78, 0.06) !important;
    }

    .product-listing-page .modern-product-img-wrap {
        height: 94px !important;
        border-radius: 9px !important;
    }

    .product-listing-page .modern-product-card>div:last-child {
        padding: 7px 1px 2px !important;
        flex-grow: 1 !important;
        justify-content: space-between !important;
    }

    .product-listing-page .modern-product-title {
        min-height: 0 !important;
        margin-bottom: 6px !important;
    }

    .product-listing-page .modern-product-title a,
    .modern-product-title a {
        display: block !important;
        font-size: 10.5px !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    .product-listing-page .modern-card-bottom-row {
        margin-top: auto !important;
        padding: 0 !important;
        padding-top: 6px !important;
        gap: 5px !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .product-listing-page .modern-price-wrap,
    .product-listing-page .modern-price-wrap .text-primary,
    .product-listing-page .modern-price-wrap span {
        font-size: 9px !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }

    .product-listing-page .modern-price-wrap .price,
    .product-listing-page .modern-price-wrap .text-primary {
        font-size: 8px !important;
    }

    .product-listing-page .modern-price-wrap del {
        font-size: 9.5px !important;
    }

    .product-listing-page .modern-card-actions-bottom {
        gap: 0 !important;
        flex-wrap: nowrap !important;
    }

    .product-listing-page .modern-discount-tag,
    .product-listing-page .modern-wholesale-tag {
        font-size: 7px !important;
        padding: 2px 5px !important;
        margin-left: 5px !important;
        margin-top: 5px !important;
    }

    .product-listing-page .aiz-filter-sidebar .collapse-sidebar {
        width: min(100vw, 430px) !important;
        background: #fffdf9 !important;
        box-shadow: -14px 0 36px rgba(37, 41, 56, 0.18) !important;
    }

    .product-listing-page .custom-filter-box {
        border-radius: 22px !important;
        border-width: 2px !important;
        margin: 0 4px 22px !important;
        box-shadow: 0 12px 30px rgba(104, 91, 78, 0.08) !important;
    }

    .product-listing-page .custom-filter-box .fs-16.fw-700 {
        padding: 18px 26px !important;
        font-size: 17px !important;
        color: #66594d !important;
    }

    .product-listing-page .custom-categories-box ul {
        padding: 18px 22px 26px !important;
    }

    .product-listing-page .custom-categories-box ul li a {
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #8a7c6f !important;
        padding: 8px 14px !important;
    }

    .product-listing-page .custom-categories-box ul li a.fw-600 {
        color: #66594d !important;
        background: #f7f1ec !important;
        font-weight: 700 !important;
    }

    .product-listing-page .custom-price-box .aiz-range-slider {
        padding: 18px 12px 10px !important;
    }

    .product-listing-page .custom-price-box .noUi-target {
        background: #d7cbbb !important;
    }

    .product-listing-page .custom-price-box .range-slider-value {
        color: #66594d !important;
        background: #fbf7f2 !important;
        border-width: 2px !important;
        font-size: 13px !important;
        padding: 5px 16px !important;
    }
}

.bg-theme {
    background: #dacbbc !important;
}

.bg-light {
    background: #dacbbc !important;
}

.custom_checkout_button_design.unfilled {
    background: transparent !important;
    color: #685c4e !important;
    border: 1px solid #685c4e !important;
    border-radius: 5px !important;
}

.custom-header-class .col-md-12 {
    padding: 0 !important;
}

.banner-category.custom-banner-category .slick-track {
    margin: 0 !important;
}

.custom-header-class {
    box-shadow: 0 0 8px 0 #c5925961;
}

.custom_checkout_button_design.unfilled:hover {
    background: #685c4e !important;
    color: #fff !important;
    border: 1px solid #685c4e !important;
    border-radius: 5px !important;
}

.custom_checkout_button_design.filled {
    background: #685c4e !important;
    color: #fff !important;
    border: 1px solid #685c4e !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.custom_checkout_button_design.filled:hover {
    background: #fff !important;
    color: #685c4e !important;
    border: 1px solid #685c4e !important;
    border-radius: 5px !important;
}

.product-action-buttons {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 14px !important;
}

.product-action-buttons .product-action-button-col {
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-bottom: 0 !important;
}

.product-detail-action-btn {
    min-height: 54px !important;
    border-radius: 6px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.product-detail-action-btn.is-outline {
    background: #ffffff !important;
    border: 2px solid #8f8f8f !important;
    color: #858585 !important;
}

.product-detail-action-btn.is-filled {
    background: #e8e2dd !important;
    border: 2px solid #c8beb7 !important;
    color: #858585 !important;
}

.product-detail-action-btn:hover,
.product-detail-action-btn:focus {
    color: #685c4e !important;
    border-color: #685c4e !important;
}

@media (max-width: 575.98px) {
    .product-action-buttons {
        gap: 10px !important;
    }

    .product-detail-action-btn {
        min-height: 48px !important;
        font-size: 14px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

.border-width-1 {
    border-width: 1px !important;
}

.borderbtn {
    color: white;
    background: #685b4e;
}

.returnbtn:hover {
    background: white;
}


.cartbackground {
    background: #685b4e;
}

.cardcolor {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #dacbbc;
}

.cartdetails {
    color: black;
}

.borderbt {
    background: #f5f5f5;
}

.iconcolor {
    color: black !important;
}

.shopform {
    background: #FAF7F2;

}

.shopform .bg-white.border {
    border: none !important;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.shopform .form-control {
    border: none !important;
    border-bottom: 1.5px solid #dcdcdc !important;
    border-radius: 0 !important;
    padding-left: 0;
    box-shadow: none !important;
    background: transparent;
    transition: all 0.3s ease;
    margin-left: 20px;
    margin-right: 20px;
}

.formlable {
    margin-right: 20px;
    padding-right: 20px;
}

.shopform .form-control::placeholder {
    color: #aaa;
    font-size: 14px;
}


.formshadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);

}




.borderbtn:hover {
    color: black !important;
    text-decoration: none;
    background: #dacbbc !important;
}

.header_menu_links {
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.home-banner-area.mb-3 {
    position: relative;
}

.banner_search {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    margin-left: 0px !important;
    top: 40%;
}

/* .home_banner_img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
} */
.home-slider h4 {
    font-size: 50px;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: "DM Serif Display", serif;
}

.header-shadow {
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.visa-card:first-child {
    display: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.wrapper {
    width: 100%;
    height: 100vh;
    min-height: 750px;
    center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    display: flex;
    background: black;
}

.editor {
    background: #ccc;
}







.fs-13.text-light.animate-underline-white {
    letter-spacing: 1px !important;
}

.mobile-menu-drawer .footer-social .social a img {
    filter: brightness(.5);
}

.twitter img {
    width: 18px !important;
    margin-top: -7px;
}

.list-unstyled {
    margin-top: 15px !important;
}

.aiz-accordion-panel ul li .text-sm-secondary {
    color: #fff !important;
}

#section_best_selling .aiz-card-box.h-auto.bg-white.p-3.hov-scale-img {
    background: #faf7f2 !important;
}

@media screen and (max-width: 992px) {
    .wrapper {
        height: auto;
        min-height: 100vh;
    }

}

@media screen and (min-width:1025px) {
    .modern-price-wrap {
        flex: 0 0 80%;
    }

    .modern-card-actions-bottom {
        flex: 0 0 20%;
    }

    .modern-card-bottom-row {
        padding: 0px 15px;
    }
}

.content {
    height: 600px;
    margin: auto;
    width: 100%;
    max-width: 1050px;
    display: flex;
    align-items: center;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .content {
        max-width: 920px;
    }
}

@media screen and (max-width: 992px) {
    .content {
        max-width: 920px;
        margin-top: 100px;
        height: auto;
        min-height: 100vh;
    }
}

@media screen and (max-width: 767px) {
    .content {
        margin-top: 20px;
    }

    .home-offers-wrap .offer-inner-carousel .modern-product-card:hover {

        transform: none !important;
    }

    .modern-card-bottom-row {
        align-items: center !important;
    }

    .offer-inner-carousel .slick-list.draggable {
        margin-bottom: 20px;
    }
}

span.badge.badge-primary.badge-circle.position-absolute {

    color: #fff !important;
    border-radius: 50px;
    background: #685c4e !important;
    border-radius: 50px !important;
    height: 20px;
    display: flex !important;
    width: 20px !important;
    min-height: 20px !important;
}

@media screen and (max-width: 576px) {
    .content {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.title {
    background-color: #FAF7F2;
}

/*.page-title-section {*/
/*    background-color: #FAF7F2;*/
/*}*/

.bg-shape {
    height: 100%;
    background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    box-shadow: 0px 30px 139px 0px rgba(10, 22, 31, 0.26);
    border-radius: 30px;
    padding: 45px 40px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .bg-shape {
        width: 45%;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape {
        width: 90%;
        height: 290px;
        align-items: flex-start;
        padding: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 767px) {
    .bg-shape {
        padding: 30px;
        width: 95%;
        border-radius: 20px;
    }

    .sidebar-xl .collapse-sidebar {
        z-index: 999999 !important;
    }
}

@media screen and (max-width: 576px) {
    .bg-shape {
        height: 200px;
        padding: 30px;
    }
}

.bg-shape img {
    object-fit: contain;
    width: 510px;
    display: block;
    object-position: left center;
    opacity: 0.2;
    transform: rotate(-90deg) translateY(-50%);
    max-width: inherit;
    left: 10px;
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .bg-shape img {
        width: 430px;
        left: 10px;
    }
}

@media screen and (max-width: 992px) {
    .bg-shape img {
        transform: none;
        width: 100%;
        position: relative;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
        height: 100%;
        object-position: top center;
    }
}

/*
.next,
.prev {
    z-index: 22;
    display: inline-flex;
    border: none;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    position: absolute;
    top: 50%;
    outline: none;
    cursor: pointer;
}
.next.disabled,
.prev.disabled {
    cursor: not-allowed;
}
.next:focus,
.prev:focus {
    outline: none;
}
@media screen and (max-width: 992px) {
    .next,
    .prev {
        top: 170px;
    }
}

.prev {
    left: -30%;
    transform: translate(-100%, -50%);
}
@media screen and (max-width: 1200px) {
    .prev {
        left: -21%;
    }
}
@media screen and (max-width: 992px) {
    .prev {
        left: 0;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 576px) {
    .prev {
        transform: translate(20%, -50%);
    }
}

.next {
    right: 0;
    transform: translate(50%, -50%);
}
@media screen and (max-width: 576px) {
    .next {
        transform: translate(-20%, -50%);
    }
}
*/
.product-slider {
    width: 75%;
    height: 85%;
    border-radius: 30px;
    box-shadow: 0 28px 79px 0 rgba(10, 22, 31, 0.35);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .product-slider {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .product-slider {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        position: relative;
        top: 0;
        margin-top: 170px;
        margin-bottom: 100px;
    }

    .product-slider br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-slider {
        border-radius: 20px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider {
        width: 85%;
        margin-top: 130px;
    }
}

.product-slider__wrp {
    height: 100%;
}

.product-slider__item {
    position: relative;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .product-slider__item {
        height: auto;
    }
}

.product-slider__item.swiper-slide-active .product-slider__content>* {
    opacity: 1;
    transform: none;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(1) {
    transition-delay: 0s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(2) {
    transition-delay: 0.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(3) {
    transition-delay: 0.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(5) {
    transition-delay: 0.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(6) {
    transition-delay: 1s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(7) {
    transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(8) {
    transition-delay: 1.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(9) {
    transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(10) {
    transition-delay: 1.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(11) {
    transition-delay: 2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(12) {
    transition-delay: 2.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(13) {
    transition-delay: 2.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(14) {
    transition-delay: 2.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>*:nth-child(15) {
    transition-delay: 2.8s;
}

.product-slider__item.swiper-slide-active circle {
    animation: progress 1s ease-out forwards;
    animation-delay: 0.5s;
    opacity: 0.75;
}

.product-slider__card {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .product-slider__card {
        align-items: flex-start;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__card {
        border-radius: 20px;
    }
}

.product-slider__cover {
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .product-slider__cover {
        border-radius: 20px;
    }
}

.product-slider__content {
    color: #fff;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 250px;
    padding-right: 80px;
}

@media screen and (max-width: 1200px) {
    .product-slider__content {
        padding-left: 220px;
    }
}

@media screen and (max-width: 992px) {
    .product-slider__content {
        padding: 20px 60px 100px;
        padding-top: 280px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .product-slider__content {
        padding: 20px 30px 50px;
        padding-top: 300px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider__content {
        padding-top: 220px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.product-slider__title {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 41px;
    line-height: 1.2em;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
    .product-slider__title {
        font-size: 34px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider__title {
        font-size: 24px;
    }
}

.product-slider__price {
    display: block;
    font-size: 42px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
    .product-slider__price {
        font-size: 36px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider__price {
        font-size: 30px;
    }
}

.product-slider__price sup {
    top: -20px;
    font-size: 65%;
}

.product-slider__cart {
    box-shadow: 0 7px 99px 0 rgba(204, 51, 66, 0.6);
    background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    border: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    min-height: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 2px;
    margin-right: 40px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .product-slider__cart {
        margin-right: 30px;
    }
}

@media screen and (max-width: 576px) {
    .product-slider__cart {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}

.product-slider__fav {
    color: #888e94;
    background: none;
    border: none;
    position: relative;
    padding-left: 25px;
    outline: none;
    cursor: pointer;
}

.product-slider__fav:focus {
    outline: none;
}

.product-slider__fav .heart {
    display: block;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%) scale(0.7);
    top: 50%;
    pointer-events: none;
    width: 100px;
    height: 100px;
    background: url("https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png") no-repeat;
    background-position: 0 0;
    cursor: pointer;
    transition: background-position 1s steps(28);
    transition-duration: 0s;
}

.product-slider__fav .heart.is-active {
    transition-duration: 1s;
    background-position: -2800px 0;
}

.product-slider__bottom {
    margin-top: 20px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

.product-ctr {
    display: flex;
    align-items: center;
    min-height: 150px;
    margin-top: 40px;
    opacity: 0;
    transform: translateY(55px);
    transition: all 0.5s;
}

@media screen and (max-width: 992px) {
    .product-ctr {
        justify-content: center;
    }
}

.product-ctr .hr-vertical {
    width: 1px;
    background: #9fa3a7;
    align-self: stretch;
    margin: 0 35px;
    flex-shrink: 0;
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .product-ctr {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .product-ctr .hr-vertical {
        width: 100%;
        margin: 35px 0;
        height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .product-labels {
        width: 100%;
    }
}

.product-labels__checkbox {
    display: none;
}

.product-labels__checkbox:checked+.product-labels__txt {
    border-color: #cc3743;
    padding: 10px 13px;
}

.product-labels__title {
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-labels__group {
    display: flex;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .product-labels__group {
        justify-content: center;
    }
}

.product-labels__group:last-child {
    margin-bottom: 0;
}

.product-labels__item {
    margin: 5px;
    cursor: pointer;
}

.product-labels__item:first-child {
    margin-left: 0;
}

.product-labels__txt {
    display: block;
    border: 2px solid transparent;
    font-size: 14px;
    padding: 10px 20px;
    padding-left: 0;
    border-radius: 50px;
    transition: all 0.3s;
    letter-spacing: 2px;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.product-inf {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product-inf {
        width: 100%;
    }
}

.product-inf__percent {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: "Dosis", sans-serif;
    position: relative;
}

.product-inf__percent circle {
    transform: rotate(180deg) scaleY(-1);
    transform-origin: 50%;
}

.product-inf__percent-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-inf__title {
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
}

.product-img {
    position: absolute;
    z-index: 2;
    width: 500px;
    left: 25%;
    transform: translateX(-45%);
    max-height: 500px;
    height: 100%;
    pointer-events: none;
}

@media screen and (max-width: 1200px) {
    .product-img {
        width: 430px;
        left: 20%;
    }
}

@media screen and (max-width: 767px) {
    .product-img {
        width: 100%;
        max-width: 400px;
        top: 30px;
        height: 390px;
    }
}

@media screen and (max-width: 576px) {
    .product-img {
        max-width: 300px;
        height: 300px;
    }
}

.product-img__item {
    display: flex;
    align-items: center;
    position: absolute;
    pointer-events: none;
    user-select: none;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(-130px);
    opacity: 0;
    transition: all 0.3s;
}

.product-img__item.active {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    transition-delay: 0.3s;
}

.product-img__item img {
    object-fit: contain;
    object-position: center right;
}

.social {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    display: flex;
    padding: 20px 55px;
    justify-content: space-between;
}

@media screen and (max-width: 576px) {
    .social {
        flex-direction: column;
        bottom: 0;
    }
}

.social__item {
    color: rgba(255, 255, 255, 0.75);
    font-family: "Dosis", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1em;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.social__item:hover {
    color: #fff;
}

@media screen and (max-width: 576px) {
    .social__item {
        margin-bottom: 10px;
    }
}

.social__img {
    width: 24px;
    margin-right: 15px;
}

.banner-category {
    padding: 10 0px;
    /* position: absolute; */
    z-index: 8;
    /* top: 62%; */
    left: 0;
    width: 100%;
    /* max-width: 700px; */
    margin: auto;
    right: 0;
}

.custom-banner-text {
    position: absolute !important;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 1px !important;
}

.banner-category ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    padding: 0px;
    margin-bottom: 0.2rem !important;
    margin-top: 0.8rem !important;
}

.search-input-box {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.banner-category ul li .category_a {
    /* background: #fff; */
    padding: 6px 0px;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.8px;
    display: block;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .banner-category ul li .category_a {
        font-size: 10px !important;
    }
}

.custom-gradient-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.4); */
}

.banner-category ul li img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    /* border-radius: 100px; */
    /* background: #fff; */
}

.banner-category ul li:hover {
    transform: translateY(-10px);
}

.banner-category ul li {
    transition: all 0.5s ease-out;
    text-align: center;
}

.custom_banner {
    height: 400px;
    object-fit: cover;
}

.h-80vh {
    height: 85vh !important;
}

.typed-search-box {
    min-height: 200px;
    max-width: 506px;
    width: 100%;
    margin: auto;
    left: 0;
    right: 16%;
}

.search-input-box {
    position: relative;
    width: 100%;
    max-width: 700px;
}


@media screen and (max-width: 768px) {
    .section-padding {
        padding-top: 0;
        padding-bottom: 0;
    }

    .home_Section {
        margin: 10px 0px !important;
    }
}

@media screen and (min-width: 769px) {
    .home_Section {
        margin: 30px 0px !important;
    }
}



.home-category-banner .home-category-name {
    bottom: 15px;
}

.home-category-banner::before {
    visibility: visible;
    opacity: 1;
}

.btn-visit .circle {
    background: #faf5f2;
}

.social {
    display: block;
    position: relative;
    padding: 0px;
    width: 100%;
    margin-bottom: 0px !important;
    float: right;
}

.social li {
    float: right;
}

.footer-social .social {
    padding: 18px 0px 0px 0px;
}

.header_menu_links.active {
    background-color: transparent !important;
    color: #dacbbc !important;
}

.nav-box-text.cart_count_span.d-none.d-xl-block.fs-12 {
    position: absolute;
    top: 12px;
    right: 5px;
}

#todays_deal h3 {
    font-size: 30px;
    font-weight: 500;
}

#todays_deal p {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 10px;
}

.custom_btn {
    background: #dacbbc;
    padding: 13px 25px;
    border-radius: 120px;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.mobile_search {
    display: none;
}

@media screen and (max-width: 768px) {
    .custom-banner-category {
        /* display: none !important; */
    }
}

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


    .banner-category ul {
        margin: 0px 5px !important;
        justify-content: center;
    }


}


@media screen and (max-width: 992px) {
    .product-img {
        width: 430px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 350px;
    }

    .home-banner_content {
        display: none;
    }

    .mobile_search {
        display: block;
        /*left: -35%;*/
        background: #fff;
        padding: 10px;
    }

    .main_menu {
        display: none !important;
    }

    .banner-category {
        top: 0%;
    }

    .banner-category ul {
        flex-wrap: wrap;
        margin: 0px 33px;
    }

    .banner-category ul li {
        transition: all 0.5s ease-out;
    }
}

.contact-info-item {
    display: flex;
    margin-bottom: 30px;
}

.contact-info-icon {
    height: 70px;
    width: 70px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.contact-info-icon i {
    font-size: 30px;
    line-height: 70px;
}

.contact-info-content {
    margin-left: 20px;
}

.contact-info-content h4 {
    font-size: 1.4em;
    margin-bottom: 5px;
}

.contact-info-content p {
    font-size: 1em;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.contact-form h2 {
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

.contact-form .input-box {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #333;
    outline: none;
    resize: none;
}

.contact-form .input-box span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contact-form .input-box input:focus~span,
.contact-form .input-box textarea:focus~span {
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"] {
    width: 100%;
    background: #dacbbc;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #dacbbc;
    transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover {
    background: #fff;
    color: #dacbbc;
}

.seller_img {
    object-fit: contain !important;
    padding: 3px !important;
}

.drop_down_cat_menu {
    display: none;
    position: absolute;
    width: 1200px;
    left: -700%;
    top: 50px;
    transition: all 0.8s ease;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.category__mega_menu:hover .drop_down_cat_menu {
    display: block;
}

.aiz-main-content {
    background: #FAF7F2;
}

.aiz-content-wrapper {
    background: #FAF7F2;
}

.logos img {
    background: #fff;
    padding: 5px;
    height: 35px;
}

@media only screen and (max-width: 1500px) {
    .aiz-carousel .slick-next {
        right: 0;
    }

    .aiz-carousel .slick-prev {
        left: 0;
    }

    .aiz-carousel .slick-arrow {
        top: 50% !important;
        background: transparent !important;
    }
}

@media only screen and (max-width: 767px) {
    .aiz-carousel .slick-next {
        right: -15px;
    }

    .aiz-carousel .slick-prev {
        left: -15px;
    }

    .aiz-carousel .slick-arrow {
        top: 50%;
        background: transparent;
    }
}

.line {
    background: black !important;
}

.text-success a {
    color: #85b567 !important;
}

.note-popover .popover-content .note-dropdown-menu.note-check a i,
.note-toolbar .note-dropdown-menu.note-check a i {
    visibility: visible !important;
    color: #000;
}

/* addon buttons */
.addoncolor .btn-danger {
    background-color: #302B50;

    border: none;
    border-radius: none;

}

.addoncolor .form-control {
    font-weight: 400;
    color: black;

}

.addon-options .align-items-center {
    margin-right: 40px !important;


}

.check .mainchkbox {
    width: 20px;
    /* make smaller */
    height: 20px;
    margin-top: 10px;

}

.productvariation .form-control {
    font-weight: 400;
    color: black;

}

.addontext {
    font-size: 12px;
    width: 200px;
    margin-right: 5px;
    padding-right: 5px;
}

.addonprice {
    margin-left: 45px;
    margin-right: 50px:
}

@media only screen and (max-width: 1500px) {
    .aiz-carousel .slick-arrow {
        top: 50% !important;
        background: transparent !important;
    }
}

/* Custom Additional Services Styling */
.custom-services-section {
    background-color: #faf7f2 !important;
    border: 1.5px solid #e2d2c0 !important;
    border-radius: 8px !important;
    padding: 24px !important;
    box-shadow: 0 4px 15px rgba(104, 91, 78, 0.03) !important;
}

.custom-services-title {
    color: #685b4e !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    margin-bottom: 20px !important;
}

.custom-service-card {
    background: #ffffff !important;
    border: 1.5px solid #e2d2c0 !important;
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 6px rgba(104, 91, 78, 0.02) !important;
}

.custom-service-card:hover {
    border-color: #685b4e !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(104, 91, 78, 0.08) !important;
}

/* Checked styling for custom service cards */
.aiz-megabox>input:checked~.custom-service-card {
    border-color: #685b4e !important;
    background-color: #fcfbfa !important;
    box-shadow: 0 4px 12px rgba(104, 91, 78, 0.06) !important;
}

.custom-services-section .aiz-rounded-check {
    border: 2px solid #e2d2c0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
}

.aiz-megabox>input:checked~span .aiz-rounded-check {
    border-color: #685b4e !important;
    background-color: #685b4e !important;
}

.aiz-megabox>input:checked~span .aiz-rounded-check:after {
    background-color: #ffffff !important;
    width: 8px !important;
    height: 8px !important;
    margin-left: -4px !important;
    margin-top: -4px !important;
}

/* Custom error message styling */
.custom-service-error {
    border: none !important;
    background-color: #fdf2f2 !important;
    border-left: 4px solid #f87171 !important;
    color: #991b1b !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.06) !important;
}

/* ==========================================================================
   ULTRA-MODERN PREMIUM SIDEBAR FILTERS (CATEGORIES & PRICE RANGE)
   ========================================================================== */

/* Outer Box Containers - Sleek Round Corner Premium Cards */
.custom-filter-box {
    border-radius: 24px !important;
    border: 1px solid #e2d2c0 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(104, 91, 78, 0.03) !important;
    overflow: hidden !important;
    margin-bottom: 24px !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.custom-filter-box:hover {
    border-color: #685b4e !important;
    box-shadow: 0 8px 30px rgba(104, 91, 78, 0.07) !important;
}

/* Premium Filter Headers - Warm Soft Theme Background & Poppins Font */
.custom-filter-box .fs-16.fw-700 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    color: #685b4e !important;
    background-color: #FAF7F2 !important;
    border-bottom: 1px solid #f2ede4 !important;
    padding: 14px 20px !important;
}

/* Filter Section Headings & Dropdown Toggles */
.custom-filter-box .filter-section {
    color: #685b4e !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.custom-filter-box .dropdown-toggle::after {
    border: none !important;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f107";
    font-size: 14px;
    color: #685b4e;
    transition: transform 0.25s ease;
}

.custom-filter-box .dropdown-toggle:not(.collapsed)::after {
    transform: rotate(180deg);
}



/* Categories Select Checkbox Styling (Seller Shop Categories view) */
.custom-categories-box .collapse {
    padding: 16px 0px !important;
}

.custom-categories-box .aiz-checkbox {
    padding-left: 0 !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer;
}

/* Make category checklist options extremely rounded ("same like in payment option round shape") */
.custom-categories-box .aiz-square-check {
    position: relative !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    /* Perfect round shape */
    border: 2px solid #e2d2c0 !important;
    background-color: #ffffff !important;
    margin-right: 10px !important;
    transition: all 0.25s ease !important;
    top: 0 !important;
}

.custom-categories-box input[type="checkbox"]:checked~.aiz-square-check {
    background-color: #685b4e !important;
    border-color: #685b4e !important;
}

.custom-categories-box .aiz-square-check::after {
    content: "" !important;
    position: absolute !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0) !important;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
}

.custom-categories-box input[type="checkbox"]:checked~.aiz-square-check::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

.custom-categories-box .aiz-checkbox .text-dark {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #4e453c !important;
    transition: color 0.2s ease;
}

.custom-categories-box .aiz-checkbox:hover .text-dark {
    color: #685b4e !important;
}


/* Price Range Box Styling - Compact & Modern ("bit small") */
.custom-price-box .p-3 {
    padding: 16px 20px !important;
}

.custom-price-box .aiz-range-slider {
    margin-top: 8px !important;
    padding: 10px 5px !important;
}

/* range slider track */
.custom-price-box .noUi-target {
    background: #FAF7F2 !important;
    border: none !important;
    box-shadow: none !important;
    height: 5px !important;
    margin-bottom: 25px !important;
    border-radius: 10px !important;
}

.custom-price-box .noUi-connect {
    background: #685b4e !important;
    border-radius: 10px !important;
}

/* range slider handle - beautiful round minimal knobs */
.custom-price-box .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #685b4e !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(104, 91, 78, 0.3) !important;
    cursor: pointer !important;
    right: -8px !important;
    top: -6px !important;
    outline: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.custom-price-box .noUi-handle:hover {
    transform: scale(1.15) !important;
    box-shadow: 0 3px 8px rgba(104, 91, 78, 0.4) !important;
}

.custom-price-box .noUi-handle::before,
.custom-price-box .noUi-handle::after {
    display: none !important;
    /* Remove legacy ugly vertical lines */
}

/* Price Range Value Badges - Styled as Elegant Premium Pills */
.custom-price-box .range-slider-value {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #685b4e !important;
    background-color: #f5eee6 !important;
    padding: 4px 12px !important;
    border-radius: 30px !important;
    border: 1px solid #e2d2c0 !important;
    display: inline-block !important;
    opacity: 1 !important;
    letter-spacing: 0.2px !important;
}

.custom-price-box .value-low {
    float: left;
}

.custom-price-box .value-high {
    float: right;
}


/* Unified Rating & Brand Checkboxes (for full modern consistency) */
.custom-ratings-box .collapse,
.custom-brands-box .collapse {
    padding: 16px 20px !important;
}

.custom-ratings-box .aiz-checkbox,
.custom-brands-box .aiz-checkbox {
    padding-left: 0 !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    cursor: pointer;
}

.custom-ratings-box .aiz-square-check,
.custom-brands-box .aiz-square-check {
    position: relative !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    /* Perfect round shape */
    border: 2px solid #e2d2c0 !important;
    background-color: #ffffff !important;
    margin-right: 10px !important;
    transition: all 0.25s ease !important;
    top: 0 !important;
}

.custom-ratings-box input[type="radio"]:checked~.aiz-square-check,
.custom-ratings-box input[type="checkbox"]:checked~.aiz-square-check,
.custom-brands-box input[type="radio"]:checked~.aiz-square-check,
.custom-brands-box input[type="checkbox"]:checked~.aiz-square-check {
    background-color: #685b4e !important;
    border-color: #685b4e !important;
}

.custom-ratings-box .aiz-square-check::after,
.custom-brands-box .aiz-square-check::after {
    content: "" !important;
    position: absolute !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0) !important;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: none !important;
}

.custom-ratings-box input[type="radio"]:checked~.aiz-square-check::after,
.custom-ratings-box input[type="checkbox"]:checked~.aiz-square-check::after,
.custom-brands-box input[type="radio"]:checked~.aiz-square-check::after,
.custom-brands-box input[type="checkbox"]:checked~.aiz-square-check::after {
    transform: translate(-50%, -50%) scale(1) !important;
}

/* Modernized Sort By Dropdown Styling */
.bootstrap-select .dropdown-toggle {
    border-radius: 8px !important;
    border: 1.5px solid #e2d2c0 !important;
    padding: 8px 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #4e453c !important;
    background-color: #ffffff !important;
    transition: all 0.2s ease !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}



.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus {
    border-color: #685b4e !important;
    background-color: #FAF7F2 !important;
    outline: none !important;
}

/* Premium Sort By Options Dropdown Panel */
.bootstrap-select .dropdown-menu {
    border-radius: 14px !important;
    box-shadow: 0 12px 30px rgba(104, 91, 78, 0.12) !important;
    padding: 4px !important;
    margin-top: 0px !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    z-index: 9999 !important;
}

.bootstrap-select .dropdown-menu li {
    padding: 2px 0 !important;
    margin: 0 !important;
}

.bootstrap-select .dropdown-menu li a {
    border-radius: 8px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #4e453c !important;
    padding: 10px 16px !important;
    background-color: transparent !important;
    transition: all 0.2s ease !important;
}

/* Option Hover State */
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
    background-color: #FAF7F2 !important;
    color: #685b4e !important;
}

/* Option Active/Selected State - eliminating legacy harsh black */
.bootstrap-select .dropdown-menu li.selected a,
.bootstrap-select .dropdown-menu li.active a,
.bootstrap-select .dropdown-menu li.selected.active a,
.bootstrap-select .dropdown-menu li.selected.active a span {
    background-color: #685b4e !important;
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   ULTRA-MODERN PREMIUM PRODUCT CARD REDESIGN
   ========================================================================== */

/* Product Card - Elevated Modern Rounded Card */
.modern-product-card {
    border-radius: 24px !important;
    border: 1px solid #ece5d8 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 15px rgba(104, 91, 78, 0.02) !important;
    overflow: hidden !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    position: relative !important;
    padding: 12px !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    width: 100% !important;
    flex: 1 1 auto !important;
}

/* Card Hover Float & Highlight Effect */
.modern-product-card:hover {
    box-shadow: 0 12px 30px rgba(104, 91, 78, 0.08) !important;
    border-color: #685b4e !important;
}

/* Height Synchronization - Ensure all columns stretch cards to equal heights */
.row>.col:has(> .modern-product-card),
.row>[class*="col-"]:has(> .modern-product-card),
.slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.slick-slide {
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
}

.slick-slide>div {
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}

/* Neutralize legacy grid outlines, shadows, and borders that wrap modern cards */
.row>.col:has(> .modern-product-card),
.row>[class*="col-"]:has(> .modern-product-card),
.carousel-box:has(> .modern-product-card),
.slick-slide:has(> .modern-product-card) {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: visible !important;
}

.hov-shadow-out:has(> .modern-product-card):hover,
.hov-animate-outline:has(> .modern-product-card):hover,
.custom-profuct-image-style:has(> .modern-product-card):hover {
    box-shadow: none !important;
    border-color: transparent !important;
    background: transparent !important;
    outline: none !important;
    z-index: 10 !important;
}

/* Rounded Wrapper for the Product Image */
.modern-product-img-wrap {
    border-radius: 18px !important;
    overflow: hidden !important;
    background-color: #FAF7F2 !important;
    /* Soft backdrop for high contrast */
    position: relative !important;
    flex-shrink: 0 !important;
}

/* Image Hover Zoom Animation */
.modern-product-img {
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.modern-product-card:hover .modern-product-img {
    transform: scale(1.06) !important;
}

/* Modern Discount & Wholesale Tags */
.modern-discount-tag {
    background-color: #685b4e !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(104, 91, 78, 0.15) !important;
    letter-spacing: 0.5px !important;
    padding: 3px 8px !important;
}

.modern-wholesale-tag {
    border-radius: 6px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    padding: 3px 8px !important;
}

/* Modern Floating Actions on Top Right - Clean Transparent Vector style */
.modern-card-actions {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    display: flex !important;
    flex-direction: row !important;
    /* Horizontal inline float feels ultra-modern! */
    gap: 12px !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    opacity: 0 !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Make actions visible on card hover */
.modern-product-card:hover .modern-card-actions {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

@media (max-width: 991.98px) {
    .modern-card-actions {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

/* Transparent modern action buttons - completely no background rounder */
.modern-action-btn {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #8c8276 !important;
    /* Elegant neutral tone */
    font-size: 24px !important;
    /* crisp readable size */
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25)) !important;
    /* ensure contrast over furniture pictures */
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
}

.modern-action-btn:hover {
    transform: scale(1.25) !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Wishlist Hover Style - turns to elegant soft red */
.wishlist-btn:hover {
    color: #e55353 !important;
    background: transparent !important;
}

/* Cart Hover Style - turns to primary theme gold/brown */
.cart-btn:hover {
    color: #685b4e !important;
    background: transparent !important;
}

/* Active State Styles */
.wishlist-btn.active {
    color: #e55353 !important;
}

.cart-btn.active {
    color: #685b4e !important;
}

/* Text details wrapper */
.modern-product-card>div:last-child {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    padding: 10px 4px !important;
}

.modern-product-title a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #3e3327 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.modern-product-title a:hover {
    color: #e29c09 !important;
    /* Premium accent gold */
}

/* Price typography values */
.modern-price-wrap {
    margin-top: auto !important;
}


.modern-price-wrap .text-primary {
    color: #685b4e !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
}

.modern-price-wrap del {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    color: #9c9184 !important;
}

/* Ultra-Modern E-Commerce Tree View for Sidebar Categories */
.custom-categories-box ul {
    list-style: none !important;
    padding: 14px 22px 24px 22px !important;
    margin: 0 !important;
}

.custom-categories-box ul li {
    margin-bottom: 6px !important;
    position: relative !important;
}

.custom-categories-box ul li a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #6d6152 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 16px !important;
    border-radius: 30px !important;
    /* Perfect rounded pill shape */
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.custom-categories-box ul li a:hover {
    background-color: #FAF7F2 !important;
    color: #685b4e !important;
    padding-left: 18px !important;
}

.custom-categories-box ul li a i {
    font-size: 10px !important;
    color: #b3a79a !important;
    transition: transform 0.2s ease !important;
}

.custom-categories-box ul li a:hover i {
    color: #685b4e !important;
    transform: translateX(-3px) !important;
}

/* Selected parent category item */
.custom-categories-box ul li a.fw-600 {
    font-weight: 600 !important;
    color: #685b4e !important;
    background-color: #FAF7F2 !important;
    /* Premium warm soft accent */
    padding-left: 16px !important;
    padding-right: 16px !important;
}

/* Indented nested category list style (minimalist & clean, no busy lines) */
.custom-categories-box ul li.ml-4 {
    margin-left: 20px !important;
    padding-left: 0 !important;
    border-left: none !important;
    /* Removed busy vertical tree lines */
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.custom-categories-box ul li.ml-4 a {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #8c7e6e !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
}

.custom-categories-box ul li.ml-4 a:hover {
    padding-left: 18px !important;
    background-color: #FAF7F2 !important;
    color: #685b4e !important;
}

.custom-categories-box ul li.ml-4 a::before {
    display: none !important;
    /* Removed list bullets/dots */
}

/* ==========================================================================
   MODERN COMPACT PRODUCT CARD & PREMIUM HEADER REDESIGN (WISH-CART RELOCATION)
   ========================================================================= */

/* 1. Tighten Product Card Padding and Adjust Grid Heights */
.modern-product-card {
    padding: 10px !important;
    box-shadow: 0 4px 15px rgba(104, 91, 78, 0.04) !important;
}

.modern-product-img-wrap {
    height: 140px !important;
}


/* 2. Modern Product Card Title Spacing (Centered) */
.modern-product-title {
    margin-top: 4px !important;
    text-align: center !important;
}

.modern-product-title a {
    text-align: left !important;
}

/* 3. Product Card Bottom Row (Price & Actions Centered) */
.modern-card-bottom-row {
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid #f3ece4 !important;
    display: flex !important;
    align-items: end !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 38px !important;
    gap: 8px !important;
}

/* 4. Center Align Price */
.modern-price-wrap {
    margin-top: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: start !important;
    text-align: center !important;
    width: 100% !important;
}

.modern-price-wrap .price,
.modern-price-wrap .text-primary {
    text-align: center !important;
    font-size: 14px !important;
    color: #685b4e !important;
}

.modern-price-wrap del {
    font-size: 11px !important;
    margin-right: 6px !important;
}

/* 5. Center Bottom Action Icons (Perfecty Aligned & Conflict Reset) */
.modern-card-actions-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    /* Spacious gap for easy tapping */
    width: 100% !important;
}

.modern-card-actions-bottom .modern-action-btn,
.modern-card-actions-bottom .wishlist-btn,
.modern-card-actions-bottom .cart-btn {
    width: 24px !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    transform: none !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    opacity: 0.8 !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: visible !important;
}

/* Clear aiz-core.css translate conflicts on hover */
.aiz-card-box:hover .modern-card-actions-bottom .cart-btn {
    transform: none !important;
}

.modern-card-actions-bottom .modern-action-btn:hover,
.modern-card-actions-bottom .wishlist-btn:hover,
.modern-card-actions-bottom .cart-btn:hover {
    transform: scale(1.15) !important;
    opacity: 1 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* SVG stroke & fill properties for elegant vector styles */
.modern-card-actions-bottom .modern-action-btn svg {
    display: block !important;
    stroke: #8c8276 !important;
    /* Cozy neutral gold-gray outline */
    fill: none !important;
    transition: stroke 0.2s ease, fill 0.2s ease !important;
}

/* Specific heart & cart SVG hover styles */
.modern-card-actions-bottom .wishlist-btn:hover svg {
    stroke: #e55353 !important;
    fill: #e55353 !important;
}

.modern-card-actions-bottom .cart-btn:hover svg {
    stroke: #685b4e !important;
}

/* Active states */
.modern-card-actions-bottom .wishlist-btn.active svg {
    stroke: #e55353 !important;
    fill: #e55353 !important;
}

.modern-card-actions-bottom .cart-btn.active svg {
    stroke: #685b4e !important;
}

/* 6. Cozy Premium Search Bar Redesign */
.custom-header-class .search-input-box {
    max-width: 500px !important;
    position: relative !important;
    width: 100% !important;
}

.custom-header-class .search-input-box>input {
    height: 42px !important;
    border-radius: 30px !important;
    border: 1px solid #eae5d9 !important;
    background-color: #ffffff !important;
    padding-left: 20px !important;
    padding-right: 50px !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    color: #3e3327 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.custom-header-class .search-input-box>input::placeholder {
    color: #9c9184 !important;
    opacity: 0.85 !important;
}

.custom-header-class .search-input-box>input:focus {
    border-color: #685b4e !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(104, 91, 78, 0.08) !important;
    outline: none !important;
}

.custom-header-class .search-input-box>svg:not(.clear-search-icon) {
    position: absolute !important;
    right: 20px !important;
    top: 11px !important;
    width: 20px !important;
    height: 20px !important;
    pointer-events: none !important;
    transition: all 0.3s ease !important;
}

.custom-header-class .search-input-box>svg:not(.clear-search-icon) :is(path, line, circle, rect, polyline) {
    stroke: #8c8276 !important;
    fill: none !important;
    transition: stroke 0.3s ease !important;
}

.custom-header-class .search-input-box:focus-within>svg:not(.clear-search-icon) :is(path, line, circle, rect, polyline) {
    stroke: #685b4e !important;
}

/* 7. Cozy Pill Flag Selector Styling */
.footer-flag-wrapper {
    position: relative !important;
}

.flag-btn {
    background: #ffffff !important;
    border: 1px solid #eae5d9 !important;
    border-radius: 18px !important;
    padding: 4px 11px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    outline: none !important;
    height: 34px !important;
}

.flag-btn:hover {
    background: #ffffff !important;
    border-color: #685b4e !important;
    box-shadow: 0 4px 10px rgba(104, 91, 78, 0.06) !important;
}

.flag-icon {
    border-radius: 2px !important;
    width: 22px !important;
    height: 14px !important;
    object-fit: cover !important;
}

.flag-dropdown {
    border-radius: 12px !important;
    border: 1px solid #eae5d9 !important;
    box-shadow: 0 10px 30px rgba(104, 91, 78, 0.12) !important;
    background: #ffffff !important;
    overflow: hidden !important;
    margin-top: 6px !important;
}

.flag-item {
    transition: background 0.2s ease, color 0.2s ease !important;
    cursor: pointer !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    color: #4a3e3d !important;
}

.flag-item:hover {
    background: #fcfbfa !important;
    color: #685b4e !important;
}

/* 8. Top Header Icons - simple icon-only controls */
.custom-header-class .nav-user-info a span.size-40px,
.custom-header-class #wishlist a span,
.custom-header-class .nav-cart-box>a span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    transition: color 0.2s ease !important;
    color: #685b4e !important;
    box-shadow: none !important;
}

.custom-header-class #wishlist>a,
.custom-header-class .nav-cart-box>a {
    min-width: 28px !important;
    height: 34px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-header-class #wishlist svg,
.custom-header-class .nav-cart-box>a svg {
    width: 24px !important;
    height: 24px !important;
}

.custom-header-class .nav-user-info a span.size-40px svg :is(path, line, circle, rect, polyline) {
    stroke: #685b4e !important;
    transition: stroke 0.25s ease !important;
}

.custom-header-class #wishlist a span svg :is(path, line, circle, rect, polyline) {
    fill: none !important;
    stroke: #685b4e !important;
    stroke-width: 1.5 !important;
    transition: all 0.25s ease !important;
}

.custom-header-class .nav-cart-box>a span svg :is(path, line, circle, rect, polyline) {
    stroke: #685b4e !important;
    stroke-width: 1.5 !important;
    transition: all 0.25s ease !important;
}

/* Hover states for simple icons */
.custom-header-class .nav-user-info a span.size-40px:hover,
.custom-header-class #wishlist a span:hover,
.custom-header-class .nav-cart-box>a span:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: #3e3327 !important;
    transform: none !important;
    box-shadow: none !important;
}

.custom-header-class .nav-user-info a span.size-40px:hover svg :is(path, line, circle, rect, polyline) {
    stroke: #3e3327 !important;
}

.custom-header-class #wishlist a span:hover svg :is(path, line, circle, rect, polyline) {
    stroke: #3e3327 !important;
    fill: none !important;
}

.custom-header-class .nav-cart-box>a span:hover svg :is(path, line, circle, rect, polyline) {
    stroke: #3e3327 !important;
}

/* 9. Premium Custom Badge Styling */
.custom-header-class .nav-cart-box .badge,
.custom-header-class #wishlist .badge {
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 800 !important;
    color: #685b4e !important;
    min-width: auto !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    font-size: 11px !important;
    box-shadow: none !important;
}

.custom-header-class .nav-cart-box .badge {
    top: -7px !important;
    right: -9px !important;
}

.custom-header-class #wishlist .badge {
    top: -7px !important;
    right: -9px !important;
}

.custom-header-class #nav-user-info {
    min-height: 32px !important;
    padding: 0 !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    color: #3e3327 !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
}

.custom-header-class #nav-user-info:hover {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.custom-header-class #nav-user-info>span:first-child {
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.custom-header-class #nav-user-info h4 {
    color: #3e3327 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    max-width: 180px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.custom-header-class .hover-user-top-menu {
    top: calc(100% + -16px) !important;
    pointer-events: none !important;

}

.custom-header-class .hover-user-top-menu.active {
    pointer-events: auto !important;
}

.custom-header-class .hover-user-top-menu .position-static.float-right {
    padding-top: 0 !important;
}

.custom-header-class .aiz-user-top-menu {
    position: relative !important;
    width: 250px !important;
    padding: 0 !important;
    border: 1px solid #e8e2dc !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 28px rgba(62, 51, 39, 0.1) !important;
    overflow: hidden !important;
}

.custom-header-class .aiz-user-top-menu::before {
    display: none !important;
}

.custom-header-class .aiz-user-top-menu ul {
    position: relative !important;
    z-index: 1 !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element {
    border: 0 !important;
    border-bottom: 1px solid #f0ece7 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element a {
    min-height: 46px !important;
    padding: 0 18px !important;
    border-radius: 0 !important;
    color: #3e3327 !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    gap: 0 !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element a:hover {
    background: #faf7f3 !important;
    color: #685b4e !important;
    transform: none !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element svg {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
}

.custom-header-class .aiz-user-top-menu .user-top-menu-name {
    margin-left: 12px !important;
    font-size: 14px !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element:last-child {
    margin-top: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-top: 0 !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element:last-child a {
    color: #b94a3a !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element:last-child a:hover {
    background: #fff1ee !important;
    color: #a63b2d !important;
}

.custom-header-class .aiz-user-top-menu .user-top-nav-element:last-child svg :is(path, rect, circle, line, polyline),
.custom-header-class .aiz-user-top-menu .user-top-nav-element:last-child svg g :is(path, rect, circle, line, polyline) {
    stroke: #b94a3a !important;
}

/* 10. Navigation Menu Links Custom Typography & Indicators */
.header_menu_links {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    transition: color 0.3s ease !important;
    position: relative !important;
}

.header_menu_links:hover,
.header_menu_links.active {
    color: #685b4e !important;
}

.animate-underline-white a::after {
    background: #685b4e !important;
}

/* 10b. Modern featured category nav strip */
.custom-header-class .logo-bar-area {
    border-color: #f0e8dc !important;
}

.custom-header-class section.my-2.mt-2 {
    margin: 0 !important;
    padding: 10px !important;
    border-bottom: 1px solid #f0e8dc !important;
    background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%) !important;
    box-shadow: 0 10px 24px rgba(104, 91, 78, 0.04) !important;
}

.custom-header-class .banner-category.custom-banner-category {
    overflow: hidden !important;
}

.custom-header-class .banner-category.custom-banner-category ul {
    align-items: stretch !important;
    margin: 0 !important;
}

.custom-header-class .banner-category.custom-banner-category ul li {
    padding: 0 8px !important;
    transform: none !important;
}



.custom-header-class .banner-category.custom-banner-category ul li>a:first-child {
    width: 46px !important;
    height: 35px !important;
    margin: 0 auto 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.25s ease !important;
}



.custom-header-class .banner-category.custom-banner-category ul li img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    transition: transform 0.25s ease, filter 0.25s ease !important;
}


.custom-header-class .banner-category.custom-banner-category ul li .category_a {
    padding: 0 !important;
    margin-top: 10px !important;
    color: #3e3327 !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    transition: color 0.22s ease !important;
}

.custom-header-class .banner-category.custom-banner-category ul li:hover .category_a {
    color: #685b4e !important;
}

.custom-header-class .banner-category.custom-banner-category ul li .category_a span {
    display: -webkit-box !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.custom-header-class .banner-category.custom-banner-category .slick-prev,
.custom-header-class .banner-category.custom-banner-category .slick-next {
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid #eadfce !important;
    box-shadow: 0 10px 22px rgba(104, 91, 78, 0.1) !important;
    z-index: 3 !important;
}

.custom-header-class .banner-category.custom-banner-category .slick-prev:hover,
.custom-header-class .banner-category.custom-banner-category .slick-next:hover {
    background: #685b4e !important;
    border-color: #685b4e !important;
}

@media (max-width: 991.98px) {
    .custom-header-class section.my-2.mt-2 {
        padding: 3px 0 7px !important;
    }

    /* .custom-header-class .banner-category.custom-banner-category ul li>a:first-child {
        width: 60px !important;
        height: 60px !important;
        border-radius: 18px !important;
    } */

    .custom-header-class .banner-category.custom-banner-category ul li img {
        width: 38px !important;
        height: 38px !important;
        max-width: 38px !important;
        max-height: 38px !important;
    }

    .custom-header-class .banner-category.custom-banner-category ul li .category_a {
        font-size: 10px !important;
    }
}

/* 11. Global Layout Width Extension for Modern Spacious Grids */
@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}

/* 12. Modern Section Headers and Countdown Timers */
.modern-section-header {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 10px;
    position: relative;
}

.modern-section-header .modern-section-title {
    font-family: 'DM Serif Display', serif !important;
    font-size: 28px !important;
    font-weight: 400 !important;
    color: #685b4e !important;
    margin-bottom: 6px !important;
    letter-spacing: 0.5px !important;
    text-transform: capitalize !important;
}

.modern-section-header .modern-section-subtitle {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 400 !important;
    color: #8c7f72 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.3px !important;
}

.modern-view-all-link {
    font-family: 'Poppins', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #685b4e !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease-in-out !important;
    border-bottom: 1.5px solid transparent !important;
    padding-bottom: 2px !important;
}

.modern-view-all-link:hover {
    color: #3e3327 !important;
    border-bottom-color: #3e3327 !important;
    transform: translateY(-1px) !important;
}

/* Countdown styling inside section header */
.modern-countdown-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
}

.modern-countdown-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #8c7f72;
    letter-spacing: 0.3px;
}

.aiz-count-down {
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
}

.aiz-count-down .countdown-item {
    background: #685b4e !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 3px 6px;
    min-width: 28px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 12.5px;
    line-height: 1.2;
}

.aiz-count-down .countdown-separator {
    color: #685b4e;
    font-weight: 700;
    font-size: 13px;
}

/* Today's Deals section specific styling */
.todays-deal-card-wrap {
    background: #faf8f5 !important;
    border: 1px solid #bcb2a7 !important;
    border-radius: 12px !important;
    padding: 24px 16px !important;
    box-shadow: 0 4px 20px rgba(104, 91, 78, 0.04) !important;
}

/* slick slider overrides to make sure they look uniform and correct */
.aiz-carousel.slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch !important;
}

.home_banner_111 .slick-track {
    gap: 10px;
}

.aiz-carousel .carousel-box {
    height: 100% !important;
}

.aiz-carousel .slick-slide {
    display: flex !important;
    height: auto !important;
}

/* slick dots style override - theme-colored dots */
.slick-dots {
    bottom: -25px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 5px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-dots li button {
    width: 8px !important;
    height: 8px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: #a79c92 !important;
    /* light beige */
    border: none !important;
    transition: all 0.3s ease !important;
}

.slick-dots li button::before {
    display: none !important;
}

.slick-dots li.slick-active button {
    background: #685b4e !important;
    /* theme color */
    transform: scale(1.2) !important;
}

/* border wrapping for other sections on home */
.modern-section-bordered-wrap {
    background: #ffffff !important;
    border: 1px solid #bcb2a7 !important;
    border-radius: 12px !important;
    padding: 24px 16px !important;
    box-shadow: 0 4px 20px rgba(104, 91, 78, 0.02) !important;
}

/* Unique Today's Deal Card Styling */
.modern-deal-card:hover {
    box-shadow: 0 10px 25px rgba(104, 91, 78, 0.08) !important;
    border-color: #685b4e !important;
}

.modern-deal-card:hover .img-fit,
.modern-deal-card:hover img {
    transform: scale(1.05);
}

.modern-deal-btn {
    border: 1px solid #685b4e !important;
    color: #685b4e !important;
    background: transparent !important;
}

.modern-deal-btn:hover {
    background: #685b4e !important;
    color: #ffffff !important;
    border-color: #685b4e !important;
}

.modern-deal-card .btn:focus,
.modern-deal-card .btn:active {
    outline: none !important;
    box-shadow: none !important;
}

.home-section-heading-with-arrows {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 18px !important;
    text-align: left !important;
}

.home-section-heading-copy {
    min-width: 0 !important;
}

.home-section-arrow-group {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
}

.home-section-arrows-only {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.home-section-arrow {
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #e8d9c7 !important;
    border-radius: 999px !important;
    background: #fffaf2 !important;
    color: #685b4e !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
}

.home-section-arrow:hover {
    background: #685b4e !important;
    border-color: #685b4e !important;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .home-arrows-desktop-disabled .home-section-arrows-only {
        display: none !important;
    }

    .home_banner_3 img {
        border: 1px solid #bcb2a7;
    }

}


.homepage-reviews-section {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {


    .custom-header-class .banner-category.custom-banner-category ul li img {
        width: 35px !important;
        height: 35px !important;
    }

    .modern-product-card:hover {
        transform: none !important;
    }

    .home-mobile-product-section .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .home-mobile-product-section .modern-section-bordered-wrap,
    .home-mobile-product-section .todays-deal-card-wrap {
        border-radius: 16px !important;
        padding: 18px 12px 24px !important;
        overflow: hidden !important;
        background: #fffdf9 !important;
        border-color: #bcb2a7 !important;
        box-shadow: 0 12px 32px rgba(104, 91, 78, 0.04) !important;
    }

    .home-mobile-product-section .modern-section-header {
        margin-top: 0 !important;
        margin-bottom: 18px !important;
    }

    .home-mobile-product-section .home-section-heading-with-arrows {
        align-items: flex-start !important;
        gap: 12px !important;
    }

    .home-mobile-product-section .modern-section-title {
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin-bottom: 4px !important;
    }



    .home-mobile-product-section .modern-section-subtitle {
        font-size: 10.5px !important;
        line-height: 1.4 !important;
        max-width: 185px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .home-mobile-product-section .home-section-arrow-group {
        flex-direction: column !important;
        align-items: flex-end !important;
        gap: 7px !important;
    }

    .home-mobile-product-section .home-section-arrows-only {
        gap: 7px !important;
    }

    .home-mobile-product-section .home-section-arrow {
        width: 30px !important;
        height: 30px !important;
        font-size: 18px !important;
    }

    .home-arrows-mobile-disabled .home-section-arrows-only {
        display: none !important;
    }

    .home-mobile-product-section .px-sm-3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .home-mobile-product-carousel .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden !important;
    }

    .home-mobile-product-carousel .slick-track,
    .home-mobile-product-carousel .slick-slide,
    .home-mobile-product-carousel .slick-slide>div,
    .home-mobile-product-carousel .carousel-box {
        display: flex !important;
        align-items: stretch !important;
    }

    .home-mobile-product-carousel .carousel-box {
        padding-left: 5px !important;
        padding-right: 5px !important;
        height: auto !important;
        width: 100% !important;
    }

    .home-mobile-product-carousel .modern-product-card {
        border-radius: 11px !important;
        padding: 6px !important;
        height: 100% !important;
        min-height: 170 !important;
        justify-content: space-between !important;
        box-shadow: 0 7px 20px rgba(104, 91, 78, 0.06) !important;
    }

    .home-mobile-product-carousel .modern-product-img-wrap {
        height: 94px !important;
        border-radius: 9px !important;
    }

    .home-mobile-product-carousel .modern-product-card>div:last-child {
        padding: 7px 1px 2px !important;
        flex-grow: 1 !important;
        justify-content: space-between !important;
    }

    .home-mobile-product-carousel .modern-product-title {
        min-height: 0 !important;
        margin-bottom: 6px !important;
    }

    .home-mobile-product-carousel .modern-product-title a {
        display: block !important;
        font-size: 10.5px !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        -webkit-line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    .home-mobile-product-carousel .modern-card-bottom-row {
        margin-top: auto !important;
        padding-top: 6px !important;
        gap: 5px !important;
        padding: 0px;
        flex-direction: column !important;
    }

    .home-mobile-product-carousel .modern-price-wrap,
    .home-mobile-product-carousel .modern-price-wrap .text-primary,
    .home-mobile-product-carousel .modern-price-wrap span {
        font-size: 9.6px !important;
        line-height: 1.35 !important;
        flex: auto;
        text-align: left !important;
    }

    .modern-card-actions-bottom {
        justify-content: flex-start !important;
    }

    .modern-price-wrap .price,
    .modern-price-wrap .text-primary {
        font-size: 8px !important;
    }

    .home-mobile-product-carousel .modern-price-wrap del {
        font-size: 9.5px !important;
    }

    .home-mobile-product-carousel .modern-card-actions-bottom {
        gap: 0px !important;
        flex-direction: row;
    }

    .home-mobile-product-carousel .modern-card-actions-bottom .modern-action-btn,
    .home-mobile-product-carousel .modern-card-actions-bottom .wishlist-btn,
    .home-mobile-product-carousel .modern-card-actions-bottom .cart-btn {
        width: 18px !important;
        height: 18px !important;
    }

    .home-mobile-product-carousel .modern-card-actions-bottom svg {
        width: 14px !important;
        height: 14px !important;
    }

    .home-mobile-product-carousel .modern-discount-tag,
    .home-mobile-product-carousel .modern-wholesale-tag {
        font-size: 7px !important;
        padding: 2px 5px !important;
        margin-left: 5px !important;
        margin-top: 5px !important;
    }

    .home-mobile-product-section .slick-dots {
        display: none !important;
    }

    .home-mobile-product-section .slick-dots li,
    .home-mobile-product-section .slick-dots li button {
        width: 7px !important;
        height: 7px !important;
    }

    .home-mobile-product-section .slick-dots li.slick-active,
    .home-mobile-product-section .slick-dots li.slick-active button {
        width: 22px !important;
        border-radius: 999px !important;
    }

    .home-mobile-product-section .modern-view-all-link {
        font-size: 10px !important;
        letter-spacing: 0.8px !important;
    }

    .home-mobile-product-section .text-center.mt-4 {
        display: none !important;
    }

    .home-todays-deal-section .modern-deal-card {
        border-radius: 14px !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .home-todays-deal-section .modern-deal-card .modern-product-img-wrap {
        height: 170px !important;
        border-radius: 0 !important;
    }

    .home-todays-deal-section .modern-deal-card .p-3 {
        padding: 10px !important;
        flex-grow: 0 !important;
    }

    .home-todays-deal-section .modern-deal-card h4 {
        height: auto !important;
        min-height: 0 !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        margin-bottom: 7px !important;
        flex-grow: 0 !important;
    }

    .home-todays-deal-section .modern-deal-card .fs-10 {
        font-size: 8px !important;
    }

    .home-todays-deal-section .modern-deal-card .fs-15 {
        font-size: 12px !important;
    }

    .home-todays-deal-section .modern-deal-card .modern-deal-btn {
        display: none !important;
    }

    .home-todays-deal-section .modern-deal-card .position-absolute .badge {
        font-size: 8px !important;
        padding: 4px 6px !important;
    }
}

/* Category filter visibility refresh */
.product-listing-page .aiz-filter-sidebar .collapse-sidebar {
    background: #fffaf4 !important;
}

.product-listing-page .custom-filter-box {
    border: 2px solid #6f5d4c !important;
    border-radius: 22px !important;
    background: #fffdf9 !important;
    box-shadow: 0 16px 36px rgba(64, 48, 35, 0.14) !important;
}

.product-listing-page .custom-filter-box:hover {
    border-color: #4e3f33 !important;
    box-shadow: 0 18px 42px rgba(64, 48, 35, 0.18) !important;
}

.product-listing-page .custom-filter-box .fs-16.fw-700 {
    background: #6f5d4c !important;
    border-bottom: 1px solid #5d4d3f !important;
    color: #ffffff !important;
}

.product-listing-page .custom-filter-box .filter-section {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.product-listing-page .custom-filter-box .dropdown-toggle::after {
    color: #ffffff !important;
    opacity: 0.95 !important;
}

.product-listing-page .custom-categories-box ul {
    padding: 18px 22px 26px !important;
}

.product-listing-page .custom-categories-box ul li {
    margin-bottom: 10px !important;
}

.product-listing-page .custom-categories-box ul li a {
    color: #625346 !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
}

.product-listing-page .custom-categories-box ul li a:hover {
    background: #efe5dc !important;
    color: #34291f !important;
}

.product-listing-page .custom-categories-box ul li a.fw-600 {
    background: #6f5d4c !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(64, 48, 35, 0.14) !important;
}

.product-listing-page .custom-categories-box ul li a.fw-600 i {
    color: #ffffff !important;
}

.product-listing-page .custom-categories-box ul li.ml-4 a {
    color: #6f6154 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding-left: 16px !important;
}

.product-listing-page .custom-categories-box ul li.ml-4 a:hover {
    color: #34291f !important;
    background: #efe5dc !important;
}

.product-listing-page .custom-price-box .p-3 {
    padding: 22px 24px !important;
}

.product-listing-page .custom-price-box .noUi-target {
    height: 7px !important;
    background: #cdbfad !important;
    box-shadow: inset 0 1px 2px rgba(64, 48, 35, 0.14) !important;
}

.product-listing-page .custom-price-box .noUi-connect {
    background: #5f4e3f !important;
}

.product-listing-page .custom-price-box .noUi-handle {
    width: 22px !important;
    height: 22px !important;
    top: -8px !important;
    right: -11px !important;
    background: #5f4e3f !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 4px 14px rgba(64, 48, 35, 0.28) !important;
}

.product-listing-page .custom-price-box .range-slider-value {
    background: #fff7ef !important;
    border: 2px solid #d9c7b4 !important;
    color: #5f4e3f !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    min-width: 78px !important;
    text-align: center !important;
}

@media (min-width: 1200px) {
    .product-listing-page .aiz-filter-sidebar {
        position: sticky !important;
        top: 24px !important;
    }
}

@media (max-width: 767.98px) {
    .product-listing-page .aiz-filter-sidebar .collapse-sidebar {
        background: #fffaf4 !important;
        border-left: 2px solid #6f5d4c !important;
    }

    .product-listing-page .aiz-filter-sidebar .d-xl-none.border-bottom {
        background: #fffdf9 !important;
        border-bottom: 2px solid #d8c6b3 !important;
        padding: 12px 14px 12px 18px !important;
    }

    .product-listing-page .aiz-filter-sidebar .h6 {
        color: #252938 !important;
        font-size: 18px !important;
        font-weight: 800 !important;
    }

    .product-listing-page .aiz-filter-sidebar .la-times {
        color: #252938 !important;
    }

    .product-listing-page .custom-filter-box {
        border-color: #6f5d4c !important;
        box-shadow: 0 14px 34px rgba(64, 48, 35, 0.16) !important;
    }

    .product-listing-page .custom-filter-box .fs-16.fw-700 {
        padding: 18px 24px !important;
        font-size: 17px !important;
    }

    .product-listing-page .custom-categories-box ul li a {
        font-size: 14px !important;
    }

    .product-listing-page .custom-categories-box ul li.ml-4 a {
        font-size: 13.5px !important;
    }
}

/* Category filter simpler readable pass */
.product-listing-page .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.product-listing-page .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.product-listing-page .row>[class*="col-"] {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.product-listing-page .aiz-filter-sidebar {
    position: static !important;
    top: auto !important;
}

.product-listing-page .aiz-filter-sidebar .collapse-sidebar {
    background: #ffffff !important;
}

.product-listing-page .custom-filter-box {
    border: 1.5px solid #d5c5b3 !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(64, 48, 35, 0.06) !important;
    overflow: hidden !important;
}

.product-listing-page .custom-filter-box:hover {
    border-color: #bda891 !important;
    box-shadow: 0 10px 26px rgba(64, 48, 35, 0.08) !important;
}

.product-listing-page .custom-filter-box .fs-16.fw-700 {
    background: #fbf7f2 !important;
    border-bottom: 1px solid #e6d9ca !important;
    color: #4f4238 !important;
    padding: 16px 20px !important;
}

.product-listing-page .custom-filter-box .filter-section {
    color: #4f4238 !important;
    font-weight: 700 !important;
}

.product-listing-page .custom-filter-box .dropdown-toggle::after {
    color: #8c7d70 !important;
}

.product-listing-page .custom-categories-box ul {
    padding: 18px 18px 24px !important;
}

.product-listing-page .custom-categories-box ul li {
    margin-bottom: 7px !important;
}

.product-listing-page .custom-categories-box ul li a {
    color: #62564c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
}

.product-listing-page .custom-categories-box ul li a:hover {
    background: #f4eee8 !important;
    color: #352b23 !important;
}

.product-listing-page .custom-categories-box ul li a.fw-600 {
    background: #f1e8df !important;
    color: #3f342c !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

.product-listing-page .custom-categories-box ul li a.fw-600 i {
    color: #8a7969 !important;
}

.product-listing-page .custom-categories-box ul li.ml-4 {
    margin-left: 18px !important;
}

.product-listing-page .custom-categories-box ul li.ml-4 a {
    color: #75685d !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
    padding: 7px 10px !important;
}

.product-listing-page .custom-price-box .p-3 {
    padding: 20px 22px !important;
}

.product-listing-page .custom-price-box .noUi-target {
    height: 5px !important;
    background: #d7c9ba !important;
    box-shadow: none !important;
}

.product-listing-page .custom-price-box .noUi-connect {
    background: #6f5d4c !important;
}

.product-listing-page .custom-price-box .noUi-handle {
    width: 18px !important;
    height: 18px !important;
    top: -7px !important;
    right: -9px !important;
    background: #6f5d4c !important;
    border: 3px solid #ffffff !important;
    box-shadow: 0 3px 10px rgba(64, 48, 35, 0.18) !important;
}

.product-listing-page .custom-price-box .range-slider-value {
    min-width: 72px !important;
    background: #fffaf4 !important;
    border: 1.5px solid #d8c8b7 !important;
    color: #5b4c3f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

@media (max-width: 767.98px) {
    .product-listing-page .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .product-listing-page .aiz-filter-sidebar .collapse-sidebar {
        background: #ffffff !important;
        border-left: 1px solid #d8c8b7 !important;
    }

    .product-listing-page .aiz-filter-sidebar .d-xl-none.border-bottom {
        background: #ffffff !important;
        border-bottom: 1px solid #e6d9ca !important;
    }

    .product-listing-page .custom-filter-box {
        border-radius: 12px !important;
        border-color: #d5c5b3 !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
        box-shadow: 0 8px 22px rgba(64, 48, 35, 0.07) !important;
    }

    .product-listing-page .custom-filter-box .fs-16.fw-700 {
        background: #fbf7f2 !important;
        color: #4f4238 !important;
        padding: 16px 20px !important;
    }

    .product-listing-page .custom-filter-box .filter-section {
        color: #4f4238 !important;
    }

    .product-listing-page .custom-categories-box ul {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
}

/* Homepage offer section - theme color premium pass */
.home-offers-wrap {
    --offer-theme: #685b4e;
    --offer-theme-dark: #4f4238;
    --offer-theme-soft: #f4eee8;
    --offer-theme-line: #d8c8b7;
    --offer-theme-muted: #8c8177;
    --offer-surface: #fffdf9;
    --offer-white: #ffffff;
}

.home-offers-wrap .premium-offer-section,
.home-offers-wrap .premium-offer-section.offer-style-2,
.home-offers-wrap .premium-offer-section.offer-style-3 {
    background: linear-gradient(135deg, var(--offer-surface) 0%, var(--offer-theme-soft) 100%) !important;
    border: 1.5px solid var(--offer-theme-line) !important;
    outline: 0 !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 44px rgba(104, 91, 78, 0.1) !important;
    color: var(--offer-theme-dark) !important;
    overflow: hidden !important;
}

.home-offers-wrap .premium-offer-section::before,
.home-offers-wrap .premium-offer-section::after {
    content: none !important;
}

.home-offers-wrap .offer-dark-panel {
    background: var(--offer-surface) !important;
    border: 1.5px solid var(--offer-theme-line) !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(104, 91, 78, 0.08) !important;
}

.home-offers-wrap .offer-copy-panel h2,
.home-offers-wrap .premium-offer-section.offer-style-3 h2,
.home-offers-wrap .offer-dark-panel h2 {
    color: var(--offer-theme-dark) !important;
    font-size: clamp(26px, 3vw, 42px) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.home-offers-wrap .offer-copy-panel p,
.home-offers-wrap .premium-offer-section.offer-style-3 p,
.home-offers-wrap .offer-dark-panel p {
    color: var(--offer-theme-muted) !important;
}

.home-offers-wrap .offer-dark-panel h2,
.home-offers-wrap .offer-dark-panel p,
.home-offers-wrap .offer-dark-panel span {
    color: var(--offer-theme-dark) !important;
}

.home-offers-wrap .offer-kicker,
.home-offers-wrap .offer-badge,
.home-offers-wrap .offer-dark-panel .offer-kicker,
.home-offers-wrap .offer-dark-panel .offer-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.home-offers-wrap .offer-kicker,
.home-offers-wrap .offer-dark-panel .offer-kicker {
    background: var(--offer-theme) !important;
    border: 1px solid var(--offer-theme) !important;
    color: var(--offer-white) !important;
}

.home-offers-wrap .offer-badge,
.home-offers-wrap .offer-dark-panel .offer-badge {
    background: var(--offer-white) !important;
    border: 1px solid var(--offer-theme-line) !important;
    color: var(--offer-theme) !important;
}

.home-offers-wrap .premium-countdown-timer>div:not(.fs-16) {
    background: var(--offer-white) !important;
    border: 1px solid var(--offer-theme-line) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 18px rgba(104, 91, 78, 0.07) !important;
}

.home-offers-wrap .premium-countdown-timer .days,
.home-offers-wrap .premium-countdown-timer .hours,
.home-offers-wrap .premium-countdown-timer .minutes,
.home-offers-wrap .premium-countdown-timer .seconds {
    color: var(--offer-theme-dark) !important;
}

.home-offers-wrap .premium-countdown-timer .fs-9,
.home-offers-wrap .premium-countdown-timer .text-muted,
.home-offers-wrap .premium-countdown-timer .text-white-50 {
    color: var(--offer-theme-muted) !important;
    opacity: 1 !important;
}

.home-offers-wrap .offer-copy-btn .btn,
.home-offers-wrap .premium-offer-section.offer-style-3 .btn {
    background: var(--offer-theme) !important;
    border: 1px solid var(--offer-theme) !important;
    color: var(--offer-white) !important;
    border-radius: 999px !important;
    min-height: 42px !important;
    padding: 10px 18px !important;
    box-shadow: 0 12px 24px rgba(104, 91, 78, 0.16) !important;
}

.home-offers-wrap .offer-copy-btn .btn:hover,
.home-offers-wrap .premium-offer-section.offer-style-3 .btn:hover {
    background: var(--offer-theme-dark) !important;
    border-color: var(--offer-theme-dark) !important;
}

.home-offers-wrap .offer-carousel .slick-prev,
.home-offers-wrap .offer-carousel .slick-next {
    background: var(--offer-white) !important;
    border: 1px solid var(--offer-theme-line) !important;
    color: var(--offer-theme) !important;
    box-shadow: 0 8px 22px rgba(104, 91, 78, 0.11) !important;
}

.home-offers-wrap .offer-carousel .slick-prev:hover,
.home-offers-wrap .offer-carousel .slick-next:hover {
    background: var(--offer-theme) !important;
    border-color: var(--offer-theme) !important;
    color: var(--offer-white) !important;
}

.home-offers-wrap .offer-inner-carousel .modern-product-card {
    background: var(--offer-white) !important;
    border: 1px solid #eadfd3 !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 24px rgba(104, 91, 78, 0.07) !important;
}

.home-offers-wrap .offer-products-panel,
.home-offers-wrap .offer-inner-carousel,
.home-offers-wrap .offer-inner-carousel .slick-list,
.home-offers-wrap .offer-inner-carousel .slick-track,
.home-offers-wrap .offer-inner-carousel .slick-slide,
.home-offers-wrap .offer-inner-carousel .slick-slide>div,
.home-offers-wrap .offer-inner-carousel .carousel-box {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.home-offers-wrap .offer-inner-carousel {
    padding: 0 !important;
}

.home-offers-wrap .offer-inner-carousel .slick-list {
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .home-offers-wrap {
        margin-top: 28px !important;
        margin-bottom: 34px !important;
        overflow: visible !important;
    }

    .home-offers-wrap .container {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .home-offers-wrap .premium-offer-section,
    .home-offers-wrap .premium-offer-section.offer-style-2,
    .home-offers-wrap .premium-offer-section.offer-style-3 {
        padding: 18px 12px 28px !important;
        border-radius: 18px !important;
        min-height: 0 !important;
        margin: 0 20px;
    }

    .home-offers-wrap .offer-copy-panel,
    .home-offers-wrap .offer-dark-panel {
        margin-bottom: 16px !important;
        padding: 0 6px !important;
        text-align: left !important;
        box-shadow: none !important;
        border: 0 !important;
        background: transparent !important;
    }

    .home-offers-wrap .offer-badges-container {
        gap: 7px !important;
        margin-bottom: 10px !important;
    }

    .home-offers-wrap .offer-kicker,
    .home-offers-wrap .offer-badge {
        min-height: 30px !important;
        padding: 7px 11px !important;
        max-width: 100% !important;
    }

    .home-offers-wrap .offer-copy-panel h2,
    .home-offers-wrap .premium-offer-section.offer-style-3 h2,
    .home-offers-wrap .offer-dark-panel h2 {
        font-size: 25px !important;
        line-height: 1.16 !important;
        margin-bottom: 8px !important;
    }

    .home-offers-wrap .premium-countdown-timer {
        gap: 5px !important;
        margin-bottom: 14px !important;
    }

    .home-offers-wrap .premium-countdown-timer>div:not(.fs-16) {
        width: 42px !important;
        height: 46px !important;
    }

    .home-offers-wrap .offer-copy-btn .btn,
    .home-offers-wrap .premium-offer-section.offer-style-3 .btn {
        width: 100% !important;
        min-height: 40px !important;
        justify-content: center !important;
    }

    .home-offers-wrap .offer-products-panel {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 4px !important;
    }

    .home-offers-wrap .offer-inner-carousel .carousel-box {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .home-offers-wrap .offer-carousel .slick-prev {
        left: 6px !important;
    }

    .home-offers-wrap .offer-carousel .slick-next {
        right: 6px !important;
    }
}



/* ==========================================================================
   PREMIUM MODERN FOOTER CTA & SOCIAL ICONS REDESIGN
   ========================================================================== */

/* Social Icons in Footer */
.footer-social-list {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-social-list .list-inline-item {
    margin: 0 !important;
}

.footer-social-list li a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    border: 1px solid #eadfd3 !important;
    color: #685b4e !important;
    box-shadow: 0 10px 24px rgba(104, 91, 78, 0.08);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
}

.footer-social-list li a svg,
.footer-social-list li a i {
    color: #685b4e !important;
    transition: all 0.3s ease !important;
}

.footer-social-list li a i {
    font-size: 20px;
    line-height: 1;
}

.footer-social-list li a svg[fill="none"] {
    stroke: #685b4e !important;
}

.footer-social-list li a svg[fill="currentColor"] {
    fill: #685b4e !important;
}

/* Custom stroke/fill overrides for specific SVGs */
.footer-social-list li a.twitter svg,
.footer-social-list li a.youtube svg polygon,
.footer-social-list li a.linkedin svg circle {
    fill: #685b4e !important;
}

/* Hover effects */
.footer-social-list li a:hover {
    background-color: #685b4e !important;
    border-color: #685b4e !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(104, 91, 78, 0.18);
}

.footer-social-list li a:hover svg,
.footer-social-list li a:hover i {
    color: #ffffff !important;
}

.footer-social-list li a:hover svg[fill="none"] {
    stroke: #ffffff !important;
}

.footer-social-list li a:hover svg[fill="currentColor"] {
    fill: #ffffff !important;
}

.footer-social-list li a.twitter:hover svg,
.footer-social-list li a.youtube:hover svg polygon,
.footer-social-list li a.linkedin:hover svg circle {
    fill: #ffffff !important;
}

/* Newsletter Input and Button styling */
.footer-widget.iuytrey {
    background:
        linear-gradient(135deg, rgb(104 91 78 / 30%), rgba(166, 140, 108, 0.56)), linear-gradient(90deg, #dacbbc 0%, #f3eadf 48%, #d5c0a7 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(104, 91, 78, 0.2);
    color: #39322a !important;
    padding-top: 34px !important;
    padding-bottom: 34px !important;
    position: relative;
    overflow: hidden;
}

.footer-widget.iuytrey::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 100%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 100%);
    background-size: 48px 48px;
    opacity: 0.34;
    pointer-events: none;
}

.footer-newsletter-section .container {
    position: relative;
    z-index: 1;
}

.footer-newsletter-row {
    row-gap: 24px;
}

.footer-newsletter-row .newsletter-column,
.footer-newsletter-row .footer-social {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-widget.iuytrey h5 {
    color: #39322a !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800 !important;
    letter-spacing: 0.2px;
    line-height: 1.35;
}

.footer-widget.iuytrey input[type="email"] {
    background: #ffffff !important;
    color: #39322a !important;
    border: 1.5px solid #eadfd3 !important;
    box-shadow: 0 8px 18px rgba(104, 91, 78, 0.06);
    transition: all 0.3s ease;
}

.footer-widget.iuytrey input[type="email"]::placeholder {
    color: #a3968a !important;
}

.footer-widget.iuytrey input[type="email"]:focus {
    border-color: #685b4e !important;
    box-shadow: 0 0 0 3px rgba(104, 91, 78, 0.1) !important;
    outline: none;
}

.footer-widget.iuytrey .btn {
    background-color: #685b4e !important;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none !important;
}

.footer-widget.iuytrey .btn:hover {
    background-color: #53483e !important;
    color: #ffffff !important;
    transform: scale(1.02);
}

.footer-widget.iuytrey .footer-social h5 {
    margin-bottom: 14px !important;
}

@media (max-width: 991.98px) {
    .footer-widget.iuytrey .footer-social h5 {
        text-align: left !important;
    }

    .footer-social-list {
        justify-content: flex-start;
        width: 100% !important;
    }

    .email_input_footer {
        flex: 0 0 70%;
    }

    .footer-newsletter-row .footer-social {
        flex-wrap: wrap !important;
        flex-direction: row !important;
        justify-content: space-between !important;
    }

    .footer-social-list {
        width: 70% !important;
        flex: 0 0 70% !important;
        justify-content: end !important;
    }


    .socal_sec_label {
        flex: 0 0 30% !important;
        width: 30% !important;
    }

    .footer_submit_btn {
        height: 42.2px !important;
        min-width: 42.2px !important;
        flex: 0 0 30% !important;
    }

    .footer-newsletter-row {
        row-gap: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .footer-widget.iuytrey {
        padding-top: 22px !important;
        padding-bottom: 24px !important;
    }

    .newsletter-form-wrap {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .newsletter-form-wrap input[type="email"] {
        padding: 13px 18px !important;
    }

    .newsletter-form-wrap .btn {
        position: static !important;
        width: 100%;
    }

    .footer-social-list {
        gap: 10px;
        flex-direction: row;
    }

    .footer-social-list li a {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 768px) {

    .note-float-right,
    img[style*="float: right"] {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto 20px !important;
        padding: 20px !important;
    }

}

.note-float-right,
img[style*="float: right"] {
    padding: 20px !important;
}

.breadcrumb-banner {
    position: relative;
    background-image: url('../img/breadcrumb-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.breadcrumb-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
    z-index: 1;
}



.breadcrumb-banner .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-banner h1,
.breadcrumb-banner .breadcrumb-item,
.breadcrumb-banner .breadcrumb-item a {
    color: #fff !important;
}

.breadcrumbfont {
    font-size: 22px;
}

.aiz-sidebar left c-scrollbar {
    box-shadow: 0 8px 25px rgb(65 61 61 / 20%) !important;
}


@media only screen and (max-width: 767.98px) {
    .modern-product-img-wrap {
        height: 94px !important;
        border-radius: 9px !important;
    }

    .modern-product-card {
        border-radius: 11px !important;
        padding: 6px !important;
    }

    .modern-product-title a {
        font-size: 10.5px !important;
    }

    .modern-card-bottom-row {
        margin-top: auto !important;
        padding-top: 6px !important;
        gap: 5px !important;
        padding: 0px;
    }

    .product-listing-page .modern-price-wrap,
    .product-listing-page .modern-price-wrap .text-primary,
    .product-listing-page .modern-price-wrap span {
        flex-wrap: wrap !important;
    }

    .modern-price-wrap {
        font-size: 9.6px !important;
        line-height: 1.35 !important;
        flex: auto;
        text-align: left !important;
    }

    .modern-card-actions-bottom {
        gap: 0px !important;
        flex-direction: row;
    }

    .product-listing-page .modern-card-actions-bottom {
        flex-wrap: wrap !important;
    }

    .modern-card-actions-bottom .modern-action-btn,
    .modern-card-actions-bottom .wishlist-btn,
    .modern-card-actions-bottom .cart-btn {
        width: 18px !important;
        height: 18px !important;
    }

    .modern-card-actions-bottom svg {
        width: 14px !important;
        height: 14px !important;
    }

    .aiz-card-box .disc-amount {
        opacity: 1 !important;
    }
}

@media (max-width: 767px) {

    .top-products-slider-wrap {
        position: relative !important;
        width: 100% !important;
        display: block !important;
    }

    .top-products-arrow {
        position: absolute !important;
        top: 15px !important;
        /* title ke niche */
        width: 28px !important;
        height: 28px !important;
        z-index: 99999 !important;
        background: #fff !important;
        border: 1px solid #999 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .top-products-prev {
        left: 0 !important;
    }

    .top-products-next {
        right: 0 !important;
        left: auto !important;

    }

    .top-products-arrow top-products-next {
        margin-left: 215px;
    }

    /* Slider ko arrows ke niche push karo */
    #top-products-slider {
        padding-top: 40px !important;
    }
}

.top-products-slider-wrap {
    min-width: 100% !important;
}

.aiz-side-nav-wrap {
    padding: 15px 0;
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
    height: 100vh !important;
}



li.slick-active {
    border: 1px solid #473d32 !important;
    width: 17px !important;
    height: 17px !important;
    border-radius: 50px !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
}

.aiz-carousel.home_banner_111 {
    background: #ffffff !important;
    border: 1px solid #bcb2a7 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    box-shadow: 0 4px 20px rgba(104, 91, 78, 0.02) !important;

}

@media (max-width: 991.98px) {

    .aiz-carousel.home_banner_111 .slick-dots {
        position: absolute;
        top: 150px;
        bottom: auto !important;
        right: auto !important;
        left: 0 !important;
    }

    .aiz-carousel.home_banner_111 .slick-dots li.slick-active button {
        background-color: #ffff !important;
    }

    .aiz-carousel.home_banner_111 .slick-dots li.slick-active {
        border-color: #ffff !important;
    }

    .aiz-carousel.home_banner_111 img,
    .aiz-carousel.home_banner_111 a {
        height: 100% !important;
        width: 100% !important;
        max-height: 100% !important;
        object-fit: cover !important;
    }
}