/* =========================================
   FM Collections Homepage
   Hero Section
========================================= */


/* =========================
   Hero Main Wrapper
========================= */

.hero-section {
    width: 100%;
    background: #ffffff;
    overflow: hidden;
}


.hero-section .container {

    max-width:1280px;

    margin:0 auto;

    padding:35px 32px 45px;

}


.hero-content {

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:45px;

}


/* =========================
   Hero Content
========================= */

.hero-badge {

    display: inline-flex;
    align-items: center;

    padding: 9px 20px;

    margin-bottom: 24px;

    border-radius: 50px;

    background: #E8F5E9;

    color: #2E7D32;

    font-size: 14px;

    font-weight: 700;

}



.hero-text h1 {

    margin: 0 0 22px;

    font-size: clamp(2.4rem,5vw,4.3rem);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1px;

    color:#1F2937;

}


.hero-text h1 span {

    display:block;

    color:#2E7D32;

}



.hero-text p {

    max-width:560px;

    margin-bottom:32px;

    color:#64748B;

    font-size:18px;

    line-height:1.7;

}


/* =========================
   Hero Buttons
========================= */


.hero-buttons {

    display:flex;

    gap:16px;

    flex-wrap:wrap;

}



.hero-buttons .btn {

    min-height:52px;

    padding:0 32px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:50px;

    font-size:16px;

    font-weight:700;

    transition:.3s ease;

}



.btn-primary {

    background:#2E7D32;

    color:#ffffff;

}



.btn-primary:hover {

    background:#256528;

    transform:translateY(-3px);

}



.btn-outline {

    border:1px solid #D1D5DB;

    color:#2E7D32;

    background:#ffffff;

}



.btn-outline:hover {

    border-color:#2E7D32;

    background:#E8F5E9;

}



/* =========================
   Hero Feature Cards
========================= */

.hero-features {

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

    margin-top:20px;

}


.hero-feature {

    display:flex;

    align-items:center;

    gap:14px;

    width:100%;

    padding:18px 20px;

    background:#ffffff;

    border:1px solid #E5E7EB;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(46,125,50,.08);

}



.feature-icon {

    flex:0 0 46px;

    width:46px;

    height:46px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#E8F5E9;

    color:#2E7D32;

}



.feature-icon i {

    font-size:20px;

}



.hero-feature div:last-child {

    flex:1;

    min-width:0;

}



.hero-feature strong {

    display:block;

    font-size:15px;

    font-weight:700;

    color:#1F2937;

    line-height:1.3;

    white-space:nowrap;

}



.hero-feature span {

    display:block;

    margin-top:4px;

    font-size:13px;

    color:#64748B;

    line-height:1.4;

}
/* =========================
   Hero Image
========================= */


.hero-media {

    position:relative;

}



.hero-image-wrapper {

    padding:35px;

    border-radius:40px;

    background:

    linear-gradient(
        145deg,
        #E8F5E9,
        #ffffff
    );


    box-shadow:

    0 25px 60px rgba(46,125,50,.12);

}



.hero-image {

    width:100%;

    display:block;

    border-radius:30px;

    object-fit:cover;

}



/* =========================
   Floating Cards
========================= */


.floating-card {

    position:absolute;

    display:flex;

    flex-direction:column;

    padding:16px 22px;

    background:#ffffff;

    border-radius:18px;

    box-shadow:

    0 15px 35px rgba(0,0,0,.08);

}



.floating-card strong {

    color:#2E7D32;

    font-size:18px;

}



.floating-card span {

    color:#64748B;

    font-size:13px;

}



.card-one {

    top:35px;

    left:-35px;

}



.card-two {

    top:50%;

    right:-40px;

}



.card-three {

    bottom:35px;

    left:20px;

}




/* =========================
   Tablet Responsive
========================= */


@media(max-width:992px){


.hero-section .container {

    padding:55px 25px;

}



.hero-content {

    grid-template-columns:1fr;

    gap:50px;

}



.hero-text {

    text-align:center;

}



.hero-text p {

    margin-left:auto;

    margin-right:auto;

}



.hero-buttons {

    justify-content:center;

}



.hero-features {

    grid-template-columns:repeat(3,1fr);

}



.hero-media {

    max-width:650px;

    margin:auto;

}


}



/* =========================
   Mobile Responsive
========================= */

@media(max-width:576px){


    .hero-section .container {

        padding:25px 18px 35px;

    }


    .hero-text {

        text-align:center;

    }


    .hero-text h1 {

        font-size:2.3rem;

    }


    .hero-text p {

        font-size:16px;

        line-height:1.6;

    }



    /* Buttons Side By Side */

    .hero-buttons {

        display:flex;

        flex-direction:row;

        gap:10px;

        width:100%;

    }


    .hero-buttons .btn {

        flex:1;

        width:auto;

        min-height:48px;

        padding:0 12px;

        font-size:14px;

        white-space:nowrap;

    }



    /* Features */

    .hero-features {

        grid-template-columns:1fr;

        margin-top:35px;

    }


    .hero-feature {

        padding:16px;

    }



    /* Image */

    .hero-image-wrapper {

        padding:15px;

        border-radius:25px;

    }


    .hero-image {

        border-radius:20px;

    }



    /* Hide Floating Cards */

    .floating-card {

        display:none;

    }


}

/* =========================================
   Banner Slider
========================================= */

.banner-slider-section {
    width: 100%;
    padding: 10px 0 35px;
    background: #ffffff;
    overflow: hidden;
}

.banner-slider-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.banner-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 32px;
    background: #f5faf5;
    box-shadow: 0 24px 65px rgba(31, 41, 55, 0.1);
}

.banner-slider-track {
    position: relative;
    width: 100%;
    min-height: 440px;
}

.banner-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 440px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
    transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        visibility 0.55s ease;
}

.banner-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 2;
}

.banner-slide--hair {
    background:
        radial-gradient(
            circle at 82% 22%,
            rgba(255, 255, 255, 0.78),
            transparent 25%
        ),
        linear-gradient(120deg, #eaf6eb 0%, #f8fcf8 55%, #dff1e2 100%);
}

.banner-slide--relief {
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(255, 255, 255, 0.82),
            transparent 25%
        ),
        linear-gradient(120deg, #eff8e8 0%, #fffdf5 55%, #e8f3d9 100%);
}

.banner-slide--women {
    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(255, 255, 255, 0.82),
            transparent 25%
        ),
        linear-gradient(120deg, #edf8ef 0%, #fff9fb 55%, #e8f4e8 100%);
}

.banner-slide-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: 44px;
    min-height: 440px;
    padding: 48px 76px;
}

.banner-slide-copy {
    max-width: 650px;
}

.banner-slide-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 9px 17px;
    border: 1px solid rgba(46, 125, 50, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #2e7d32;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(46, 125, 50, 0.08);
}

.banner-slide-eyebrow i {
    font-size: 13px;
}

