/*@font-face {*/
/*    font-family:'Tajawal-Light';*/
/*    src: url('assets/fonts/Tajawal-Light.ttf');*/
/*    }*/
    
/*   @font-face {*/
/*  font-family: 'MyWebFont';*/
/*  src: url('myfont.woff2') format('woff2');*/
/*}*/

/** {*/
  
/*  font-family: 'Tajawal-Light';*/

/*}*/


.notification-bar {
    background-color: #F9B949;
/*    box-shadow: 0px 1px 11px gray;
*/
}

.notification-bar p {
    color: black;
/*    font-weight: bold;
*/    font-size: 13px;
    
    

  
}

img {
      /*border-radius: 8px;*/
}


.service-banner .row > div:nth-child(2n+1) .service-box {
    /*background-color: #F9B949;*/
    background-color:#E9E9E9;
    
/*    box-shadow: -3px 1px 5px #c5c1c1;
*/}

.service-banner .service-box p {
    color: white;
    font-weight: bold;
    font-size: 12px;

}

.product-box .product-info h5 {
    color: #000;
    /*font-family:Tajawal-Light;*/
}

.category .category-block .category-content h5 {
    color: #000;
}

/*footer .sub-footer .payment-card-bottom {*/
/*        color: #444ca1;*/

/*}*/

footer .subscribe-section {
    background-color:#525252;
}

footer.footer-2 .sub-footer {
    background-color: #000;;
}


.category .category-block:hover {
    background-color: #cdcee1;
 
}

footer .call-text .call-no {
    color: #000;

}

.service-banner .row > div:nth-child(2n) .service-box {
    /*background-color: #ffb431;*/
    background-color: #E9E9E9;
    font-weight: bold;
    /*box-shadow: -3px 1px 5px #c5c1c1;
*/}



.img-fluid bg-img {
height: 300px;  

}

.product-box .img-block .cart-details i, .product-box .img-block .cart-wrap i {
    color: #ffffff;
    
}


header .search-bar .search-icon {

background-color: #706d6d;

}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #706D6D;
}

.tap-top {
    color: white;
    background: #706d6d;

    }



footer.footer-2 .sub-footer {
    background-color: #706D6D;
    font-weight: bold;
    color : white;
/*    box-shadow: 0px 1px 11px gray;
*/
}

footer .sub-footer p {
    color: #000;
  
}

footer .subscribe-section {
    /*background-color: #525252;*/
    background-color: #e9e9e9;
    color:#000000;
}

.btn-solid {

     color: #fff;
    background-color: #3d342b;
}

footer.footer-2 .subscribe-section .subscribe-content .subscribe-form .btn-solid {
    background-color: #736f6f;
    color:#ffffff;
}

.add_to_cart .cart-inner .cart_media li .buttons a {
    font-size: 16px;
    color: #000;
}

header .toggle-nav {
/*    display: none;
*/}

/*slider.home-fix .slider-contain {
    height: 70px;

height: 0px;
}*/

header.header-4 .brand-logo img {
    width: 60%;
}

.home-slider.home-fix .home, .home-slider.home-fix .slider-contain {
    height: 0vh;
}

.bg-gradient {
    background: #F9B949;

}




.product-buttons {
            color: #878683;

}


