/*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 {
    background-color: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;  
}


/* 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: 70px;
}

/* 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: #eaab73 !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: #eaab73;

}

footer .footer-social ul li a i {
    font-size: 22px;
    color: #000000;
    
}

.tap-top {
color: #7A6759;
background: #ffffff;

    }



footer.footer-2 .sub-footer {
    background-color: #000000;
    font-weight: bold;
    color : white;
/*    box-shadow: 0px 1px 11px gray;
*/
}
.btn
{
    border-radius:0px!important;
}
footer .sub-footer p {
    color: black;
  
}

footer .subscribe-section {
    /*background-color: #000000;*/
    background-color: #000000;
    color:#000000;
}

.btn-solid {

color: #fff;
background-color: black;
}

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;
}
















/* =========================================================
   MAIDHA FOOTER
========================================================= */

.maidha_footer {
    width: 100%;
    background: #ffffff;
    color: #111111;
    border-top: 1px solid #dedede;
    /*font-family: inherit;*/
}

.maidha_footer_container {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    padding: 20px 49px 10px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(70px, 10vw, 190px);
    align-items: start;
}

.maidha_footer_column {
    min-width: 0;
    text-align: center;
}


/* =========================================================
   LOGO AND CONTACT
========================================================= */

.maidha_footer_logo {
    display: inline-block;
    /*margin-bottom: 30px;*/
    text-decoration: none;
}

.maidha_footer_logo img {
    display: block;
    width: auto;
    max-width: 210px;
    max-height: 75px;
    object-fit: contain;
}

.maidha_footer_contact_link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: fit-content;
    margin: 0 auto 25px;

    color: #111111;
    font-size: 15px;
    line-height: 1.6;
    text-decoration: none;
}

.maidha_footer_contact_link i {
    width: 17px;
    color: #111111;
    font-size: 15px;
    text-align: center;
    flex-shrink: 0;
}

.maidha_footer_contact_link:hover {
    color: #111111;
    text-decoration: none;
}

.maidha_footer_contact_link u {
    text-underline-offset: 3px;
}


/* =========================================================
   SOCIAL MEDIA
========================================================= */

.maidha_footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
}