.banner-slide-copy h2 {
    max-width: 620px;
    margin: 0 0 18px;
    color: #17221a;
    font-size: clamp(2.15rem, 4vw, 3.75rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.banner-slide-copy p {
    max-width: 590px;
    margin: 0 0 28px;
    color: #5f6f64;
    font-size: 17px;
    line-height: 1.7;
}

.banner-slide-actions {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}

.banner-slide-primary,
.banner-slide-secondary {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 750;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.banner-slide-primary {
    gap: 10px;
    padding: 0 25px;
    background: #2e7d32;
    color: #ffffff;
    box-shadow: 0 13px 28px rgba(46, 125, 50, 0.22);
}

.banner-slide-primary:hover {
    background: #256b29;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(46, 125, 50, 0.28);
}

.banner-slide-primary i {
    font-size: 13px;
    transition: transform 0.25s ease;
}

.banner-slide-primary:hover i {
    transform: translateX(4px);
}

.banner-slide-secondary {
    padding: 0 23px;
    border: 1px solid rgba(46, 125, 50, 0.24);
    background: rgba(255, 255, 255, 0.72);
    color: #2e7d32;
}

.banner-slide-secondary:hover {
    border-color: #2e7d32;
    background: #ffffff;
    color: #256b29;
    transform: translateY(-2px);
}

.banner-slide-media {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-product-glow {
    position: absolute;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.62);
    box-shadow:
        0 0 0 32px rgba(255, 255, 255, 0.22),
        0 25px 70px rgba(46, 125, 50, 0.14);
}

.banner-slide-image {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 330px);
    height: 330px;
    object-fit: contain;
    filter: drop-shadow(0 24px 25px rgba(31, 41, 55, 0.18));
    transform: translateY(0);
    transition: transform 0.55s ease;
}

.banner-slide.is-active .banner-slide-image {
    animation: bannerProductFloat 4s ease-in-out infinite;
}

.banner-quality-badge {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 16px;
    border: 1px solid rgba(46, 125, 50, 0.11);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 15px 34px rgba(31, 41, 55, 0.12);
    backdrop-filter: blur(8px);
}

.banner-quality-badge > i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 17px;
}

.banner-quality-badge span {
    display: flex;
    flex-direction: column;
    color: #64748b;
    font-size: 11px;
    line-height: 1.45;
}

.banner-quality-badge strong {
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
}

.banner-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #2e7d32;
    cursor: pointer;
    transform: translateY(-50%);
    box-shadow: 0 12px 28px rgba(31, 41, 55, 0.1);
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.banner-slider-arrow:hover {
    background: #2e7d32;
    color: #ffffff;
}

.banner-slider-arrow--previous {
    left: 18px;
}

.banner-slider-arrow--next {
    right: 18px;
}

.banner-slider-dots {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: translateX(-50%);
}

.banner-slider-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(46, 125, 50, 0.28);
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.banner-slider-dot.is-active {
    width: 28px;
    background: #2e7d32;
}

@keyframes bannerProductFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

/* =========================
   Banner Slider Tablet
========================= */

@media (max-width: 992px) {
    .banner-slider-section {
        padding: 15px 0 45px;
    }

    .banner-slider-container {
        padding: 0 24px;
    }

    .banner-slide-content {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
        padding: 42px 58px;
    }

    .banner-slide-copy h2 {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }

    .banner-slide-media {
        min-height: 310px;
    }

    .banner-product-glow {
        width: 260px;
        height: 260px;
    }

    .banner-slide-image {
        width: 270px;
        height: 290px;
    }

    .banner-quality-badge {
        right: -12px;
    }
}

/* =========================
   Banner Slider Mobile
========================= */

@media (max-width: 767px) {
    .banner-slider-section {
        padding: 10px 0 36px;
    }

    .banner-slider-container {
        padding: 0 18px;
    }

    .banner-slider {
        border-radius: 24px;
    }

    .banner-slider-track,
    .banner-slide {
        min-height: auto;
    }

    .banner-slide-content {
        grid-template-columns: 1fr;
        gap: 20px;
        min-height: 0;
        padding: 32px 22px 58px;
        text-align: center;
    }

    .banner-slide-copy {
        max-width: 100%;
    }

    .banner-slide-eyebrow {
        margin-bottom: 14px;
        padding: 8px 14px;
        font-size: 11px;
    }

    .banner-slide-copy h2 {
        margin-bottom: 14px;
        font-size: clamp(1.8rem, 8.7vw, 2.5rem);
        line-height: 1.12;
        letter-spacing: -0.8px;
    }

    .banner-slide-copy p {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.65;
    }

    .banner-slide-actions {
        flex-wrap: nowrap;
        justify-content: center;
        gap: 8px;
    }

    .banner-slide-primary,
    .banner-slide-secondary {
        min-height: 45px;
        padding: 0 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    .banner-slide-primary {
        flex: 1.08;
    }

    .banner-slide-secondary {
        flex: 0.92;
    }

    .banner-slide-media {
        min-height: 235px;
    }

    .banner-product-glow {
        width: 205px;
        height: 205px;
        box-shadow:
            0 0 0 20px rgba(255, 255, 255, 0.2),
            0 20px 50px rgba(46, 125, 50, 0.13);
    }

    .banner-slide-image {
        width: 210px;
        height: 220px;
    }

    .banner-quality-badge {
        right: 0;
        bottom: 0;
        padding: 9px 11px;
        border-radius: 13px;
    }

    .banner-quality-badge > i {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
        font-size: 14px;
    }

    .banner-quality-badge strong {
        font-size: 11px;
    }

    .banner-quality-badge span {
        font-size: 9px;
        text-align: left;
    }

    .banner-slider-arrow {
        top: auto;
        bottom: 14px;
        width: 34px;
        height: 34px;
        transform: none;
    }

    .banner-slider-arrow--previous {
        left: 16px;
    }

    .banner-slider-arrow--next {
        right: 16px;
    }

    .banner-slider-dots {
        bottom: 25px;
    }
}

@media (max-width: 380px) {
    .banner-slide-content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .banner-slide-primary,
    .banner-slide-secondary {
        padding: 0 10px;
        font-size: 11px;
    }

    .banner-slide-primary i {
        display: none;
    }
}

/* =========================
   Reduced Motion
========================= */

@media (prefers-reduced-motion: reduce) {
    .banner-slide,
    .banner-slide-image,
    .banner-slider-dot,
    .banner-slider-arrow,
    .banner-slide-primary,
    .banner-slide-secondary {
        animation: none !important;
        transition: none !important;
    }
}

/* =========================================
   Featured Categories
========================================= */

.featured-categories-section {
    width: 100%;
    padding: 42px 0;
    background: #f8faf8;
}

.featured-categories-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.featured-categories-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.featured-categories-heading {
    max-width: 720px;
}

.featured-categories-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.featured-categories-heading h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.featured-categories-heading p {
    max-width: 640px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.featured-categories-view-all {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #2e7d32;
    font-size: 13px;
    font-weight: 750;
    box-shadow: 0 10px 24px rgba(46, 125, 50, 0.07);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-categories-view-all:hover {
    border-color: #2e7d32;
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.18);
}

.featured-categories-view-all i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.featured-categories-view-all:hover i {
    transform: translateX(4px);
}

.featured-categories-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.featured-category-card {
    min-width: 0;
}

.featured-category-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.07);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.featured-category-link:hover {
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(31, 41, 55, 0.12);
}

.featured-category-media {
    position: relative;
    height: 190px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(255, 255, 255, 0.8),
            transparent 28%
        ),
        linear-gradient(145deg, #e9f5ea, #f8fbf8);
}

.featured-category-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-category-link:hover .featured-category-image {
    transform: scale(1.06);
}

.featured-category-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 54px;
}

.featured-category-placeholder i {
    font-size: 54px;
}

.featured-category-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.08);
    backdrop-filter: blur(6px);
}