.img-fluid {
  /*max-width: 100%;*/
  height: auto;
  }
  
  .img-fluid1 {
      
  }
  
  
  .service-banner .row > div:nth-child(2n+1) .service-box {
      background-color: #222;
  }
  
  
  .service-banner .row > div:nth-child(2n) .service-box {
    background-color: #706d6d;

  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /*nw css*/
      :root {
        --gv-main: #a9777f;
        --gv-dark: #3d342b;
        --gv-soft: #f8f1f2;
        --gv-soft-2: #fff7f8;
        --gv-text: #222222;
        --gv-muted: #777777;
        --gv-border: #eee1e4;
    }

    body {
        background: #eae8e4;
    }

    .gv-home-wrapper {
        direction: rtl;
        overflow: hidden;
    }

    .gv-container {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .gv-section {
        padding: 42px 0;
    }

    .gv-section-title {
        text-align: center;
        margin-bottom: 28px;
    }

    .gv-section-title span {
        display: inline-block;
        background: var(--gv-soft);
        color: var(--gv-main);
        padding: 7px 18px;
        border-radius: 50px;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .gv-section-title h2 {
        color: var(--gv-dark);
        font-size: 30px;
        font-weight: 800;
        margin: 0;
    }

    .gv-section-title p {
        color: var(--gv-muted);
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    /* Full-screen slider */
.gv-hero {
    width: 100%;
    height: calc(222dvh - var(--gv-header-height));
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000;
}

.gv-hero #main-carousel,
.gv-hero .carousel-inner,
.gv-hero .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Important fix */
.gv-hero .gv-slider-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    min-height: 100%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center center;
}

/* Overlay must also cover the whole slider */
.gv-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

/* Keep dots over the picture */
.gv-hero .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    z-index: 10;
    margin: 0;
}

/* Mobile */
@media (max-width: 767px) {

    .gv-hero {
        width: 100%;
        height: calc(100dvh - var(--gv-header-height));
        min-height: 0;
        margin: 0;
        padding: 0;
    }

    .gv-hero .gv-slider-img {
        position: absolute;
        inset: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
    }

    .gv-hero .carousel-indicators {
        bottom: 18px;
    }

    .gv-hero .carousel-control-prev,
    .gv-hero .carousel-control-next {
        display: none;
    }
}

    /* Categories */
    .gv-category-card {
        background: #ffffff;
        border: 1px solid var(--gv-border);
        /*border-radius: 22px;*/
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
        transition: all .25s ease;
        height: 100%;
    }

    .gv-category-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(129, 34, 48, 0.10);
    }

    .gv-category-img-box {
        height: 300px;
        background: #f8f8f8;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .gv-category-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .gv-category-info {
        padding: 14px 12px 16px;
        text-align: center;
    }

    .gv-category-info h6 {
        margin: 0;
        color: var(--gv-dark);
        font-weight: 800;
        font-size: 16px;
        line-height: 1.5;
    }

    /* Products */
    .gv-products-section {
        /*background: linear-gradient(180deg, #ffffff 0%, #fff8f9 100%);*/
    }

    .gv-product-card {
        background: #ffffff;
        border: 1px solid var(--gv-border);
        /*border-radius: 24px;*/
        overflow: hidden;
        height: 100%;
        position: relative;
        box-shadow: 0 12px 35px rgba(0,0,0,0.045);
        transition: all .25s ease;
    }

    .gv-product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 18px 45px rgba(129, 34, 48, 0.12);
    }

    .gv-product-img-wrap {
        position: relative;
        padding: 0px;
    }

    .gv-product-img-box {
        width: 100%;
        height: 300px;
        background: #f7f3f0;
        /*border-radius: 18px;*/
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gv-product-img {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        object-position: center center;
        display: block;
    }

    .gv-stock-badge {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 2;
        border-radius: 50px;
        padding: 6px 12px;
        font-size: 12px;
        font-weight: 800;
        color: #ffffff;
        background: #dc3545;
        box-shadow: 0 8px 20px rgba(220, 53, 69, .22);
    }

    .gv-product-actions {
        position: absolute;
        left: 18px;
        top: 18px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        z-index: 3;
    }

    .gv-product-actions a,
    .gv-product-actions button {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        background: #ffffff;
        border: 1px solid var(--gv-border);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--gv-dark);
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        transition: all .2s ease;
        cursor: pointer;
    }

    .gv-product-actions a:hover,
    .gv-product-actions button:hover {
        background: var(--gv-dark);
        color: #ffffff;
        text-decoration: none;
    }

    .gv-product-content {
        padding: 0px 16px 9px;
        text-align: center;
    }

    .gv-product-content h6 {
        color: var(--gv-text);
        font-size: 15px;
        font-weight: 800;
        line-height: 1.6;
        /*height: 48px;*/
        overflow: hidden;
        margin: 0 0 8px;
    }

    .gv-price-old {
        color: #b1b0b0;
        text-decoration: line-through;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 2px;
    }

    .gv-price-new {
        color: #e96f8f;
        font-weight: 900;
        font-size: 17px;
        margin: 0;
    }

    .gv-price-normal {
        color: var(--gv-dark);
        font-weight: 900;
        font-size: 17px;
        margin: 0;
    }

    .gv-view-more {
        margin-top: 26px;
        text-align: center;
    }

    .gv-btn-main {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        background: var(--gv-dark);
        color: #ffffff;
        border-radius: 50px;
        padding: 12px 30px;
        font-weight: 800;
        text-decoration: none;
        border: 1px solid var(--gv-dark);
        transition: all .2s ease;
    }

    .gv-btn-main:hover {
        background: #ffffff;
        color: var(--gv-dark);
        text-decoration: none;
    }

    /* Responsive */
    @media (max-width: 767px) {
        .gv-section {
            padding: 30px 0;
        }

        .gv-hero {
            /*padding-top: 12px;*/
            /*padding-bottom: 18px;*/
        }

        .gv-hero-card {
            border-radius: 18px;
        }

        .gv-slider-img {
            height: 310px;
        }

        .gv-section-title {
            margin-bottom: 20px;
        }

        .gv-section-title h2 {
            font-size: 23px;
        }

        .gv-section-title p {
            font-size: 13px;
        }

        .gv-feature-card {
            padding: 14px 12px;
            border-radius: 15px;
        }

        .gv-feature-icon {
            width: 40px;
            height: 40px;
            font-size: 16px;
            flex-basis: 40px;
        }

        .gv-feature-card h6 {
            font-size: 13px;
        }

        .gv-feature-card p {
            font-size: 11px;
        }

        .gv-category-img-box {
            height: 225px;
        }

        .gv-category-card {
            /*border-radius: 16px;*/
        }

        .gv-category-info {
            padding: 10px 8px 12px;
        }

        .gv-category-info h6 {
            font-size: 13px;
        }

        .gv-product-card {
            /*border-radius: 17px;*/
        }

        .gv-product-img-wrap {
            padding: 0px;
        }

        .gv-product-img-box {
            height: 240px;
            /*border-radius: 13px;*/
        }

        .gv-product-content {
            padding: 0px 9px 6px;
        }

        .gv-product-content h6 {
            font-size: 12px;
            /*height: 40px;*/
            margin-bottom: 6px;
        }

        .gv-price-old {
            font-size: 11px;
        }

        .gv-price-new,
        .gv-price-normal {
            font-size: 13px;
        }

        .gv-product-actions {
            left: 12px;
            top: 12px;
            gap: 6px;
        }

        .gv-product-actions a,
        .gv-product-actions button {
            width: 32px;
            height: 32px;
            font-size: 12px;
        }

        .gv-stock-badge {
            top: 12px;
            right: 12px;
            padding: 5px 9px;
            font-size: 10px;
        }

        .gv-btn-main {
            padding: 10px 24px;
            font-size: 13px;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .gv-slider-img {
            height: 460px;
        }

        .gv-product-img-box {
            height: 220px;
        }

        .gv-category-img-box {
            height: 190px;
        }
    }
    
    
    
    
    
    
    
    
    
    
    
   
    :root {
    --duo-primary: #473527;       /* Main color */
    --duo-primary-dark: #35271d;  /* Darker shade */
    --duo-primary-soft: #f4efeb;  /* Soft brown background */
    --duo-bg: #fffdfb;            /* Main page background */
    --duo-text: #473527;          /* Main text */
    --duo-muted: #806f63;         /* Muted text */
    --duo-border: #e4d9d1;        /* Borders and separators */
    --duo-white: #ffffff;
}

    .duo-header-wrap {
        width: 100%;
        background: #ffffff;
        direction: rtl;
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 14px 40px rgba(61, 52, 43, 0.08);
    }

    /* ================= DESKTOP TOPBAR ================= */
    .duo-topbar {
        background: #473527;
        color: var(--duo-primary);
        font-size: 13px;
        padding: 8px 0;
        border-bottom: 1px solid var(--duo-border);
    }

    .duo-topbar a,
    .duo-topbar span {
        color: #fff;
        text-decoration: none;
        font-weight: 800;
    }

    .duo-topbar-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .duo-topbar-right {
        display: flex;
        align-items: center;
        gap: 18px;
    }

    /* ================= DROPDOWN ================= */
    .duo-dropdown {
        position: relative;
        display: inline-block;
    }

    .duo-dropdown-toggle {
        cursor: pointer;
        font-weight: 900;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: var(--duo-primary);
    }

    .duo-dropdown-menu {
        display: none;
        position: absolute;
        top: calc(100% + 9px);
        right: 0;
        min-width: 165px;
        background: #ffffff;
        border: 1px solid var(--duo-border);
        border-radius: 18px;
        box-shadow: 0 20px 45px rgba(61, 52, 43, 0.14);
        padding: 8px;
        z-index: 9999;
        text-align: right;
    }

    .duo-dropdown:hover .duo-dropdown-menu {
        display: block;
    }

    .duo-dropdown-menu a {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        color: var(--duo-primary) !important;
        text-decoration: none;
        font-size: 13px;
        font-weight: 800;
        border-radius: 12px;
    }

    .duo-dropdown-menu a:hover {
        background: var(--duo-primary-soft);
        color: var(--duo-primary) !important;
        text-decoration: none;
    }

    /* ================= DESKTOP HEADER ================= */
    .duo-main-header {
        background: #ffffff;
        padding: 5px 0 12px;
        border-bottom: 1px solid var(--duo-border);
    }

    .duo-new-header-row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 28px;
    }

    .duo-new-search-area {
        display: flex;
        justify-content: flex-start;
    }

    .duo-search-form {
        width: 100%;
        max-width: 420px;
        position: relative;
    }

    .duo-search-form input {
        width: 100%;
        height: 48px;
        border-radius: 18px;
        border: 1px solid var(--duo-border);
        background: #fbfaf8;
        padding: 0 18px 0 52px;
        outline: none;
        font-size: 14px;
        text-align: right;
        direction: rtl;
        color: var(--duo-primary);
        transition: all .25s ease;
    }

    .duo-search-form input::placeholder {
        color: #8a8076;
    }

    .duo-search-form input:focus {
        background: #ffffff;
        border-color: var(--duo-primary);
        box-shadow: 0 0 0 4px rgba(61, 52, 43, .10);
    }

    .duo-search-form button {
        position: absolute;
        left: 7px;
        top: 7px;
        width: 34px;
        height: 34px;
        border-radius: 13px;
        border: 0;
        background: var(--duo-primary);
        color: #ffffff;
        cursor: pointer;
        transition: all .25s ease;
    }

    .duo-search-form button:hover {
        background: #2f271f;
    }

    .duo-new-logo-area {
        text-align: center;
    }

    .duo-new-logo-area a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 150px;
    }

    .duo-new-logo-area img {
        max-width: 150px;
        max-height: 82px;
        object-fit: contain;
    }

    .duo-new-icons-area {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
    }

    .duo-user-pill {
        min-height: 44px;
        padding: 0 15px;
        border-radius: 16px;
        background: var(--duo-primary-soft);
        color: var(--duo-primary);
        font-weight: 900;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        border: 1px solid var(--duo-border);
        white-space: nowrap;
    }

    .duo-user-pill:hover {
        color: #ffffff;
        background: var(--duo-primary);
        border-color: var(--duo-primary);
        text-decoration: none;
    }

    .duo-icon-btn {
        width: 44px;
        height: 44px;
        border-radius: 16px;
        border: 1px solid var(--duo-border);
        background: #ffffff;
        color: var(--duo-primary);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        cursor: pointer;
        transition: all .25s ease;
        font-size: 17px;
        box-shadow: 0 8px 18px rgba(61, 52, 43, 0.05);
    }

    .duo-icon-btn:hover {
        background: var(--duo-primary);
        color: #ffffff;
        text-decoration: none;
        border-color: var(--duo-primary);
        transform: translateY(-2px);
    }

    .duo-cart-highlight {
        background: var(--duo-primary);
        color: #ffffff;
        border-color: var(--duo-primary);
    }

    .duo-new-menu-row {
        margin-top: 14px;
        display: flex;
        justify-content: center;
    }

    .duo-desktop-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        list-style: none;
        padding: 7px;
        margin: 0;
        background: #fbfaf8;
        border: 1px solid var(--duo-border);
        border-radius: 999px;
    }

    .duo-desktop-menu li a {
        color: var(--duo-primary);
        font-weight: 900;
        font-size: 14px;
        text-decoration: none;
        transition: all .25s ease;
        padding: 10px 18px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
    }

    .duo-desktop-menu li a:hover {
        background: var(--duo-primary);
        color: #ffffff;
        text-decoration: none;
    }

    /* ================= MOBILE HEADER ================= */
    .duo-mobile-header {
        display: none;
        background: rgba(255,255,255,0.98);
        backdrop-filter: blur(12px);
        padding: 12px 14px;
        border-bottom: 1px solid var(--duo-border);
        align-items: center;
        justify-content: space-between;
        direction: rtl;
    }

    .duo-mobile-logo img {
        max-width: 118px;
        max-height: 62px;
        object-fit: contain;
    }

    .duo-mobile-btn {
        width: 42px;
        height: 42px;
        border-radius: 15px;
        border: 1px solid var(--duo-border);
        background: #ffffff;
        color: var(--duo-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        cursor: pointer;
        box-shadow: 0 8px 18px rgba(61, 52, 43, .06);
    }

    .duo-mobile-btn:hover {
        background: var(--duo-primary);
        color: #ffffff;
    }

    .duo-mobile-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    /* ================= MOBILE DRAWER ================= */
    .duo-drawer-overlay {
        position: fixed;
        inset: 0;
        background: rgba(61, 52, 43, 0.64);
        z-index: 99998;
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease;
    }

    .duo-drawer-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .duo-mobile-drawer {
        position: fixed;
        top: 0;
        right: -365px;
        width: 350px;
        max-width: 92%;
        height: 100vh;
        background: #ffffff;
        z-index: 99999;
        transition: all .28s ease;
        overflow-y: auto;
        direction: rtl !important;
        text-align: right !important;
        box-shadow: -16px 0 45px rgba(61, 52, 43, 0.18);
        border-radius: 28px 0 0 28px;
    }

    .duo-mobile-drawer.active {
        right: 0;
    }

    .duo-drawer-head {
        padding: 20px 20px 18px;
        border-bottom: 1px solid var(--duo-border);
        display: flex;
        align-items: center;
        justify-content: space-between;
        direction: rtl;
        background: linear-gradient(180deg, #fbfaf8 0%, #ffffff 100%);
    }

    .duo-drawer-logo img {
        max-width: 125px;
        max-height: 62px;
        object-fit: contain;
    }

    .duo-drawer-close {
        width: 38px;
        height: 38px;
        border-radius: 14px;
        border: 1px solid var(--duo-border);
        background: var(--duo-primary-soft);
        color: var(--duo-primary);
        font-size: 17px;
        cursor: pointer;
    }

    .duo-drawer-close:hover {
        background: var(--duo-primary);
        color: #ffffff;
    }

    .duo-drawer-body {
        padding: 22px 20px 100px;
        direction: rtl !important;
        text-align: right !important;
    }

    /* ================= MOBILE SEARCH ================= */
    .duo-mobile-search {
        width: 100%;
        margin-bottom: 24px;
        display: flex;
        direction: rtl !important;
    }

    .duo-mobile-search form {
        width: 100%;
        position: relative;
    }

    .duo-mobile-search input {
        width: 100% !important;
        height: 48px;
        border-radius: 18px;
        border: 1px solid var(--duo-border);
        background: #fbfaf8;
        padding: 0 16px 0 52px;
        text-align: right !important;
        direction: rtl !important;
        outline: none;
        color: var(--duo-primary);
    }

    .duo-mobile-search input::placeholder {
        color: #8a8076;
    }

    .duo-mobile-search button {
        position: absolute;
        left: 7px;
        top: 7px;
        width: 34px;
        height: 34px;
        border-radius: 13px;
        border: 0;
        background: var(--duo-primary);
        color: #ffffff;
    }

    /* ================= MOBILE MENU PILLS FIXED ================= */
    .duo-mobile-simple-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 28px;
    }

    .duo-mobile-simple-links a,
    .duo-mobile-category-list > li > a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        min-height: 56px !important;
        padding: 12px 16px !important;
        color: var(--duo-primary) !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        text-decoration: none !important;
        border: 1px solid var(--duo-border) !important;
        background: #ffffff !important;
        border-radius: 999px !important;
        box-shadow: 0 8px 20px rgba(61, 52, 43, .04) !important;
        text-align: right !important;
        direction: rtl !important;
        transition: all .25s ease !important;
        overflow: hidden !important;
    }

    .duo-mobile-simple-links a:hover,
    .duo-mobile-category-list > li > a:hover {
        background: var(--duo-primary) !important;
        color: #ffffff !important;
        border-color: var(--duo-primary) !important;
        text-decoration: none !important;
    }

    .duo-mobile-simple-links a span,
    .duo-mobile-category-list > li > a span {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        min-width: 0 !important;
        flex: 1 !important;
        white-space: normal !important;
        line-height: 1.5 !important;
    }

    .duo-mobile-simple-links a span i,
    .duo-mobile-category-list > li > a span i {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        border-radius: 50% !important;
        color: var(--duo-primary) !important;
        background: var(--duo-primary-soft) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 13px !important;
        transition: all .25s ease !important;
    }

    .duo-mobile-simple-links a:hover span i,
    .duo-mobile-category-list > li > a:hover span i {
        background: rgba(255,255,255,.20) !important;
        color: #ffffff !important;
    }

    .duo-mobile-simple-links a small,
    .duo-mobile-category-list > li > a small {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        border-radius: 50% !important;
        background: var(--duo-primary-soft) !important;
        color: var(--duo-primary) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        margin-right: 10px !important;
    }

    .duo-mobile-simple-links a small i,
    .duo-mobile-category-list > li > a small i {
        width: auto !important;
        height: auto !important;
        min-width: auto !important;
        background: transparent !important;
        border-radius: 0 !important;
        font-size: 12px !important;
        color: inherit !important;
    }

    .duo-mobile-simple-links a:hover small,
    .duo-mobile-category-list > li > a:hover small {
        background: rgba(255,255,255,.20) !important;
        color: #ffffff !important;
    }

    .duo-drawer-title {
        color: var(--duo-primary);
        font-size: 14px;
        font-weight: 900;
        margin: 24px 0 14px;
        text-align: right;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .duo-drawer-title::before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--duo-primary);
        border-radius: 50%;
        display: inline-block;
    }

    /* ================= MOBILE CATEGORIES ================= */
    .duo-mobile-category-list,
    .duo-mobile-category-list ul {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        direction: rtl !important;
        text-align: right !important;
        list-style: none !important;
    }

    .duo-mobile-category-list {
        margin-bottom: 28px !important;
    }

    .duo-mobile-category-list > li {
        display: block !important;
        width: 100% !important;
        margin: 0 0 12px !important;
        padding: 0 !important;
    }

    .duo-mobile-category-list li ul {
        position: static !important;
        display: block !important;
        width: 100% !important;
        padding: 10px 20px 0 0 !important;
        margin: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        border: 0 !important;
    }

    .duo-mobile-category-list li ul li {
        margin-bottom: 8px !important;
    }

    .duo-mobile-category-list li ul li a {
        display: block !important;
        width: 100% !important;
        font-size: 13px !important;
        font-weight: 800 !important;
        color: var(--duo-muted) !important;
        padding: 10px 16px !important;
        border-radius: 999px !important;
        text-decoration: none !important;
        border: 1px solid var(--duo-border) !important;
        background: #fbfaf8 !important;
        line-height: 1.5 !important;
    }

    .duo-mobile-category-list li ul li a:hover {
        background: var(--duo-primary-soft) !important;
        color: var(--duo-primary) !important;
        text-decoration: none !important;
    }

    /* ================= MOBILE SETTINGS ================= */
    .duo-mobile-settings {
        /*padding-top: 8px;*/
        /*margin-top: 8px;*/
        /*border-top: 1px solid var(--duo-border);*/
    }

    .duo-mobile-currency {
        margin-top: 18px;
    }

    .duo-mobile-currency select {
        width: 100%;
        height: 48px;
        border-radius: 16px;
        border: 1px solid var(--duo-border);
        padding: 0 14px;
        background: #ffffff;
        color: var(--duo-primary);
        text-align: right;
        direction: rtl;
        font-weight: 900;
        outline: none;
    }

    .duo-mobile-currency select:focus {
        border-color: var(--duo-primary);
        box-shadow: 0 0 0 4px rgba(61,52,43,.10);
    }

    .duo-mobile-language-switch {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 12px;
    }

    .duo-mobile-language-switch a {
        flex: 1;
        height: 44px;
        border-radius: 15px;
        border: 1px solid var(--duo-border);
        background: #ffffff;
        color: var(--duo-primary);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        text-decoration: none;
        font-size: 13px;
    }

    .duo-mobile-language-switch a:hover {
        background: var(--duo-primary);
        color: #ffffff;
        text-decoration: none;
    }

    /* ================= MOBILE BOTTOM NAV ================= */
    .duo-bottom-nav {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        left: 10px;
        height: 64px;
        background: rgba(255,255,255,.96);
        backdrop-filter: blur(12px);
        border: 1px solid var(--duo-border);
        border-radius: 24px;
        z-index: 9999;
        box-shadow: 0 -8px 25px rgba(61, 52, 43, .11);
        direction: rtl;
        overflow: hidden;
    }

    .duo-bottom-nav a,
    .duo-bottom-nav button {
        flex: 1;
        border: 0;
        background: transparent;
        color: var(--duo-primary);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        font-size: 10px;
        font-weight: 900;
        text-decoration: none;
        cursor: pointer;
    }

    .duo-bottom-nav i {
        font-size: 17px;
        color: var(--duo-primary);
    }

    .duo-bottom-nav a:hover,
    .duo-bottom-nav button:hover {
        background: var(--duo-primary-soft);
        color: var(--duo-primary);
        text-decoration: none;
    }

    /* ================= RESPONSIVE ================= */
    @media (max-width: 1199px) {
        .duo-new-header-row {
            gap: 18px;
        }

        .duo-search-form {
            max-width: 350px;
        }

        .duo-desktop-menu li a {
            padding: 9px 14px;
            font-size: 13px;
        }

        .duo-new-logo-area img {
            max-width: 130px;
        }
    }

    @media (max-width: 991px) {
        /*body {*/
        /*    padding-bottom: 84px;*/
        /*}*/

        .duo-topbar,
        .duo-main-header {
            display: none !important;
        }

        .duo-mobile-header {
            display: flex !important;
        }

        .duo-bottom-nav {
            display: flex !important;
        }
    }

    @media (max-width: 420px) {
        .duo-mobile-drawer {
            width: 330px;
            max-width: 92%;
        }

        .duo-mobile-logo img {
            max-width: 105px;
        }

        .duo-mobile-btn {
            width: 39px;
            height: 39px;
        }

        .duo-bottom-nav {
            right: 7px;
            left: 7px;
            bottom: 7px;
            height: 61px;
            border-radius: 21px;
        }

        .duo-bottom-nav span {
            font-size: 9px;
        }
    }

    @media (min-width: 992px) {
        .duo-drawer-overlay,
        .duo-mobile-drawer,
        .duo-bottom-nav {
            display: none !important;
        }
    }
 
    /* Load this file after your current header CSS. The drawer styles remain unchanged. */

