/*home wishlist and cart*/
.product_detail_social_float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:100px;
    right:16px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.product_detail_social_my_float{
    margin-top:16px;
}
.product-box {
        position: relative;
    }

    .img-block {
        position: relative;
    }

    .cart-info {
        opacity: 1;
        position: absolute;
        bottom: 79px;
        left: 0;
        display: flex;
        gap: 5px; /* Adjust the gap as needed */
    }

    .cart-info a {
        width: 35px;
        height: 35px;
        background-color: #fff;
        /* padding: 5px; */
        border-radius: 50%;
        text-decoration: none;
        color: #000;

    }

    .wishlist-icon {
        position: absolute;
        bottom: 20px; /* Adjust the distance from the bottom as needed */
        left: 0;
        /*background-color: #fff;*/
        padding: 5px;
        border-radius: 50%;
        text-decoration: none;
        color: #000;
    }


/*social media footer*/
.social-media-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container {
    text-align: center;
    margin: 0 10px; /* Adjust the margin as needed */
}

.icon-container a {
    width:50px;
    height:50px;
    display: block;
    background: #FFFFFF;
    text-decoration: none;
    color: #6b4d8f; /* Adjust the color as needed */
}

.icon-title {
    font-weight: bold;
    position: relative;
    top: -8px;
    display: block;
    font-size: 8px; 
}



/*lines in home across catgoery title*/
.title-basic {
    position: relative;
}

.line-left,
.line-right {
    position: absolute;
    top: 20%;
    border-top: 2px solid black;
    width: 40%;
}

.line-left {
    left: 0;
    transform: translate(0, -50%);
}

.line-right {
    right: 0;
    transform: translate(0, -50%);
}
@media (max-width: 767px) {
    .line-left,
    .line-right {
        width: 100px; /* Adjust the width for smaller screens */
    }
}

.top-navbar {
    background-color:pink;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add box-shadow here */
}
    /* Style the dropdown button */
/* Style the dropdown button */
.dropbtn {
      
      padding: 8px;
      cursor: pointer;
      display: flex;
      align-items: center;
      background: transparent;
      border: 1px solid #fff;
}


/* Rest of the styles remain unchanged */
/* ... */


/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Style the dropdown links */
.dropdown-content a {
    color: #333;
    padding: 12px 7px;
    text-decoration: none;
    display: block;
    width: 88px;
}

/* Change color on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.badge_count
{
   border-radius: 50% !important;
  color: #fff;
  background-color: #735c98 !important;
}
.input-group-prepend
{
    z-index:0!important;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Fallback color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*#preloader::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../../../system_images/logo_background.png') center center no-repeat;*/
/*    background-size: cover;*/
    /*opacity: 0.15;  */
/*    z-index: 1;*/
/*}*/

#preloader-content {
    position: relative;
    z-index: 2;
}

/*#preloader {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url('../../../system_images/logo_background.png') center center no-repeat, rgba(255, 255, 255, 0.3);*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 9999;*/
/*}*/
 #preloader-img img {
    width: 150px; /* Adjust as needed */
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) scale(1);
    }
    40% {
        transform: translateY(-20px) scale(1.2);
    }
    60% {
        transform: translateY(-10px) scale(0.8);
    }
}
 
.notification-bar {
  background-color: #6b4d8f;
  /*box-shadow: 0px 1px 11px #8b4e4e;*/
  /*border-radius: 3px;*/
  /*width:80%;*/

}

.field-label{
        color:#241e20;

}

label {
    color:#241e20;
}

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

  
}

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


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

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

}

.product-box .product-info h5 {
    color: #000;
}

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

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

/*}*/

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

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: #000000;*/
    background-color: #000000;
    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: #6b4d8f;

}

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

.tap-top {
color: #000000;
background: #ffffff;

    }



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

footer .sub-footer p {
    color: black;
  
}

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

.btn-solid {

color: #fff;
background-color: #735c98;
}

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

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

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

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

height: 0px;
}*/

header.header-4 .brand-logo img {
    width:116px;
}

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

.bg-gradient {
    background: #000000;

}




.product-buttons {
            color: #000000;

}


.img-fluid {
  /*max-width: 100%;*/
  height: auto;
  }
  
  .img-fluid1 {
      
  }
  
  
  .service-banner .row > div:nth-child(2n+1) .service-box {
      background-color: #000000;
  }
  
  
  .service-banner .row > div:nth-child(2n) .service-box {
    background-color: #000000;
     
    
  }
  
  footer .call-text h3 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 0;
  margin-top: -68px;
}

footer .call-us, footer .callus {
    border:none;   
}
  
  
.title-basic {
    top: 16px;
}
  
  
  
.slick-slide slick-current slick-active {
    width: 100px!important;
}
  
.mobile_logo
{
    display:none;
}
.announce_bar
{
    display:block;
}
.brand-logo
{
    display:block;
}
.lang_nav_mobile
{
    display:none;
}




