.maidha_footer_social a {
    width: 20px;
    height: 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #111111;
    background: transparent;
    font-size: 16px;
    text-decoration: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.maidha_footer_social a:hover {
    color: #111111;
    opacity: 0.65;
    transform: translateY(-2px);
}


/* =========================================================
   TITLES
========================================================= */

.maidha_footer_title {
    margin: 0 0 15px;
    text-align: center!important;

    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;

    /*letter-spacing: 4px;*/
    text-transform: uppercase;
}


/* =========================================================
   LINKS AND CATEGORIES
========================================================= */

.maidha_footer_menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.maidha_footer_menu li {
    display: block;
    margin: 0 0 17px;
    text-align: center;
}

.maidha_footer_menu li:last-child {
    margin-bottom: 0;
}

.maidha_footer_menu a {
    display: inline-block;
    color: #111111;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.maidha_footer_menu a:hover {
    color: #111111;
    opacity: 0.6;
    transform: translateY(-1px);
    text-decoration: none;
}

.maidha_footer_category_title {
    margin-top: 28px !important;
    margin-bottom: 18px !important;

    color: #111111;
    font-size: 14px;
    font-weight: 500;
    /*letter-spacing: 3px;*/
    text-align: center;
}


/* =========================================================
   FOOTER DESCRIPTION
========================================================= */

.maidha_footer_description {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;

    color: #111111;
    font-size: 15px;
    line-height: 1.85;
    text-align: center;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.maidha_footer_copyright {
        width: 100%;
    max-width: 1800px;
    /* min-height: 80px; */
    margin: 0 auto;
    padding: 15px 75px 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.maidha_footer_copyright p {
    margin: 0;

    color: #111111;
    font-size: 11px;
    line-height: 1.6;
    /*letter-spacing: 3px;*/
}

.maidha_footer_copyright a {
    color: #111111;
    font-weight: 600;
    text-decoration: none;
}

.maidha_footer_copyright a:hover {
    text-decoration: underline;
}


/* =========================================================
   PAYMENT AREA
========================================================= */

.maidha_footer_payment_area {
    width: 100%;
    min-height: 59px;
    padding: 5px 75px;

    display: flex;
    align-items: center;
    justify-content: flex-end;

    border-top: 1px solid #dddddd;
    background: #ffffff;
}

.maidha_footer_payments {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.maidha_payment_item {
    min-width: 48px;
    height: 30px;
    padding: 4px 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.maidha_payment_item img {
    display: block;
    width: auto;
    max-width: 42px;
    max-height: 20px;
    object-fit: contain;
}


/* =========================================================
   WHATSAPP FLOAT
========================================================= */

.maidha_whatsapp_float {
    position: fixed;
    right: 18px;
    bottom: 95px;
    z-index: 1600;

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #25d366;
    color: #ffffff;
    border-radius: 50%;

    font-size: 29px;
    text-decoration: none;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.22);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.maidha_whatsapp_float i {
    color: #ffffff;
}

.maidha_whatsapp_float:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.27);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .maidha_footer_container {
        padding-inline: 45px;
        gap: 65px;
    }

    .maidha_footer_copyright {
        padding-inline: 45px;
    }

    .maidha_footer_payment_area {
        padding-inline: 45px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .maidha_footer {
        width: 100%;
        overflow: hidden;
    }

    /*
     * Important fix:
     * Footer columns must be vertical and centered.
     */
    .maidha_footer_container {
        width: 100%;
        min-height: auto;
        margin: 0 auto;
        padding: 10px 24px 0;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;

        gap: 20px;
    }

    .maidha_footer_column {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        text-align: center;
    }

    .maidha_footer_contact {
        order: 1;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .maidha_footer_links {
        order: 2;

        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .maidha_footer_about {
        order: 3;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    /* Logo */
    .maidha_footer_logo {
        display: block;
        width: fit-content;
        margin: 0 auto 5px;
    }

    .maidha_footer_logo img {
        display: block;
        max-width: 170px;
        max-height: 65px;
        margin: 0 auto;
    }


    /* Contact */
    .maidha_footer_contact_link {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto 22px;

        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 14px;
        text-align: center;
    }


    /* Social media */
    .maidha_footer_social {
        width: 100%;
        margin: 5px auto 0;

        display: flex;
        align-items: center;
        justify-content: center;

        gap: 28px;
    }


    /* Titles */
    .maidha_footer_title {
        width: 100%;
        margin: 0 auto 5px;

        font-size: 13px;
        /*letter-spacing: 3px;*/
        text-align: center!important;
    }


    /* Menu */
    .maidha_footer_menu {
        width: 100%;
        margin: 0 auto;
        padding: 0;

        text-align: center;
    }

    .maidha_footer_menu li {
        width: 100%;
        margin: 0 0 17px;
        text-align: center;
    }

    .maidha_footer_menu a {
        display: inline-block;
        margin: 0 auto;

        font-size: 14px;
        text-align: center;
    }

    .maidha_footer_category_title {
        width: 100%;
        margin-top: 30px !important;
        text-align: center;
    }


    /* Footer text */
    .maidha_footer_description {
        width: 100%;
        max-width: 390px;
        margin: 0 auto;

        font-size: 14px;
        line-height: 1.85;
        text-align: center;
    }


    /* Copyright */
    .maidha_footer_copyright {
        width: 100%;
        /*min-height: 90px;*/
        /*margin: 30px auto 0;*/
        padding: 18px 24px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        gap: 7px;
        text-align: center;
    }

    .maidha_footer_copyright p {
        width: 100%;
        margin: 0;

        font-size: 10px;
        line-height: 1.8;
        /*letter-spacing: 2px;*/
        text-align: center;
    }


    /* Payment section */
     .maidha_footer_payment_area {
        width: 100%;
        min-height: 50px;
        padding: 9px 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .maidha_footer_payments {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;

        gap: 10px;
    }


    /* WhatsApp floating button */
    .maidha_whatsapp_float {
        right: 15px;
        bottom: 25px;

        width: 54px;
        height: 54px;

        font-size: 27px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .maidha_footer_container {
        padding-inline: 18px;
    }

    .maidha_footer_contact_link {
        font-size: 13px;
    }

    .maidha_footer_logo img {
        max-width: 150px;
    }

    .maidha_footer_title {
        font-size: 12px;
        /*letter-spacing: 2px;*/
    }

    .maidha_footer_menu a,
    .maidha_footer_description {
        font-size: 13px;
    }
}

/* =====================================================
   SOFT ANIMATED FOOTER BACKGROUND
====================================================== */

.maidha_footer {
    position: relative;
    overflow: hidden;
    isolation: isolate;

    background:
        radial-gradient(
            circle at 12% 25%,
            rgba(122, 103, 89, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 78%,
            rgba(122, 103, 89, 0.05),
            transparent 30%
        ),
        #f7f5f3;
}

/* Keep footer content above circles */
.maidha_footer > * {
    position: relative;
    z-index: 2;
}

/* Top-right circle */
.maidha_footer::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -120px;
    z-index: 1;

    width: 330px;
    height: 330px;

    border: 1px solid rgba(122, 103, 89, 0.12);
    border-radius: 50%;

    pointer-events: none;

    animation: maidhaFooterCircleOne 12s ease-in-out infinite;
}

/* Bottom-left circle */
.maidha_footer::after {
    content: "";
    position: absolute;
    bottom: -190px;
    left: -150px;
    z-index: 1;

    width: 390px;
    height: 390px;

    background: rgba(122, 103, 89, 0.035);
    border: 1px solid rgba(122, 103, 89, 0.08);
    border-radius: 50%;

    pointer-events: none;

    animation: maidhaFooterCircleTwo 15s ease-in-out infinite;
}

/* Make inner footer backgrounds transparent */
.maidha_footer_container,
.maidha_footer_copyright,
.maidha_footer_payment_area {
    background: transparent !important;
}

/* Animations */
@keyframes maidhaFooterCircleOne {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-18px, 16px);
    }
}

@keyframes maidhaFooterCircleTwo {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(20px, -16px);
    }
}

/* Mobile */
@media (max-width: 767px) {
    .maidha_footer::before {
        top: -95px;
        right: -95px;

        width: 220px;
        height: 220px;
    }

    .maidha_footer::after {
        bottom: -120px;
        left: -105px;

        width: 250px;
        height: 250px;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    .maidha_footer::before,
    .maidha_footer::after {
        animation: none;
    }
}













/* =========================================================
   PRODUCT BOX
========================================================= */

.product-box {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.product-box:hover {
    transform: scale(1.05);
}
    
    
    
    
    
    
    
    
    
    
    
    
    
 /* =========================================================
   FUSTAANN-STYLE HEADER + HERO
   All classes start with nheader_ / nhero_
========================================================= */

:root {
    --nheader-height-desktop: 118px;
    --nheader-height-mobile: 104px;
    --nheader-black: #050505;
    --nheader-white: #ffffff;
    --nheader-text: #111111;
    --nheader-border: rgba(255,255,255,.30);
    --nheader-soft-border: #e7e7e7;
}

body.nheader_lock {
    overflow: hidden;
}

/* =========================
   HERO SLIDER
========================= */
.nhero_slider {
    position: relative;
    width: 100%;
    height: min(82vh, 850px);
    min-height: 610px;
    overflow: hidden;
    background: #111;
}

.nhero_slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .9s ease, visibility .9s ease;
}

.nhero_slide.nhero_active {
    opacity: 1;
    visibility: visible;
}

.nhero_slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nhero_slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.28) 0%,
        rgba(0,0,0,.07) 38%,
        rgba(0,0,0,.10) 100%
    );
}

.nhero_content {
    position: absolute;
    left: 50%;
    bottom: 72px;
    z-index: 2;
    width: min(92%, 900px);
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}

.nhero_content h1 {
    margin: 0 0 15px;
    font-size: clamp(34px, 5vw, 72px);
    font-weight: 500;
    line-height: 1.08;
}

.nhero_content p {
    margin: 0 0 26px;
    font-size: clamp(15px, 1.5vw, 20px);
}

.nhero_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 165px;
    min-height: 48px;
    padding: 12px 26px;
    background: #fff;
    color: #111;
    text-decoration: none;
    font-size: 14px;
    transition: .25s ease;
}

.nhero_btn:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.nhero_dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 3;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.nhero_dot {
    width: 32px;
    height: 2px;
    border: 0;
    padding: 0;
    background: rgba(255,255,255,.45);
    cursor: pointer;
}

.nhero_dot.nhero_active {
    background: #fff;
}

/* =========================
   HEADER WRAPPER
========================= */
.nheader_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    width: 100%;
    color: #fff;
    /*font-family: inherit;*/
}

.nheader_wrapper.nheader_fixed {
    position: absolute;
    animation: none;
}

.nheader_wrapper.nheader_fixed .nheader_desktop_bar,
.nheader_wrapper.nheader_fixed .nheader_mobile_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2500;
    animation: nheaderDrop .25s ease;
}

@keyframes nheaderDrop {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

/* =========================
   ANNOUNCEMENT TICKER
========================= */
.nheader_announcement {
    height: 48px;
    overflow: hidden;
    background: #000;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.nheader_announcement_track {
    display: flex;
    align-items: center;
    width: max-content;
    min-width: 100%;
    height: 100%;
    animation: nheaderTicker 28s linear infinite;
}

.nheader_announcement_item {
    flex: 0 0 auto;
    padding: 0 72px;
    font-size: 13px;
    font-weight: 400;
    /*letter-spacing: .2px;*/
    white-space: nowrap;
}

@keyframes nheaderTicker {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* =========================
   DESKTOP HEADER
========================= */
.nheader_desktop {
    display: block;
}

.nheader_desktop_bar {
    height: 118px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    align-items: center;
    gap: 24px;
    padding: 0 clamp(32px, 4vw, 82px);
    background: #fff;
    color:black;
    border-bottom: 1px solid var(--nheader-border);
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.nheader_wrapper:not(.nheader_scrolled) .nheader_desktop_bar:hover {
    background: #fff;
    color: #111;
    border-bottom-color: #e8e8e8;
}

.nheader_wrapper.nheader_scrolled .nheader_desktop_bar,
.nheader_wrapper.nheader_fixed .nheader_desktop_bar {
    background: #fff;
    color: #111;
    border-bottom-color: #e8e8e8;
    box-shadow: 0 3px 16px rgba(0,0,0,.06);
}

.nheader_desktop_left,
.nheader_desktop_right {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2vw, 36px);
}

.nheader_desktop_left {
    justify-content: flex-start;
}

.nheader_desktop_right {
    justify-content: flex-end;
}

.nheader_desktop_logo {
    text-align: center;
}

.nheader_desktop_logo img {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 80px;
    object-fit: contain;
    transition: filter .25s ease;
}

/* Use this class only when your logo file is black */
/*.nheader_wrapper:not(.nheader_scrolled) .nheader_desktop_bar:not(:hover) .nheader_desktop_logo img,*/
/*.nheader_wrapper:not(.nheader_scrolled) .nheader_mobile_bar .nheader_mobile_logo img {*/
/*    filter: brightness(0) invert(1);*/
/*}*/

.nheader_wrapper.nheader_scrolled .nheader_desktop_logo img,
.nheader_wrapper.nheader_fixed .nheader_desktop_logo img,
.nheader_desktop_bar:hover .nheader_desktop_logo img {
    filter: none;
}

.nheader_desktop_menu {
    display: flex;
    align-items: center;
    gap: clamp(20px, 2.1vw, 42px);
    list-style: none;
    padding: 0;
    margin: 0;
}

.nheader_desktop_menu > li {
    position: relative;
}

.nheader_desktop_menu > li > a,
.nheader_desktop_menu > li > button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 118px;
    padding: 0;
    border: 0;
    background: transparent;
    color: currentColor;
    text-decoration: none;
    font-size: clamp(14px, 1.15vw, 17px);
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
}

.nheader_desktop_menu > li > a:hover,
.nheader_desktop_menu > li > button:hover {
    color: currentColor;
    text-decoration: none;
}

.nheader_shop_arrow {
    font-size: 10px;
}

.nheader_dropdown {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 30;
    width: 245px;
    padding: 9px 0;
    margin: 0;
    list-style: none;
    background: #fff;
    color: #111;
    border: 1px solid #eee;
    box-shadow: 0 16px 38px rgba(0,0,0,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .22s ease;
}

.nheader_desktop_menu > li:hover .nheader_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nheader_dropdown a {
    display: block;
    padding: 11px 18px;
    color: #111;
    text-decoration: none;
    font-size: 14px;
}

.nheader_dropdown a:hover {
    background: #f7f7f7;
    color: #000;
    text-decoration: none;
}

.nheader_icon_btn,
.nheader_tool_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}

.nheader_icon_btn i {
    font-size: 23px;
    color: currentColor;
}

.nheader_tool_btn {
    min-height: 40px;
    font-size: 13px;
    white-space: nowrap;
}

.nheader_tool_btn i {
    font-size: 11px;
}

.nheader_badge {
    position: absolute;
    top: -9px;
    right: -11px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 20px;
    background: black;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
}

.nheader_small_dropdown_wrap {
    position: relative;
    min-height: 118px;
    display: flex;
    align-items: center;
}

.nheader_small_dropdown {
    position: absolute;
    top: calc(100% - 1px);
    right: 0;
    z-index: 35;
    width: 205px;
    padding: 8px 0;
    background: #fff;
    color: #111;
    border: 1px solid #eee;
    box-shadow: 0 16px 38px rgba(0,0,0,.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: .22s ease;
}

.nheader_small_dropdown_wrap:hover .nheader_small_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nheader_small_dropdown a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 15px;
    color: #111;
    text-decoration: none;
    font-size: 13px;
}

.nheader_small_dropdown a:hover {
    background: #f7f7f7;
    color: #000;
    text-decoration: none;
}

.nheader_currency_img {
    width: 22px;
    height: 15px;
    object-fit: cover;
}

/* =========================
   MOBILE HEADER
========================= */
.nheader_mobile {
    display: none;
}

.nheader_mobile_bar {
    height: 72px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 22px;
    color: black;
    background: #fff;
    border-bottom: 1px solid rgba(255,255,255,.22);
    transition: .25s ease;
}

.nheader_wrapper.nheader_scrolled .nheader_mobile_bar,
.nheader_wrapper.nheader_fixed .nheader_mobile_bar {
    background: #fff;
    color: #111;
    border-bottom-color: #e9e9e9;
    box-shadow: 0 3px 16px rgba(0,0,0,.06);
}

.nheader_wrapper.nheader_scrolled .nheader_mobile_logo img,
.nheader_wrapper.nheader_fixed .nheader_mobile_logo img {
    filter: none;
}

.nheader_mobile_left,
.nheader_mobile_right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nheader_mobile_left {
    justify-content: flex-start;
}

.nheader_mobile_right {
    justify-content: flex-end;
}

.nheader_mobile_logo img {
    display: block;
    max-width: 150px;
    max-height: 60px;
    object-fit: contain;
}

.nheader_menu_btn {
    position: relative;
    width: 28px;
    height: 26px;
    border: 0;
    padding: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
}

.nheader_menu_btn span,
.nheader_menu_btn::before,
.nheader_menu_btn::after {
    position: absolute;
    left: 0;
    width: 27px;
    height: 1.5px;
    background: currentColor;
    content: "";
}

.nheader_menu_btn span {
    top: 12px;
}

.nheader_menu_btn::before {
    top: 4px;
}

.nheader_menu_btn::after {
    top: 20px;
}

/* =========================
   MOBILE SIDEBAR
========================= */
.nheader_sidebar_overlay {
    position: fixed;
    inset: 0;
    z-index: 3000;
    background: rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.nheader_sidebar_overlay.nheader_active {
    opacity: 1;
    visibility: visible;
}

.nheader_sidebar {
    position: fixed;
    top: 0;
    left: -390px;
    z-index: 3001;
    width: min(88vw, 390px);
    height: 100dvh;
    padding: 26px 24px 35px;
    overflow-y: auto;
    background: #fff;
    color: #111;
    transition: left .35s ease;
}

.nheader_sidebar.nheader_active {
    right: 0;
}

.nheader_sidebar_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.nheader_sidebar_logo img {
    max-width: 150px;
    max-height: 44px;
    object-fit: contain;
}

.nheader_sidebar_close,
.nheader_search_close {
    border: 0;
    padding: 0;
    background: transparent;
    color: #111;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    cursor: pointer;
}

.nheader_sidebar_menu,
.nheader_sidebar_submenu,
.nheader_sidebar_tool_menu,
.nheader_sidebar_tool_submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}

 
.nheader_sidebar_tool_menu li {
    display: block; 
}

.nheader_sidebar_menu {
    padding-top: 10px;
}

.nheader_sidebar_menu > li {
    display:block;
    border-bottom: 1px solid #efefef;
}

.nheader_sidebar_menu > li > a,
.nheader_sidebar_menu > li > button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border: 0;
    background: transparent;
    color: #111;
    text-align: start;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}

.nheader_sidebar_arrow {
    font-size: 11px;
    transition: transform .22s ease;
}

.nheader_sidebar_arrow.nheader_rotate {
    transform: rotate(90deg);
}

.nheader_sidebar_submenu,
.nheader_sidebar_tool_submenu {
    display: none;
    padding: 0 0 13px 15px;
}

.nheader_sidebar_submenu.nheader_open,
.nheader_sidebar_tool_submenu.nheader_open {
    display: block;
}

.nheader_sidebar_submenu a,
.nheader_sidebar_tool_submenu a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 0;
    color: #555;
    text-decoration: none;
    font-size: 14px;
}