:root {
    --soleil-ink: #473527;        /* Main color */
    --soleil-ink-deep: #35271d;   /* Darker shade */
    --soleil-paper: #fffdfb;      /* Very light warm background */
    --soleil-sand: #f4efeb;       /* Soft background shade */
    --soleil-line: #e4d9d1;       /* Border color */
    --soleil-muted: #806f63;      /* Muted text color */
}

.soleil-header {
    background: var(--soleil-paper);
    box-shadow: 0 8px 30px rgba(61, 52, 43, .08);
}

.soleil-topbar {
    background: var(--soleil-ink);
    border: 0;
    padding: 7px 0;
}

.soleil-topbar .duo-dropdown-toggle,
.soleil-topbar .soleil-topbar-message,
.soleil-topbar .soleil-topbar-message span {
    color: #fff;
}

.soleil-topbar-message {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.soleil-flag {
    width: 16px;
    max-height: 12px;
    object-fit: cover;
    border-radius: 2px;
}

.soleil-desktop-header {
    padding: 0;
    background: var(--soleil-paper);
    border-bottom: 1px solid var(--soleil-line);
}

.soleil-desktop-row {
    min-height: 92px;
    display: grid;
    grid-template-columns: auto minmax(420px, 1fr) minmax(310px, 420px);
    align-items: center;
    gap: 34px;
}

.soleil-desktop-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.soleil-desktop-logo img {
    width: auto;
    max-width: 170px;
    max-height: 72px;
    object-fit: contain;
}

.soleil-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 100%;
}