/*new css*/
 :root {
            --mv-cream: #F8F1E7;
            --mv-coral: #DE9874;
            --mv-teal: #65A29A;
            --mv-dark: #263735;
            --mv-muted: #7A7A7A;
            --mv-border: #EADFD2;
            --mv-soft: #FFFBF6;
        }

        * {
            font-family: 'IBM Plex Sans Arabic', sans-serif;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            background:
                radial-gradient(circle at top right, rgba(222, 152, 116, .12), transparent 28%),
                radial-gradient(circle at top left, rgba(101, 162, 154, .12), transparent 26%),
                var(--mv-soft);
            color: var(--mv-dark);
        }

        .material-symbols-outlined {
            font-variation-settings:
                'FILL' 0,
                'wght' 400,
                'GRAD' 0,
                'opsz' 24;
        }

        
    /*
     * Meem Vibes Homepage - Mobile Refinement
     * تقليل الزحمة والطول في الجوال
     */

    @media (max-width: 640px) {
        .mv-home-page {
            --mobile-section-space: 42px;
        }

        /* Hero */
        .mv-home-page section:first-child {
            min-height: auto !important;
        }

        .mv-home-page section:first-child .mv-container {
            padding-top: 28px !important;
            padding-bottom: 34px !important;
        }

        .mv-home-page h1 {
            font-size: 34px !important;
            line-height: 1.22 !important;
        }

        .mv-home-page h1 span {
            font-size: 25px !important;
            line-height: 1.35 !important;
        }

        .mv-home-page h2 {
            font-size: 25px !important;
            line-height: 1.35 !important;
        }

        .mv-home-page p {
            font-size: 13px !important;
            line-height: 1.9 !important;
        }

        /* Hero image */
        .mv-home-page section:first-child img[alt="Meem Vibes Collection"] {
            height: 100% !important;
        }

        .mv-home-page section:first-child .h-\[520px\] {
            height: 390px !important;
        }

        .mv-home-page section:first-child .rounded-\[52px\] {
            border-radius: 34px !important;
            padding: 8px !important;
        }

        .mv-home-page section:first-child .rounded-\[42px\] {
            border-radius: 27px !important;
        }

        /* Designer card */
        .mv-home-page section:first-child .mt-8.max-w-2xl.rounded-\[34px\] {
            margin-top: 20px !important;
            border-radius: 26px !important;
            padding: 14px !important;
        }

        .mv-home-page section:first-child .h-28.w-28 {
            width: 76px !important;
            height: 76px !important;
            border-width: 4px !important;
        }

        .mv-home-page section:first-child .text-xl {
            font-size: 16px !important;
        }

        /* Buttons */
        .mv-home-page section:first-child .mt-8.flex {
            margin-top: 22px !important;
        }

        .mv-home-page a.rounded-full {
            padding-top: 12px !important;
            padding-bottom: 12px !important;
            font-size: 12px !important;
        }

        /* Trust strip */
        .mv-home-page section:nth-of-type(2) {
            padding-top: 10px !important;
            padding-bottom: 18px !important;
        }

        .mv-home-page section:nth-of-type(2) .grid {
            /*grid-template-columns: repeat(3, minmax(0, 1fr)) !important;*/
            gap: 8px !important;
            border-radius: 24px !important;
        }

        .mv-home-page section:nth-of-type(2) .rounded-\[28px\] {
            padding: 12px 8px !important;
            border-radius: 18px !important;
        }

        .mv-home-page section:nth-of-type(2) .material-symbols-outlined {
            font-size: 24px !important;
        }

        .mv-home-page section:nth-of-type(2) p:first-of-type {
            font-size: 11px !important;
            margin-top: 6px !important;
        }

        .mv-home-page section:nth-of-type(2) p:last-of-type {
            display: none !important;
        }

        /* General sections spacing */
        .mv-home-page section {
            padding-top: var(--mobile-section-space) !important;
            /*padding-bottom: var(--mobile-section-space) !important;*/
        }

        /* Collections */
        .mv-home-page #collections .mb-10 {
            margin-bottom: 24px !important;
        }

        .mv-home-page #collections .h-\[430px\] {
            height: 260px !important;
        }

        .mv-home-page #collections .rounded-\[40px\] {
            border-radius: 28px !important;
            padding: 8px !important;
        }

        .mv-home-page #collections .rounded-\[31px\] {
            border-radius: 22px !important;
        }

        .mv-home-page #collections h3 {
            font-size: 22px !important;
        }

        .mv-home-page #collections .lg\:translate-y-8 {
            transform: none !important;
        }

        /* Products */
        .mv-home-page #new-arrivals .mb-9 {
            margin-bottom: 24px !important;
        }

        .mv-home-page #new-arrivals article {
            border-radius: 26px !important;
            padding: 8px !important;
        }

        .mv-home-page #new-arrivals article a.block {
            height: 255px !important;
        }

        .mv-home-page #new-arrivals .rounded-\[26px\] {
            border-radius: 20px !important;
        }

        .mv-home-page #new-arrivals .text-base {
            font-size: 14px !important;
        }

        .mv-home-page #new-arrivals .text-lg {
            font-size: 15px !important;
        }

        .mv-home-page #new-arrivals .h-11.w-11 {
            width: 38px !important;
            height: 38px !important;
        }

        /* Tailoring section */
        .mv-home-page #tailoring .rounded-\[48px\] {
            border-radius: 30px !important;
        }

        .mv-home-page #tailoring .p-6 {
            padding: 22px !important;
        }

        .mv-home-page #tailoring .grid.grid-cols-2 {
            display: none !important;
        }

        .mv-home-page #tailoring .mt-8.grid {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 8px !important;
        }

        .mv-home-page #tailoring .rounded-\[26px\] {
            border-radius: 18px !important;
            padding: 13px !important;
        }

        .mv-home-page #tailoring .rounded-\[26px\] p:first-child {
            font-size: 12px !important;
        }

        .mv-home-page #tailoring .rounded-\[26px\] p:last-child {
            display: none !important;
        }

        /* Last editorial section: keep it compact */
        .mv-home-page section:last-child {
            padding-top: 35px !important;
        }

        .mv-home-page section:last-child .grid {
            gap: 28px !important;
        }

        .mv-home-page section:last-child img {
            height: 330px !important;
        }

        .mv-home-page section:last-child .rounded-\[46px\] {
            border-radius: 30px !important;
            padding: 8px !important;
        }

        .mv-home-page section:last-child .rounded-\[36px\] {
            border-radius: 23px !important;
        }

        .mv-home-page section:last-child .grid.gap-4.sm\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 8px !important;
        }

        .mv-home-page section:last-child .grid.gap-4.sm\:grid-cols-3 .rounded-\[28px\] {
            border-radius: 18px !important;
            padding: 12px 8px !important;
        }

        .mv-home-page section:last-child .grid.gap-4.sm\:grid-cols-3 .material-symbols-outlined {
            font-size: 24px !important;
        }
    }


        .mv-container {
            width: min(1180px, calc(100% - 32px));
            margin-inline: auto;
        }

        .mv-glass {
            background: rgba(255, 251, 246, .82);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
        }

        .mv-icon-btn {
            width: 44px;
            height: 44px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: rgba(248, 241, 231, .88);
            border: 1px solid rgba(234, 223, 210, .95);
            color: var(--mv-dark);
            transition: .25s ease;
            position: relative;
        }

        .mv-icon-btn:hover {
            background: var(--mv-cream);
            color: var(--mv-teal);
            transform: translateY(-1px);
        }

        .mv-badge {
            position: absolute;
            top: -5px;
            inset-inline-start: -5px;
            min-width: 19px;
            height: 19px;
            padding: 0 5px;
            border-radius: 999px;
            background: var(--mv-coral);
            color: white;
            font-size: 11px;
            font-weight: 800;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid white;
        }

        .mv-header {
            position: sticky;
            top: 0;
            z-index: 80;
            border-bottom: 1px solid rgba(234, 223, 210, .85);
        }

        .mv-nav-link {
            position: relative;
            padding: 11px 8px;
            font-size: 14px;
            font-weight: 800;
            color: rgba(38, 55, 53, .82);
            transition: .25s ease;
            white-space: nowrap;
        }

        .mv-nav-link:hover {
            color: var(--mv-teal);
        }

        .mv-nav-link.active::after,
        .mv-nav-link:hover::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 22px;
            border-radius: 999px;
            background: var(--mv-coral);
            bottom: 3px;
            right: 50%;
            transform: translateX(50%);
        }

        .mv-mega {
            opacity: 0;
            visibility: hidden;
            transform: translateY(12px);
            transition: .22s ease;
        }

        .mv-mega-parent:hover .mv-mega {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .mv-overlay {
            position: fixed;
            inset: 0;
            background: rgba(38, 55, 53, .38);
            backdrop-filter: blur(4px);
            z-index: 90;
            opacity: 0;
            visibility: hidden;
            transition: .25s ease;
        }

        .mv-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .mv-drawer {
            position: fixed;
            top: 0;
            bottom: 0;
            width: min(430px, 92vw);
            background: #fff;
            z-index: 100;
            box-shadow: 0 30px 80px rgba(0,0,0,.16);
            transition: transform .32s ease;
            display: flex;
            flex-direction: column;
        }

        html[dir="rtl"] .mv-drawer {
            right: 0;
            transform: translateX(105%);
        }

        html[dir="rtl"] .mv-drawer.open {
            transform: translateX(0);
        }

        html[dir="ltr"] .mv-drawer {
            left: 0;
            transform: translateX(-105%);
        }

        html[dir="ltr"] .mv-drawer.open {
            transform: translateX(0);
        }

        .mv-side-panel {
            position: fixed;
            top: 0;
            bottom: 0;
            width: min(450px, 94vw);
            background: #fff;
            z-index: 100;
            box-shadow: 0 30px 80px rgba(0,0,0,.16);
            transition: transform .32s ease;
            display: flex;
            flex-direction: column;
        }

        html[dir="rtl"] .mv-side-panel {
            left: 0;
            transform: translateX(-105%);
        }

        html[dir="rtl"] .mv-side-panel.open {
            transform: translateX(0);
        }

        html[dir="ltr"] .mv-side-panel {
            right: 0;
            transform: translateX(105%);
        }

        html[dir="ltr"] .mv-side-panel.open {
            transform: translateX(0);
        }

        .mv-search-overlay {
            position: fixed;
            inset: 0;
            z-index: 110;
            background: rgba(38, 55, 53, .42);
            backdrop-filter: blur(7px);
            opacity: 0;
            visibility: hidden;
            transition: .25s ease;
            padding: 22px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

        .mv-search-overlay.open {
            opacity: 1;
            visibility: visible;
        }

        .mv-search-panel {
            width: min(720px, 100%);
            background: #fff;
            border-radius: 34px;
            box-shadow: 0 30px 80px rgba(0,0,0,.16);
            border: 1px solid rgba(234, 223, 210, .95);
            margin-top: 46px;
            overflow: hidden;
        }

        .mv-modal {
            position: fixed;
            inset: 0;
            z-index: 130;
            background: rgba(38, 55, 53, .48);
            backdrop-filter: blur(8px);
            display: none;
            align-items: center;
            justify-content: center;
            padding: 18px;
        }

        .mv-modal.show {
            display: flex;
        }

        .mv-modal-card {
            width: min(560px, 100%);
            background:
                radial-gradient(circle at top right, rgba(222,152,116,.16), transparent 34%),
                radial-gradient(circle at top left, rgba(101,162,154,.14), transparent 32%),
                #fff;
            border-radius: 36px;
            border: 1px solid rgba(234, 223, 210, .95);
            box-shadow: 0 30px 90px rgba(0,0,0,.20);
            overflow: hidden;
        }

        .mv-select-card {
            border: 1px solid rgba(234, 223, 210, .95);
            background: rgba(255,255,255,.74);
            border-radius: 22px;
            padding: 13px 14px;
            width: 100%;
            outline: none;
            transition: .2s ease;
            font-weight: 800;
            color: var(--mv-dark);
        }

        .mv-select-card:focus {
            border-color: var(--mv-teal);
            box-shadow: 0 0 0 4px rgba(101, 162, 154, .14);
        }

        .mv-primary-btn {
            border-radius: 999px;
            background: var(--mv-teal);
            color: #fff;
            padding: 13px 22px;
            font-weight: 900;
            transition: .25s ease;
            box-shadow: 0 12px 26px rgba(101, 162, 154, .24);
        }

        .mv-primary-btn:hover {
            transform: translateY(-1px);
            filter: brightness(.96);
        }

        .mv-coral-btn {
            border-radius: 999px;
            background: var(--mv-coral);
            color: #fff;
            padding: 13px 22px;
            font-weight: 900;
            transition: .25s ease;
            box-shadow: 0 12px 26px rgba(222, 152, 116, .25);
        }

        .mv-empty {
            border: 1px dashed rgba(101, 162, 154, .35);
            background: rgba(248, 241, 231, .55);
            border-radius: 28px;
            padding: 28px 18px;
            text-align: center;
        }

        .mv-accordion-content {
            display: none;
        }

        .mv-accordion-content.open {
            display: block;
        }

        .mv-preloader-hide {
            opacity: 0;
            pointer-events: none;
            transform: scale(.985);
            transition: opacity .35s ease, transform .35s ease;
        }

        @keyframes mvFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        @keyframes mvBar {
            0% { transform: translateX(75%); width: 34%; opacity: .45; }
            50% { transform: translateX(0); width: 62%; opacity: 1; }
            100% { transform: translateX(-95%); width: 34%; opacity: .45; }
        }


        .measurement-guide-box {
  border: 1px solid var(--meem-border);
  background: rgba(255,255,255,0.55);
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 18px;
}

.measurement-guide-head {
  margin-bottom: 12px;
}

.measurement-guide-head h4 {
  margin: 0 0 4px;
  font-size: 17px;
  color: var(--meem-text);
  font-weight: 800;
}

.measurement-guide-head p {
  margin: 0;
  font-size: 13px;
  color: var(--meem-muted);
}

.measurement-guide-image {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(120, 88, 65, 0.10);
}

.measurement-guide-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 576px) {
  .measurement-guide-box {
    padding: 12px;
    border-radius: 14px;
  }

  .measurement-guide-head h4 {
    font-size: 15px;
  }

  .measurement-guide-head p {
    font-size: 12px;
  }
}



























/*pro list*/

   .products-grid,
.az_product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.product-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(70, 45, 28, 0.08);
  position: relative;
  transition: 0.25s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-img {
  position: relative;
  height: 310px;
  overflow: hidden;
  background: #eee;
}

.product-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s;
}