.nheader_sidebar_tools {
    padding-top: 25px;
}

.nheader_sidebar_tool_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px;
    margin-bottom: 9px;
    border: 1px solid #e9e9e9;
    background: #fafafa;
    color: #111;
    font-size: 14px;
    cursor: pointer;
}

/* =========================
   SEARCH DRAWER
========================= */
.nheader_search_overlay {
    position: fixed;
    inset: 0;
    z-index: 4000;
    background: rgba(0,0,0,.42);
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
}

.nheader_search_overlay.nheader_active {
    opacity: 1;
    visibility: visible;
}

.nheader_search_panel {
    position: absolute;
    top: 0;
    right: -680px;
    width: min(100%, 650px);
    height: 100dvh;
    padding: 31px 30px;
    background: #fff;
    color: #111;
    transition: right .36s ease;
}

.nheader_search_overlay.nheader_active .nheader_search_panel {
    right: 0;
}

.nheader_search_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.nheader_search_title {
    margin: 0;
    font-size: 31px;
    font-weight: 400;
}

.nheader_search_form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 62px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
    overflow: hidden;
}

.nheader_search_input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding: 0 24px;
    border: 0;
    outline: 0;
    background: #fff;
    color: #111;
    font-size: 20px;
}

.nheader_search_input::placeholder {
    color: #888;
}