.soleil-desktop-nav > a,
.soleil-category-toggle {
    height: 46px;
    padding: 0 16px;
    border: 0;
    background: transparent;
    color: var(--soleil-ink);
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.soleil-desktop-nav > a:hover,
.soleil-category-menu:hover .soleil-category-toggle {
    background: var(--soleil-sand);
    color: var(--soleil-ink-deep);
    text-decoration: none;
}

.soleil-category-menu {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.soleil-category-panel {
    position: absolute;
    top: calc(100% - 12px);
    right: 0;
    width: 255px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--soleil-line);
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(61, 52, 43, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all .2s ease;
    z-index: 10020;
}

.soleil-category-menu:hover .soleil-category-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.soleil-category-item {
    position: relative;
}

.soleil-category-item > a,
.soleil-subcategory-panel a {
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--soleil-ink);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.soleil-category-item > a:hover,
.soleil-subcategory-panel a:hover {
    background: var(--soleil-sand);
    color: var(--soleil-ink-deep);
    text-decoration: none;
}

.soleil-subcategory-panel {
    position: absolute;
    top: -10px;
    right: calc(100% + 9px);
    width: 235px;
    max-height: 360px;
    overflow-y: auto;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--soleil-line);
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(61, 52, 43, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateX(8px);
    transition: all .2s ease;
}

.soleil-category-item.has-children:hover > .soleil-subcategory-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.soleil-desktop-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.soleil-search-form {
    width: 100%;
    position: relative;
    margin: 0;
}

.soleil-search-form input {
    width: 100%;
    height: 48px;
    padding: 0 18px 0 51px;
    border: 1px solid var(--soleil-line);
    border-radius: 16px;
    background: var(--soleil-sand);
    color: var(--soleil-ink);
    text-align: right;
    direction: rtl;
    font-size: 14px;
    outline: none;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.soleil-search-form input:focus {
    background: #fff;
    border-color: var(--soleil-ink);
    box-shadow: 0 0 0 4px rgba(61, 52, 43, .08);
}

.soleil-search-form button {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 12px;
    background: var(--soleil-ink);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.soleil-cart-button,
.soleil-mobile-icon {
    border: 0px solid var(--soleil-line);
    background: transparent;
    color: #473527;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*transition: background .2s ease, color .2s ease, transform .2s ease;*/
}

.soleil-cart-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 18px;
}

.soleil-cart-button:hover,
.soleil-mobile-icon:hover {
    /*background: var(--soleil-ink);*/
    color: #fff;
    transform: translateY(-1px);
}

.soleil-mobile-header {
    display: none;
    padding: 0px 14px 0px;
    background: var(--soleil-paper);
    border-bottom: 1px solid var(--soleil-line);
    direction: rtl;
}

.soleil-mobile-main-row {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 12px;
}

.soleil-mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.soleil-mobile-logo img {
    max-width: 135px;
    max-height: 58px;
    object-fit: contain;
}

.soleil-mobile-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 17px;
}

.soleil-mobile-cart {
    /*background: var(--soleil-ink);*/
    color: #473527;
    border-color: var(--soleil-ink);
}

.soleil-mobile-search-row {
    margin-top: 10px;
}

.soleil-mobile-search-form input {
    height: 46px;
}

.soleil-mobile-search-form button {
    width: 34px;
    height: 34px;
}

@media (max-width: 1199px) {
    .soleil-desktop-row {
        grid-template-columns: auto minmax(360px, 1fr) minmax(260px, 340px);
        gap: 20px;
    }

    .soleil-desktop-logo img {
        max-width: 145px;
    }

    .soleil-desktop-nav > a,
    .soleil-category-toggle {
        padding: 0 11px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .soleil-topbar,
    .soleil-desktop-header {
        display: none !important;
    }

    .soleil-mobile-header {
        display: block !important;
    }
}

@media (max-width: 420px) {
    .soleil-mobile-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .soleil-mobile-main-row {
        grid-template-columns: 41px 1fr 41px;
        gap: 9px;
    }

    .soleil-mobile-icon {
        width: 41px;
        height: 41px;
    }

    .soleil-mobile-logo img {
        max-width: 135px;
    }
}
    
    
    
    
    
    
    
    
    
    
    
      .gs-mini-service {
            /*background: #fff;*/
            padding: 10px 0 12px;
        }

        .gs-service-card {
            height: 100%;
            background: #473527;
            border: 1px solid rgba(129,34,48,.10);
            border-radius: 18px;
            padding: 18px 14px;
            text-align: center;
            color: #fff;
            font-weight: 800;
            margin-bottom: 12px;
        }

        .gs-service-card i {
            display: block;
            font-size: 22px;
            margin-bottom: 8px;
        }

        .gs-footer-clean {
    background: #f6f6f6;
    color: #222;
    direction: rtl;
    padding: 22px 0 0;
    border-radius: 24px 24px 0 0;
    margin-top: 18px;
    overflow: hidden;
}

.gs-footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
}

.gs-footer-logo {
    flex: 0 0 180px;
    text-align: right;
}

.gs-footer-logo h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #222;
}

.gs-footer-note {
    flex: 1;
    text-align: center;
    color: #555;
    line-height: 1.8;
    font-size: 14px;
    margin: 0;
    max-width: 520px;
}

.gs-social-links {
    flex: 0 0 180px;
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.gs-social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #473527;
    border: 1px solid rgba(0,0,0,.08);
    text-decoration: none;
    transition: all .25s ease;
}

.gs-social-links a:hover {
    background: #812230;
    color: #fff;
    transform: translateY(-2px);
}

.gs-footer-bottom {
    border-top: 1px solid rgba(0,0,0,.08);
    padding: 12px 0;
    color: #555;
    font-size: 13px;
}

.gs-footer-bottom a {
    color: #222;
    font-weight: 800;
    text-decoration: none;
}

.gs-footer-bottom a:hover {
    color: #812230;
}

.gs-payments img {
    max-height: 24px;
    margin: 0 4px;
    opacity: .9;
}

@media (max-width: 767px) {
    .gs-footer-clean {
        padding-top: 18px;
        border-radius: 20px 20px 0 0;
    }

    .gs-footer-top {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding-bottom: 16px;
    }

    .gs-footer-logo,
    .gs-social-links {
        flex: unset;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .gs-footer-logo h1 {
        font-size: 26px;
        text-align:center;
    }

    .gs-footer-note {
        font-size: 13px;
        padding: 0 10px;
    }

    .gs-footer-bottom .row > div {
        text-align: center !important;
        margin-bottom: 8px;
    }
}











/*flat whatsapp icon*/
   .whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    color: #ffffff;
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .whatsapp-float {
        right: 15px;
        bottom: 70px;
        width: 50px;
        height: 50px;
        font-size: 27px;
    }
}






/*zoom in focus issue iphone*/
@media (max-width: 767px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}






















/*item detail page css*/
   :root {
    --duo_det_primary: #473527;
    --duo_det_primary_dark: #35271d;
    --duo_det_soft: #f5f2ee;
    --duo_det_bg: #fffdfb;
    --duo_det_text: #3d342b;
    --duo_det_muted: #806f63;
    --duo_det_border: #e4d9d1;
    --duo_det_danger: #d9363e;
    --duo_det_white: #ffffff;
}

.duo_det_page {
    padding: 28px 0 70px;
    background: var(--duo_det_bg);
    color: var(--duo_det_text);
    direction: rtl;
    text-align: right;
}

.duo_det_container {
    width: min(1220px, calc(100% - 40px));
    margin-inline: auto;
}

/* In RTL, column 1 is the right side: gallery right, information left. */
.duo_det_layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 38px;
    align-items: start;
    direction: rtl;
}

