body {
    margin: 0;
    background-color: #ffffff;
}

.product-list-wrapper {
    --product-accent: #3c544b;
    --product-accent-dark: #32463f;
    --product-accent-soft: rgba(60, 84, 75, 0.12);
}

.product-list-wrapper .container {
    max-width: 1500px;
}

.product-list-wrapper .eps-widget04 {
    background: #ffffff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 14px 18px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.product-list-wrapper .eps-widget04--title {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #111827;
}

.product-list-wrapper .eps-widget04--end {
    gap: 10px;
}

.product-list-wrapper .eps-widget04-link,
.product-list-wrapper .eps-widget04--sort-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f7f8fb;
    border: 1px solid #e6e9ef;
    color: #111827;
    font-weight: 600;
    transition: all 0.2s ease;
}

.product-list-wrapper .eps-widget04-link:hover,
.product-list-wrapper .eps-widget04--sort-link:hover {
    background: #eef2f7;
    border-color: #d9dee8;
    color: #0f172a;
}

.product-list-wrapper .eps-widget04-link-icon svg {
    width: 18px;
    height: 18px;
}

.product-list-wrapper .eps-widget04--sort-label {
    color: #6b7280;
    font-weight: 600;
}

.product-list-wrapper .eps-widget04--sort-value {
    color: #111827;
    font-weight: 700;
}

.product-list-wrapper .dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e6e9ef;
    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.14);
    padding: 8px;
}

.product-list-wrapper .dropdown-item {
    border-radius: 8px;
    padding: 8px 10px;
    font-weight: 600;
}

.product-list-wrapper .dropdown-item:hover {
    background: #f3f5f9;
}