.nheader_search_submit {
    width: 64px;
    height: 100%;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 20px;
    cursor: pointer;
}


/* Fix autocomplete above search drawer */
.nheader_search_overlay {
    z-index: 99990 !important;
}

.nheader_search_panel {
    position: relative;
    z-index: 99991 !important;
    overflow: visible !important;
}

.nheader_search_form {
    position: relative;
    z-index: 99992 !important;
    overflow: visible !important;
}

/* jQuery UI generated autocomplete dropdown */
.ui-autocomplete {
    position: absolute !important;
    z-index: 999999 !important;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
    .nheader_desktop_menu {
        gap: 18px;
    }

    .nheader_desktop_bar {
        padding: 0 25px;
    }

    .nheader_desktop_left,
    .nheader_desktop_right {
        gap: 18px;
    }
}

@media (max-width: 991px) {
    .nheader_desktop {
        display: none;
    }

    .nheader_mobile {
        display: block;
    }

    .nheader_announcement {
        height: 38px;
    }

    .nheader_announcement_item {
        padding: 0 42px;
        font-size: 12px;
    }

    .nhero_slider {
        height: 74vh;
        min-height: 560px;
    }

    .nhero_content {
        bottom: 55px;
    }
}

@media (max-width: 575px) {
    .nheader_mobile_bar {
        height: 72px;
        padding: 0 18px;
    }

    .nheader_mobile_logo img {
        max-width: 135px;
    }

    .nheader_mobile_left,
    .nheader_mobile_right {
        gap: 15px;
    }

    .nheader_icon_btn i {
        font-size: 22px;
    }

    .nheader_search_panel {
        width: 100%;
        padding: 29px 30px;
    }

    .nheader_search_title {
        font-size: 30px;
    }

    .nheader_search_form {
        height: 62px;
    }

    .nheader_search_input {
        padding: 0 24px;
        font-size: 20px;
    }

    .nhero_slider {
        height: 68vh;
        min-height: 520px;
    }

    .nhero_content {
        bottom: 42px;
    }
}
 
.ginaab_mobile_bottom_nav {
    display: none;
}

/* Show only on mobile */
@media (max-width: 767px) {

    body {
        padding-bottom: 68px;
    }

    .ginaab_mobile_bottom_nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;

        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));

        width: 100%;
        height: 64px;

        background: #ffffff;
        border-top: 1px solid #dedede;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.06);
    }

    .ginaab_bottom_nav_item {
        position: relative;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;

        min-width: 0;
        height: 64px;
        margin: 0;
        padding: 6px 3px;

        background: transparent;
        border: 0;
        border-left: 1px solid #eeeeee;

        color: black;
        font-family: inherit;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;

        -webkit-tap-highlight-color: transparent;
    }

    .ginaab_bottom_nav_item:last-child {
        border-left: 0;
    }

    .ginaab_bottom_nav_item i {
        font-size: 22px;
        line-height: 1;
        color: black;
    }

    .ginaab_bottom_nav_item span:last-child {
        display: block;
        max-width: 100%;

        color: #69819e;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ginaab_bottom_icon_wrap {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .ginaab_bottom_badge {
        position: absolute;
        top: -7px;
        left: -11px;

        display: flex;
        align-items: center;
        justify-content: center;

        min-width: 17px;
        height: 17px;
        padding: 0 4px;

        background: black;
        border: 2px solid #ffffff;
        border-radius: 20px;

        color: #ffffff !important;
        font-size: 9px !important;
        font-weight: 700;
        line-height: 1;
    }

    .ginaab_bottom_nav_item:active {
        background: #f8f2f4;
    }

    .ginaab_bottom_nav_item:active i,
    .ginaab_bottom_nav_item:active > span:last-child {
        color: black;
    }
} 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /* =========================================================
   GENERAL SECTION
========================================================= */

.ncat_section,
.npro_section {
    width: 100%;
    /*background: #ffffff;*/
}

.ncat_container,
.npro_container {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
}

.ncat_section {
    padding: 42px 32px 55px;
}

.npro_section {
    padding: 40px 32px 80px;
}

.nsection_heading {
    margin-bottom: 34px;
    text-align: center;
}

.nsection_small_title {
    display: block;
    margin-bottom: 9px;

    color: #888888;
    font-size: 11px;
    font-weight: 500;
    /*letter-spacing: 3px;*/
}

.nsection_title {
    margin: 0;
    color: #111111;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center!important;
}

.nsection_title::after {
    content: "";
    display: block;

    width: 45px;
    height: 1px;

    margin: 14px auto 0;
    background: #111111;
}


 
 


/* =========================================================
   CATEGORY GRID
   Desktop: three per row
========================================================= */

.ncat_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.ncat_card {
    position: relative;
    display: block;

    height: 600px;

    overflow: hidden;
    background: #eeeeee;
    text-decoration: none;
}

.ncat_img_wrap {
    width: 100%;
    height: 100%;
}

.ncat_img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center top;

    transition:
        opacity 0.6s ease,
        filter 0.6s ease,
        transform 0.75s ease;
}

.ncat_card:hover .ncat_img {
    transform: scale(1.045);
}

.ncat_overlay {
    position: absolute;
    inset: 0;
    z-index: 3;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.03) 32%,
            transparent 60%
        );

    pointer-events: none;
}

.ncat_label {
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 5;

    min-width: 225px;
    max-width: calc(100% - 40px);

    padding: 15px 25px;

    transform: translateX(-50%);

    background: rgba(255, 255, 255, 0.96);
    color: #111111;

    text-align: center;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.ncat_label h3 {
    margin: 0;

    color: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    /*letter-spacing: 3px;*/
    text-align:center!important;
}

.ncat_label span {
    display: block;
    margin-top: 4px;

    color: #777777;
    font-size: 10px;
    /*letter-spacing: 1px;*/
}

.ncat_card:hover .ncat_label {
    background: #111111;
    color: #ffffff;
    transform: translate(-50%, -5px);
}

.ncat_card:hover .ncat_label span {
    color: rgba(255, 255, 255, 0.7);
}


/* =========================================================
   PRODUCT GRID
========================================================= */

.npro_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px 22px;
}

.npro_card {
    position: relative;
    min-width: 0;

    background: #ffffff;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.npro_card:hover {
    transform: translateY(-4px);
}

.npro_image_area {
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
}

.npro_image_link {
    display: block;
}

.npro_img_wrap {
    width: 100%;
    height: 475px;
}