.duo_det_gallery {
    grid-column: 1;
    min-width: 0;
    direction: rtl;
}

.duo_det_info {
    grid-column: 2;
    min-width: 0;
    position: sticky;
    top: 24px;
    padding: 2px 0 20px;
    direction: rtl;
    text-align: right;
}

.duo_det_info *,
.duo_det_section,
.duo_det_custom_card,
.duo_det_custom_grid,
.duo_det_field,
.duo_det_description,
.duo_det_wishlist {
    box-sizing: border-box;
}

/* Gallery grid */
.duo_det_gallery_grid,
.duo_det_gallery_grid .slick-list,
.duo_det_gallery_grid .slick-track {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
}

.duo_det_gallery_grid.slick-initialized .slick-list {
    overflow: visible !important;
}

.duo_det_gallery_grid .slick-track,
.duo_det_gallery_grid:not(.slick-initialized) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.duo_det_gallery_grid .slick-slide {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.duo_det_gallery_grid .slick-cloned {
    display: none !important;
}

.duo_det_gallery_grid > div,
.duo_det_gallery_grid .slick-slide > div {
    min-width: 0;
    height: 100%;
}

.duo_det_gallery_grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: var(--duo_det_soft);
    cursor: zoom-in;
    user-select: none;
}

.duo_det_thumbs {
    display: none !important;
}