.featured-category-arrow {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #2e7d32;
    font-size: 12px;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    backdrop-filter: blur(6px);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.featured-category-link:hover .featured-category-arrow {
    background: #2e7d32;
    color: #ffffff;
    transform: rotate(6deg);
}

.featured-category-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.featured-category-content h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
}

.featured-category-content p {
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-category-action {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
}

.featured-category-action i {
    font-size: 10px;
    transition: transform 0.25s ease;
}

.featured-category-link:hover .featured-category-action i {
    transform: translateX(4px);
}

.featured-categories-empty {
    padding: 46px 24px;
    border: 1px dashed rgba(46, 125, 50, 0.25);
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
}

.featured-categories-empty-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #2e7d32;
    font-size: 24px;
}

.featured-categories-empty h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 19px;
}

.featured-categories-empty p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

/* =========================
   Featured Categories Tablet
========================= */

@media (max-width: 992px) {
    .featured-categories-section {
        padding: 38px 0;
    }

    .featured-categories-container {
        padding: 0 24px;
    }

    .featured-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .featured-category-media {
        height: 210px;
    }
}

/* =========================
   Featured Categories Mobile
========================= */

@media (max-width: 576px) {
    .featured-categories-section {
        padding: 34px 0;
    }

    .featured-categories-container {
        padding: 0 18px;
    }

    .featured-categories-header {
        display: block;
        margin-bottom: 22px;
    }

    .featured-categories-heading h2 {
        font-size: 1.9rem;
    }

    .featured-categories-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .featured-categories-view-all {
        min-height: 42px;
        margin-top: 17px;
        padding: 0 17px;
        font-size: 12px;
    }

    .featured-categories-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .featured-category-link {
        border-radius: 17px;
    }

    .featured-category-media {
        height: 140px;
    }

    .featured-category-badge {
        top: 9px;
        left: 9px;
        min-height: 23px;
        padding: 0 8px;
        font-size: 7px;
    }

    .featured-category-arrow {
        top: 9px;
        right: 9px;
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .featured-category-placeholder,
    .featured-category-placeholder i {
        font-size: 38px;
    }

    .featured-category-content {
        padding: 13px 11px;
    }

    .featured-category-content h3 {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .featured-category-content p {
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 1.45;
    }

    .featured-category-action {
        gap: 4px;
        font-size: 9px;
    }

    .featured-category-action i {
        font-size: 8px;
    }
}

/* =========================================
   Best Selling Products
========================================= */

.best-selling-section {
    width: 100%;
    padding: 48px 0;
    background: #ffffff;
}

.best-selling-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* =========================
   Best Selling Header
========================= */

.best-selling-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.best-selling-heading {
    max-width: 720px;
}

.best-selling-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.best-selling-eyebrow i {
    color: #f59e0b;
    font-size: 12px;
}

.best-selling-heading h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.best-selling-heading p {
    max-width: 650px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.best-selling-view-all {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #2e7d32;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(46, 125, 50, 0.07);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.best-selling-view-all:hover {
    border-color: #2e7d32;
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.18);
}

.best-selling-view-all i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.best-selling-view-all:hover i {
    transform: translateX(4px);
}

/* =========================
   Best Selling Grid
========================= */

.best-selling-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

/* =========================
   Best Selling Card
========================= */

.best-selling-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.best-selling-card:hover {
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(31, 41, 55, 0.13);
}

/* =========================
   Product Media
========================= */

.best-selling-media {
    position: relative;
    flex: 0 0 245px;
    height: 245px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 72% 18%,
            rgba(255, 255, 255, 0.92),
            transparent 30%
        ),
        linear-gradient(145deg, #eef7ef, #fafcf9);
}

.best-selling-image-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.best-selling-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.best-selling-card:hover .best-selling-image {
    transform: scale(1.06);
}

.best-selling-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 56px;
}

.best-selling-placeholder i {
    font-size: 56px;
}

/* =========================
   Media Badges
========================= */

.best-selling-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    backdrop-filter: blur(6px);
}

.best-selling-badge i {
    color: #f59e0b;
}