.product-card:hover img {
  transform: scale(1.05);
}

.product-img img.sold-img {
  filter: grayscale(45%);
}

.badge {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 7px 12px;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  z-index: 2;
  font-weight: 700;
}

.badge.discount {
  background: #b87855;
}

.badge.soldout {
  background: #2f2b29;
}

.product-info {
  padding: 15px;
}

.product-name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #3a2a22;
  text-decoration: none;
  line-height: 1.6;
}

.product-meta {
  font-size: 13px;
  color: #8a7568;
  margin-bottom: 10px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.price {
  color: #7a4d35;
  font-weight: 800;
  font-size: 17px;
}

.old-price {
  color: #b9aaa1;
  text-decoration: line-through;
  font-size: 13px;
}

.sizes {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.sizes span {
  background: #f7f0eb;
  color: #6d5142;
  padding: 5px 9px;
  border-radius: 9px;
  font-size: 12px;
}

.add-btn {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px;
  background: #7a6759;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.add-btn:disabled {
  background: #d8ccc4;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .products-grid,
  .az_product_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .products-grid,
  .az_product_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .product-img {
    height: 220px;
  }

  .product-info {
    padding: 12px;
  }

  .product-name {
    font-size: 14px;
  }

  .product-meta {
    font-size: 12px;
  }

  .price {
    font-size: 15px;
  }

  .old-price {
    font-size: 12px;
  }

  .add-btn {
    padding: 11px;
    font-size: 14px;
  }
}
  
    .meem-products-page {
      font-family: "Tajawal", Arial, sans-serif;
      background: #faf7f3;
      padding: 25px 14px 45px;
      color: #2b211b;
    }

    .meem-container {
      max-width: 1200px;
      margin: auto;
    }

    .page-title {
      margin-bottom: 18px;
    }

    .page-title h2 {
      font-size: 28px;
      margin: 0 0 6px;
      color: #3b2b22;
      font-weight: 900;
    }

    .page-title p {
      margin: 0;
      color: #8a7568;
      font-size: 15px;
      line-height: 1.8;
    }

    .meem-breadcrumb {
      font-size: 13px;
      color: #8a7568;
      margin-bottom: 8px;
    }

    .meem-breadcrumb a {
      color: #7a6759;
      text-decoration: none;
      font-weight: 700;
    }

    .sub-category-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      margin-bottom: 22px;
    }

    .sub-category-card {
      background: #fff;
      border-radius: 22px;
      padding: 13px;
      box-shadow: 0 8px 25px rgba(80, 50, 30, 0.07);
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-decoration: none;
      color: #3b2b22;
      transition: 0.25s;
    }

    .sub-category-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 30px rgba(80, 50, 30, 0.11);
    }

    .sub-category-card h3 {
      font-size: 15px;
      font-weight: 800;
      margin: 0;
    }

    .sub-category-card img {
      width: 56px;
      height: 56px;
      border-radius: 50%;
      object-fit: cover;
      background: #f4ede7;
    }

    .filter-box {
      position: sticky;
      top: 0;
      z-index: 30;
      background: rgba(255, 255, 255, 0.96);
      backdrop-filter: blur(8px);
      border-radius: 22px;
      padding: 16px;
      margin-bottom: 22px;
      box-shadow: 0 8px 25px rgba(80, 50, 30, 0.08);
      display: grid;
      grid-template-columns: 1.2fr repeat(5, 1fr);
      gap: 12px;
      align-items: center;
    }

    .filter-count {
      color: #8a7568;
      font-size: 14px;
      font-weight: 700;
      white-space: nowrap;
    }

    .filter-box select {
      width: 100%;
      border: 1px solid #eaded5;
      border-radius: 14px;
      padding: 12px;
      background: #fff;
      color: #4c3a31;
      font-size: 14px;
      outline: none;
      cursor: pointer;
    }

    .filter-box select:focus {
      border-color: #b87855;
      box-shadow: 0 0 0 3px rgba(184, 120, 85, 0.13);
    }

    .az_product_grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .pagination-box {
      margin-top: 28px;
      background: #fff;
      border-radius: 22px;
      padding: 15px;
      box-shadow: 0 8px 25px rgba(80, 50, 30, 0.08);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 15px;
    }

    #paginationLinks {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center;
    }

    #paginationLinks button {
      border: 1px solid #eaded5;
      background: #fff;
      color: #4c3a31;
      border-radius: 12px;
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
    }

    #paginationLinks button.active {
      background: #7a6759;
      color: #fff;
      border-color: #7a6759;
    }

    #paginationLinks button:disabled,
    #paginationLinks button.disabled {
      opacity: 0.45;
      cursor: not-allowed;
    }

    .products-loader {
      grid-column: 1 / -1;
      min-height: 260px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .meem-spinner {
      width: 60px;
      height: 60px;
      border: 4px solid #eaded5;
      border-top-color: #7a6759;
      border-radius: 50%;
      animation: meemSpin 0.8s linear infinite;
    }

    @keyframes meemSpin {
      to { transform: rotate(360deg); }
    }

    @media (max-width: 992px) {
      .filter-box {
        grid-template-columns: repeat(2, 1fr);
      }

      .filter-count {
        grid-column: 1 / -1;
      }

      .sub-category-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .az_product_grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 560px) {
      .meem-products-page {
        padding: 18px 10px 35px;
      }

      .page-title h2 {
        font-size: 22px;
      }

      .filter-box {
        grid-template-columns: 1fr 1fr;
        gap: 9px;
        padding: 12px;
      }

      .filter-box select {
        padding: 10px 8px;
        font-size: 12px;
        border-radius: 12px;
      }

      .filter-count {
        font-size: 12px;
      }

      .sub-category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      .sub-category-card {
        padding: 10px;
        border-radius: 18px;
      }

      .sub-category-card h3 {
        font-size: 13px;
      }

      .sub-category-card img {
        width: 46px;
        height: 46px;
      }

      .az_product_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
      }

      .pagination-box {
        flex-direction: column;
      }
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    /*item deatail*/
 
:root {
    --meem-bg: #F8F1E7;
    --meem-card: #fffaf4;
    --meem-primary: #DE9874;
    --meem-primary-dark: #c77f5e;
    --meem-teal: #65A29A;
    --meem-text: #2f2a27;
    --meem-muted: #7d746d;
    --meem-border: rgba(120, 88, 65, 0.16);
    --meem-shadow: 0 20px 60px rgba(74, 50, 34, 0.08);
}

.meem-product-page {
    background:
        radial-gradient(circle at top right, rgba(222, 152, 116, 0.10), transparent 32%),
        radial-gradient(circle at bottom left, rgba(101, 162, 154, 0.10), transparent 28%),
        var(--meem-bg);
    color: var(--meem-text);
    padding: 28px 18px 80px;
    font-family: inherit;
}

.product-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    align-items: start;
}