/* Hover magnifier */
.duo_det_zoom_host {
    position: relative !important;
    overflow: hidden !important;
    cursor: zoom-in;
}

.duo_det_zoom_host > img {
    transition: opacity .15s ease;
}

.duo_det_zoom_lens {
    position: absolute;
    z-index: 6;
    width: 180px;
    height: 180px;
    border: 2px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-color: var(--duo_det_white);
    box-shadow: 0 7px 26px rgba(0, 0, 0, .22);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    transition: opacity .12s ease, visibility .12s ease;
}

.duo_det_zoom_host.duo_det_zoom_active .duo_det_zoom_lens {
    opacity: 1;
    visibility: visible;
}

/* Information */
.duo_det_title {
    margin: 0 0 14px;
    color: var(--duo_det_primary_dark);
    font-size: clamp(28px, 2.4vw, 42px);
    line-height: 1.3;
    font-weight: 600;
    text-align: right;
}

.duo_det_price_row {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
    direction: rtl;
}

.duo_det_price_current {
    color: var(--duo_det_primary_dark);
    font-size: clamp(23px, 2vw, 34px);
    font-weight: 500;
}

.duo_det_price_old {
    color: var(--duo_det_muted);
    font-size: 17px;
    text-decoration: line-through;
}

.duo_det_section {
    margin: 0 0 24px;
    text-align: right;
}