.npro_img {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center top;

    transition:
        opacity 0.6s ease,
        filter 0.6s ease,
        transform 0.7s ease;
}

.npro_card:hover .npro_img {
    transform: scale(1.035);
}


/* =========================================================
   PRODUCT BADGES
========================================================= */

.npro_badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 8;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 28px;
    padding: 6px 13px;

    border-radius: 2px;

    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    /*letter-spacing: 0.5px;*/
}

.npro_badge_sale {
    background: #8f6f60;
}

.npro_badge_sold {
    background: #111111;
}


/* =========================================================
   PRODUCT ACTIONS
========================================================= */

.npro_actions {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 9;

    display: flex;
    flex-direction: column;
    gap: 8px;

    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);

    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}

.npro_card:hover .npro_actions {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.npro_action_btn {
    width: 41px;
    height: 41px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.96);
    color: #111111;

    font-size: 15px;
    text-decoration: none;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, 0.12);

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.npro_action_btn:hover {
    background: #111111;
    color: #ffffff;
    transform: translateY(-2px);
}

.npro_heart_active {
    color: #c42121;
}

.npro_action_btn:hover .npro_heart_active {
    color: #ffffff !important;
}


/* =========================================================
   PRODUCT CONTENT
========================================================= */

.npro_content {
    padding: 5px 3px 0;
    text-align: center;
}

.npro_name_link {
    display: block;
    color: #111111;
    text-decoration: none;
}

.npro_name {
    min-height: 20px;
    margin: 0 0 0px;

    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
    text-align: center!important;
}

.npro_name_link:hover .npro_name {
    color: #777777;
}

.npro_price_row {
    min-height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 7px;
}

.npro_price {
    color: #111111;
    font-size: 14px;
    font-weight: 600;
}

.npro_old_price {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.npro_stock_text {
    display: block;
    margin-top: 7px;

    color: #65826b;
    font-size: 10px;
    /*letter-spacing: 0.4px;*/
}

.npro_out_text {
    color: #a13f3f;
}


/* =========================================================
   VIEW MORE
========================================================= */

.npro_view_more_wrap {
    margin-top: 52px;
    text-align: center;
}

.npro_view_more {
    min-width: 210px;
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 11px;
    padding: 12px 25px;

    border: 1px solid #111111;

    background: #111111;
    color: #ffffff !important;

    font-size: 13px;
    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.npro_view_more:hover {
    background: #ffffff;
    color: #111111 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .ncat_card {
        height: 480px;
    }

    .npro_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .npro_img_wrap {
        height: 410px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .ncat_section {
        padding: 25px 15px 0px;
    }

    .npro_section {
        padding: 34px 12px 55px;
    }

    .nsection_heading {
        margin-bottom: 25px;
    }

    .nsection_title {
        font-size: 25px;
    }

    /*
     * Categories: one card per row on mobile
     */
    .ncat_grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ncat_card {
        width: 100%;
        height: 500px;
    }

    .ncat_label {
        bottom: 34px;
        min-width: 205px;
        padding: 14px 20px;
    }

    .ncat_label h3 {
        font-size: 12px;
        /*letter-spacing: 2px;*/
    }

    /*
     * Products remain two per row on mobile.
     */
    .npro_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 11px;
    }

    .npro_img_wrap {
        height: 280px;
    }

    /*
     * Actions always visible on touch devices.
     */
    .npro_actions {
        top: 8px;
        right: 8px;

        gap: 6px;

        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .npro_action_btn {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .npro_badge {
        top: 8px;
        left: 8px;

        min-height: 24px;
        padding: 5px 8px;

        font-size: 8px;
    }

    .npro_content {
        padding-top: 5px;
    }

    .npro_name {
        min-height: 20px;
        margin-bottom: 0px;

        font-size: 12px;
        line-height: 1.5;
    }

    .npro_price_row {
        gap: 4px;
    }

    .npro_price {
        font-size: 11px;
    }

    .npro_old_price {
        font-size: 9px;
    }

    .npro_stock_text {
        margin-top: 5px;
        font-size: 8px;
    }

    .npro_view_more_wrap {
        margin-top: 38px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .ncat_card {
        height: 440px;
    }

    .npro_img_wrap {
        height: 245px;
    }

    .npro_name {
        font-size: 11px;
    }

    .npro_price {
        font-size: 10px;
    }

    .npro_action_btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

 /* Product card border */
.npro_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 18px 18px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.npro_card:hover {
    transform: translateY(-3px);
    border-color: #7d2137;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Keep content aligned */
.npro_content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 22px 24px;
}

/* Order button */
.npro_order_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 12px 20px;
    border: 1px solid black;
    border-radius: 16px;
    background: black;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.npro_order_btn:hover {
    background: #ffffff;
    color: #7d2137 !important;
    transform: translateY(-1px);
}

/* Sold-out button */
.npro_order_btn_disabled {
    cursor: not-allowed;
    background: #eeeeee;
    border-color: #dddddd;
    color: #999999 !important;
}

/* Mobile */
@media (max-width: 767px) {
    .npro_content {
        padding: 12px 10px 14px;
    }

    .npro_order_btn {
        min-height: 42px;
        margin-top: 12px;
        padding: 10px 8px;
        border-radius: 12px;
        font-size: 14px;
    }
}





 
/* =====================================================
   INNOVATIVE FEATURES SECTION
====================================================== */

.store_features_section {
    position: relative;
    width: 100%;
    padding: 90px 20px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(0, 0, 0, 0.035),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(0, 0, 0, 0.025),
            transparent 30%
        ),
        #f7f7f8;
}

.store_features_section::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -130px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 50%;
}

.store_features_section::after {
    content: "";
    position: absolute;
    bottom: -170px;
    left: -170px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 50%;
}

.store_features_container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1535px;
    margin: 0 auto;
}

.store_features_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

/* =====================================================
   CARD
====================================================== */

.store_feature_card {
    position: relative;
    min-height: 215px;
    padding: 32px 22px 28px;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.98),
            rgba(250, 250, 250, 0.92)
        );

    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 22px;

    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.035),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);

    isolation: isolate;

    transition:
        transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

/* Shining movement */
.store_feature_card::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -80%;
    z-index: -1;

    width: 70%;
    height: 300%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.8),
        transparent
    );

    transform: rotate(25deg);
    transition: left 0.8s ease;
}

.store_feature_card:hover::before {
    left: 130%;
}

/* Decorative corner shape */
.store_feature_card::after {
    content: "";
    position: absolute;
    top: -55px;
    left: -55px;

    width: 130px;
    height: 130px;

    background: rgba(0, 0, 0, 0.025);
    border-radius: 50%;

    transition:
        transform 0.5s ease,
        background 0.5s ease;
}

.store_feature_card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 0, 0, 0.28);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.store_feature_card:hover::after {
    transform: scale(1.25);
    background: rgba(0, 0, 0, 0.045);
}

/* =====================================================
   NUMBER
====================================================== */

.store_feature_number {
    position: absolute;
    top: 15px;
    left: 18px;

    color: rgba(0, 0, 0, 0.08);
    font-size: 34px;
    font-weight: 800;
    line-height: 1;

    transition:
        color 0.35s ease,
        transform 0.35s ease;
}

.store_feature_card:hover .store_feature_number {
    color: rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
}

/* =====================================================
   BACKGROUND GLOW
====================================================== */