.product-gallery-card,
.product-info-card {
    background: rgba(255, 250, 244, 0.85);
    border: 1px solid var(--meem-border);
    border-radius: 24px;
    box-shadow: var(--meem-shadow);
    backdrop-filter: blur(10px);
}

.product-gallery-card {
    padding: 16px;
}

.main-image-box {
    position: relative;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
    background: #f3e8dc;
}

.main-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stock-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    background: rgba(255, 250, 244, 0.92);
    color: var(--meem-teal);
    border: 1px solid rgba(101, 162, 154, 0.25);
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.stock-badge i {
    margin-left: 5px;
}

.stock-badge-out {
    color: #c45555;
    border-color: rgba(196, 85, 85, 0.25);
}

.thumbs-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.thumb-item {
    border: 2px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    height: 130px;
    background: #f1e5d8;
    cursor: pointer;
    transition: 0.25s ease;
}

.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-item.active {
    border-color: var(--meem-primary);
    box-shadow: 0 10px 25px rgba(222, 152, 116, 0.22);
}

.selected-color-note {
    margin: 14px 0 6px;
    text-align: center;
    color: var(--meem-teal);
    font-size: 14px;
}

.selected-color-note i {
    margin-left: 6px;
}

.product-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--meem-border);
    margin-top: 14px;
    padding-top: 16px;
    gap: 10px;
}

.product-benefits div {
    color: var(--meem-muted);
    font-size: 14px;
    text-align: center;
    border-left: 1px solid var(--meem-border);
}

.product-benefits div:last-child {
    border-left: 0;
}

.product-benefits i {
    display: block;
    color: var(--meem-teal);
    font-size: 20px;
    margin-bottom: 6px;
}

.product-info-card {
    position: relative;
    padding: 30px;
}

.wishlist-main {
    position: absolute;
    top: 24px;
    left: 24px;
    border: 0;
    background: transparent;
    color: var(--meem-text);
    font-size: 26px;
    cursor: pointer;
}

.wishlist-main.active,
.fav-btn.active {
    color: #d94b4b;
}

.product-label {
    display: inline-flex;
    background: rgba(101, 162, 154, 0.12);
    color: var(--meem-teal);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 14px;
}

.product-title {
    margin: 0;
    font-size: 38px;
    line-height: 1.3;
    color: var(--meem-text);
    font-weight: 800;
}

.product-subtitle {
    margin: 8px 0 0;
    color: var(--meem-muted);
    font-size: 17px;
}

.soft-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent, rgba(222, 152, 116, 0.6), transparent);
    margin: 22px 0;
}

.price-box {
    text-align: center;
    margin-bottom: 28px;
}

.price-box > div {
    color: var(--meem-primary) !important;
}

.price-box .text-2xl,
.price-box strong {
    display: block;
    color: var(--meem-primary) !important;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
}

.option-block {
    margin-bottom: 24px;
}

.option-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: var(--meem-teal);
    font-weight: 700;
    margin-bottom: 14px;
}

.option-title i {
    color: var(--meem-primary);
}

.color-options {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.color-options label {
    text-align: center;
}

.color-options input {
    display: none;
}

.color-options span.block,
.color-circle {
    display: block;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50%;
    margin: 0 auto 8px;
    border: 3px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

.color-options input:checked + span,
.color-options .peer:checked + span {
    border-color: var(--meem-primary);
    outline: 3px solid rgba(222, 152, 116, 0.22);
}

.pretty-select-wrap {
    position: relative;
    width: 100%;
}

.pretty-size-select {
    width: 100%;
    height: 56px;
    border: 1px solid var(--meem-border);
    border-radius: 16px;
    background: rgba(255,255,255,0.68);
    color: var(--meem-text);
    padding: 0 18px 0 48px;
    font-size: 16px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: 0.25s ease;
}

.pretty-size-select:focus {
    border-color: var(--meem-primary);
    box-shadow: 0 0 0 4px rgba(222, 152, 116, 0.16);
    background: #fff;
}

.select-arrow {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--meem-primary);
    font-size: 20px;
    pointer-events: none;
}

.cart-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 14px;
    align-items: end;
    margin-top: 16px;
}

.qty-box label {
    display: block;
    color: var(--meem-muted);
    margin-bottom: 8px;
    font-size: 14px;
}

.qty-control {
    height: 52px;
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    border: 1px solid var(--meem-border);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255,255,255,0.6);
}

.qty-control button {
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    color: var(--meem-text);
}

.qty-control input {
    width:57px;
    border: 0;
    text-align: center;
    background: transparent;
    font-weight: 700;
    color: var(--meem-text);
}


.custom-qty-control {
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--meem-border);
  border-radius: 15px;
  background: #fffaf4;
  overflow: hidden;
}

.custom-qty-control button {
  width: 42px;
  height: 54px;
  border: 0;
  background: transparent;
  color: var(--meem-text);
  font-size: 22px;
  cursor: pointer;
}

.custom-qty-control button:hover {
  background: rgba(222, 152, 116, 0.12);
}

.custom-qty-control input {
  width: 45px;
  border: 0;
  outline: 0;
  background: transparent;
  text-align: center;
  font-weight: 800;
  color: var(--meem-text);
}

.add-cart-btn {
    height: 52px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--meem-primary), var(--meem-primary-dark));
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(222, 152, 116, 0.28);
    transition: 0.25s ease;
}

.add-cart-btn:hover {
    transform: translateY(-2px);
}

.add-cart-btn i {
    margin-left: 8px;
}

.fav-btn {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    border: 1px solid var(--meem-primary);
    background: transparent;
    color: var(--meem-primary-dark);
    border-radius: 14px;
    cursor: pointer;
    font-weight: 700;
}

.fav-btn i {
    margin-left: 7px;
}

.cart-message {
    margin-top: 8px;
    color: #c45555;
    font-size: 14px;
    text-align: center;
}

.description-box {
    margin-top: 20px;
    border: 1px solid var(--meem-border);
    background: rgba(255, 255, 255, 0.45);
    border-radius: 18px;
    padding: 18px;
}

.description-box h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: var(--meem-text);
}

.description-box h3 i {
    color: var(--meem-teal);
    margin-left: 8px;
}

.description-box p {
    margin: 0;
    color: var(--meem-muted);
    line-height: 1.9;
    font-size: 15px;
}

.accordion-box {
    margin-top: 18px;
    border: 1px solid var(--meem-border);
    background: rgba(255, 255, 255, 0.38);
    border-radius: 18px;
    overflow: hidden;
}

.accordion-box details {
    padding: 16px;
    border-bottom: 1px solid var(--meem-border);
}

.accordion-box details:last-child {
    border-bottom: 0;
}

.accordion-box summary {
    cursor: pointer;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
}

.accordion-box p {
    color: var(--meem-muted);
    line-height: 1.9;
    white-space: pre-line;
    margin: 12px 0 0;
}

.mobile-sticky-cart {
    display: none;
}

/*.hidden {*/
/*    display: none !important;*/
/*}*/