.duo_det_section_head {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 14px;
    margin-bottom: 15px;
    direction: rtl;
    text-align: right;
}

.duo_det_section_head::after {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background: var(--duo_det_border);
}

.duo_det_label {
    display: block;
    margin: 0;
    color: var(--duo_det_primary_dark);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
}

.duo_det_select {
    display: block;
    width: 100% !important;
    min-height: 50px;
    padding: 0 14px 0 42px;
    border: 1px solid var(--duo_det_border);
    border-radius: 7px;
    background-color: var(--duo_det_white);
    color: var(--duo_det_text);
    direction: rtl;
    text-align: right;
    outline: none;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.duo_det_select option {
    direction: rtl;
    text-align: right;
}

.duo_det_select:focus,
.duo_det_input:focus,
.duo_det_textarea:focus {
    border-color: var(--duo_det_primary);
    box-shadow: 0 0 0 3px rgba(71, 53, 39, .10);
}

.duo_det_system_hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    pointer-events: none !important;
}

.duo_det_qty_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    direction: rtl;
}

.duo_det_qty_box .input-group {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 150px;
    border: 1px solid var(--duo_det_border);
    border-radius: 7px;
    overflow: hidden;
    background: var(--duo_det_white);
    direction: ltr;
}

.duo_det_qty_box .btn {
    width: 44px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--duo_det_primary);
}

.duo_det_qty_box .if-cart-qty {
    width: 62px !important;
    height: 46px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    text-align: center;
}

.duo_det_input,
.duo_det_textarea {
    display: block;
    width: 100%;
    border: 1px solid var(--duo_det_border);
    border-radius: 7px;
    background: var(--duo_det_white);
    color: var(--duo_det_text);
    direction: rtl;
    text-align: right;
    outline: none;
}

.duo_det_input {
    min-height: 50px;
    padding: 0 14px;
}

.duo_det_textarea {
    min-height: 100px;
    padding: 12px 14px;
    resize: vertical;
}

.duo_det_choice_line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 13px 0;
    direction: rtl;
    text-align: right;
}

.duo_det_choice_line label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.duo_det_choice_line input[type="radio"] {
    accent-color: var(--duo_det_primary);
}

.duo_det_size_guide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border: 1px solid var(--duo_det_primary);
    border-radius: 7px;
    background: transparent;
    color: var(--duo_det_primary);
    font-weight: 600;
    cursor: pointer;
}

.duo_det_custom_card {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid var(--duo_det_border);
    border-radius: 9px;
    background: var(--duo_det_white);
    direction: rtl;
    text-align: right;
}

.duo_det_custom_heading {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--duo_det_border);
    color: var(--duo_det_primary_dark);
    font-size: 17px;
    font-weight: 700;
    text-align: right;
}

.duo_det_custom_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    direction: rtl;
}

.duo_det_field {
    min-width: 0;
    text-align: right;
}

.duo_det_field label {
    display: block;
    margin: 0 0 7px;
    color: var(--duo_det_primary_dark);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.duo_det_field_full {
    grid-column: 1 / -1;
}

.duo_det_duration {
    padding: 12px 14px;
    border-radius: 7px;
    background: var(--duo_det_soft);
    color: var(--duo_det_primary_dark);
    text-align: right;
}

.duo_det_error {
    min-height: 20px;
    margin: 2px 0 8px;
    color: var(--duo_det_danger);
    font-size: 13px;
    text-align: right;
}

.duo_det_cart_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    margin: 0 0 28px;
    border: 1px solid var(--duo_det_primary) !important;
    border-radius: 0 !important;
    background: var(--duo_det_primary) !important;
    color: var(--duo_det_white) !important;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.duo_det_cart_btn:hover,
.duo_det_cart_btn:focus {
    background: var(--duo_det_primary_dark) !important;
    border-color: var(--duo_det_primary_dark) !important;
}

.duo_det_description {
    padding: 22px 0;
    border-top: 1px solid var(--duo_det_border);
    border-bottom: 1px solid var(--duo_det_border);
    direction: rtl;
    text-align: right;
}

.duo_det_description h6 {
    margin: 0 0 10px;
    color: var(--duo_det_primary_dark);
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.duo_det_description p {
    margin: 0;
    color: var(--duo_det_muted);
    line-height: 1.9;
    text-align: right;
}

.duo_det_wishlist {
    padding-top: 18px;
    text-align: right;
}

.duo_det_wishlist .wishlist-btn {
    direction: rtl;
}

/* Lightbox */
body.duo_det_lightbox_open {
    overflow: hidden;
}

.duo_det_lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 30px 80px;
    background: rgba(0, 0, 0, .93);
    direction: ltr;
}

.duo_det_lightbox.is-open {
    display: flex;
}

.duo_det_lightbox_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(1100px, 100%);
    height: calc(100vh - 60px);
}

.duo_det_lightbox_content img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    user-select: none;
}

.duo_det_lightbox_close,
.duo_det_lightbox_arrow {
    position: fixed;
    z-index: 3;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    color: #ffffff;
    cursor: pointer;
}

.duo_det_lightbox_close {
    top: 18px;
    right: 22px;
    width: 48px;
    height: 48px;
    font-size: 38px;
    line-height: 44px;
}

.duo_det_lightbox_arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    transform: translateY(-50%);
    font-size: 28px;
}

.duo_det_lightbox_prev {
    left: 22px;
}

.duo_det_lightbox_next {
    right: 22px;
}

.duo_det_lightbox_counter {
    position: absolute;
    right: 50%;
    bottom: 12px;
    transform: translateX(50%);
    padding: 7px 13px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .58);
    color: #ffffff;
    font-size: 13px;
    direction: ltr;
}