.store_feature_glow {
    position: absolute;
    top: 48%;
    right: 50%;

    width: 130px;
    height: 130px;

    background: rgba(0, 0, 0, 0.025);
    filter: blur(30px);
    border-radius: 50%;

    transform: translate(50%, -50%) scale(0.7);
    opacity: 0;

    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.store_feature_card:hover .store_feature_glow {
    opacity: 1;
    transform: translate(50%, -50%) scale(1.3);
}

/* =====================================================
   ICON
====================================================== */

.store_feature_icon {
    position: relative;
    z-index: 2;

    width: 66px;
    height: 66px;
    margin-bottom: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f1f1;
    color: #111111;

    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;

    font-size: 25px;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);

    transform: rotate(-4deg);

    transition:
        transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
        background 0.35s ease,
        color 0.35s ease,
        border-radius 0.35s ease;
}

.store_feature_icon i {
    transition: transform 0.4s ease;
}

.store_feature_card:hover .store_feature_icon {
    color: #ffffff;
    background: #111111;
    border-radius: 50%;
    transform: rotate(0deg) translateY(-4px);
}

.store_feature_card:hover .store_feature_icon i {
    transform: scale(1.1);
}

/* =====================================================
   TEXT
====================================================== */

.store_feature_title {
    position: relative;
    z-index: 2;

    margin: 0 0 11px;

    color: #1f1f1f;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.store_feature_text {
    position: relative;
    z-index: 2;

    max-width: 280px;
    margin: 0;

    color: #70747d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

/* Bottom animated line */
.store_feature_line {
    position: absolute;
    right: 50%;
    bottom: 0;

    width: 0;
    height: 4px;

    background: #111111;
    border-radius: 10px 10px 0 0;

    transform: translateX(50%);

    transition: width 0.45s ease;
}

.store_feature_card:hover .store_feature_line {
    width: 58%;
}

/* =====================================================
   INITIAL LOAD ANIMATION
====================================================== */

.store_feature_card {
    opacity: 0;
    animation: storeFeatureReveal 0.7s ease forwards;
}

.store_feature_card:nth-child(1) {
    animation-delay: 0.05s;
}

.store_feature_card:nth-child(2) {
    animation-delay: 0.15s;
}

.store_feature_card:nth-child(3) {
    animation-delay: 0.25s;
}

.store_feature_card:nth-child(4) {
    animation-delay: 0.35s;
}

@keyframes storeFeatureReveal {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =====================================================
   TABLET
====================================================== */

@media (max-width: 991px) {

    .store_features_section {
        padding: 60px 18px;
    }

    .store_features_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

/* =====================================================
   MOBILE — TWO CARDS PER ROW
====================================================== */

@media (max-width: 575px) {

    .store_features_section {
        padding: 38px 10px;
    }

    .store_features_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .store_feature_card {
        min-height: 185px;
        padding: 25px 9px 20px;
        border-radius: 16px;
    }

    .store_feature_number {
        top: 10px;
        left: 10px;
        font-size: 22px;
    }

    .store_feature_icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
        border-radius: 15px;
        font-size: 19px;
    }

    .store_feature_title {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.5;
    }

    .store_feature_text {
        font-size: 11px;
        line-height: 1.65;
    }

    .store_feature_card:hover {
        transform: translateY(-5px);
    }
}

/* Disable large animations for users who prefer less motion */
@media (prefers-reduced-motion: reduce) {

    .store_feature_card,
    .store_feature_icon,
    .store_feature_icon i,
    .store_feature_number,
    .store_feature_line,
    .store_feature_glow {
        animation: none;
        transition: none;
    }

    .store_feature_card {
        opacity: 1;
    }
}



/* =========================================================
   CATEGORY + PRODUCT IMAGE WAVE ONLY
   This does not target the slider
========================================================= */

.ncat_img_wrap,
.npro_img_wrap {
    position: relative;
    overflow: hidden;
    background: #eeeeee;
}

/* Wavy loader */
.ncat_img_wrap::before,
.npro_img_wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;

    background: linear-gradient(
        100deg,
        #ececec 20%,
        #fafafa 40%,
        #ececec 60%
    );

    background-size: 200% 100%;
    animation: maidhaLazyWave 1.3s linear infinite;

    opacity: 1;
    visibility: visible;
    pointer-events: none;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

@keyframes maidhaLazyWave {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

/* Category and product images only */
.maidha_lazy_img {
    position: relative;
    z-index: 2;

    display: block;
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center top;

    opacity: 0;
    filter: blur(7px);
    transform: scale(1.025);

    transition:
        opacity 0.5s ease,
        filter 0.5s ease,
        transform 0.65s ease;
}

/* Loaded image */
.maidha_lazy_img.maidha_image_loaded {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}

/* Remove the wave after loading */
.ncat_img_wrap.maidha_image_wrapper_loaded::before,
.npro_img_wrap.maidha_image_wrapper_loaded::before {
    opacity: 0;
    visibility: hidden;
}






    /* =========================================================
   FIX DESKTOP SLIDER WIDTH AND HORIZONTAL SCROLL
========================================================= */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
}

/* Slider outer wrappers */
.slider-category,
.contain-slider,
#main-carousel,
#main-carousel .carousel-inner,
#main-carousel .carousel-item {
    width: 100% !important;
    /*max-width: 100% !important;*/

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    float: none !important;
}

/* Important when parent CSS accidentally makes it grid or flex */
.slider-category,
.contain-slider {
    display: block !important;
}

/* Each Bootstrap slide must occupy full width */
#main-carousel .carousel-item {
    position: relative;
    min-width: 100% !important;
}

/* Full slider image */
#main-carousel .slider_image {
    display: block !important;

    width: 100% !important;
    max-width: none !important;
    height: 600px !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;

    border-radius: 0 !important;
}

/* Prevent Bootstrap rows from causing side overflow */
.slider-category .row,
.contain-slider .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove accidental column restrictions */
.slider-category [class*="col-"],
.contain-slider [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;

    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Tablet */
@media (max-width: 991px) {
    #main-carousel .slider_image {
        height: 500px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    #main-carousel .slider_image {
        height: 430px !important;
    }
}

@media (max-width: 480px) {
    #main-carousel .slider_image {
        height: 380px !important;
    }
}

/* =========================================================
   FIX BOOTSTRAP SLIDER JUMP / NEXT IMAGE SHOWING BELOW
========================================================= */

#main-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#main-carousel .carousel-inner {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}

/* Every slide occupies the same fixed area */
#main-carousel .carousel-item {
    position: absolute !important;
    top: 0;
    left: 0;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
}

/* Only active or transitioning slides are visible */
#main-carousel .carousel-item:not(.active):not(.carousel-item-next):not(.carousel-item-prev) {
    display: none !important;
}

/* Keep the current slide inside the same area */
#main-carousel .carousel-item.active,
#main-carousel .carousel-item-next,
#main-carousel .carousel-item-prev {
    display: block !important;
}

/* Slider image */
#main-carousel .slider_image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: cover !important;
    object-position: center center !important;
}

/* Bootstrap horizontal slide movement */
#main-carousel .carousel-item-next:not(.carousel-item-left),
#main-carousel .active.carousel-item-right {
    transform: translateX(100%);
}

#main-carousel .carousel-item-prev:not(.carousel-item-right),
#main-carousel .active.carousel-item-left {
    transform: translateX(-100%);
}

#main-carousel .carousel-item-next.carousel-item-left,
#main-carousel .carousel-item-prev.carousel-item-right,
#main-carousel .carousel-item.active {
    transform: translateX(0);
}