@media (max-width: 991px) {
    .meem-product-page {
        padding: 18px 12px 90px;
    }

    .product-wrapper {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .main-image-box {
        height: 520px;
    }

    .product-title {
        font-size: 30px;
    }

    .price-box .text-2xl,
    .price-box strong {
        font-size: 38px;
    }
}

@media (max-width: 576px) {
    .product-gallery-card,
    .product-info-card {
        border-radius: 18px;
    }

    .product-info-card {
        padding: 22px 16px;
    }

    .main-image-box {
        height: 430px;
        border-radius: 16px;
    }

    .thumbs-row {
        gap: 8px;
    }

    .thumb-item {
        height: 86px;
        border-radius: 12px;
    }

    .product-benefits {
        grid-template-columns: 1fr;
    }

    .product-benefits div {
        border-left: 0;
        border-bottom: 1px solid var(--meem-border);
        padding-bottom: 10px;
    }

    .product-benefits div:last-child {
        border-bottom: 0;
    }

    .product-title {
        font-size: 26px;
    }

    .color-options {
        gap: 16px;
    }

    .cart-row {
        grid-template-columns: 1fr;
    }

    .mobile-sticky-cart {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(255, 250, 244, 0.96);
        border-top: 1px solid var(--meem-border);
        padding: 10px 14px;
    }

    .mobile-sticky-cart .add-cart-btn {
        width: 100%;
    }
}


.color-label {
    position: relative;
    display: inline-block;
    text-align: center;
}

.color-circle {
    display: block;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50%;
    margin: 0 auto 8px;
    border: 3px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

.color-label input:checked + .color-circle {
    border-color: var(--meem-primary);
    outline: 3px solid rgba(222, 152, 116, 0.22);
}

.color-name {
    display: block;
    font-size: 13px;
    color: var(--meem-text);
}

.color-tooltip {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 8px;
    white-space: nowrap;
    z-index: 5;
}

.color-label:hover .color-tooltip {
    display: block;
}

.old-price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 15px;
    margin-bottom: 8px;
}



/* Custom Options */

.custom-options-block {
  margin-top: 6px;
  padding: 20px;
  border: 1px solid var(--meem-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.38);
}

.custom-field {
  margin-bottom: 18px;
}

.custom-field:last-child {
  margin-bottom: 0;
}

.custom-field > label {
  display: block;
  color: var(--meem-text);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
}

.radio-pills,
.checkbox-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.radio-pills label,
.checkbox-pills label {
  margin: 0;
}

.radio-pills input,
.checkbox-pills input {
  display: none;
}

.radio-pills span,
.checkbox-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 13px;
  border: 1px solid var(--meem-border);
  background: rgba(255,255,255,0.62);
  color: var(--meem-text);
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.radio-pills input:checked + span,
.checkbox-pills input:checked + span {
  background: var(--meem-primary);
  border-color: var(--meem-primary);
  color: #fff;
  box-shadow: 0 10px 20px rgba(222, 152, 116, 0.20);
}














/*special detai;l*/
/* ================= RELATED PRODUCTS ONLY ================= */

.custom-linked-section {
  max-width: 1240px;
  margin: 26px auto 0;
  padding: 28px;
  background: rgba(255, 250, 244, 0.88);
  border: 1px solid rgba(120, 88, 65, 0.16);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(74, 50, 34, 0.08);
  backdrop-filter: blur(10px);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.section-heading span {
  width: 80px;
  height: 1px;
  background: linear-gradient(to left, transparent, #DE9874, transparent);
}

.section-heading h2 {
  margin: 0;
  font-size: 30px;
  color: #2f2a27;
  font-weight: 900;
}

.section-subtitle {
  text-align: center;
  color: #7d746d;
  margin: 8px 0 26px;
  font-size: 14px;
  line-height: 1.8;
}

.linked-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.linked-product-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  align-items: center;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(120, 88, 65, 0.16);
  border-radius: 20px;
  padding: 12px;
  transition: 0.25s ease;
}

.linked-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(74, 50, 34, 0.08);
}

.linked-img {
  display: block;
  height: 145px;
  border-radius: 16px;
  overflow: hidden;
  background: #f3e8dc;
  text-decoration: none;
}

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

.linked-info {
  min-width: 0;
}

.linked-info h3 {
  margin: 0 0 5px;
  font-size: 17px;
  color: #2f2a27;
  font-weight: 900;
  line-height: 1.5;
}

.linked-info p {
  margin: 0 0 6px;
  color: #7d746d;
  font-size: 14px;
  line-height: 1.6;
}

.linked-info strong {
  display: block;
  color: #DE9874;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 900;
}

/* Works if your button is <button> */
.linked-info button {
  border: 1px solid #DE9874;
  color: #c77f5e;
  background: transparent;
  border-radius: 12px;
  height: 38px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.25s ease;
}

.linked-info button:hover {
  background: #DE9874;
  color: #fff;
}

.linked-info button i {
  margin-left: 6px;
}

/* Works if your button is <a class="linked-add-btn"> */
.linked-add-btn {
  border: 1px solid #DE9874;
  color: #c77f5e;
  background: transparent;
  border-radius: 12px;
  min-height: 38px;
  padding: 0 15px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
}

.linked-add-btn:hover {
  background: #DE9874;
  color: #fff;
  text-decoration: none;
}

.linked-add-btn i {
  margin-left: 6px;
}

/* ================= TABLET ================= */

@media (max-width: 991px) {
  .linked-products-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= MOBILE ================= */

@media (max-width: 576px) {
  .custom-linked-section {
    border-radius: 18px;
    padding: 18px 12px;
    margin: 24px auto 0;
  }

  .section-heading {
    gap: 10px;
  }

  .section-heading h2 {
    font-size: 24px;
  }

  .section-heading span {
    width: 42px;
  }

  .section-subtitle {
    font-size: 13px;
    margin: 8px 0 18px;
  }

  .linked-products-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .linked-product-card {
    grid-template-columns: 118px 1fr;
    gap: 12px;
    border-radius: 18px;
    padding: 10px;
  }

  .linked-img {
    height: 120px;
    border-radius: 14px;
  }

  .linked-info h3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .linked-info p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .linked-info strong {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .linked-info button,
  .linked-add-btn {
    min-height: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
  }
}






.meem-custom-page {
    background:
        radial-gradient(circle at top right, rgba(222, 152, 116, 0.10), transparent 32%),
        radial-gradient(circle at bottom left, rgba(101, 162, 154, 0.10), transparent 28%),
        #F8F1E7;
    color: #2f2a27;
    padding: 28px 18px 50px;
}

.custom-product-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 24px;
    align-items: start;
}

.custom-gallery-card,
.custom-info-card {
    background: rgba(255, 250, 244, 0.88);
    border: 1px solid rgba(120, 88, 65, 0.16);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(74, 50, 34, 0.08);
}

.custom-gallery-card {
    padding: 16px;
    position: sticky;
    top: 20px;
}

.custom-main-image {
    position: relative;
    height: 620px;
    border-radius: 20px;
    overflow: hidden;
    background: #f3e8dc;
}

.custom-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    background: rgba(255, 250, 244, 0.94);
    color: #65A29A;
    border: 1px solid rgba(101, 162, 154, 0.25);
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
}

.custom-badge-out {
    color: #c0392b;
}

.custom-thumbs-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.custom-thumb {
    border: 2px solid transparent;
    border-radius: 16px;
    overflow: hidden;
    padding: 0;
    height: 130px;
    background: #f1e5d8;
    cursor: pointer;
}

.custom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-thumb.active {
    border-color: #DE9874;
}

.selected-color-note {
    margin: 14px 0 6px;
    text-align: center;
    color: #65A29A;
    font-size: 14px;
}

.custom-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(120, 88, 65, 0.16);
    margin-top: 14px;
    padding-top: 16px;
    gap: 10px;
}

.custom-benefits div {
    color: #7d746d;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid rgba(120, 88, 65, 0.16);
}

.custom-benefits div:last-child {
    border-left: 0;
}

.custom-benefits i {
    display: block;
    color: #65A29A;
    font-size: 20px;
    margin-bottom: 6px;
}

.custom-info-card {
    padding: 30px;
    position: relative;
}

.wishlist-main {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #DE9874;
    box-shadow: 0 10px 25px rgba(74, 50, 34, 0.08);
    cursor: pointer;
}

.product-label {
    display: inline-flex;
    background: rgba(101, 162, 154, 0.12);
    color: #65A29A;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 14px;
}

.custom-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.35;
    color: #2f2a27;
    font-weight: 800;
}

.custom-subtitle {
    margin: 8px 0 0;
    color: #7d746d;
    font-size: 16px;
    line-height: 1.8;
}

.soft-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, transparent, rgba(222, 152, 116, 0.6), transparent);
    margin: 22px 0;
}

.custom-price-box {
    text-align: center;
    margin-bottom: 26px;
}

.custom-price-box span {
    display: block;
    color: #DE9874;
    font-size: 15px;
    margin-bottom: 6px;
}

.custom-price-box strong {
    display: block;
    color: #DE9874;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.custom-price-box small {
    display: block;
    color: #65A29A;
    margin-top: 8px;
    font-size: 14px;
}

.custom-option-block {
    margin-bottom: 24px;
}

.custom-option-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #65A29A;
    font-weight: 800;
    margin-bottom: 14px;
}

.custom-color-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.custom-color-item {
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: center;
    color: #2f2a27;
}

