@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-green: #d3aa05;
    --dark-green: #b39005;
    --text-muted: #777;
    --star-color: #f5b041;
    --sale-badge: #8ec0af;
    --hot-badge: #f6a5a5;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #0B3779;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
}
@media (max-width: 1199px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
}
.slick-slide {
    height: auto;
}
/* Top Bar */
.top-bar {
    background-color: #d3aa05;
    font-size: 13px;
}
ul#menu-top-menu{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
ul#menu-top-menu li{
	display: inline-block;
}
.top-links a, .top-links ul#menu-top-menu li a{
    color: white;
    margin-left: 20px;
    text-decoration: none;
    opacity: 0.8;
}
.top-links a:hover { opacity: 1; }

/* Header */
.logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.logo-text:hover { color: #333; text-decoration: none; }

.search-bar .form-control {
    border-radius: 20px 0 0 20px;
    border: 1px solid #ddd;
    border-right: none;
    background-color: #f8f9fa;
}
.search-bar .input-group-text {
    border-radius: 0 20px 23px 0;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 0px;
    height: 38px;
}
form#searchform {
    display: inline-block;
    width: 100%;
    position: relative;
}
.header-icons { font-size: 15px; }
.header-icons .icon-link {
    color: #333;
    font-size: 20px;
    margin-left: 25px;
}
.badge-custom {
    background-color: var(--primary-green);
    color: white;
    position: absolute;
    top: -8px;
    right: -10px;
    font-size: 10px;
}