/* Mobile height */
@media (max-width: 768px) {
    #main-carousel .carousel-inner {
        height: 563px;
    }
}

@media (max-width: 480px) {
    #main-carousel .carousel-inner {
        height: 563px;
    }
}





/*review*/
 
/* =====================================================
   REVIEWS SECTION
====================================================== */

.product_reviews_section {
    padding: 70px 0;
    background: #f8f8f8;
    direction: rtl;
}

.product_reviews_box {
    padding: 35px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 24px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
}

.product_reviews_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.product_reviews_badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 7px 18px;
    background: #f3ece8;
    border-radius: 30px;
    color: black;
    font-size: 13px;
    font-weight: 700;
}

.product_reviews_title {
    margin: 0;
    color: #222222;
    font-size: 28px;
    font-weight: 800;
}

.product_reviews_description {
    max-width: 440px;
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.8;
}

/* =====================================================
   EXISTING REVIEWS
====================================================== */

.product_reviews_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 35px;
}

.product_review_card {
    position: relative;
    padding: 22px;
    overflow: hidden;
    background: #faf8f6;
    border: 1px solid #e8e1dc;
    border-radius: 19px;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.product_review_card::before {
    content: "“";
    position: absolute;
    top: -8px;
    left: 14px;
    color: rgba(122, 103, 89, 0.09);
    font-family: Georgia, serif;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
}

.product_review_card:hover {
    transform: translateY(-3px);
    border-color: #cdbfb5;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

.product_review_top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 13px;
}

.product_review_customer {
    display: flex;
    align-items: center;
    gap: 11px;
}

.product_review_avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    background: black;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.product_review_name {
    margin: 0 0 3px;
    color: #252525;
    font-size: 15px;
    font-weight: 800;
}

.product_review_date {
    display: block;
    color: #999999;
    font-size: 11px;
}

.product_review_stars {
    display: flex;
    direction: ltr;
    gap: 2px;
    color: #d0d0d0;
    font-size: 15px;
    white-space: nowrap;
}

.product_review_stars .active {
    color: #d9a441;
}

.product_review_text {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #656565;
    font-size: 14px;
    line-height: 1.9;
    white-space: pre-line;
}

.product_reviews_empty {
    grid-column: 1 / -1;
    padding: 30px 20px;
    background: #fafafa;
    border: 1px dashed #d8d8d8;
    border-radius: 18px;
    color: #888888;
    font-size: 14px;
    text-align: center;
}

/* =====================================================
   REVIEW FORM
====================================================== */

.product_review_form_box {
    position: relative;
    padding: 30px;
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff, #fbfaf9);
    border: 1px solid #e4ddd8;
    border-radius: 22px;
}

.product_review_form_box::after {
    content: "";
    position: absolute;
    top: -75px;
    left: -75px;
    width: 180px;
    height: 180px;
    background: rgba(122, 103, 89, 0.05);
    border-radius: 50%;
}

.product_review_form_heading {
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
}

.product_review_form_heading h3 {
    margin: 0 0 7px;
    color: #252525;
    font-size: 22px;
    font-weight: 800;
}

.product_review_form_heading p {
    margin: 0;
    color: #888888;
    font-size: 13px;
}

.product_review_form_grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.product_review_field {
    width: 100%;
}

.product_review_field_full {
    grid-column: 1 / -1;
}

.product_review_label {
    display: block;
    margin: 0 3px 8px;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.product_review_input {
    display: block;
    width: 100%;
    height: 52px;
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 13px;
    outline: none;
    color: #333333;
    font-family: inherit;
    font-size: 14px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

textarea.product_review_input {
    height: 130px;
    min-height: 130px;
    padding-top: 14px;
    resize: vertical;
}

.product_review_input:focus {
    border-color: black;
    box-shadow: 0 0 0 4px rgba(122, 103, 89, 0.09);
}

/* Rating stars */
.product_rating_picker {
    display: flex;
    align-items: center;
    direction: ltr;
    gap: 8px;
    min-height: 52px;
    padding: 8px 15px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 13px;
}

.product_rating_star {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none !important;
    color: #d4d4d4;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition:
        color 0.18s ease,
        transform 0.18s ease;
}

.product_rating_star:hover {
    transform: scale(1.13);
}

.product_rating_star.is-selected,
.product_rating_star.is-hovered {
    color: #d9a441;
}

.product_review_submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 54px;
    padding: 13px 25px;
    background:black;
    border: 1px solid black;
    border-radius: 30px;
    color: #ffffff !important;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(122, 103, 89, 0.2);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.product_review_submit:hover {
    background: #665448;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(122, 103, 89, 0.27);
}

.product_review_submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
}

.product_review_message {
    display: none;
    margin: 15px 0 0;
    padding: 11px 14px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.product_review_message.is-success {
    display: block;
    background: #edf8ef;
    border: 1px solid #cce8d1;
    color: #247334;
}

.product_review_message.is-error {
    display: block;
    background: #fff0f0;
    border: 1px solid #f0cccc;
    color: #b42929;
}

/* =====================================================
   RESPONSIVE
====================================================== */

@media (max-width: 767px) {
    .product_reviews_section {
        padding: 45px 0;
    }

    .product_reviews_box {
        padding: 20px 14px;
        border-radius: 18px;
    }

    .product_reviews_header {
        display: block;
        margin-bottom: 23px;
    }

    .product_reviews_title {
        font-size: 23px;
    }

    .product_reviews_description {
        margin-top: 10px;
        font-size: 12px;
    }

    .product_reviews_list {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 25px;
    }

    .product_review_card {
        padding: 17px;
        border-radius: 15px;
    }

    .product_review_form_box {
        padding: 21px 14px;
        border-radius: 17px;
    }

    .product_review_form_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .product_review_field_full {
        grid-column: auto;
    }

    .product_rating_picker {
        justify-content: center;
    }

    .product_rating_star {
        font-size: 29px;
    }
}
 
 
   /* =====================================================
   SOFT ANIMATED HEADER BACKGROUND
====================================================== */

.nheader_wrapper {
    position: relative;
    /*overflow: hidden;*/
    isolation: isolate;

    background:
        radial-gradient(
            circle at 10% 30%,
            rgba(122, 103, 89, 0.07),
            transparent 28%
        ),
        radial-gradient(
            circle at 88% 65%,
            rgba(122, 103, 89, 0.05),
            transparent 30%
        ),
        #f7f5f3;
}

/* Keep header content above circles */
.nheader_wrapper > * {
    position: relative;
    z-index: 2;
}

/* Top-right circle */
.nheader_wrapper::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -95px;
    z-index: 1;

    width: 260px;
    height: 260px;

    border: 1px solid rgba(122, 103, 89, 0.12);
    border-radius: 50%;

    pointer-events: none;
    animation: headerCircleOne 10s ease-in-out infinite;
}

/* Bottom-left circle */
.nheader_wrapper::after {
    content: "";
    position: absolute;
    bottom: -135px;
    left: -105px;
    z-index: 1;

    width: 290px;
    height: 290px;

    background: rgba(122, 103, 89, 0.035);
    border: 1px solid rgba(122, 103, 89, 0.08);
    border-radius: 50%;

    pointer-events: none;
    animation: headerCircleTwo 13s ease-in-out infinite;
}

.nheader_desktop,
.nheader_mobile,
.nheader_desktop_bar,
.nheader_mobile_bar {
    background: transparent ;
}

@keyframes headerCircleOne {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-14px, 16px);
    }
}