.custom-color-circle {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 0 auto 8px;
    border: 3px solid transparent;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

.custom-color-item.active .custom-color-circle {
    border-color: #DE9874;
    outline: 3px solid rgba(222, 152, 116, 0.22);
}

.color-stock-box {
    margin-top: 14px;
    background: rgba(220, 53, 69, 0.10);
    border: 1px solid rgba(220, 53, 69, 0.25);
    color: #dc3545;
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.cut-type-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.cut-type-card {
    position: relative;
    border: 1px solid rgba(120, 88, 65, 0.16);
    background: rgba(255,255,255,0.54);
    border-radius: 18px;
    padding: 18px 14px;
    cursor: pointer;
    text-align: center;
}

.cut-type-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cut-type-card.active {
    border-color: #DE9874;
    background: rgba(222, 152, 116, 0.10);
}

.cut-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(101, 162, 154, 0.12);
    color: #65A29A;
}

.cut-name {
    display: block;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 4px;
}

.cut-type-card small {
    color: #7d746d;
    font-size: 13px;
    line-height: 1.6;
}

.measurement-form {
    padding-bottom: 0px!important;
    display: none;
    /*border: 1px solid rgba(120, 88, 65, 0.16);*/
    /*background: rgba(255,255,255,0.42);*/
    border-radius: 20px;
    padding: 18px;
    /*margin-bottom: 20px;*/
}

.measurement-form.active {
    display: block;
}

.form-section-title {
    margin-bottom: 16px;
}

.form-section-title h3 {
    margin: 0 0 4px;
    font-size: 19px;
    color: #2f2a27;
}

.form-section-title p {
    margin: 0;
    color: #7d746d;
    font-size: 14px;
}

.measurement-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.field-box,
.dynamic-field {
    margin-bottom: 12px;
}

.field-box label,
.dynamic-label {
    display: block;
    color: #2f2a27;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

.field-box label span,
.dynamic-label span {
    color: #c77f5e;
}

.field-box input,
.field-box textarea,
.dynamic-field input[type="text"],
.dynamic-field input[type="number"],
.dynamic-field textarea,
.dynamic-field select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(120, 88, 65, 0.16);
    background: #fffaf4;
    border-radius: 14px;
    padding: 10px 13px;
    color: #2f2a27;
    outline: none;
    font-size: 14px;
}

.dynamic-template-box {
    padding-top: 0px!important;
    /*border: 1px dashed rgba(222, 152, 116, 0.55);*/
    /*background: rgba(222, 152, 116, 0.05);*/
    border-radius: 20px;
    padding: 18px;
    margin-bottom: 18px;
}

.inline-options,
.checkbox-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.inline-options label,
.checkbox-options label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(120, 88, 65, 0.16);
    background: #fffaf4;
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    color: #2f2a27;
    font-size: 14px;
}

.important-note {
    display: flex;
    gap: 12px;
    background: rgba(101, 162, 154, 0.09);
    border: 1px solid rgba(101, 162, 154, 0.18);
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 18px;
}

.important-note i {
    color: #65A29A;
    font-size: 20px;
    margin-top: 4px;
}

.important-note p {
    margin: 0;
    color: #7d746d;
    line-height: 1.9;
    font-size: 14px;
}

.cart-message {
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
}

.cart-message.success {
    color: #238636;
}

.cart-message.error {
    color: #c0392b;
}

.custom-bottom-area {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
    align-items: end;
    margin-bottom: 14px;
}

.custom-qty-box span,
.custom-total-box span {
    display: block;
    color: #7d746d;
    font-size: 14px;
    margin-bottom: 8px;
}

.custom-qty-control {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(120, 88, 65, 0.16);
    border-radius: 15px;
    background: #fffaf4;
    overflow: hidden;
}

.custom-qty-control button {
    width: 42px;
    height: 54px;
    border: 0;
    background: transparent;
    color: #2f2a27;
    font-size: 22px;
    cursor: pointer;
}

.custom-qty-control input {
    width: 45px;
    border: 0;
    outline: 0;
    background: transparent;
    text-align: center;
    font-weight: 800;
    color: #2f2a27;
}