/* Navbar */
.main-nav { background-color: white !important; border-bottom: 1px solid #f0f0f0; }
.main-nav .nav-link { font-weight: 500; color: #333 !important; margin-right: 15px; position: relative;}
.badge-sale { background-color: var(--sale-badge); color: white; font-size: 9px; vertical-align: super;}
.badge-hot { background-color: var(--hot-badge); color: white; font-size: 9px; vertical-align: super;}
.discount-text {
    color: var(--primary-green);
    font-weight: 600;
    text-align: right;
    width: 100%;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 500 !important;
}
/* Hero Sections using actual images */
.hero-section {
    height: 500px;
    background-color: #f4ede1; 
    background-image: url('images/main-hero.jpg');
    background-size: cover;
    background-position: center;
}
.hero-content h1 { font-size: 3.5rem; letter-spacing: -1px; }
.hero-price { font-size: 2.5rem; font-weight: 700; color: var(--primary-green); margin-right: 15px; }
.hero-old-price { font-size: 1.5rem; text-decoration: line-through; color: #999; }

.secondary-hero {
    height: 400px;
    background-color: #e0d9cf;
    background-image: url('images/cms.jpg');
    background-size: cover;
    background-position: center;
}

/* Custom Buttons */
.btn-primary-custom {
    background-color: var(--primary-green);
    color: white;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 500;
    border: none;
    transition: 0.3s;
}
.btn-primary-custom:hover { background-color: var(--dark-green); color: white; }

/* Features */
.feature-item h6 { font-size: 14px; }
.feature-item small { font-size: 12px; }

/* Promo Cards Using Images from Directory */
.promo-card {
    border-radius: 5px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center right;
}

/* Setting backgrounds for the small banners */
.bg-promo-1 { background-image: url('images/banner_01.jpg'); background-color: #fde8e5;}
.bg-promo-2 { background-image: url('images/banner_02.jpg'); background-color: #e9ecef;}
.bg-promo-3 { background-image: url('images/banner_03.jpg'); background-color: #f3ede2;}

/* Setting background for the tall vertical banner */
.bg-tall-promo { 
    background-image: url('images/banner_06.jpg'); 
    background-size: cover; 
    background-position: center;
    border-radius: 5px;
    position: relative;
}
.tall-promo-content {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
}

/* Setting backgrounds for the large bottom banners */
.bg-large-promo-1 { background-image: url('images/banner_04.jpg'); background-color: #fde8e5;}
.bg-large-promo-2 { background-image: url('images/Banner.jpg'); background-color: #d1ebd8;}

.promo-card small { font-size: 11px; letter-spacing: 1px; color: #666; margin-bottom: 10px; display: block;}
.promo-card h4 { font-weight: 700; font-size: 20px; margin-bottom: 20px; line-height: 1.3;}
.promo-card h3 { font-weight: 700; font-size: 26px; line-height: 1.3;}
.promo-link, .product-title a { text-decoration: underline; color: #333; font-weight: 600; font-size: 14px;}
.promo-link:hover { color: var(--primary-green); }
.large-promo { padding: 50px 30px; }
.btn-add-cart a{
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
}
/* Product Cards */
.section-title { font-weight: 700; font-size: 28px; }
.product-card {
    background: white;
    border-radius: 5px;
    position: relative;
    transition: 0.3s;
    height: 100%;
}
.product-card:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.product-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: var(--primary-green);
    color: white;
    font-size: 11px;
    padding: 3px 6px;
    border-radius: 10px;
    z-index: 2;
}
.product-img-wrapper { position: relative; text-align: center; height: 300px; overflow: hidden;}
}
.product-img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: darken;
    height: 100%;
    object-fit: cover;
}

.product-info { text-align: left; }
.product-title, .product-title a { font-size: 15px; font-weight: 500; color: #444; margin-bottom: 8px; line-height: 1.4; text-decoration: none;}
.product-rating { color: var(--star-color); font-size: 11px; margin-bottom: 8px; }
.old-price { text-decoration: line-through; color: #aaa; font-size: 13px; margin-right: 5px; }
.current-price { font-weight: 700; color: #333; font-size: 15px; }
.product-action-icons span.yith-wcwl-add-to-wishlist-button__label{
	display: none;
}
.product-action-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg{
    width: 18px;
    max-width: 18px;
}
.product-action-icons .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor svg.yith-wcwl-icon-svg:hover{
    color: #fff !important;
}
/* Countdown Timer */
.countdown-timer {
    display: flex;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}
.cd-box {
    background: white;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    min-width: 35px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.cd-box span { display: block; font-weight: 700; font-size: 12px; line-height: 1; margin-bottom: 2px;}
.cd-box small { font-size: 8px; color: #999; display: block; line-height: 1;}

.countdown-timer.compact { bottom: 5px; }
.countdown-timer.compact .cd-box { min-width: 25px; padding: 3px;}

/* Best Sellers */
.best-seller-card img { border-radius: 5px; object-fit: contain;}

/* Brands using provided logos */
.brands-section .brand-logo {
    max-height: 40px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: 0.3s;
}
.brands-section .brand-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ==========================================================================
   RESPONSIVE DESIGN (Media Queries)
   ========================================================================== */

/* ---------------------------------------------------
   TABLET & SMALL DESKTOPS (Max Width: 991px)
--------------------------------------------------- */
@media (max-width: 991px) {
    /* Header & Navigation */
    .header-icons { margin-top: 15px; justify-content: flex-start !important; }
    .contact-info { display: none; } /* Hide phone number to save space */
    .discount-text { display: none; } /* Hide weekly discount text in toggled menu */
    .navbar-nav { padding-top: 15px; }
    
    /* Hero Sections */
    .hero-content h1 { font-size: 2.8rem; }
    .secondary-hero .display-4 { font-size: 2.5rem; }
    
    /* Promos */
    .banner-title { font-size: 22px; }
    .large-promo h3 { font-size: 22px; }
}


/* Slick Carousel Customization */
.product-carousel {
    margin: 0 -10px;
}

/* Base Arrow Style */
.slick-prev, .slick-next {
    width: 45px;
    height: 45px;
    z-index: 100;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: white;
    opacity: 1;
}

/* Left Arrow (Green) */
.slick-prev {
    left: -22px;
    background-color: #5a8a77 !important; /* Dark Green */
}
.slick-prev:before { content: "\f053"; } /* fa-chevron-left */

/* Right Arrow (Dark Grey) */
.slick-next {
    right: -22px;
    background-color: #333 !important; /* Dark Grey/Black */
}
.slick-next:before { content: "\f054"; } /* fa-chevron-right */

.slick-prev:hover, .slick-next:hover {
    opacity: 0.8;
}

/* Border between items like in image */
.product-card.border-right {
    border-right: 1px solid #f0f0f0 !important;
}

/* Adjustments for the countdown inside carousel */
.product-card .countdown-timer.compact {
    bottom: 0;
    position: relative;
    margin-top: 15px;
    background: transparent;
}
.product-card .countdown-timer.compact .cd-box {
    border: none;
    background: #f8f9fa;
}

/* Sticky Header styles */
.header { transition: all 0.3s ease; }
.header.sticky-active {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* Badge animation when item is added */
.animate-pop {
    transform: scale(1.4);
    transition: transform 0.2s ease-out;
}

/* Prevent images from being huge before Slick loads */
.product-carousel .px-2 {
    display: none;
}
.product-carousel.slick-initialized .px-2 {
    display: block;
}

/* Ensure images fit the slide */
.product-carousel img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Fix for slick arrows that might be hidden by overflow */
.slick-list {
    overflow: visible !important;
}
.container {
    overflow: visible !important;
}


/* ---------------------------------------------------
   MOBILE DEVICES (Max Width: 767px)
--------------------------------------------------- */
@media (max-width: 767px) {
    
    /* Top Bar */
    .top-links { display: none; } /* Hide links, keep only promo text */
    .top-text { text-align: center; width: 100%; font-size: 11px; }

    /* Smart Mobile Header (Logo left, Icons right, Search bottom) */
    .header .row { display: flex; flex-wrap: wrap; align-items: center; }
    .header .col-md-3 { width: 50%; order: 1; } /* Logo */
    .header .col-md-4 { width: 50%; order: 2; justify-content: flex-end !important; margin-top: 0; } /* Icons */
    .header .col-md-5 { width: 100%; order: 3; margin-top: 15px; } /* Search Bar */
    .header-icons .icon-link { margin-left: 15px; } /* Closer icons */

    /* Hero Sections */
    .hero-section {
        height: 380px;
        background-position: 70% center; /* Adjust image focus */
        text-align: center;
    }
    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255, 255, 255, 0.6); /* Slight overlay so text is readable over the image */
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
    }
    .hero-content h1 { font-size: 2.2rem; }
    .hero-price { font-size: 2rem; }
    
    .secondary-hero {
        height: 320px;
        text-align: center;
    }
    .secondary-hero .hero-content {
        padding-left: 15px !important;
        align-items: center;
        background: rgba(255, 255, 255, 0.6);
    }
    .secondary-hero .display-4 { font-size: 2rem; }

    /* Features Section */
    .feature-item { margin-bottom: 25px; justify-content: flex-start; }
    .feature-item:last-child { margin-bottom: 0; }

    /* Product Grids - Force 2 Columns on Mobile (E-commerce Best Practice) */
    .row-cols-1 > .col {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .product-card { border: 1px solid #eee; }
    .product-info { padding: 10px !important; }
    .product-title { font-size: 11px; min-height: 32px; margin-bottom: 4px; }
    .current-price { font-size: 13px; }
    .old-price { font-size: 11px; }
    .product-rating { font-size: 9px; margin-bottom: 4px; }
    .product-badge { font-size: 9px; padding: 2px 5px; }
    
    /* Countdown Adjustments for Mobile */
    .countdown-timer .cd-box { min-width: 22px; padding: 2px; }
    .countdown-timer .cd-box span { font-size: 10px; }
    .countdown-timer .cd-box small { display: none; } /* Hide text like "DAYS" to save space */

    /* Promo Banners */
    .banner-card { height: 180px; padding-left: 20px; margin-bottom: 15px; }
    .banner-title { font-size: 20px; }
    .banner-subtitle { font-size: 11px; margin-bottom: 5px; }
    
    .large-promo { padding: 30px 20px !important; background-position: center right 20%; }
    .large-promo h3 { font-size: 20px; }
    
    /* Tall Mid-Section Promo */
    .bg-tall-promo { min-height: 250px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;}
    .tall-promo-content { position: relative; top: 0; padding: 20px; }

    /* Best Sellers */
    .best-seller-card { margin-bottom: 15px; }
    
    /* Brands */
    .brands-section div { justify-content: center !important; gap: 15px; }
    .brands-section .brand-logo { max-height: 25px; margin-bottom: 10px;}
}

/* ---------------------------------------------------
   VERY SMALL PHONES (Max Width: 400px)
--------------------------------------------------- */
@media (max-width: 400px) {
    .header .col-md-3 { width: 40%; }
    .header .col-md-4 { width: 60%; }
    .header-icons .icon-link { margin-left: 10px; font-size: 18px; }
    .hero-content h1 { font-size: 1.8rem; }
}

/* ==========================================================================
   PROMO BANNERS SECTION
   ========================================================================== */
.promo-banners { background-color: #fff; }
.banner-card {
    position: relative;
    width: 100%;
    height: 240px; 
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center; 
    padding-left: 35px; 
    background-size: cover;
    background-position: center right;
    transition: transform 0.3s ease;
}
.banner-card:hover { transform: translateY(-5px); }
.banner-pink { background-color: #fce4e4; background-image: url('images/banner_01.jpg'); }
.banner-grey { background-color: #e9ecef; background-image: url('images/banner_02.jpg'); }
.banner-beige { background-color: #f3ede2; background-image: url('images/banner_03.jpg'); }

.banner-content { max-width: 65%; z-index: 1; }
.banner-subtitle {
    display: block; font-size: 13px; font-weight: 600; 
    color: #444; letter-spacing: 1.2px; margin-bottom: 15px; text-transform: uppercase;
}
.banner-title {
    font-size: 28px; font-weight: 700; color: #222; 
    line-height: 1.2; margin-bottom: 20px;
}
.banner-link {
    font-size: 15px; font-weight: 700; color: #222; 
    text-decoration: none; display: inline-block; 
    border-bottom: 2px solid #222; padding-bottom: 2px; 
    transition: 0.3s ease;
}
.banner-link:hover { color: #5a8a77; border-color: #5a8a77; text-decoration: none; }

/* ==========================================================================
   PRODUCT HOVER EFFECTS & ADD TO CART
   ========================================================================== */
.product-card {
    position: relative;
    background: white;
    transition: 0.3s;
    height: 100%;
}
.product-info {
    position: relative;
    padding-bottom: 60px !important; /* Extra space so button doesn't cover text */
}

/* Action Icons (Left Side) */
.product-action-icons {
    position: absolute;
    top: 15px; left: 15px;
    display: flex; flex-direction: column; gap: 8px; z-index: 10;
    opacity: 0; transform: translateX(-15px);
    transition: all 0.3s ease-in-out;
}
.action-icon {
    width: 32px; height: 32px; border-radius: 50%;
    background: #f4f5f7; color: #333; display: flex;
    align-items: center; justify-content: center;
    text-decoration: none; font-size: 13px; transition: 0.3s;
}
.action-icon:hover { background: #5a8a77; color: white; text-decoration: none; }

/* Add To Cart Button */
.btn-add-cart {
    position: absolute; bottom: 15px; left: 15px;
    width: calc(100% - 30px);
    background-color: #d3aa05; color: white;
    border: none; padding: 10px; border-radius: 25px;
    font-weight: 600; font-size: 14px; z-index: 10;
    opacity: 0; transform: translateY(15px);
    transition: all 0.3s ease-in-out;
}
.btn-add-cart:hover { background-color: #c9ac6f; color: white; }
.hero-banner-slider-row{
	margin-bottom: 60px;
}
/* Hover Triggers */
.product-card:hover .product-action-icons { opacity: 1; transform: translateX(0); }
.product-card:hover .btn-add-cart { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   SLICK CAROUSEL CUSTOMIZATION
   ========================================================================== */
.product-carousel { margin: 0 -10px; }
.product-carousel .px-2 { outline: none; }
.product-card.border-right { border-right: 1px solid #f0f0f0 !important; }

/* Base Arrow Style */
.slick-prev, .slick-next {
    width: 45px; height: 45px; z-index: 100; border-radius: 50%;
    display: flex !important; align-items: center; justify-content: center;
    transition: 0.3s; border: none; position: absolute; top: 40%;
}
.slick-prev:before, .slick-next:before { display: none; } /* Hide default slick font */
.slick-prev i, .slick-next i { font-size: 18px; color: white; }

/* Arrow Colors */
.slick-prev { left: -22px; background-color: #5a8a77; }
.slick-next { right: -22px; background-color: #333; }
.slick-prev:hover, .slick-next:hover { opacity: 0.8; }

/* Prevent images from blowing up before slick loads */
.product-carousel img { width: 100%; height: auto; display: block; margin: 0 auto; }
.slick-list, .container { overflow: visible !important; }

/* Adjustments for the countdown inside carousel */
.product-card .countdown-timer.compact { bottom: 0; position: relative; margin-top: 15px; background: transparent; }
.product-card .countdown-timer.compact .cd-box { border: none; background: #f8f9fa; }

/* ==========================================================================
   HEADER STICKY ANIMATION
   ========================================================================== */
.header { transition: all 0.3s ease; background: #facb0e;}
.header.sticky-active {
    padding-top: 10px !important; padding-bottom: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); background: #facb0e;
    position: sticky; top: 0; z-index: 1000;
}

/* ==========================================================================
   RESPONSIVE DESIGN (Media Queries)
   ========================================================================== */

/* Tablet & Small Desktops (Max Width: 991px) */
@media (max-width: 991px) {
    .header-icons { margin-top: 15px; justify-content: flex-start !important; }
    .contact-info, .discount-text { display: none; } 
    .navbar-nav { padding-top: 15px; }
    .hero-content h1 { font-size: 2.8rem; }
    .secondary-hero .display-4 { font-size: 2.5rem; }
    .banner-title { font-size: 24px; }
    .banner-card { height: 200px; padding-left: 20px; }
}

/* Mobile Devices (Max Width: 767px) */
@media (max-width: 767px) {
    .top-links { display: none; } 
    .top-text { text-align: center; width: 100%; font-size: 11px; }

    /* Smart Mobile Header */
    .header .row { display: flex; flex-wrap: wrap; align-items: center; }
    .header .col-md-3 { width: 50%; order: 1; }
    .header .col-md-4 { width: 50%; order: 2; justify-content: flex-end !important; margin-top: 0; }
    .header .col-md-5 { width: 100%; order: 3; margin-top: 15px; } 
    .header-icons .icon-link { margin-left: 15px; } 

    /* Heros */
    .hero-section { height: 380px; background-position: 70% center; text-align: center; }
    .hero-content { background: rgba(255, 255, 255, 0.7); padding: 20px; border-radius: 10px; margin-top: 20px; }
    .hero-content h1 { font-size: 2.2rem; }
    .secondary-hero { height: 320px; text-align: center; }
    .secondary-hero .hero-content { padding-left: 15px !important; align-items: center; background: rgba(255, 255, 255, 0.7); }
    .secondary-hero .display-4 { font-size: 2rem; }

    /* Features */
    .feature-item { margin-bottom: 25px; justify-content: flex-start; }
    .feature-item:last-child { margin-bottom: 0; }

    /* Products */
    .product-info { padding: 10px !important; padding-bottom: 50px !important; }
    .product-title { font-size: 11px; min-height: 32px; margin-bottom: 4px; }
    .current-price { font-size: 13px; } .old-price { font-size: 11px; }
    .product-rating { font-size: 9px; margin-bottom: 4px; }
    .product-badge { font-size: 9px; padding: 2px 5px; }
    
    .countdown-timer .cd-box { min-width: 22px; padding: 2px; }
    .countdown-timer .cd-box span { font-size: 10px; }
    .countdown-timer .cd-box small { display: none; } 

    /* Mobile Promo Banners */
    .banner-card { height: 180px; padding-left: 20px; margin-bottom: 15px; }
    .banner-title { font-size: 20px; }
    .banner-subtitle { font-size: 11px; margin-bottom: 5px; }

    /* Brands */
    .brands-section div { justify-content: center !important; gap: 15px; }
    .brands-section .brand-logo { max-height: 25px; margin-bottom: 10px;}
}

/* Very Small Phones (Max Width: 400px) */
@media (max-width: 400px) {
    .header .col-md-3 { width: 40%; }
    .header .col-md-4 { width: 60%; }
    .header-icons .icon-link { margin-left: 10px; font-size: 18px; }
}

/* ==========================================================================
   FIX: EQUAL HEIGHT FOR ALL CAROUSEL BOXES
   ========================================================================== */

/* 1. Force the slick track to be a Flexbox container */
.product-carousel .slick-track {
    display: flex !important;
}

/* 2. Force each slide to inherit the height of the tallest slide */
.product-carousel .slick-slide {
    height: inherit !important;
    display: flex !important;
}

/* 3. Slick injects an inner div, make it fill the height */
.product-carousel .slick-slide > div {
    display: flex;
    width: 100%;
}

/* 4. Make your padding wrapper (.px-2) stretch */
.product-carousel .px-2 {
    display: flex;
    width: 100%;
    flex: 1;
}

/* 5. Ensure the product card fills that stretched height */
.product-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* 6. Make the info section stretch to fill empty space */
.product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* 7. Push the price to the bottom so prices/buttons align perfectly horizontally */
.product-price {
    margin-top: auto;
}

/* ==========================================================================
   MID SECTION: TALL PROMO & 2-ROW GRID CAROUSEL
   ========================================================================== */

/* Tall Promo Styling */
.bg-tall-promo {
    background-color: #f4f5f7;
    background-image: url('images/banner_06.jpg'); /* The image of the woman with cream */
    background-size: cover;
    background-position: center bottom;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.tall-promo-content {
    position: relative;
    z-index: 2;
}

/* 2-Row Slick Carousel Equal Height Fixes */
.mid-product-carousel {
    margin-bottom: 0;
}

/* Show arrows on hover for the mid carousel too */
.mid-product-carousel .slick-prev,
.mid-product-carousel .slick-next {
    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 20;
}

.mid-product-carousel:hover .slick-prev,
.mid-product-carousel:hover .slick-next {
    opacity: 1 !important;
    visibility: visible;
}

/* Fix Slick Multi-Row Layout Heights */
.mid-product-carousel .slick-slide {
    height: auto !important; /* Reset inherited height for multi-row */
}

/* This targets the inner row divs slick creates */
.mid-product-carousel .slick-slide > div {
    display: flex;
    height: 50%; /* 2 rows, so each row is 50% height */
}

/* Force cards to stretch */
.mid-product-carousel .px-1 {
    display: flex;
    width: 100%;
}
.mid-product-carousel .product-card {
    flex: 1;
}

/* Remove border-right globally from cards in this grid, we use actual borders now */
.mid-product-carousel .product-card.border {
    border: 1px solid #f0f0f0 !important;
}

/* ==========================================================================
   PERFECT 2-ROW GRID & ARROW POSITIONING (MID-SECTION)
   ========================================================================== */

/* 1. Remove paddings so the cards touch each other */
.mid-product-carousel .px-1, 
.mid-product-carousel .py-1 {
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Create the Seamless Grid Borders */
/* Put border on the outside container */
.mid-product-carousel {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

/* Put borders on the right and bottom of every card */
.mid-product-carousel .product-card {
    border-right: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
    border-left: none !important;
    border-top: none !important;
    border-radius: 0 !important; /* Sharp corners for the grid */
    box-shadow: none !important; /* Prevent hover shadows from breaking the flat grid look */
}

/* 3. Center the Arrows EXACTLY on the middle line */
.mid-product-carousel .slick-prev,
.mid-product-carousel .slick-next {
    top: 50% !important; /* Move to middle */
    transform: translateY(-50%) !important; /* Perfect vertical centering */
    z-index: 30;
}

.mid-product-carousel .slick-prev { left: -22px; }
.mid-product-carousel .slick-next { right: -22px; }

/* 4. Crucial Flexbox Fix for Slick rows: 2 */
/* Slick wraps rows inside an injected div. We must tell it to stack them vertically */
.mid-product-carousel .slick-slide > div {
    display: flex;
    flex-direction: column; /* Stacks Row 1 on top of Row 2 */
    height: 100%;
}

/* Make each of the 2 rows take up exactly 50% of the height */
.mid-product-carousel .slick-slide > div > div {
    flex: 1; 
    display: flex;
    width: 100%;
}

/* ==========================================================================
   LARGE PROMOS & BEST SELLERS CAROUSEL FIXES
   ========================================================================== */

/* Large Promos */
.bg-large-promo-1 { background-image: url('images/banner_04.jpg'); background-color: #fce4e4;}
.bg-large-promo-2 { background-image: url('images/Banner.jpg'); background-color: #d1ebd8;}
.large-promo { height: 260px; border-radius: 8px; }

/* Best Seller Layout Adjustments */
.best-seller-card {
    border-radius: 5px;
    height: 100%;
}
.bs-img-wrap {
    width: 110px;
    flex-shrink: 0;
}
.bs-info-wrap {
    display: flex;
    flex-direction: column;
}

/* Redefine Countdown Timer for Best Sellers specifically */
.bs-timer {
    position: relative !important; /* Take it out of absolute positioning */
    bottom: auto !important;
    justify-content: flex-start !important; /* Align to left */
    gap: 4px !important;
    margin-top: 5px;
    opacity: 1 !important; /* Ensure it doesn't fade out on hover like the grid items */
    visibility: visible !important;
}

.bs-timer .cd-box {
    background: #f4f5f7 !important;
    border: none !important;
    padding: 3px 6px !important;
    min-width: 30px !important;
}

/* Ensure arrows are visible on hover for Best Sellers too */
.best-seller-carousel .slick-prev,
.best-seller-carousel .slick-next {
    opacity: 0 !important;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 20;
}

.best-seller-carousel:hover .slick-prev,
.best-seller-carousel:hover .slick-next {
    opacity: 1 !important;
    visibility: visible;
}

/* ==========================================================================
   FIXED BEST SELLERS LAYOUT
   ========================================================================== */

/* Equal Height for Carousel */
.best-seller-carousel .slick-track { display: flex !important; align-items: stretch; }
.best-seller-carousel .slick-slide { height: auto; display: flex; }
.best-seller-carousel .slick-slide > div { display: flex; width: 100%; }

.bs-card {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 20px;
    display: flex; /* Horizontal Layout */
    align-items: center;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.bs-image {
    width: 35%; /* Fixed ratio for image */
    padding-right: 15px;
    flex-shrink: 0;
}
.bs-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bs-info {
    width: 65%; /* Fixed ratio for text */
    display: flex;
    flex-direction: column;
}

.bs-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #333;
    /* Limit to 2 lines to prevent overflow */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Timer specifically for this horizontal layout */
.countdown-timer.bs-layout {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 4px;
    margin-top: 10px;
}

.countdown-timer.bs-layout .cd-box {
    background: #f4f5f7;
    border: none;
    padding: 3px 6px;
    min-width: 35px;
    box-shadow: none;
    text-align: center;
}

.countdown-timer.bs-layout .cd-box span {
    font-size: 11px;
    font-weight: 700;
}

.countdown-timer.bs-layout .cd-box small {
    font-size: 7px;
    color: #999;
}

/* Arrow Visibility */
.best-seller-carousel .slick-prev,
.best-seller-carousel .slick-next {
    background-color: #5a8a77 !important;
    z-index: 10;
}

/* ==========================================================================
   FOOTER STYLING
   ========================================================================== */
.footer {
    background-color: #facb0e;
    color: #555;
    font-size: 14px;
}

/* Logo in brackets style */
.footer .logo-text {
    font-size: 32px;
    color: #222;
    font-weight: 700;
}
.footer .logo-text span {
    color: #222;
    font-weight: 300;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    line-height: 1.4;
}

/* Contact and Links */
.contact-list li i {
    color: #333;
    font-size: 16px;
}
.footer-links li{
    margin-bottom: 12px;
}
 ul#menu-quick-menu li, ul#menu-information li {
    margin-bottom: 10px;
}
ul#menu-quick-menu, ul#menu-information{
	list-style: none;
	padding-left: 0;
}
.footer-links li a, ul#menu-quick-menu li a, ul#menu-information li a {
    color: #666;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links li a:hover {
    color: #5a8a77;
    padding-left: 5px;
}

/* Newsletter Signup */
.newsletter-form {
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 5px;
    border: 1px solid #eee;
}
.newsletter-input {
    border: none !important;
    box-shadow: none !important;
    background: transparent;
    padding-left: 20px;
    font-size: 13px;
    height: 45px;
}
.btn-subscribe {
    background-color: #d3aa05;
    color: #fff;
    border-radius: 25px;
    padding: 0 25px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}
.btn-subscribe:hover {
    background-color: #b39005;
    color: #fff;
}

/* Social Icons */
.social-links a {
    color: #333;
    font-size: 18px;
    margin-right: 20px;
    transition: 0.3s;
}
.social-links a:hover {
    color: #5a8a77;
}

/* Bottom Bar */
.footer-bottom {
    border-color: #e9ecef !important;
}
.copyright-text {
    color: #888;
    font-size: 13px;
}
.payment-icons img {
    height: 24px;
    margin-left: 10px;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: 0.3s;
}
.payment-icons img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Responsive Footer */
@media (max-width: 767px) {
    .footer { text-align: center; }
    .contact-list li { justify-content: center; }
    .footer-heading { margin-top: 20px; }
    .social-links { margin-bottom: 20px; }
    .social-links a { margin: 0 10px; }
}

/* ==========================================================================
   BRAND CAROUSEL STYLING
   ========================================================================== */
.brand-carousel .brand-item {
    outline: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.brand-carousel .brand-item img {
    max-height: 50px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    cursor: pointer;
}

.brand-carousel .brand-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Arrows for Brands Section */
.brands-section .slick-prev,
.brands-section .slick-next {
    width: 40px;
    height: 40px;
    background-color: #d3aa05 !important; /* Brand Green */
    border-radius: 50%;
    opacity: 1 !important;
    visibility: visible !important;
    top: 50%;
    transform: translateY(-50%);
}

.brands-section .slick-prev { left: 1px; }
.brands-section .slick-next { right: 1px; }

.brands-section .slick-prev:hover,
.brands-section .slick-next:hover {
    background-color: #b39005 !important;
}

/* Hide dots if active */
.brand-carousel .slick-dots { display: none !important; }

/* ==========================================================================
   LOGO STYLING (HEADER & FOOTER)
   ========================================================================== */

/* Header Logo */
.main-logo {
    height: 55px; /* Professional height for header */
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}

.logo-link:hover .main-logo {
    transform: scale(1.05); /* Subtle grow on hover */
}

/* Footer Logo */
.footer-logo-img {
    height: 60px; /* Slightly larger for the footer area */
    width: auto;
    display: block;
}

/* Ensure Logo stays centered on mobile */
@media (max-width: 767px) {
    .main-logo, .footer-logo-img {
        margin: 0 auto;
    }
}

/* Promo Banners Section Styling */
.promo-banners {
    background-color: #fff;
}

.banner-card {
    position: relative;
    width: 100%;
    height: 240px; /* Precise height for the aspect ratio */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center; /* Perfect vertical alignment */
    padding-left: 35px; /* Precise left padding */
    background-size: cover;
    background-position: center right;
    transition: transform 0.3s ease;
}

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

/* Background Images */
.banner-pink {
    background-color: #fce4e4;
    background-image: url('images/banner_01.jpg');
}

.banner-grey {
    background-color: #e9ecef;
    background-image: url('images/banner_02.jpg');
}

.banner-beige {
    background-color: #f3ede2;
    background-image: url('images/banner_03.jpg');
}

/* Typography Matching */
.banner-content {
    max-width: 65%; /* Ensures text doesn't overlap the product image on the right */
    z-index: 1;
}

.banner-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 600; /* Medium-bold */
    color: #444;
    letter-spacing: 1.2px; /* Spaced out look */
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-title {
    font-size: 28px; /* Precise font size */
    font-weight: 700; /* Extra bold */
    color: #222;
    line-height: 1.2; /* Tight line height to match the boxy feel */
    margin-bottom: 20px;
}

.banner-link {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    display: inline-block;
    border-bottom: 2px solid #222; /* Custom underline for better thickness control */
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.banner-link:hover {
    color: #5a8a77; /* Cosmika primary green */
    border-color: #5a8a77;
    text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .banner-title {
        font-size: 24px;
    }
    .banner-card {
        height: 200px;
        padding-left: 20px;
    }
}

/* --- Promo Banners Precise Styling --- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

.promo-banners {
    font-family: 'Poppins', sans-serif;
}

.banner-box {
    position: relative;
    width: 100%;
    height: 250px; /* Exact height for the aspect ratio */
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center; /* Vertical center alignment */
    padding-left: 40px; /* Precise left spacing */
    background-size: cover;
    background-position: center right;
    transition: transform 0.3s ease;
}

/* Background Image Mapping */
.banner-pink { 
    background-color: #FDE8E5; 
    background-image: url('images/banner_01.jpg'); 
}
.banner-grey { 
    background-color: #E9ECEF; 
    background-image: url('images/banner_02.jpg'); 
}
.banner-beige { 
    background-color: #F3EDE2; 
    background-image: url('images/banner_03.jpg'); 
}

.banner-inner {
    max-width: 60%; /* Prevents text from hitting the product image on the right */
    z-index: 2;
}

/* Subtitle Styling */
.banner-box .subtitle {
    display: block;
    font-size: 13px;
    font-weight: 400; /* Thin weight */
    color: #444;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
}

/* Title Styling - "Don't Bold" Fix */
.banner-box .title {
    font-size: 26px;
    font-weight: 500; /* Medium weight, not "Bold" */
    color: #222;
    line-height: 1.25;
    margin-bottom: 22px;
    letter-spacing: -0.2px;
}

/* Link Styling */
.banner-box .shop-link {
    font-size: 14px;
    font-weight: 500;
    color: #222;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #222; /* Custom underline for control */
    padding-bottom: 1px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.banner-box .shop-link:hover {
    color: #5a8a77; /* Brand green */
    border-color: #5a8a77;
}

/* Responsive Scaling */
@media (max-width: 1199px) {
    .banner-box .title { font-size: 22px; }
    .banner-box { padding-left: 25px; }
}

@media (max-width: 767px) {
    .banner-box { height: 220px; }
    .banner-box .title { font-size: 20px; }
}

/* ==========================================================================
   STATIC GRID LAYOUTS (REPLACING CAROUSELS)
   ========================================================================== */

/* 5-Column Grid (Latest & Featured Products) */
.grid-5-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

/* 4-Column Grid (Mid-Section Promo Grid) */
.grid-4-cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

/* 3-Column Grid (Best Sellers) */
.grid-3-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px; /* Space between the rounded boxes */
}

/* Common Grid Card Rules for 5-col and 4-col */
.grid-5-cols .product-card,
.grid-4-cols .product-card {
    border-right: 1px solid #ebebeb !important;
    border-bottom: 1px solid #ebebeb !important;
    border-top: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Ensure content pushes buttons to the bottom equally */
.product-card .product-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.product-card .product-price {
    margin-top: auto; /* Pushes price and button to the bottom */
}

/* Responsive Breakpoints for Static Grids */
@media (max-width: 1200px) {
    .grid-5-cols, .grid-4-cols { grid-template-columns: repeat(3, 1fr); }
    .grid-3-cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
    .grid-5-cols, .grid-4-cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .grid-3-cols { grid-template-columns: 1fr; }
}
@media (max-width: 576px) {
    .grid-5-cols, .grid-4-cols { grid-template-columns: 1fr; }
}

/* ==========================================================================
   SHOP PAGE SPECIFIC STYLES
   ========================================================================== */

/* Breadcrumb Title Area */
.shop-page-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
}

/* Sidebar Placeholder */
.sidebar-placeholder {
    border-right: 1px solid #ebebeb;
}

/* Toolbar & Sorting Dropdown */
.shop-toolbar {
    border-bottom: 1px solid transparent;
}

.custom-sort-wrap {
    position: relative;
}

.sort-select {
    background-color: transparent;
    color: #444;
    font-weight: 500;
    font-size: 14px;
    padding-right: 30px; /* Space for custom arrow */
    cursor: pointer;
    appearance: none; /* Removes default browser dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sort-select:focus {
    box-shadow: none;
    outline: none;
}

/* Custom dropdown arrow to match the image */
.custom-sort-wrap::after {
    content: '\f078'; /* FontAwesome chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* View Toggle Buttons */
.btn-view {
    width: 38px;
    height: 38px;
    background-color: #f4f5f7;
    color: #888;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-view:hover {
    background-color: #e2e4e8;
}

.btn-view.active {
    background-color: #5a8a77; /* Brand Green */
    color: #fff;
}

/* ==========================================================================
   SHOP PAGE FIXES & BUTTON SHRINK EFFECT
   ========================================================================== */

/* 1. Correct way to hide products without breaking JavaScript */
.hidden-product {
    display: none; 
}

/* 2. Make the Load More button shrink when clicked (Active State) */
#load-more-btn {
    transition: transform 0.2s ease, background-color 0.3s ease;
    transform-origin: center;
}

/* The actual shrink effect when the user clicks/presses the mouse down */
#load-more-btn:active {
    transform: scale(0.90); /* Shrinks the button by 10% */
}

/* ==========================================================================
   SHOP PAGE "END OF CONTENT" TEXT
   ========================================================================== */

.end-of-content-text {
    font-size: 14px;
    color: #888;          /* Muted grey color matching the screenshot */
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

/* ==========================================================================
   PRODUCT INNER PAGE STYLES
   ========================================================================== */

/* Backgrounds */
.bg-light-gray { background-color: #f8f9fa; }
.bg-light-blue { background-color: #f2f6f9; }

/* Image Gallery (Vertical Slider) */
.gallery-thumbnails { width: 80px; }
.slider-nav .slick-slide { padding-bottom: 10px; cursor: pointer; opacity: 0.6; transition: 0.3s; }
.slider-nav .slick-slide:hover, .slider-nav .slick-current { opacity: 1; }
.slider-nav img { width: 100%; border-radius: 4px; }
.gallery-main img { border-radius: 4px; object-fit: contain; }

/* Custom Vertical Slick Arrows */
.gallery-thumbnails .slick-arrow {
    background-color: #e9ecef !important;
    border-radius: 0;
    width: 100%;
    height: 20px;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #888;
}
.gallery-thumbnails .slick-prev { top: -25px; }
.gallery-thumbnails .slick-next { bottom: -15px; }
.gallery-thumbnails .slick-prev:before { content: '\f077'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 12px; color:#555;}
.gallery-thumbnails .slick-next:before { content: '\f078'; font-family: "Font Awesome 5 Free"; font-weight: 900; font-size: 12px; color:#555;}

/* Product Info Adjustments */
.btn-dark-custom { background-color: #405c50; color: white; border-radius: 25px; font-weight: 600; }
.btn-dark-custom:hover { background-color: #2b3e36; color: white; }

/* Quantity Input */
.qty-input-wrap {
    display: flex;
    align-items: center;
    background: #f4f5f7;
    border-radius: 25px;
    padding: 2px 5px;
    width: 110px;
}
.btn-qty {
    background: transparent;
    border: none;
    color: #000000;
    padding: 5px 10px;
    font-size: 18px;
    outline: none;
    font-weight: 700;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.single-product .product-title, .single-product .product-title a {
    font-size: 20px;
}
.qty-input {
    -moz-appearance: textfield;
}
.qty-input { width: 40px; border: none; background: transparent; font-weight: 600; font-size: 14px; outline: none; text-align: center;}

/* Tabs Design */
.product-tabs-section .nav-tabs .nav-link { border: none; color: #888; padding: 10px 20px; margin: 0 10px; font-size: 15px;}
.product-tabs-section .nav-tabs .nav-link.active { color: #222; border-bottom: 2px solid #5a8a77; background: transparent; }

/* Quick Comparison Table */
.table-comparison { border-radius: 5px; overflow: hidden; border: 1px solid #ebebeb; }
.table-comparison th, .table-comparison td { vertical-align: middle; border-color: #ebebeb; }
.bg-light-col { background-color: #f8f9fa; width: 18%; }
.table-comparison tr:last-child th, .table-comparison tr:last-child td { border-bottom: none; }

/* --- Tab Styling Fixes --- */
.product-tabs-section .nav-tabs .nav-link {
    border: none;
    color: #888;
    font-weight: 500;
    padding: 10px 25px;
    background: transparent;
}
.product-tabs-section .nav-tabs .nav-link.active {
    color: #222;
    border-bottom: 2px solid #5a8a77;
}

/* --- Table Styles --- */
.table-bordered th, .table-bordered td {
    border-color: #ebebeb !important;
    vertical-align: middle;
}
.bg-light { background-color: #f8f9fa !important; }

/* --- Responsive Tables (Match scrollbar from image) --- */
.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
.table-responsive::-webkit-scrollbar { height: 6px; }
.table-responsive::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }

/* ==========================================================================
   SIZE CHART TABLE STYLING
   ========================================================================== */

.size-chart-wrapper {
    padding: 10px 0;
}

.size-chart-intro, .size-chart-footer {
    font-size: 14px;
    line-height: 1.6;
    color: #777 !important;
}

.size-table-title {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
}

/* Table Design */
.size-table {
    border-collapse: collapse !important;
    margin-bottom: 0;
}

.size-table thead th {
    background-color: #f8f9fa !important; /* The gray header */
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 12px 15px;
    white-space: nowrap;
}

.size-table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #666;
    padding: 12px 15px;
    border: 1px solid #dee2e6 !important;
}

/* Matching the "sharp" borders from the image */
.table-bordered.size-table, 
.table-bordered.size-table th, 
.table-bordered.size-table td {
    border: 1px solid #ebebeb !important;
}

/* Custom Scrollbar to match the UI in the screenshot */
.custom-scrollbar {
    max-height: 400px;
    overflow: auto;
    border: 1px solid #ebebeb;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Logic for responsive stacking */
@media (max-width: 768px) {
    .size-table thead th, .size-table tbody td {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* ==========================================================================
   CONTACT PAGE SPECIFIC STYLES
   ========================================================================== */

/* Form Styling */
.contact-form-box {
    background-color: #f4f5f7; /* Matching the light gray in screenshot */
}

.contact-input {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 12px 15px;
    font-size: 14px;
}

.contact-input:focus {
    box-shadow: none;
    border-color: #5a8a77;
    background-color: #fff;
}

/* Info Bar (Bottom Row) */
.info-bar-row {
    background-color: #f4f5f7;
}

.info-item {
    transition: 0.3s;
}

.info-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #9e9166;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9e9166;
    font-size: 16px;
    flex-shrink: 0;
}
a{
	color: #9e9166;
}

.info-text h6 {
    letter-spacing: 0.2px;
}

/* Custom border fix for Bootstrap no-gutters */
@media (min-width: 768px) {
    .info-bar-row .border-right {
        border-right: 1px solid #e1e1e1 !important;
    }
}

@media (max-width: 767px) {
    .info-item {
        border-bottom: 1px solid #e1e1e1;
    }
    .info-bar-row .col-sm-6:last-child .info-item {
        border-bottom: none;
    }
}

/* ==========================================================================
   FAQ PAGE SPECIFIC STYLES
   ========================================================================== */

.faq-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.faq-intro-wrap h2, 
.faq-item h5 {
    color: #222;
    letter-spacing: -0.2px;
}

.faq-intro-wrap p, 
.faq-item p {
    color: #888 !important; /* Matches the muted look in the screenshot */
    font-weight: 300;
}

.faq-image-box img {
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Subtle depth like the image */
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .faq-intro-wrap {
        padding-right: 0 !important;
    }
    .faq-list-wrap {
        padding-left: 0 !important;
    }
}
/* ==========================================================================
   FEATURE CARDS & ACCORDION STYLING
   ========================================================================== */

/* Feature Cards */
.feature-card {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05); /* Soft premium shadow */
    transition: 0.3s;
    height: 100%;
}

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

.feature-icon {
    font-size: 50px;
    color: #5a8a77; /* Brand Green */
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.feature-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

/* Accordion Styling */
.custom-faq {
    border: none;
}

.custom-faq .card {
    border: 1px solid #ebebeb;
    border-radius: 0 !important;
    margin-bottom: -1px; /* Prevents double border */
    background: transparent;
}

.custom-faq .card-header {
    background: transparent;
    padding: 0;
    border-bottom: none;
}

.custom-faq .btn-link {
    padding: 20px 25px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-faq .btn-link:hover {
    color: #9e9166;
}

/* Change icon when expanded/collapsed */
.custom-faq .btn-link i {
    font-size: 14px;
    color: #333;
}

/* Specific styling for the Active/Open state in screenshot */
.custom-faq .card .collapse.show {
    border-top: 1px solid #9e9166;
}

.custom-faq .card.active-item .btn-link,
.custom-faq .btn-link:not(.collapsed) {
    color: #5a8a77 !important;
}

.custom-faq .card.active-item .icon-state,
.custom-faq .btn-link:not(.collapsed) .icon-state {
    color: #5a8a77 !important;
}

.custom-faq .card-body {
    padding: 25px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}

/* ==========================================================================
   ABOUT US PAGE SPECIFIC STYLES
   ========================================================================== */

/* Custom Notched Tabs Styling */
.custom-notched-tabs {
    border: none;
    position: relative;
    z-index: 2;
}

.custom-notched-tabs .nav-link {
    background: transparent;
    border: 1px solid transparent;
    color: #888;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 0;
    font-size: 14px;
    transition: 0.3s;
}

.custom-notched-tabs .nav-link.active {
    background: #fff !important;
    color: #5a8a77 !important;
    border: 1px solid #ebebeb !important;
    border-bottom-color: #fff !important; /* Notched effect */
    margin-bottom: -1px;
}

.notched-content-box {
    border: 1px solid #ebebeb;
    background: #fff;
    margin-top: -1px;
    border-radius: 0;
}

/* Stats Section Background */
.stats-section {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('/wp-content/uploads/2026/04/cms.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Parallax effect */
}

.stats-section h2 {
    font-size: 3rem;
    letter-spacing: -1px;
}

.opacity-70 { opacity: 0.7; }

/* Image Cover fix */
.object-cover {
    object-fit: cover;
}

/* Accordion Caret Rotation Logic */
.about-tabs-section .notched-content-box p {
    line-height: 1.8;
}

/* About Accordion Caret Styles */
#aboutAccordion .btn-link {
    background: #f8f9fa;
    border: 1px solid #ebebeb;
    margin-bottom: 5px;
    color: #222;
}
#aboutAccordion .card {
    border: none;
    margin-bottom: 10px;
}
#aboutAccordion .card.active-item .btn-link {
    background: #fff;
    border-bottom: none;
}

/* ==========================================================================
   SERVICES/FEATURES CARDS STYLING
   ========================================================================== */

.services-section {
    background-color: #ffffff; /* Page background */
}

.service-card {
    background: #ffffff;
    padding: 60px 40px; /* Generous internal padding to match image */
    text-align: center;
    border-radius: 4px;
    /* Soft, large shadow for the "floating" effect */
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05); 
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px); /* Lifts up slightly on hover */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.service-icon {
    font-size: 50px; /* Large icons */
    color: #405c50;  /* Your dark green brand color */
    margin-bottom: 25px;
}

.service-title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.service-desc {
    font-size: 15px;
    color: #888; /* Muted text color */
    line-height: 1.7;
    margin-bottom: 0;
}
.wwer {
    display: flex;
}
.wwer i{
    padding-right: 8px;
    margin-top: 2px;
}
.gallery-main {
    max-width: 75%;   /* control width */
    width: 100%;
}

.gallery-main .slick-slide img,
.gallery-main img {
    max-height: 75%;  /* control image height */
    object-fit: contain;
}
.product-gallery {
    justify-content: center;
}
.tab-content {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
}
/* Make WooCommerce product cards equal height (FIX ONLY) */
.woocommerce-shop ul.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}
.woocommerce-shop ul.products.columns-4 li.product {
    width: 25%;
    padding: 0 15px;
    display: flex;
    margin: 0 0px 30px 0;
}
.woocommerce-shop ul.products.columns-4 li.product .product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.woocommerce-shop a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: transparent;
    padding: 0;
    margin: 0;
    color: unset;
    margin-top: 0 !important;
}
.woocommerce-shop ul.products.columns-4 li.product .product-info {
    margin-top: auto;
}
select.orderby {
    border: 1px solid #e3e3e3;
    color: #4d4d4d;
    padding: 5px;
}
.woof_container .woof_container_inner input[type="search"] {
    padding: 10px;
}
.woof_list label {
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block !important;
    margin-top: 10px;
    line-height: 0;
    margin-bottom: 0px;
}
ul.woof_list li {
    margin: 0 3px 15px 3px;
}
.woof_container {
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.woof_container_product_cat {
    margin-top: 15px;
}
.product-custom {
    margin-top: 60px;
    margin-bottom: 50px;
}
.woof_container_stock{
    margin-bottom: 5px;
}
.woof_products_top_panel_ul a {
    text-decoration: none !important;
    color: #000;
    text-transform: capitalize;
    margin-top: 6px;
    display: inline-block;
}
button.button.woof_reset_search_form, button.woof_reset_button_2 {
    background: #5a8a77;
    border-radius: 0;
    font-weight: 400;
    color: #fff;
    border: 0;
}
button.woof_reset_button_2 {
    padding: 2px 18px;
}
/* Responsive adjustments */
@media (max-width: 767px) {
    .service-card {
        padding: 40px 20px;
    }
}
.promo-sidebar-content {
    padding: 50px 30px;
	text-align: center;
}
.promo-sidebar-content h2{
	margin-bottom: 20px;
}
.promo-sidebar{
	background-size: cover;
    background-position: center;
}

.brand-carousel{
    overflow: hidden;
}
.slider-main, .slider-nav{
    overflow: hidden;
}
.btn-add-cart a:hover{
    text-decoration: none;
}
.product-bullets ul{
    padding-left: 10px;
}
.product-bullets ul li{
    padding-bottom: 5px;
}
.xoo-wsc-ft-amt.xoo-wsc-less, .xoo-wsc-psavings, .xoo-wsc-psavings * {
    color: #c29e6e !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #c29e6e !important;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li#mega-menu-item-41 a{
    padding-left: 0 !important;
}
input, select, textarea {
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #9e9166;
    color: #fff;
}
.map-container iframe {
    height: 100%;
}
.container.header-menu {
    margin-bottom: 0px;
}

.brand-carousel .category-slide {
    padding: 0 10px;
    text-align: center;
}

.brand-carousel .category-slide a {
    display: block;
    color: #222;
    text-decoration: none;
}

.category-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.category-image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.category-title {
    margin: 12px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.category-image{
    width:100%;
    height:200px; /* Change to 300px or 350px if needed */
    object-fit:cover;
    border-radius:10px;
    display:block;
}
.brand-carousel-thrt, .products-section{
    overflow: hidden;
}
.mobile-version{
	display: none;
}
.desktop-version{
	display: block;
}
.category-slide {
    padding: 10px;
}
.mobile-version .slick-slide{
    height: 100%;
}
.mobile-version .slick-slide img {
    width: 100%;
}
.mobile-version .product-img-wrapper {
    height: 350px;
}
.mobile-version .btn-add-cart {
    opacity: 1;
}
.mobile-version .product-action-icons {
    opacity: 1;
}
.mobile-version .product-card {
    padding: 20px;
}
.mobile-p{
    overflow: hidden;
}
.mobile-p .slick-prev {
    left: 8px;
}
.mobile-p .slick-next {
    right: 8px;
}
.mobile-p, .brand-carousel{
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease;
}
.woof label{
	width: auto;
}
.mobile-p.slick-initialized, .brand-carousel.slick-initialized {
    visibility: visible;
    opacity: 1;
}
@media(max-width: 1200px){
	.mobile-version{
		display: block;
	}
	.desktop-version{
		display: none;
	}
}
@media(max-width: 991px){
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li#mega-menu-item-41 a {
		padding-left: 10px !important;
	}
}