@media (max-width: 991.98px) {
    .duo_det_container {
        width: min(100% - 30px, 760px);
    }

    .duo_det_layout {
        display: flex;
        flex-direction: column;
        gap: 28px;
        direction: rtl;
    }

    .duo_det_gallery,
    .duo_det_info {
        width: 100%;
    }

    .duo_det_gallery {
        order: 1;
    }

    .duo_det_info {
        order: 2;
        position: static;
    }

    /* Hover magnifier is for accurate mouse pointers only. */
    .duo_det_zoom_lens {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .duo_det_page {
        padding: 14px 0 45px;
    }

    .duo_det_container {
        width: calc(100% - 24px);
    }

    .duo_det_gallery_grid .slick-track,
    .duo_det_gallery_grid:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    .duo_det_title {
        font-size: 26px;
    }

    .duo_det_custom_grid {
        grid-template-columns: 1fr;
    }

    .duo_det_field_full {
        grid-column: auto;
    }

    .duo_det_lightbox {
        padding: 58px 12px 45px;
    }

    .duo_det_lightbox_content {
        height: calc(100vh - 103px);
    }

    .duo_det_lightbox_close {
        top: 10px;
        right: 10px;
        width: 42px;
        height: 42px;
        font-size: 32px;
        line-height: 38px;
    }

    .duo_det_lightbox_arrow {
        width: 42px;
        height: 42px;
        font-size: 22px;
    }

    .duo_det_lightbox_prev {
        left: 8px;
    }

    .duo_det_lightbox_next {
        right: 8px;
    }
}

@media (hover: none), (pointer: coarse) {
    .duo_det_zoom_lens {
        display: none !important;
    }
}

/* ================================
   Special-order checkbox
================================ */

.duo_det_special_toggle {
    width: 100%;
    margin: 22px 0;
    direction: rtl;
}

.duo_det_checkbox_label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 13px;
    width: 100%;
    min-height: 64px;
    margin: 0;
    padding: 13px 16px;
    border: 1px solid var(--duo-border, #e4d9d1);
    border-radius: 10px;
    background: var(--duo-bg, #fffdfb);
    color: var(--duo-text, #473527);
    cursor: pointer;
    user-select: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.duo_det_checkbox_label:hover {
    border-color: var(--duo-primary, #473527);
    background: var(--duo-primary-soft, #f4efeb);
}

.duo_det_checkbox_label input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.duo_det_checkbox_box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--duo-muted, #806f63);
    border-radius: 6px;
    background: #ffffff;
    color: #ffffff;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.duo_det_checkbox_box i {
    font-size: 12px;
    opacity: 0;
    transform: scale(0.6);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.duo_det_checkbox_text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--duo-text, #473527);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: right;
}

.duo_det_checkbox_text small {
    color: var(--duo-muted, #806f63);
    font-size: 12px;
    font-weight: 400;
    direction: ltr;
    text-align: right;
}

.duo_det_checkbox_label input:checked +
.duo_det_checkbox_box {
    border-color: var(--duo-primary, #473527);
    background: var(--duo-primary, #473527);
    transform: scale(1.03);
}

.duo_det_checkbox_label input:checked +
.duo_det_checkbox_box i {
    opacity: 1;
    transform: scale(1);
}

.duo_det_checkbox_label:has(input:checked) {
    border-color: var(--duo-primary, #473527);
    background: var(--duo-primary-soft, #f4efeb);
    box-shadow: 0 0 0 2px rgba(71, 53, 39, 0.08);
}

.duo_det_checkbox_label:has(input:focus-visible) {
    outline: 2px solid var(--duo-primary, #473527);
    outline-offset: 3px;
}


/* ================================
   Radio buttons
================================ */

.duo_det_radio_group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 15px;
    direction: rtl;
    text-align: right;
}

.duo_det_radio_title {
    margin-left: 4px;
    color: var(--duo-text, #473527);
    font-size: 14px;
    font-weight: 600;
}

.duo_det_radio_label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 82px;
    min-height: 42px;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid var(--duo-border, #e4d9d1);
    border-radius: 8px;
    background: #ffffff;
    color: var(--duo-text, #473527);
    cursor: pointer;
    user-select: none;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.duo_det_radio_label:hover {
    border-color: var(--duo-primary, #473527);
    background: var(--duo-primary-soft, #f4efeb);
}

.duo_det_radio_label input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.duo_det_radio_circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    border: 1.5px solid var(--duo-muted, #806f63);
    border-radius: 50%;
    background: #ffffff;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease;
}

.duo_det_radio_circle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0;
    transform: scale(0.4);
    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.duo_det_radio_label input:checked +
.duo_det_radio_circle {
    border-color: var(--duo-primary, #473527);
    background: var(--duo-primary, #473527);
}

.duo_det_radio_label input:checked +
.duo_det_radio_circle::after {
    opacity: 1;
    transform: scale(1);
}

.duo_det_radio_label:has(input:checked) {
    border-color: var(--duo-primary, #473527);
    background: var(--duo-primary-soft, #f4efeb);
    color: var(--duo-primary-dark, #35271d);
    box-shadow: 0 0 0 2px rgba(71, 53, 39, 0.07);
}

.duo_det_radio_label:has(input:focus-visible) {
    outline: 2px solid var(--duo-primary, #473527);
    outline-offset: 2px;
}


/* ================================
   Mobile
================================ */

@media (max-width: 575.98px) {
    .duo_det_checkbox_label {
        min-height: 58px;
        padding: 11px 13px;
    }

    .duo_det_radio_group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 9px;
    }

    .duo_det_radio_title {
        grid-column: 1 / -1;
        width: 100%;
        margin: 0 0 2px;
    }

    .duo_det_radio_label {
        width: 100%;
        min-width: 0;
        min-height: 44px;
    }
}

.duo_det_direct_buttons {
    width: 100%;
    margin-top: 16px;
}

.duo_det_direct_buttons .duo_det_radio_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    direction: rtl;
}

.duo_det_direct_buttons .duo_det_radio_title {
    width: 100%;
    margin-bottom: 2px;
    text-align: right;
}

.duo_det_direct_buttons .duo_det_radio_label {
    width: auto;
    min-width: 90px;
}

@media (max-width: 575.98px) {
    .duo_det_direct_buttons .duo_det_radio_group {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .duo_det_direct_buttons .duo_det_radio_title {
        grid-column: 1 / -1;
    }

    .duo_det_direct_buttons .duo_det_radio_label {
        width: 100%;
        min-width: 0;
    }
}













/*footer css payment*/
    .gs-payments {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

.gs-payments img {
    display: block;
    width: auto;
    max-width: 62px;
    max-height: 34px;
    object-fit: contain;
}

.gs-payment-combined {
    max-width: 145px !important;
    max-height: 40px !important;
}

.gs-footer-bottom a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}

.gs-footer-bottom a:hover {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .gs-payments {
        justify-content: center;
        margin-top: 12px;
    }

    .gs-footer-bottom .text-right,
    .gs-footer-bottom .text-left {
        text-align: center !important;
    }
}