.custom-total-box {
    border: 1px solid rgba(120, 88, 65, 0.16);
    background: rgba(255,255,255,0.55);
    border-radius: 15px;
    padding: 10px 14px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-total-box strong {
    color: #DE9874;
    font-size: 22px;
}

.custom-add-cart-btn {
    width: 100%;
    height: 56px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #DE9874, #c77f5e);
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(222, 152, 116, 0.28);
}

.measurement-guide-box {
    background: #fffaf4;
    border: 1px solid rgba(120, 88, 65, 0.16);
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 16px;
}

.measurement-guide-head h4 {
    margin: 0 0 4px;
    color: #2f2a27;
    font-size: 16px;
}

.measurement-guide-head p {
    margin: 0 0 12px;
    color: #7d746d;
    font-size: 13px;
}

.measurement-guide-image img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

.description-box {
    margin-top: 22px;
    background: rgba(255,255,255,0.45);
    border: 1px solid rgba(120, 88, 65, 0.16);
    border-radius: 18px;
    padding: 18px;
}

.description-box h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.description-box p {
    margin: 0;
    line-height: 1.9;
    color: #7d746d;
}

.custom-empty-msg {
    width: 100%;
    text-align: center;
    color: #c0392b;
    margin: 0;
}

@media (max-width: 991px) {
    .meem-custom-page {
        padding: 18px 12px 34px;
    }

    .custom-product-wrapper {
        grid-template-columns: 1fr;
    }

    .custom-gallery-card {
        position: static;
    }

    .custom-main-image {
        height: 540px;
    }

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

@media (max-width: 576px) {
    .custom-gallery-card,
    .custom-info-card {
        border-radius: 18px;
    }

    .custom-info-card {
        padding: 22px 16px;
    }

    .custom-main-image {
        height: 430px;
        border-radius: 16px;
    }

    .custom-thumb {
        height: 86px;
        border-radius: 12px;
    }

    .custom-benefits {
        grid-template-columns: 1fr;
    }

    .custom-benefits div {
        border-left: 0;
        border-bottom: 1px solid rgba(120, 88, 65, 0.16);
        padding-bottom: 10px;
    }

    .custom-benefits div:last-child {
        border-bottom: 0;
    }

    .custom-title {
        font-size: 27px;
    }

    .custom-price-box strong {
        font-size: 28px;
    }

    .cut-type-options {
        grid-template-columns: 1fr;
    }

    .custom-bottom-area {
        grid-template-columns: 1fr;
    }

    .custom-total-box {
        height: auto;
        min-height: 56px;
    }
}












/*checkout */
 
 
.meem-checkout{
    font-family:Tajawal,Arial,sans-serif;
    background:#faf7f3;
    padding:24px 12px 55px;
    color:#2f241e;
}
.checkout-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1.35fr .85fr;
    gap:22px;
}
.box{
    background:#fff;
    border-radius:26px;
    padding:20px;
    box-shadow:0 12px 35px rgba(70,45,28,.08);
    margin-bottom:18px;
}
h2,h3{margin:0 0 16px;color:#3b2b22}
h2{font-size:28px}
h3{font-size:19px}

.cart-item{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:14px;
    padding:14px 0;
    border-bottom:1px solid #f0e6df;
}
.cart-item img{
    width:90px;
    height:118px;
    border-radius:18px;
    object-fit:cover;
}
.cart-item:last-child{border-bottom:0}
.item-title{
    font-weight:900;
    margin-bottom:7px;
}
.item-tags{
    display:flex;
    gap:7px;
    flex-wrap:wrap;
}
.item-tags span{
    background:#f7f0eb;
    color:#765b4c;
    padding:5px 9px;
    border-radius:10px;
    font-size:12px;
}
.price-line{
    display:flex;
    gap:8px;
    align-items:center;
    margin-top:9px;
    flex-wrap:wrap;
}
.price{
    font-weight:900;
    color:#7a4d35;
}
.old{
    text-decoration:line-through;
    color:#b8aaa1;
    font-size:13px;
}
.discount-label{
    color:#b87855;
    font-size:13px;
    font-weight:800;
}

.special-details{
    margin-top:10px;
    width:100%;
    border-radius:16px;
    background:#fbf4ef;
    padding:10px 12px;
    font-size:11px;
    font-weight:700;
    line-height:1.9;
    color:#7d6759;
}
.special-title{
    font-weight:900;
    color:#3b2b22;
    margin-bottom:4px;
}
.special-row{
    border-top:1px solid rgba(255,255,255,.8);
    padding:4px 0;
}
.special-row:first-of-type{
    border-top:0;
}
.special-row strong{
    color:#3b2b22;
}
.special-pill{
    display:inline-flex;
    margin:2px;
    border-radius:999px;
    background:#fff;
    padding:2px 8px;
}
.special-extra{
    color:#b87855;
    margin-right:5px;
    font-weight:900;
}
.special-price-box{
    margin-top:8px;
    border-top:1px solid #fff;
    padding-top:7px;
}

.form-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}
.field.full{grid-column:1/-1}
.field label{
    display:block;
    font-size:13px;
    color:#7d685b;
    margin-bottom:6px;
}
input,select,textarea{
    width:100%;
    box-sizing:border-box;
    border:1px solid #eaded5;
    border-radius:15px;
    padding:13px;
    font-size:14px;
    outline:none;
    background:#fff;
}
textarea{
    min-height:85px;
    resize:vertical;
}
.phone-row{
    display:grid;
    grid-template-columns:1fr 115px;
    gap:8px;
}
.phone-row input,
.phone-row select{
    height:40px;
    padding-top:0;
    padding-bottom:0;
}
.choice-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}
.choice-card{
    position:relative;
    display:flex;
    gap:12px;
    align-items:flex-start;
    border:1.5px solid #eaded5;
    border-radius:18px;
    padding:14px;
    cursor:pointer;
    background:#fff;
    transition:.2s;
}
.choice-card input{
    display:none;
}
.radio-ui{
    width:22px;
    height:22px;
    border-radius:50%;
    border:2px solid #cbb8ab;
    flex:0 0 22px;
    margin-top:2px;
    position:relative;
}
.choice-card input:checked + .radio-ui{
    border-color:#7a6759;
}
.choice-card input:checked + .radio-ui:after{
    content:"";
    position:absolute;
    inset:4px;
    background:#7a6759;
    border-radius:50%;
}
.choice-card:has(input:checked){
    border-color:#7a6759;
    background:#fbf6f2;
    box-shadow:0 8px 22px rgba(122,103,89,.12);
}
.choice-text strong{
    display:block;
    font-size:15px;
    margin-bottom:5px;
    color:#3b2b22;
}
.choice-text span{
    color:#8b766a;
    font-size:12.5px;
    line-height:1.7;
}
.coupon{
    display:flex;
    gap:8px;
}
.coupon button{
    border:0;
    border-radius:14px;
    padding:0 16px;
    background:#b87855;
    color:#fff;
    font-weight:900;
    cursor:pointer;
}
.summary-row{
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:10px 0;
    border-bottom:1px solid #f1e8e0;
    font-size:14px;
}
.summary-row.total{
    border-bottom:0;
    font-size:19px;
    font-weight:900;
}
.summary-row.discount strong{
    color:#b87855;
}
.note{
    background:#fbf4ef;
    border-radius:15px;
    padding:12px;
    color:#7d6759;
    font-size:13px;
    line-height:1.8;
}
.terms-row{
    display:flex;
    align-items:flex-start;
    gap:9px;
    margin-top:14px;
    font-size:13px;
    color:#6e5a4f;
}
.terms-row input{
    width:18px;
    height:18px;
    margin-top:2px;
}
.terms-row button{
    border:0;
    background:transparent;
    color:#b87855;
    font-weight:900;
    cursor:pointer;
    padding:0;
}
.checkout-btn{
    width:100%;
    border:0;
    border-radius:18px;
    padding:15px;
    background:#3b2b22;
    color:#fff;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
    margin-top:12px;
}
.checkout-btn:disabled{
    background:#d8ccc4;
    cursor:not-allowed;
}
.checkout-error{
    color:#c0392b;
    font-size:13px;
    margin-top:10px;
}
.modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(35,25,20,.55);
    display:none;
    align-items:center;
    justify-content:center;
    padding:16px;
    z-index:9999;
}
.modal{
    width:min(520px,100%);
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.22);
}
.modal-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:16px 18px;
    border-bottom:1px solid #f0e6df;
}
.modal-head b{
    font-size:18px;
    color:#3b2b22;
}
.close-btn{
    border:0;
    background:#f7f0eb;
    width:34px;
    height:34px;
    border-radius:50%;
    cursor:pointer;
    font-size:18px;
}
.modal-body{
    padding:18px;
}
.modal-actions{
    display:flex;
    gap:10px;
    padding:0 18px 18px;
}
.main-btn,.light-btn{
    flex:1;
    border:0;
    border-radius:15px;
    padding:13px;
    font-weight:900;
    cursor:pointer;
}
.main-btn{
    background:#7a6759;
    color:#fff;
}
.light-btn{
    background:#f7f0eb;
    color:#5d493d;
}

@media(max-width:900px){
    .checkout-wrap{
        grid-template-columns:1fr;
    }
}
@media(max-width:560px){
    .box{
        padding:16px;
        border-radius:22px;
    }
    .form-grid,.choice-grid{
        grid-template-columns:1fr;
    }
    .cart-item{
        grid-template-columns:76px 1fr;
    }
    .cart-item img{
        width:76px;
        height:104px;
    }
    .coupon{
        flex-direction:column;
    }
    .coupon button{
        padding:13px;
    }
    .phone-row{
        grid-template-columns:1fr;
    }
    .modal-actions{
        flex-direction:column;
    }
}
 
 
 
 
.suggested-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:12px;
}

.suggest-card{
    border:1px solid #f0e6df;
    border-radius:20px;
    overflow:hidden;
    cursor:pointer;
    transition:.2s;
    background:#fff;
    display:block;
    text-decoration:none;
    color:inherit;
}

.suggest-card:hover{
    transform:translateY(-4px);
}

.suggest-card img{
    width:100%;
    height:135px;
    object-fit:cover;
    display:block;
}

.suggest-info{
    padding:10px;
}

.suggest-info b{
    display:block;
    font-size:14px;
    font-weight:900;
    color:#3b2b22;
    line-height:1.6;
}

.suggest-info .price-line{
    margin-top:9px;
}

@media(max-width:900px){
    .suggested-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:560px){
    .suggested-grid{
        grid-template-columns:1fr;
    }

    .suggest-card img{
        height:135px;
    }
}


    .suggest-details-btn{
    display:block;
    width:100%;
    margin-top:10px;
    padding:10px 12px;
    border-radius:14px;
    background:#7a6759;
    color:#fff;
    text-align:center;
    font-size:13px;
    font-weight:900;
    text-decoration:none;
    transition:.2s;
}

.suggest-details-btn:hover{
    background:#3b2b22;
    color:#fff;
    text-decoration:none;
}







  .phone-row{
    display:flex;
    align-items:center;
    gap:8px;
    width:100%;
    direction:ltr;
}

.phone-row input{
    flex:1;
    min-width:0;
    height:42px;
    padding:0 14px;
 
    border-radius:0;
    font-size:15px;
    text-align:left;
    direction:ltr;
}

.phone-row select{
    flex:0 0 135px;
    width:135px;
    height:42px;
    padding:0 10px;
    
    border-radius:0;
    font-size:14px;
    background:#fff;
    direction:ltr;
}

/* mobile */
@media (max-width:575px){
    .phone-row{
        display:flex !important;
        flex-direction:row !important;
        gap:6px;
    }

    .phone-row input{
        flex:1 1 auto;
        width:auto !important;
        min-width:0;
        height:50px;
        font-size:14px;
    }

    .phone-row select{
        flex:0 0 118px;
        width:118px !important;
        height:50px;
        font-size:13px;
        padding:0 6px;
    }
}

















/*special detail*/
    /* =========================================================
   SIZE CHART BUTTON
========================================================= */