@keyframes headerCircleTwo {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(18px, -12px);
    }
}

@media (max-width: 767px) {
    .nheader_wrapper::before {
        top: -90px;
        right: -90px;
        width: 190px;
        height: 190px;
    }

    .nheader_wrapper::after {
        bottom: -105px;
        left: -85px;
        width: 210px;
        height: 210px;
    }
}
 
 
 
 
 
    /* =====================================================
   HOME REVIEWS SECTION
====================================================== */

.home_reviews_section {
    position: relative;
    width: 100%;
    padding: 85px 20px;
    overflow: hidden;
    background: #f7f5f3;
}

.home_reviews_section::before {
    content: "";
    position: absolute;
    top: -130px;
    right: -120px;
    width: 320px;
    height: 320px;
    background: rgba(122, 103, 89, 0.05);
    border-radius: 50%;
}

.home_reviews_section::after {
    content: "";
    position: absolute;
    bottom: -170px;
    left: -150px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(122, 103, 89, 0.09);
    border-radius: 50%;
}

.home_reviews_container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.home_reviews_heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 35px;
}

.home_reviews_small_title {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 17px;
    background: #ffffff;
    border: 1px solid #ded6d0;
    border-radius: 30px;
    color: #7a6759;
    font-size: 12px;
    font-weight: 800;
}

.home_reviews_title {
    margin: 0;
    color: #222222;
    font-size: 34px;
    font-weight: 800;
}

.home_reviews_description {
    max-width: 430px;
    margin: 0;
    color: #777777;
    font-size: 14px;
    line-height: 1.8;
}

/* Slider spacing */
.home_reviews_slider {
    margin: 0 -9px;
}

.home_review_slide {
    height: 100%;
    padding: 10px 9px;
}

.home_review_card {
    position: relative;
    min-height: 275px;
    height: 100%;
    padding: 27px 24px 24px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e2dcd7;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.home_review_card:hover {
    transform: translateY(-6px);
    border-color: #bfaea2;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
}

.home_review_quote {
    position: absolute;
    top: -15px;
    left: 17px;
    color: rgba(122, 103, 89, 0.09);
    font-family: Georgia, serif;
    font-size: 105px;
    font-weight: bold;
    line-height: 1;
}

.home_review_top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.home_review_customer {
    display: flex;
    align-items: center;
    gap: 11px;
}

.home_review_avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    background: #7a6759;
    border-radius: 50%;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(122, 103, 89, 0.19);
}

.home_review_name {
    margin: 0 0 4px;
    color: #242424;
    font-size: 15px;
    font-weight: 800;
}

.home_review_date {
    color: #999999;
    font-size: 11px;
}

.home_review_stars {
    display: flex;
    direction: ltr;
    gap: 2px;
    color: #d7d7d7;
    font-size: 14px;
    white-space: nowrap;
}

.home_review_stars i.active {
    color: #d8a440;
}

.home_review_text {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    min-height: 85px;
    margin: 0 0 20px;
    overflow: hidden;
    color: #666666;
    font-size: 14px;
    line-height: 1.9;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home_review_product {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding-top: 15px;
    border-top: 1px solid #eeeeee;
    color: #7a6759 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.home_review_product span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home_review_product:hover {
    color: #4f4036 !important;
}

/* Controls */
.home_reviews_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 28px;
}

.home_reviews_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    padding: 0;
    background: #ffffff;
    border: 1px solid #dcd3cd;
    border-radius: 50%;
    color: #7a6759;
    font-size: 14px;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.home_reviews_arrow:hover {
    background: #7a6759;
    color: #ffffff;
    transform: translateY(-2px);
}

.home_reviews_dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_reviews_dots .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home_reviews_dots .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.home_reviews_dots .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #cfc5be;
    border: 0;
    border-radius: 20px;
    font-size: 0;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.home_reviews_dots .slick-dots li.slick-active button {
    width: 25px;
    background: #7a6759;
}

.home_reviews_dots .slick-dots button::before {
    display: none;
}

/* Equal card heights */
.home_reviews_slider .slick-track {
    display: flex !important;
}

.home_reviews_slider .slick-slide {
    height: inherit !important;
}

.home_reviews_slider .slick-slide > div {
    height: 100%;
}


.slick-list  
{
    direction:rtl;
}
/* =====================================================
   MOBILE
====================================================== */

@media (max-width: 767px) {
    .home_reviews_section {
        padding: 50px 12px;
    }

    .home_reviews_heading {
        display: block;
        margin-bottom: 22px;
    }

    .home_reviews_title {
        font-size: 25px;
    }

    .home_reviews_description {
        margin-top: 10px;
        font-size: 12px;
    }

    .home_review_card {
        min-height: 255px;
        padding: 22px 17px;
        border-radius: 18px;
    }

    .home_review_top {
        display: block;
    }

    .home_review_stars {
        margin-top: 12px;
    }

    .home_review_text {
        font-size: 13px;
    }

    .home_reviews_controls {
        margin-top: 20px;
    }

    .home_reviews_arrow {
        width: 39px;
        height: 39px;
    }
}













/* Simple website background with soft circles */

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(
            circle at 8% 18%,
            rgba(122, 103, 89, 0.07) 0,
            rgba(122, 103, 89, 0.03) 16%,
            transparent 34%
        ),
        radial-gradient(
            circle at 92% 75%,
            rgba(122, 103, 89, 0.06) 0,
            transparent 30%
        ),
        #f7f5f3;
    background-attachment: fixed;
}

/* Top-right outlined circle */

body::before {
    content: "";
    position: fixed;
    top: -150px;
    right: -150px;
    z-index: 0;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(122, 103, 89, 0.09);
    border-radius: 50%;

    pointer-events: none;
    animation: bodyCircleOne 12s ease-in-out infinite;
}

/* Bottom-left outlined circle */

body::after {
    content: "";
    position: fixed;
    bottom: -190px;
    left: -180px;
    z-index: 0;

    width: 420px;
    height: 420px;

    border: 1px solid rgba(122, 103, 89, 0.08);
    border-radius: 50%;

    pointer-events: none;
    animation: bodyCircleTwo 15s ease-in-out infinite;
}

/* Keep website content above circles */

body > * {
    position: relative;
    z-index: 1;
}

@keyframes bodyCircleOne {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-18px, 20px);
    }
}

@keyframes bodyCircleTwo {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(22px, -18px);
    }
}

@media (max-width: 767px) {
    body {
        background-attachment: scroll;
    }

    body::before {
        width: 260px;
        height: 260px;
    }

    body::after {
        width: 300px;
        height: 300px;
    }
}








 /* =====================================================
   CURRENCY DROPDOWN SCROLL
====================================================== */

.nheader_currency_dropdown {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #999999 #f1f1f1;
}

.nheader_currency_dropdown::-webkit-scrollbar {
    width: 6px;
}

.nheader_currency_dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.nheader_currency_dropdown::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

.nheader_currency_dropdown::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

/* Mobile currency list */

.nheader_mobile_currency_scroll {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #999999 #f1f1f1;
}

.nheader_mobile_currency_scroll::-webkit-scrollbar {
    width: 5px;
}

.nheader_mobile_currency_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.nheader_mobile_currency_scroll::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}

/* Currency flag size */

.nheader_currency_img {
    width: 25px;
    height: 18px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 2px;
}