.best-selling-discount {
    position: absolute;
    left: 13px;
    bottom: 13px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.best-selling-wishlist-form {
    position: absolute;
    top: 13px;
    right: 13px;
    margin: 0;
}

.best-selling-wishlist {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.best-selling-wishlist:hover {
    background: #2e7d32;
    color: #ffffff;
    transform: scale(1.06);
}

/* =========================
   Product Content
========================= */

.best-selling-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.best-selling-category {
    display: inline-block;
    min-height: 16px;
    margin-bottom: 7px;
    color: #2e7d32;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.best-selling-content h3 {
    min-height: 67px;
    max-height: 67px;
    display: -webkit-box;
    margin: 0 0 9px;
    overflow: hidden;
    color: #1f2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.best-selling-content h3 a {
    color: inherit;
}

.best-selling-content h3 a:hover {
    color: #2e7d32;
}

/* =========================
   Rating
========================= */

.best-selling-rating {
    min-height: 18px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.best-selling-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    font-size: 11px;
}

.best-selling-rating-value {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

/* =========================
   Description
========================= */

.best-selling-description {
    min-height: 38px;
    max-height: 38px;
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* =========================
   Price and Status
========================= */

.best-selling-meta {
    min-height: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 15px;
}

.best-selling-price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.best-selling-price strong {
    color: #2e7d32;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.3;
    white-space: nowrap;
}

.best-selling-price del {
    color: #94a3b8;
    font-size: 10px;
    white-space: nowrap;
}

.best-selling-sold,
.best-selling-popular {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef7ef;
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

/* =========================
   Add To Cart
========================= */

.best-selling-cart-form {
    width: 100%;
    margin: 0;
}

.best-selling-cart-button,
.best-selling-out-of-stock {
    width: 100%;
    height: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.best-selling-cart-button {
    padding: 0 15px;
    border: 0;
    background: #2e7d32;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(46, 125, 50, 0.18);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.best-selling-cart-button:hover {
    background: #256b29;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(46, 125, 50, 0.24);
}

.best-selling-cart-button i {
    font-size: 12px;
}

.best-selling-out-of-stock {
    background: #fef2f2;
    color: #dc2626;
}

/* =========================
   Empty State
========================= */

.best-selling-empty {
    padding: 48px 24px;
    border: 1px dashed rgba(46, 125, 50, 0.25);
    border-radius: 22px;
    background: #f8faf8;
    text-align: center;
}

.best-selling-empty > i {
    margin-bottom: 14px;
    color: #2e7d32;
    font-size: 38px;
}

.best-selling-empty h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 20px;
}

.best-selling-empty p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* =========================
   Best Selling Tablet
========================= */

@media (max-width: 992px) {
    .best-selling-section {
        padding: 42px 0;
    }

    .best-selling-container {
        padding: 0 24px;
    }

    .best-selling-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .best-selling-media {
        flex-basis: 270px;
        height: 270px;
    }
}

/* =========================
   Best Selling Mobile
========================= */

@media (max-width: 576px) {
    .best-selling-section {
        padding: 36px 0;
    }

    .best-selling-container {
        padding: 0 18px;
    }

    .best-selling-header {
        display: block;
        margin-bottom: 22px;
    }

    .best-selling-heading h2 {
        font-size: 1.9rem;
    }

    .best-selling-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .best-selling-view-all {
        min-height: 42px;
        margin-top: 17px;
        padding: 0 17px;
        font-size: 12px;
    }

    .best-selling-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .best-selling-card {
        border-radius: 17px;
    }

    .best-selling-media {
        flex-basis: 165px;
        height: 165px;
    }

    .best-selling-image-link {
        padding: 14px;
    }

    .best-selling-badge {
        top: 8px;
        left: 8px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 7px;
    }

    .best-selling-discount {
        left: 8px;
        bottom: 8px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 8px;
    }

    .best-selling-wishlist-form {
        top: 8px;
        right: 8px;
    }

    .best-selling-wishlist {
        width: 29px;
        height: 29px;
        font-size: 11px;
    }

    .best-selling-content {
        padding: 12px 10px;
    }

    .best-selling-category {
        min-height: 13px;
        margin-bottom: 5px;
        font-size: 8px;
    }

    .best-selling-content h3 {
        min-height: 53px;
        max-height: 53px;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.35;
        -webkit-line-clamp: 3;
    }

    .best-selling-rating {
        min-height: 14px;
        gap: 5px;
        margin-bottom: 8px;
    }

    .best-selling-stars {
        gap: 1px;
        font-size: 8px;
    }

    .best-selling-rating-value {
        font-size: 9px;
    }

    .best-selling-description {
        min-height: 27px;
        max-height: 27px;
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 1.45;
        -webkit-line-clamp: 2;
    }

    .best-selling-meta {
        min-height: 48px;
        display: block;
        margin-bottom: 10px;
    }

    .best-selling-price strong {
        font-size: 13px;
    }

    .best-selling-price del {
        font-size: 8px;
    }

    .best-selling-sold,
    .best-selling-popular {
        min-height: 20px;
        margin-top: 5px;
        padding: 0 7px;
        font-size: 7px;
    }

    .best-selling-cart-button,
    .best-selling-out-of-stock {
        height: 38px;
        min-height: 38px;
        gap: 5px;
        padding: 0 8px;
        font-size: 9px;
    }

    .best-selling-cart-button i {
        font-size: 9px;
    }
}

/* =========================
   Best Selling Small Mobile
========================= */

@media (max-width: 370px) {
    .best-selling-grid {
        grid-template-columns: 1fr;
    }

    .best-selling-media {
        flex-basis: 210px;
        height: 210px;
    }

    .best-selling-content h3 {
        min-height: 44px;
        max-height: 44px;
        -webkit-line-clamp: 2;
    }
}

/* =========================================
   Featured Products
========================================= */

.featured-products-section {
    width: 100%;
    padding: 48px 0;
    background: #f8faf8;
}

.featured-products-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* =========================
   Featured Products Header
========================= */

.featured-products-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.featured-products-heading {
    max-width: 720px;
}

.featured-products-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.featured-products-eyebrow i {
    font-size: 12px;
}

.featured-products-heading h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.featured-products-heading p {
    max-width: 650px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.featured-products-view-all {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #2e7d32;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(46, 125, 50, 0.07);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-products-view-all:hover {
    border-color: #2e7d32;
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.18);
}

.featured-products-view-all i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.featured-products-view-all:hover i {
    transform: translateX(4px);
}

/* =========================
   Featured Products Grid
========================= */

.featured-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

/* =========================
   Featured Product Card
========================= */

.featured-product-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.featured-product-card:hover {
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(31, 41, 55, 0.13);
}

/* =========================
   Product Media
========================= */

.featured-product-media {
    position: relative;
    flex: 0 0 245px;
    height: 245px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 72% 18%,
            rgba(255, 255, 255, 0.92),
            transparent 30%
        ),
        linear-gradient(145deg, #edf7ee, #fbfcfa);
}

.featured-product-image-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.featured-product-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.featured-product-card:hover .featured-product-image {
    transform: scale(1.06);
}

.featured-product-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 56px;
}

.featured-product-placeholder i {
    font-size: 56px;
}

/* =========================
   Product Badges
========================= */

.featured-product-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    backdrop-filter: blur(6px);
}

.featured-product-badge i {
    color: #f59e0b;
}

.featured-product-discount {
    position: absolute;
    left: 13px;
    bottom: 13px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.featured-product-wishlist-form {
    position: absolute;
    top: 13px;
    right: 13px;
    margin: 0;
}

.featured-product-wishlist {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.featured-product-wishlist:hover {
    background: #2e7d32;
    color: #ffffff;
    transform: scale(1.06);
}

/* =========================
   Product Content
========================= */

.featured-product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.featured-product-category {
    display: inline-block;
    min-height: 16px;
    margin-bottom: 7px;
    color: #2e7d32;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.featured-product-content h3 {
    min-height: 67px;
    max-height: 67px;
    display: -webkit-box;
    margin: 0 0 9px;
    overflow: hidden;
    color: #1f2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.featured-product-content h3 a {
    color: inherit;
}

.featured-product-content h3 a:hover {
    color: #2e7d32;
}

/* =========================
   Product Rating
========================= */

.featured-product-rating {
    min-height: 18px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.featured-product-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    font-size: 11px;
}

.featured-product-rating-value {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

/* =========================
   Product Description
========================= */

.featured-product-description {
    min-height: 38px;
    max-height: 38px;
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* =========================
   Product Price and Stock
========================= */

.featured-product-bottom {
    min-height: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 15px;
}

.featured-product-price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.featured-product-price strong {
    color: #2e7d32;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.3;
    white-space: nowrap;
}

.featured-product-price del {
    color: #94a3b8;
    font-size: 10px;
    white-space: nowrap;
}

.featured-product-stock {
    flex: 0 0 auto;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef7ef;
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.featured-product-stock--out {
    background: #fef2f2;
    color: #dc2626;
}

/* =========================
   Add To Cart
========================= */

.featured-product-cart-form {
    width: 100%;
    margin: 0;
}

.featured-product-cart-button,
.featured-product-unavailable {
    width: 100%;
    height: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.featured-product-cart-button {
    padding: 0 15px;
    border: 0;
    background: #2e7d32;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(46, 125, 50, 0.18);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.featured-product-cart-button:hover {
    background: #256b29;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(46, 125, 50, 0.24);
}

.featured-product-unavailable {
    background: #fef2f2;
    color: #dc2626;
}

/* =========================
   Empty State
========================= */

.featured-products-empty {
    padding: 48px 24px;
    border: 1px dashed rgba(46, 125, 50, 0.25);
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
}

.featured-products-empty > i {
    margin-bottom: 14px;
    color: #2e7d32;
    font-size: 38px;
}

.featured-products-empty h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 20px;
}

.featured-products-empty p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* =========================
   Featured Products Tablet
========================= */

@media (max-width: 992px) {
    .featured-products-section {
        padding: 42px 0;
    }

    .featured-products-container {
        padding: 0 24px;
    }

    .featured-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .featured-product-media {
        flex-basis: 270px;
        height: 270px;
    }
}

/* =========================
   Featured Products Mobile
========================= */

@media (max-width: 576px) {
    .featured-products-section {
        padding: 36px 0;
    }

    .featured-products-container {
        padding: 0 18px;
    }

    .featured-products-header {
        display: block;
        margin-bottom: 22px;
    }

    .featured-products-heading h2 {
        font-size: 1.9rem;
    }

    .featured-products-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .featured-products-view-all {
        min-height: 42px;
        margin-top: 17px;
        padding: 0 17px;
        font-size: 12px;
    }

    .featured-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .featured-product-card {
        border-radius: 17px;
    }

    .featured-product-media {
        flex-basis: 165px;
        height: 165px;
    }

    .featured-product-image-link {
        padding: 14px;
    }

    .featured-product-badge {
        top: 8px;
        left: 8px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 7px;
    }

    .featured-product-discount {
        left: 8px;
        bottom: 8px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 8px;
    }

    .featured-product-wishlist-form {
        top: 8px;
        right: 8px;
    }

    .featured-product-wishlist {
        width: 29px;
        height: 29px;
        font-size: 11px;
    }

    .featured-product-content {
        padding: 12px 10px;
    }

    .featured-product-category {
        min-height: 13px;
        margin-bottom: 5px;
        font-size: 8px;
    }

    .featured-product-content h3 {
        min-height: 53px;
        max-height: 53px;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.35;
        -webkit-line-clamp: 3;
    }

    .featured-product-rating {
        min-height: 14px;
        gap: 5px;
        margin-bottom: 8px;
    }

    .featured-product-stars {
        gap: 1px;
        font-size: 8px;
    }

    .featured-product-rating-value {
        font-size: 9px;
    }

    .featured-product-description {
        min-height: 27px;
        max-height: 27px;
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 1.45;
    }

    .featured-product-bottom {
        min-height: 48px;
        display: block;
        margin-bottom: 10px;
    }

    .featured-product-price strong {
        font-size: 13px;
    }

    .featured-product-price del {
        font-size: 8px;
    }

    .featured-product-stock {
        min-height: 20px;
        margin-top: 5px;
        padding: 0 7px;
        font-size: 7px;
    }

    .featured-product-cart-button,
    .featured-product-unavailable {
        height: 38px;
        min-height: 38px;
        gap: 5px;
        padding: 0 8px;
        font-size: 9px;
    }
}

/* =========================
   Featured Products Small Mobile
========================= */

@media (max-width: 370px) {
    .featured-products-grid {
        grid-template-columns: 1fr;
    }

    .featured-product-media {
        flex-basis: 210px;
        height: 210px;
    }

    .featured-product-content h3 {
        min-height: 44px;
        max-height: 44px;
        -webkit-line-clamp: 2;
    }
}

/* =========================================
   New Arrivals
========================================= */

.new-arrivals-section {
    width: 100%;
    padding: 48px 0;
    background: #ffffff;
}

.new-arrivals-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* =========================
   New Arrivals Header
========================= */

.new-arrivals-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.new-arrivals-heading {
    max-width: 720px;
}

.new-arrivals-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.new-arrivals-eyebrow i {
    color: #f59e0b;
    font-size: 12px;
}

.new-arrivals-heading h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.new-arrivals-heading p {
    max-width: 650px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.new-arrivals-view-all {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #2e7d32;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(46, 125, 50, 0.07);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.new-arrivals-view-all:hover {
    border-color: #2e7d32;
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.18);
}

.new-arrivals-view-all i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.new-arrivals-view-all:hover i {
    transform: translateX(4px);
}

/* =========================
   New Arrivals Grid
========================= */

.new-arrivals-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

/* =========================
   New Arrival Card
========================= */

.new-arrival-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.new-arrival-card:hover {
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 24px 52px rgba(31, 41, 55, 0.13);
}

/* =========================
   New Arrival Media
========================= */

.new-arrival-media {
    position: relative;
    flex: 0 0 245px;
    height: 245px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 72% 18%,
            rgba(255, 255, 255, 0.92),
            transparent 30%
        ),
        linear-gradient(145deg, #eef7ef, #fbfcfa);
}

.new-arrival-image-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
}

.new-arrival-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.new-arrival-card:hover .new-arrival-image {
    transform: scale(1.06);
}

.new-arrival-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 56px;
}

.new-arrival-placeholder i {
    font-size: 56px;
}

/* =========================
   New Arrival Badges
========================= */

.new-arrival-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    backdrop-filter: blur(6px);
}

.new-arrival-badge i {
    color: #f59e0b;
}

.new-arrival-discount {
    position: absolute;
    left: 13px;
    bottom: 13px;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #dc2626;
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
}

.new-arrival-wishlist-form {
    position: absolute;
    top: 13px;
    right: 13px;
    margin: 0;
}

.new-arrival-wishlist {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(46, 125, 50, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(31, 41, 55, 0.09);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        transform 0.25s ease;
}

.new-arrival-wishlist:hover {
    background: #2e7d32;
    color: #ffffff;
    transform: scale(1.06);
}

/* =========================
   New Arrival Content
========================= */

.new-arrival-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px;
}

.new-arrival-category {
    display: inline-block;
    min-height: 16px;
    margin-bottom: 7px;
    color: #2e7d32;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.new-arrival-content h3 {
    min-height: 67px;
    max-height: 67px;
    display: -webkit-box;
    margin: 0 0 9px;
    overflow: hidden;
    color: #1f2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.new-arrival-content h3 a {
    color: inherit;
}

.new-arrival-content h3 a:hover {
    color: #2e7d32;
}

/* =========================
   New Arrival Rating
========================= */

.new-arrival-rating {
    min-height: 18px;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

.new-arrival-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #f59e0b;
    font-size: 11px;
}

.new-arrival-rating-value {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
}

/* =========================
   New Arrival Description
========================= */

.new-arrival-description {
    min-height: 38px;
    max-height: 38px;
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* =========================
   New Arrival Price and Stock
========================= */

.new-arrival-bottom {
    min-height: 52px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    margin-bottom: 15px;
}

.new-arrival-price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.new-arrival-price strong {
    color: #2e7d32;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.3;
    white-space: nowrap;
}

.new-arrival-price del {
    color: #94a3b8;
    font-size: 10px;
    white-space: nowrap;
}

.new-arrival-stock {
    flex: 0 0 auto;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 999px;
    background: #eef7ef;
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    white-space: nowrap;
}

.new-arrival-stock--out {
    background: #fef2f2;
    color: #dc2626;
}

/* =========================
   New Arrival Add To Cart
========================= */

.new-arrival-cart-form {
    width: 100%;
    margin: 0;
}

.new-arrival-cart-button,
.new-arrival-unavailable {
    width: 100%;
    height: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.new-arrival-cart-button {
    padding: 0 15px;
    border: 0;
    background: #2e7d32;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(46, 125, 50, 0.18);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.new-arrival-cart-button:hover {
    background: #256b29;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(46, 125, 50, 0.24);
}

.new-arrival-unavailable {
    background: #fef2f2;
    color: #dc2626;
}

/* =========================
   New Arrivals Empty State
========================= */

.new-arrivals-empty {
    padding: 48px 24px;
    border: 1px dashed rgba(46, 125, 50, 0.25);
    border-radius: 22px;
    background: #f8faf8;
    text-align: center;
}

.new-arrivals-empty > i {
    margin-bottom: 14px;
    color: #2e7d32;
    font-size: 38px;
}

.new-arrivals-empty h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 20px;
}

.new-arrivals-empty p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* =========================
   New Arrivals Tablet
========================= */

@media (max-width: 992px) {
    .new-arrivals-section {
        padding: 42px 0;
    }

    .new-arrivals-container {
        padding: 0 24px;
    }

    .new-arrivals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .new-arrival-media {
        flex-basis: 270px;
        height: 270px;
    }
}

/* =========================
   New Arrivals Mobile
========================= */

@media (max-width: 576px) {
    .new-arrivals-section {
        padding: 36px 0;
    }

    .new-arrivals-container {
        padding: 0 18px;
    }

    .new-arrivals-header {
        display: block;
        margin-bottom: 22px;
    }

    .new-arrivals-heading h2 {
        font-size: 1.9rem;
    }

    .new-arrivals-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .new-arrivals-view-all {
        min-height: 42px;
        margin-top: 17px;
        padding: 0 17px;
        font-size: 12px;
    }

    .new-arrivals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .new-arrival-card {
        border-radius: 17px;
    }

    .new-arrival-media {
        flex-basis: 165px;
        height: 165px;
    }

    .new-arrival-image-link {
        padding: 14px;
    }

    .new-arrival-badge {
        top: 8px;
        left: 8px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 7px;
    }

    .new-arrival-discount {
        left: 8px;
        bottom: 8px;
        min-height: 23px;
        padding: 0 7px;
        font-size: 8px;
    }

    .new-arrival-wishlist-form {
        top: 8px;
        right: 8px;
    }

    .new-arrival-wishlist {
        width: 29px;
        height: 29px;
        font-size: 11px;
    }

    .new-arrival-content {
        padding: 12px 10px;
    }

    .new-arrival-category {
        min-height: 13px;
        margin-bottom: 5px;
        font-size: 8px;
    }

    .new-arrival-content h3 {
        min-height: 53px;
        max-height: 53px;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 1.35;
        -webkit-line-clamp: 3;
    }

    .new-arrival-rating {
        min-height: 14px;
        gap: 5px;
        margin-bottom: 8px;
    }

    .new-arrival-stars {
        gap: 1px;
        font-size: 8px;
    }

    .new-arrival-rating-value {
        font-size: 9px;
    }

    .new-arrival-description {
        min-height: 27px;
        max-height: 27px;
        margin-bottom: 10px;
        font-size: 9px;
        line-height: 1.45;
    }

    .new-arrival-bottom {
        min-height: 48px;
        display: block;
        margin-bottom: 10px;
    }

    .new-arrival-price strong {
        font-size: 13px;
    }

    .new-arrival-price del {
        font-size: 8px;
    }

    .new-arrival-stock {
        min-height: 20px;
        margin-top: 5px;
        padding: 0 7px;
        font-size: 7px;
    }

    .new-arrival-cart-button,
    .new-arrival-unavailable {
        height: 38px;
        min-height: 38px;
        gap: 5px;
        padding: 0 8px;
        font-size: 9px;
    }
}

/* =========================
   New Arrivals Small Mobile
========================= */

@media (max-width: 370px) {
    .new-arrivals-grid {
        grid-template-columns: 1fr;
    }

    .new-arrival-media {
        flex-basis: 210px;
        height: 210px;
    }

    .new-arrival-content h3 {
        min-height: 44px;
        max-height: 44px;
        -webkit-line-clamp: 2;
    }
}

/* =========================================
   Blog Preview
========================================= */

.blog-preview-section {
    width: 100%;
    padding: 48px 0;
    background: #f8faf8;
}

.blog-preview-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* =========================
   Blog Preview Header
========================= */

.blog-preview-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 28px;
}

.blog-preview-heading {
    max-width: 720px;
}

.blog-preview-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-preview-heading h2 {
    margin: 0 0 10px;
    color: #1f2937;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.blog-preview-heading p {
    max-width: 650px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.blog-preview-view-all {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 20px;
    border: 1px solid rgba(46, 125, 50, 0.22);
    border-radius: 999px;
    background: #ffffff;
    color: #2e7d32;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(46, 125, 50, 0.07);
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.blog-preview-view-all:hover {
    border-color: #2e7d32;
    background: #2e7d32;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(46, 125, 50, 0.18);
}

.blog-preview-view-all i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.blog-preview-view-all:hover i {
    transform: translateX(4px);
}

/* =========================
   Blog Preview Grid
========================= */

.blog-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

/* =========================
   Blog Preview Card
========================= */

.blog-preview-card {
    height: 285px;
    min-width: 0;
    display: grid;
    grid-template-columns: 42% 58%;
    overflow: hidden;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.blog-preview-card:hover {
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-5px);
    box-shadow: 0 23px 48px rgba(31, 41, 55, 0.12);
}

/* =========================
   Blog Image
========================= */

.blog-preview-image-link {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 70% 20%,
            rgba(255, 255, 255, 0.88),
            transparent 30%
        ),
        linear-gradient(145deg, #eaf5eb, #f9fbf8);
}

.blog-preview-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.blog-preview-card:hover .blog-preview-image {
    transform: scale(1.06);
}

.blog-preview-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e7d32;
    font-size: 54px;
}

/* =========================
   Blog Content
========================= */

.blog-preview-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 22px;
}

.blog-preview-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.blog-preview-category {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eaf5eb;
    color: #2e7d32;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blog-preview-date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #94a3b8;
    font-size: 10px;
    white-space: nowrap;
}

.blog-preview-content h3 {
    min-height: 50px;
    max-height: 50px;
    display: -webkit-box;
    margin: 0 0 10px;
    overflow: hidden;
    color: #1f2937;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-preview-content h3 a {
    color: inherit;
}

.blog-preview-content h3 a:hover {
    color: #2e7d32;
}

.blog-preview-excerpt {
    min-height: 60px;
    max-height: 60px;
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: #64748b;
    font-size: 12px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blog-preview-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.blog-preview-author {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 10px;
    font-weight: 700;
}

.blog-preview-read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.blog-preview-read-more i {
    font-size: 9px;
    transition: transform 0.25s ease;
}

.blog-preview-read-more:hover i {
    transform: translateX(4px);
}

/* =========================
   Blog Preview Empty
========================= */

.blog-preview-empty {
    padding: 48px 24px;
    border: 1px dashed rgba(46, 125, 50, 0.25);
    border-radius: 22px;
    background: #ffffff;
    text-align: center;
}

.blog-preview-empty > i {
    margin-bottom: 14px;
    color: #2e7d32;
    font-size: 38px;
}

.blog-preview-empty h3 {
    margin: 0 0 8px;
    color: #1f2937;
    font-size: 20px;
}

.blog-preview-empty p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* =========================
   Blog Preview Tablet
========================= */

@media (max-width: 992px) {
    .blog-preview-container {
        padding: 0 24px;
    }

    .blog-preview-card {
        height: 300px;
        grid-template-columns: 40% 60%;
    }

    .blog-preview-content {
        padding: 18px;
    }
}

/* =========================
   Blog Preview Mobile
========================= */

@media (max-width: 767px) {
    .blog-preview-section {
        padding: 38px 0;
    }

    .blog-preview-container {
        padding: 0 18px;
    }

    .blog-preview-header {
        display: block;
        margin-bottom: 22px;
    }

    .blog-preview-heading h2 {
        font-size: 1.9rem;
    }

    .blog-preview-heading p {
        font-size: 13px;
        line-height: 1.6;
    }

    .blog-preview-view-all {
        min-height: 42px;
        margin-top: 17px;
        padding: 0 17px;
        font-size: 12px;
    }

    .blog-preview-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .blog-preview-card {
        height: auto;
        min-height: 390px;
        grid-template-columns: 1fr;
        grid-template-rows: 190px auto;
        border-radius: 18px;
    }

    .blog-preview-content {
        padding: 17px;
    }

    .blog-preview-content h3 {
        min-height: 45px;
        max-height: 45px;
        font-size: 16px;
    }

    .blog-preview-excerpt {
        min-height: 57px;
        max-height: 57px;
        font-size: 11px;
        -webkit-line-clamp: 3;
    }
}

/* =========================
   Blog Preview Small Mobile
========================= */

@media (max-width: 380px) {
    .blog-preview-card {
        grid-template-rows: 170px auto;
    }

    .blog-preview-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }
}

/* =========================================
   Benefits Section
========================================= */

.benefits-section{
    padding:55px 0;
    background:#ffffff;
}

.benefits-container{
    max-width:1280px;
    margin:auto;
    padding:0 32px;
}

/* =========================
   Section Heading
========================= */

.section-heading{
    text-align:center;
    max-width:720px;
    margin:0 auto 40px;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    margin-bottom:16px;
    border-radius:50px;
    background:#E8F5E9;
    color:#2E7D32;
    font-size:13px;
    font-weight:700;
}

.section-heading h2{
    margin:0 0 15px;
    color:#1F2937;
    font-size:clamp(2rem,3vw,2.8rem);
    font-weight:800;
}

.section-heading p{
    color:#64748B;
    line-height:1.7;
    font-size:16px;
}

/* =========================
   Benefits Grid
========================= */

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.benefit-card{
    padding:30px 24px;
    text-align:center;
    border-radius:22px;
    background:#ffffff;
    border:1px solid #E5E7EB;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-6px);
    border-color:#2E7D32;
    box-shadow:0 18px 40px rgba(46,125,50,.12);
}

.benefit-icon{
    width:74px;
    height:74px;
    margin:0 auto 20px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#E8F5E9;
    color:#2E7D32;
}

.benefit-icon i{
    font-size:30px;
}

.benefit-card h3{
    margin-bottom:12px;
    color:#1F2937;
    font-size:19px;
    font-weight:700;
}

.benefit-card p{
    color:#64748B;
    line-height:1.7;
    font-size:15px;
}

/* =========================
   Tablet
========================= */

@media(max-width:992px){

.benefits-grid{

    grid-template-columns:repeat(2,1fr);

}

}

/* =========================
   Mobile
========================= */

@media(max-width:576px){

.benefits-section{

    padding:40px 0;

}

.benefits-container{

    padding:0 18px;

}

.section-heading{

    margin-bottom:28px;

}

.section-heading h2{

    font-size:1.9rem;

}

.section-heading p{

    font-size:14px;

}

.benefits-grid{

    grid-template-columns:repeat(2,1fr);

    gap:14px;

}

.benefit-card{

    padding:22px 16px;

    border-radius:18px;

}

.benefit-icon{

    width:58px;

    height:58px;

    margin-bottom:16px;

}

.benefit-icon i{

    font-size:22px;

}

.benefit-card h3{

    font-size:15px;

}

.benefit-card p{

    font-size:13px;

    line-height:1.5;

}

}

/* =========================================
   Testimonials Section
========================================= */

.testimonials-section {
    width: 100%;
    padding: 52px 0;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(46, 125, 50, 0.06),
            transparent 25%
        ),
        #f8faf8;
}

.testimonials-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

/* =========================
   Testimonials Header
========================= */

.testimonials-header {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}

.testimonials-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.testimonials-eyebrow i {
    color: #e87922;
    font-size: 12px;
}

.testimonials-header h2 {
    margin: 0 0 12px;
    color: #1f2937;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.testimonials-header p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

/* =========================
   Testimonials Grid
========================= */

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

/* =========================
   Testimonial Card
========================= */

.testimonial-card {
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(31, 41, 55, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.testimonial-card:hover {
    border-color: rgba(46, 125, 50, 0.2);
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(31, 41, 55, 0.12);
}

/* =========================
   Customer Information
========================= */

.testimonial-top {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 18px;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #dff1e2, #f4faf4);
    color: #2e7d32;
    font-size: 15px;
    font-weight: 850;
    box-shadow: inset 0 0 0 1px rgba(46, 125, 50, 0.12);
}

.testimonial-customer {
    min-width: 0;
    flex: 1;
}

.testimonial-customer h3 {
    margin: 0 0 4px;
    color: #1f2937;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.testimonial-customer span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #94a3b8;
    font-size: 11px;
}

.testimonial-quote {
    flex: 0 0 auto;
    color: rgba(46, 125, 50, 0.15);
    font-size: 28px;
}

/* =========================
   Rating
========================= */

.testimonial-stars {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 15px;
    color: #f59e0b;
    font-size: 13px;
}

/* =========================
   Review Text
========================= */

.testimonial-review {
    min-height: 93px;
    max-height: 93px;
    display: -webkit-box;
    margin: 0 0 18px;
    overflow: hidden;
    color: #5f6f64;
    font-size: 13px;
    line-height: 1.8;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

/* =========================
   Verified Label
========================= */

.testimonial-verified {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
    color: #2e7d32;
    font-size: 11px;
    font-weight: 800;
}

.testimonial-verified i {
    font-size: 13px;
}

/* =========================
   Testimonials Tablet
========================= */

@media (max-width: 992px) {
    .testimonials-section {
        padding: 46px 0;
    }

    .testimonials-container {
        padding: 0 24px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .testimonial-card:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 10px);
        justify-self: center;
    }
}

/* =========================
   Testimonials Mobile
========================= */

@media (max-width: 576px) {
    .testimonials-section {
        padding: 38px 0;
    }

    .testimonials-container {
        padding: 0 18px;
    }

    .testimonials-header {
        margin-bottom: 24px;
    }

    .testimonials-header h2 {
        font-size: 1.9rem;
    }

    .testimonials-header p {
        font-size: 13px;
        line-height: 1.6;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .testimonial-card,
    .testimonial-card:last-child {
        width: 100%;
        grid-column: auto;
        padding: 20px;
        border-radius: 18px;
    }

    .testimonial-top {
        gap: 11px;
        margin-bottom: 15px;
    }

    .testimonial-avatar {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 13px;
    }

    .testimonial-customer h3 {
        font-size: 15px;
    }

    .testimonial-quote {
        font-size: 24px;
    }

    .testimonial-review {
        min-height: auto;
        max-height: none;
        font-size: 12px;
        line-height: 1.7;
        -webkit-line-clamp: initial;
    }
}

/* =========================================
   Newsletter Section
========================================= */

.newsletter-section {
    width: 100%;
    padding: 48px 0 58px;
    background: #ffffff;
}

.newsletter-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.newsletter-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    align-items: center;
    gap: 45px;
    min-height: 390px;
    padding: 55px 65px;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 90% 15%,
            rgba(255, 255, 255, 0.16),
            transparent 24%
        ),
        linear-gradient(135deg, #1f6b2a 0%, #2e7d32 55%, #388e3c 100%);
    box-shadow: 0 25px 65px rgba(46, 125, 50, 0.2);
}

.newsletter-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.newsletter-decoration--one {
    top: -90px;
    right: -60px;
    width: 270px;
    height: 270px;
    border: 45px solid rgba(255, 255, 255, 0.06);
}

.newsletter-decoration--two {
    bottom: -130px;
    left: 35%;
    width: 260px;
    height: 260px;
    background: rgba(255, 255, 255, 0.04);
}

.newsletter-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.newsletter-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.newsletter-content h2 {
    max-width: 680px;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -1px;
}

.newsletter-content > p {
    max-width: 650px;
    margin: 0 0 23px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

/* =========================
   Newsletter Form
========================= */

.newsletter-form {
    width: 100%;
    max-width: 680px;
    margin: 0;
}

.newsletter-input-group {
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 6px 6px 6px 20px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(20, 62, 25, 0.2);
}

.newsletter-input-icon {
    flex: 0 0 auto;
    margin-right: 11px;
    color: #2e7d32;
    font-size: 16px;
}

.newsletter-input {
    min-width: 0;
    flex: 1;
    height: 46px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1f2937;
    font-size: 14px;
}

.newsletter-input::placeholder {
    color: #94a3b8;
}

.newsletter-submit {
    min-width: 145px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 0 21px;
    border: 0;
    border-radius: 999px;
    background: #1f6b2a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.newsletter-submit:hover {
    background: #184f21;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(31, 107, 42, 0.24);
}

.newsletter-submit i {
    font-size: 11px;
    transition: transform 0.25s ease;
}

.newsletter-submit:hover i {
    transform: translateX(4px);
}

.newsletter-privacy {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 13px 0 0 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
}

.newsletter-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.newsletter-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =========================
   Newsletter Messages
========================= */

.newsletter-message {
    max-width: 680px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.newsletter-message i {
    margin-top: 2px;
}

.newsletter-message--success {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

.newsletter-message--error {
    border: 1px solid rgba(254, 202, 202, 0.4);
    background: rgba(127, 29, 29, 0.32);
    color: #ffffff;
}

/* =========================
   Newsletter Visual
========================= */

.newsletter-visual {
    position: relative;
    z-index: 2;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-visual-circle {
    position: relative;
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.88);
    font-size: 82px;
    box-shadow:
        0 0 0 28px rgba(255, 255, 255, 0.045),
        0 25px 55px rgba(20, 62, 25, 0.2);
}

.newsletter-visual-mail {
    position: absolute;
    right: 9px;
    bottom: 15px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #2e7d32;
    font-size: 25px;
    box-shadow: 0 14px 30px rgba(20, 62, 25, 0.25);
}

.newsletter-visual-badge {
    position: absolute;
    left: -12px;
    bottom: 2px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    color: #2e7d32;
    box-shadow: 0 14px 32px rgba(20, 62, 25, 0.2);
}

.newsletter-visual-badge > i {
    font-size: 21px;
}

.newsletter-visual-badge span {
    display: flex;
    flex-direction: column;
    color: #64748b;
    font-size: 9px;
    line-height: 1.45;
}

.newsletter-visual-badge strong {
    color: #1f2937;
    font-size: 11px;
}

/* =========================
   Newsletter Tablet
========================= */

@media (max-width: 992px) {
    .newsletter-container {
        padding: 0 24px;
    }

    .newsletter-panel {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 28px;
        padding: 48px 42px;
    }

    .newsletter-visual-circle {
        width: 190px;
        height: 190px;
        font-size: 68px;
    }
}

/* =========================
   Newsletter Mobile
========================= */

@media (max-width: 767px) {
    .newsletter-section {
        padding: 38px 0 46px;
    }

    .newsletter-container {
        padding: 0 18px;
    }

    .newsletter-panel {
        grid-template-columns: 1fr;
        gap: 25px;
        min-height: 0;
        padding: 36px 22px;
        border-radius: 24px;
        text-align: center;
    }

    .newsletter-content h2 {
        font-size: 1.9rem;
    }

    .newsletter-content > p {
        font-size: 13px;
        line-height: 1.6;
    }

    .newsletter-message {
        text-align: left;
    }

    .newsletter-input-group {
        min-height: 56px;
        padding: 5px;
    }

    .newsletter-input-icon {
        margin-left: 11px;
        margin-right: 8px;
        font-size: 14px;
    }

    .newsletter-input {
        height: 44px;
        font-size: 12px;
    }

    .newsletter-submit {
        min-width: 110px;
        height: 44px;
        padding: 0 14px;
        font-size: 11px;
    }

    .newsletter-privacy {
        justify-content: center;
        text-align: center;
    }

    .newsletter-visual {
        min-height: 210px;
    }

    .newsletter-visual-circle {
        width: 170px;
        height: 170px;
        font-size: 58px;
    }

    .newsletter-visual-mail {
        width: 54px;
        height: 54px;
        font-size: 20px;
    }

    .newsletter-visual-badge {
        left: 50%;
        bottom: -4px;
        transform: translateX(-50%);
        white-space: nowrap;
    }
}

/* =========================
   Newsletter Small Mobile
========================= */

@media (max-width: 390px) {
    .newsletter-input-group {
        display: grid;
        grid-template-columns: 30px minmax(0, 1fr);
        padding: 7px;
        border-radius: 18px;
    }

    .newsletter-input-icon {
        margin: 0;
    }

    .newsletter-submit {
        grid-column: 1 / -1;
        width: 100%;
        margin-top: 6px;
        border-radius: 13px;
    }
}