@media (max-width: 768px) {
    .product-list-wrapper .eps-widget04 {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 14px;
    }

    .product-list-wrapper .eps-widget04--left,
    .product-list-wrapper .eps-widget04--end {
        width: 100%;
    }

    .product-list-wrapper .eps-widget04--end {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .product-list-wrapper .eps-widget04-link,
    .product-list-wrapper .eps-widget04--sort-link {
        width: 100%;
        justify-content: space-between;
        white-space: normal;
    }

    .product-list-wrapper .eps-widget04--sort {
        width: 100%;
    }

    .product-list-wrapper .eps-widget04--sort .dropdown-menu {
        width: 100%;
        min-width: 100%;
    }

    .product-list-wrapper .eps-widget04--end .ml-15 {
        margin-left: 0 !important;
    }
}

.product-list-wrapper .card07 .card-img img {
    height: 220px;
    object-fit: cover;
}

.product-list-wrapper .card07 .card-body {
    padding: 16px;
}

.product-list-wrapper .card.card07 .card-amounts .card-amount {
    color: var(--product-accent);
}

.product-list-wrapper .card.card07 .card-actions a {
    color: var(--product-accent);
}

.product-list-wrapper .card.card07 .card-actions a .svg-icon g [fill] {
    fill: var(--product-accent);
}

.product-list-wrapper .card.card07 .card-actions a:hover .svg-icon g [fill],
.product-list-wrapper .card.card07 .card-actions a.active .svg-icon g [fill] {
    fill: var(--product-accent-dark);
}

.product-list-wrapper .filter-form-wrapper .card {
    border: 1px solid #e6e9ef;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.product-list-wrapper .filter-form-wrapper .card-header {
    padding: 16px 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
    border-bottom: 1px solid #e6e9ef;
}

.product-list-wrapper .filter-form-wrapper .card-header--title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.product-list-wrapper .filter-form-wrapper .card-search {
    padding: 14px 16px 0;
}

.product-list-wrapper .filter-form-wrapper .card-search-block {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-list-wrapper .filter-form-wrapper .card-search-block .form-control {
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    padding: 10px 14px;
}

.product-list-wrapper .filter-form-wrapper .card-search-block .btn-search {
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0f172a;
    height: 38px;
    width: 42px;
}

.product-list-wrapper .filter-form-wrapper .card-body {
    padding: 16px 18px 8px;
}

.product-list-wrapper .filter-form-wrapper .card-price-range-title {
    font-weight: 700;
    color: #0f172a;
}

.product-list-wrapper .filter-form-wrapper .card-price-range-clear a {
    color: #0f766e;
    font-weight: 600;
}

.product-list-wrapper .filter-form-wrapper .input-group .form-control {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.product-list-wrapper .filter-form-wrapper .input-group-text {
    border-radius: 12px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
}

.product-list-wrapper .filter-form-wrapper #filter-accordion .filter-block {
    padding: 12px 0;
    border-bottom: 1px solid #eef2f7;
}

.product-list-wrapper .filter-form-wrapper .card-footer {
    border-top: 1px solid #eef2f7;
    padding: 14px 18px 16px;
    background: #fafbff;
}

.product-list-wrapper .filter-form-wrapper .card-footer-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.product-list-wrapper .filter-form-wrapper .card-footer .btn {
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 600;
}

.product-list-wrapper .filter-form-wrapper .btn.btn-sm.btn-brand,
.product-list-wrapper .btn.btn-sm.btn-brand {
    background-color: var(--product-accent);
    border-color: var(--product-accent);
    color: #ffffff;
}

.product-list-wrapper .filter-form-wrapper .btn.btn-sm.btn-brand:hover,
.product-list-wrapper .filter-form-wrapper .btn.btn-sm.btn-brand:focus,
.product-list-wrapper .filter-form-wrapper .btn.btn-sm.btn-brand:active,
.product-list-wrapper .filter-form-wrapper .btn.btn-sm.btn-brand.active,
.product-list-wrapper .btn.btn-sm.btn-brand:hover,
.product-list-wrapper .btn.btn-sm.btn-brand:focus,
.product-list-wrapper .btn.btn-sm.btn-brand:active,
.product-list-wrapper .btn.btn-sm.btn-brand.active {
    background-color: var(--product-accent-dark);
    border-color: var(--product-accent-dark);
    color: #ffffff;
}

.product-list-wrapper .accordion.accordion01 .accordion-heading[aria-expanded=true] {
    color: var(--product-accent);
}

.product-list-wrapper .accordion.accordion01 .accordion-heading[aria-expanded=true] .accordion-heading-title,
.product-list-wrapper .accordion.accordion01 .accordion-heading[aria-expanded=true] .accordion-heading-icon,
.product-list-wrapper .accordion.accordion01 .accordion-heading[aria-expanded=true] .accordion-heading-icon i {
    color: var(--product-accent);
}

.product-list-wrapper .product-empty-state {
    margin: 24px auto 0;
    max-width: 520px;
    padding: 24px 26px;
    text-align: center;
    border-radius: 18px;
    border: 1px dashed #d7dde6;
    background: linear-gradient(135deg, #f8fafc 0%, #eef7f5 100%);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    color: #0f172a;
}

.product-list-wrapper .product-empty-state__icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f766e;
}

.product-list-wrapper .product-empty-state__icon svg {
    width: 28px;
    height: 28px;
}

.product-list-wrapper .product-empty-state__title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.product-list-wrapper .product-empty-state__subtitle {
    font-size: 0.9rem;
    color: #64748b;
}
    /* ===============================
    Brand Header Wrapper
    ================================ */
    .brand-showcase-section {
        width: 100%;
    }

    .brand-showcase-wrapper {
        width: 100%;
        margin: 0 0 44px;
    }

    .brand-header-wrapper {
        background: #ffffff;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        box-shadow: none;
        margin-bottom: 18px !important;
    }

    /* ===============================
    Banner Wrapper
    ================================ */
    .brand-banner-wrapper {
        position: relative;
        height: 480px;
        border-radius: 0;
        overflow: hidden;
        margin-bottom: 0;
    }

    .brand-banner-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        display: block;
    }

    .brand-banner-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(7, 12, 20, 0.72) 0%, rgba(7, 12, 20, 0.42) 42%, rgba(7, 12, 20, 0.16) 100%),
            linear-gradient(to top, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.08));
        z-index: 1;
    }

    /* ===============================
    Overlay Content
    ================================ */
    .brand-banner-overlay {
        position: absolute;
        inset: 0;
        z-index: 2;
        display: flex;
        align-items: flex-end;
        padding: 24px 28px;
    }

    .brand-overlay-content {
        display: flex;
        align-items: center;
        gap: 16px;
        max-width: 640px;
    }

    .brand-logo-box {
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
        backdrop-filter: none;
    }

    .brand-logo-box img {
        max-height: 48px;
        object-fit: contain;
    }

    .brand-text {
        color: #ffffff;
    }

    .brand-name {
        font-size: clamp(2rem, 2.7vw, 2.6rem);
        font-weight: 700;
        margin-bottom: 6px;
        color: var(--brand-name-color, #ffffff);
        line-height: 1.08;
        text-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
    }

    .brand-breadcrumb {
        font-size: 0.85rem;
        color: var(--brand-name-color, #ffffff);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
    }

    .brand-breadcrumb a {
        color: var(--brand-name-color, #ffffff);
        text-decoration: none;
    }

    .brand-breadcrumb a:hover {
        text-decoration: underline;
    }

    /* ===============================
    Carousel cleanup
    ================================ */
    .brand-carousel .carousel-control-prev,
    .brand-carousel .carousel-control-next {
        display: none !important;
    }

    /* ===============================
    Dot Indicators
    ================================ */
    .brand-carousel-indicators {
        bottom: 14px;
    }

    .brand-carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.5);
        margin: 0 6px;
        transition: all 0.3s ease;
    }

    .brand-carousel-indicators li.active {
        width: 24px;
        border-radius: 12px;
        background-color: #ffffff;
    }

    /* ===============================
    About Card
    ================================ */
    .brand-about-card {
        border-top: 1px solid #eef0f3;
        padding: 20px 24px 24px;
    }

    .brand-about-card h5 {
        font-weight: 600;
        margin-bottom: 8px;
    }

    .brand-about-card p {
        color: #6b7280;
        line-height: 1.6;
        max-width: 90%;
    }

    /* ===============================
    Responsive
    ================================ */
    @media (max-width: 991px) {
        .brand-showcase-wrapper {
            width: 100%;
            margin: 0 0 36px;
        }

        .brand-banner-wrapper {
            height: 360px;
        }
    }

    @media (max-width: 768px) {
        .brand-showcase-wrapper {
            width: 100%;
            margin: 0 0 28px;
        }

        .brand-banner-wrapper {
            height: 260px;
        }

        .brand-name {
            font-size: 1.6rem;
        }
    }

    @media (max-width: 576px) {
        .brand-showcase-wrapper {
            width: 100%;
            margin: 0 0 24px;
        }

        .brand-banner-wrapper {
            height: 260px;
        }

        .brand-banner-overlay {
            padding: 18px;
        }

        .brand-logo-box {
            padding: 0;
        }

        .brand-logo-box img {
            max-height: 38px;
        }

        .brand-breadcrumb {
            font-size: 0.8rem;
            gap: 6px;
        }
    }

    /* ===============================
    Brand Story Grid
    ================================ */
    .brand-story-section{
        background:#f5f5f5;
        padding:30px 0 40px;
    }

    .brand-story-section .container{
        max-width:1000px;
        margin:auto;
    }

    .brand-row{
        display:grid;
        grid-template-columns:1fr 1fr;
        align-items:flex-start;
        gap:12px;
        margin-bottom:30px;
    }

    .brand-row.reverse{
        direction:rtl;
    }

    .brand-row.reverse .brand-content{
        direction:ltr;
    }

    .brand-image{
        max-width:420px;
    }
    .brand-image img{
        width:100%;
        aspect-ratio: 1 / 1;
        height:auto;
        object-fit:cover;
        border-radius:0;
        display:block;
    }

    .brand-content{
        max-width:360px;
    }

    .brand-title{
        font-size:32px;
        font-weight:500;
        letter-spacing:2px;
        text-transform:uppercase;
        margin-bottom:20px;
        color:#222;
    }

    .brand-text{
        font-size:14px;
        line-height:1.7;
        color:#555;
    }

    /* responsive */

    @media (max-width:900px){

        .brand-row{
            grid-template-columns:1fr;
            gap:40px;
            margin-bottom:80px;
        }

        .brand-row.reverse{
            direction:ltr;
        }

        .brand-content{
            max-width:100%;
        }

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

    }

    /* Featured brand section */
    .featured-brand-wrapper{
        background:#ffffff;
        padding:44px 0 28px;
    }

    .featured-layout{
        max-width:1280px;
        margin:0 auto;
        display:grid;
        grid-template-columns:250px 1fr;
        gap:48px;
        align-items:center;
    }

    /* LEFT TEXT */

    .featured-left{
        display:flex;
        flex-direction:column;
        gap:8px;
    }

    .featured-left h2{
        font-size:42px;
        font-weight:600;
        line-height:1.05;
        margin:0 0 16px;
        color:#1f2937;
    }

    .shop-all{
        text-decoration:underline;
        color:#0f172a;
        font-weight:600;
        font-size:16px;
        display:inline-block;
        margin-top:10px;
    }

    /* SLIDER */

    .featured-slider-wrapper{
        position:relative;
        overflow:hidden;
    }

    .featured-slider{
        display:flex;
        gap:48px;
        overflow-x:auto;
        scroll-behavior:smooth;
        padding-bottom:12px;
        -ms-overflow-style:none;
        scrollbar-width:none;
    }

    .featured-slider::-webkit-scrollbar{
        display:none;
    }

    /* PRODUCT CARD */

    .featured-card{
        min-width:260px;
        text-decoration:none;
        color:#111;
    }

    .featured-card-img{
        height:250px;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .featured-card-img img{
        max-height:240px;
        width:auto;
        max-width:100%;
        object-fit:contain;
    }

    .featured-card-name{
        margin-top:18px;
        font-size:15px;
        font-weight:600;
        color:#111827;
    }

    .featured-card-link{
        margin-top:10px;
        font-size:16px;
        font-weight:700;
        text-decoration:underline;
        color:#0f172a;
    }

    /* ARROWS */

    .slider-arrow{
        position:absolute;
        top:45%;
        transform:translateY(-50%);
        width:42px;
        height:42px;
        border-radius:50%;
        border:1px solid #e5e7eb;
        background:#ffffff;
        box-shadow:0 6px 18px rgba(0,0,0,0.1);
        font-size:22px;
        cursor:pointer;
        z-index:2;
        color:#111827;
        transition:background-color .15s ease, box-shadow .15s ease, opacity .15s ease;
    }

    .slider-arrow:hover{
        background:#f8fafc;
        box-shadow:0 10px 24px rgba(0,0,0,0.14);
    }

    .slider-arrow.disabled{
        opacity:0;
        cursor:not-allowed;
        pointer-events:none;
        box-shadow:none;
    }

    .slider-arrow.left{
        left:-12px;
    }

    .slider-arrow.right{
        right:-12px;
    }

    /* PROGRESS LINE */

    .slider-progress{
        height:3px;
        background:#e5e7eb;
        margin-top:24px;
        position:relative;
    }

    .slider-progress-bar{
        height:3px;
        width:0%;
        background:#111827;
        transition:width .2s ease;
    }

    .product-list-blocks{
        margin-top:64px;
    }

    /* MOBILE */

    @media (max-width:900px){

        .featured-layout{
            grid-template-columns:1fr;
            gap:32px;
        }

        .featured-left h2{
            font-size:36px;
        }

        .featured-slider{
            gap:32px;
        }

        .slider-arrow.left{
            left:6px;
        }

        .slider-arrow.right{
            right:6px;
        }

        .product-list-blocks{
            margin-top:48px;
        }

    }

    @media (max-width:640px){
        .featured-card{
            min-width:220px;
        }

        .featured-card-img{
            height:220px;
        }
    }



/* ============================================================
   Brand Story / About Section
   Matches: image 2 — full-width sections, image bleed, text lower-left
   ============================================================ */

/* ── Wrapper ── */
.brand-story-sections {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* ── Each section block ── */
.about-block {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.about-block .container {
    max-width: 1320px;
}

/* ── Inner grid ── */
.about-block-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "text media";
    align-items: center;
    column-gap: clamp(28px, 4vw, 64px);
    min-height: 420px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Reverse: image left, text right */
.about-block-inner--reverse {
    grid-template-areas: "media text";
}

/* ── Text column ── */
.about-text {
    grid-area: text;
    padding: 40px 15px;
    align-self: center;
    justify-self: start;
    max-width: 560px;
}

.about-heading {
    font-size: clamp(2.2rem, 3vw, 3rem);
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.1;
    letter-spacing: 0;
}

.about-desc {
    font-size: 1rem;
    line-height: 1.75;
    color: #4a4a4a;
    margin: 0;
    max-width: 520px;
}

.about-media {
    grid-area: media;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
}

.about-single-img {
    width: auto;
    max-width: min(100%, 560px);
    max-height: 400px;
    height: auto;
    object-fit: contain;
    object-position: center center;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .about-block-inner,
    .about-block-inner--reverse {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "text";
        min-height: unset;
        row-gap: 18px;
    }

    .about-media {
        min-height: 320px;
    }

    .about-single-img {
        max-width: 100%;
        max-height: 320px;
    }

    .about-text {
        padding: 36px 24px 40px;
        align-self: auto;
    }

    .about-block-inner--reverse .about-text {
        padding: 36px 24px 40px;
    }

    .about-desc {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .about-media,
    .about-single-img {
        min-height: 0;
    }

    .about-text {
        padding: 28px 18px 32px;
    }

    .about-heading {
        font-size: 1.6rem;
        margin-bottom: 14px;
    }

    .about-desc {
        font-size: 0.88rem;
    }

    .about-single-img {
        max-height: 260px;
    }
}





    .bestseller-section{
        background:#ffffff;
        padding:70px 0;
    }

    .section-title{
        text-align:center;
        font-size:40px;
        color:#3c544b;
        margin-bottom:50px;
        font-weight:500;
    }

    .product-card{
        background:#fff;
        border-radius:8px;
        overflow:hidden;
        box-shadow:0 4px 12px rgba(0,0,0,0.08);
        transition:0.3s;
        height:100%;
    }

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

    .product-img{
        width:100%;
        height:260px;
        object-fit:cover;
    }

    .product-body{
        padding:18px;
    }

    .product-category{
        color:#888;
        font-size:14px;
    }

    .product-title{
        font-size:17px;
        color:#3c544b;
        margin:6px 0 10px;
        font-weight:500;
    }

    .product-price{
        font-size:20px;
        color:#3c544b;
        font-weight:600;
    }

    .product-link{
        text-decoration:none;
    }

    .shop-all-btn{
        display:inline-block;
        padding:10px 24px;
        border:1px solid #3c544b;
        color:#3c544b;
        text-decoration:none;
        transition:0.3s;
    }

    .shop-all-btn:hover{
        background:#3c544b;
        color:#fff;
    }

    




    