.size-chart-open-btn {
    width: 100%;
    margin: 14px 0 20px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--meem-border, #eadfd5);
    border-radius: 18px;
    background: #fff;
    color: var(--meem-dark, #473527);
    text-align: right;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.size-chart-open-btn:hover {
    border-color: var(--meem-teal, #65a29a);
    box-shadow: 0 10px 28px rgba(71, 53, 39, 0.08);
    transform: translateY(-1px);
}

.size-chart-open-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--meem-cream, #f8f1e7);
    color: var(--meem-coral, #de9874);
    font-size: 19px;
}

.size-chart-open-content {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.size-chart-open-content strong {
    color: var(--meem-dark, #473527);
    font-size: 14px;
    font-weight: 900;
}

.size-chart-open-content small {
    color: var(--meem-muted, #7c7167);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
}

.size-chart-open-arrow {
    color: var(--meem-teal, #65a29a);
    font-size: 18px;
}


/* =========================================================
   SIZE CHART MODAL
========================================================= */

.size-chart-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.size-chart-modal.open {
    display: flex;
}

.size-chart-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(36, 28, 23, 0.68);
    backdrop-filter: blur(4px);
}

.size-chart-modal-dialog {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    max-height: calc(100vh - 40px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(36, 28, 23, 0.28);
    animation: sizeChartModalIn 0.22s ease;
}

@keyframes sizeChartModalIn {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.size-chart-modal-header {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--meem-border, #eadfd5);
}

.size-chart-modal-label {
    display: block;
    margin-bottom: 3px;
    color: var(--meem-coral, #de9874);
    font-size: 11px;
    font-weight: 900;
}

.size-chart-modal-header h3 {
    margin: 0;
    color: var(--meem-dark, #473527);
    font-size: 20px;
    font-weight: 900;
}

.size-chart-modal-close {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--meem-cream, #f8f1e7);
    color: var(--meem-dark, #473527);
    cursor: pointer;
    transition: 0.2s ease;
}

.size-chart-modal-close:hover {
    background: var(--meem-coral, #de9874);
    color: #fff;
}

.size-chart-tabs {
    padding: 12px 16px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-bottom: 1px solid var(--meem-border, #eadfd5);
    background: #fffdfb;
}

.size-chart-tab {
    min-width: 105px;
    padding: 10px 18px;
    border: 1px solid var(--meem-border, #eadfd5);
    border-radius: 999px;
    background: #fff;
    color: var(--meem-muted, #7c7167);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s ease;
}

.size-chart-tab:hover {
    border-color: var(--meem-teal, #65a29a);
    color: var(--meem-teal, #65a29a);
}

.size-chart-tab.active {
    border-color: var(--meem-teal, #65a29a);
    background: var(--meem-teal, #65a29a);
    color: #fff;
}

.size-chart-modal-body {
    padding: 18px;
    overflow-y: auto;
}

.size-chart-panel {
    display: none;
}

.size-chart-panel.active {
    display: block;
}

.size-chart-panel-heading {
    margin-bottom: 14px;
    text-align: center;
}

.size-chart-panel-heading h4 {
    margin: 0 0 5px;
    color: var(--meem-dark, #473527);
    font-size: 17px;
    font-weight: 900;
}

.size-chart-panel-heading p {
    margin: 0;
    color: var(--meem-muted, #7c7167);
    font-size: 12px;
    font-weight: 700;
}

.size-chart-image-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: auto;
    border: 1px solid var(--meem-border, #eadfd5);
    border-radius: 20px;
    background: var(--meem-cream, #f8f1e7);
    padding: 10px;
}

.size-chart-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 68vh;
    object-fit: contain;
    border-radius: 14px;
}


/* =========================================================
   MODAL BODY LOCK
========================================================= */

body.size-chart-modal-open {
    overflow: hidden;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .size-chart-modal {
        align-items: flex-end;
        padding: 0;
    }

    .size-chart-modal-dialog {
        width: 100%;
        max-height: 92vh;
        border-radius: 25px 25px 0 0;
    }

    .size-chart-modal-header {
        padding: 15px 16px;
    }

    .size-chart-modal-header h3 {
        font-size: 18px;
    }

    .size-chart-tabs {
        padding: 10px 12px;
    }

    .size-chart-tab {
        min-width: 95px;
        padding: 9px 15px;
    }

    .size-chart-modal-body {
        padding: 12px;
    }

    .size-chart-image-wrap {
        padding: 6px;
        border-radius: 16px;
    }

    .size-chart-image {
        max-height: 70vh;
    }
}










/*checkout css*/
 
.shipping-online-box {
    margin: 14px 0 10px;
    padding: 14px 16px;
    border: 1px solid #e7ddd2;
    border-radius: 14px;
    background: #fffaf5;
}

.shipping-online-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    cursor: pointer;
}

.shipping-online-label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.shipping-online-check {
    width: 22px;
    height: 22px;
    min-width: 22px;
    border: 2px solid #b8a899;
    border-radius: 6px;
    background: #fff;
    position: relative;
    margin-top: 2px;
}

.shipping-online-label input:checked + .shipping-online-check {
    background: #3d342b;
    border-color: #3d342b;
}

.shipping-online-label input:checked + .shipping-online-check::after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.shipping-online-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.shipping-online-text strong {
    font-size: 14px;
    color: #3d342b;
}

.shipping-online-text small {
    font-size: 12px;
    color: #887d73;
    line-height: 1.6;
}

.item-offers-box {
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #eadfd4;
    border-radius: 16px;
    background: #fffaf5;
}

.item-offers-heading {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    color: #473527;
}

.offer-original-price,
.offers-final-price,
.offers-total-saving {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.offer-original-price {
    padding-bottom: 10px;
    color: #756b61;
    font-size: 13px;
}

.item-offer-card {
    padding: 12px;
    margin-top: 10px;
    border: 1px solid #eadfd4;
    border-radius: 13px;
    background: #fff;
}

.offer-card-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.offer-number {
    display: inline-flex;
    padding: 4px 9px;
    border-radius: 999px;
    background: #473527;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.offer-name {
    color: #473527;
    font-size: 13px;
}

.offer-condition,
.offer-applied-times {
    margin-top: 5px;
    color: #7b7067;
    font-size: 12px;
    line-height: 1.7;
}

.offer-price-steps {
    margin-top: 10px;
    border-top: 1px dashed #e4d8cd;
    padding-top: 8px;
}

.offer-price-steps > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 0;
    font-size: 12px;
}

.offer-discount-row strong {
    color: #b84b4b;
}

.offer-after-row {
    margin-top: 3px;
    padding-top: 7px !important;
    border-top: 1px solid #eee4dc;
}

.offer-after-row strong {
    color: #35795c;
}

.offers-final-price {
    margin-top: 13px;
    padding: 11px;
    border-radius: 11px;
    background: #f4eee8;
    font-size: 13px;
    font-weight: 700;
}

.offers-final-price strong {
    color: #35795c;
    font-size: 15px;
}

.offers-total-saving {
    margin-top: 8px;
    color: #756b61;
    font-size: 12px;
}

.offers-total-saving strong {
    color: #b84b4b;
}


/* =========================================================
   SHIPPING REGION
========================================================= */

.shipping-region-box {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #e7ddd2;
    border-radius: 16px;
    background: #fffaf5;
}

.shipping-region-title {
    margin: 0 0 12px;
    color: #473527;
    font-size: 15px;
    font-weight: 800;
}

.shipping-region-card {
    background: #fff;
}

.international-fields {
    margin-top: 4px;
    padding: 16px;
    border: 1px solid #e7ddd2;
    border-radius: 16px;
    background: #fffaf5;
}

.international-fields-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
}

.international-fields-heading strong {
    color: #473527;
    font-size: 15px;
    font-weight: 800;
}

.international-fields-heading span {
    color: #887d73;
    font-size: 12px;
    line-height: 1.7;
}

.required-star {
    color: #c34e4e;
    font-weight: 900;
}

@media (max-width: 767px) {
    .shipping-region-box,
    .international-fields {
        padding: 13px;
    }
}










.product-mode-switch-btn {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 14px 0 20px;
    padding: 14px 16px;
    border: 1px solid #eadfd4;
    border-radius: 16px;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.product-mode-switch-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(71, 53, 39, 0.1);
}

.product-mode-switch-btn .mode-switch-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.product-mode-switch-btn .mode-switch-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.product-mode-switch-btn strong {
    font-size: 14px;
    font-weight: 700;
}

.product-mode-switch-btn small {
    font-size: 12px;
    opacity: 0.78;
}

.product-mode-switch-btn > .fa-angle-left {
    font-size: 17px;
}

.special-mode-btn {
    background: #fff7f1;
    color: #76513d;
}

.special-mode-btn .mode-switch-icon {
    background: #f3dfd2;
    color: #76513d;
}

.direct-mode-btn {
    background: #f1faf7;
    color: #376d63;
}

.direct-mode-btn .mode-switch-icon {
    background: #d9efe8;
    color: #376d63;
}


















.special-order-disabled-btn {
    opacity: 0.65;
    cursor: not-allowed;
    background: #8f8f8f !important;
    box-shadow: none !important;
}

.special-order-disabled-btn:hover {
    transform: none !important;
    background: #8f8f8f !important;
}

.special-order-disabled-note {
    margin-top: 12px;
    padding: 14px 16px;
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: #fff8ee;
    color: #6f5a40;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.8;
}

.special-order-disabled-note i {
    margin-top: 4px;
    color: #b7864e;
    font-size: 17px;
}