:root {
    --fl-ink: #0b3941;
    --fl-blue: #116782;
    --fl-cream: #f5f1e7;
    --fl-card: #fbf8f0;
    --fl-line: rgba(11,57,65,.16);
}
.fl-container { width:min(1180px, calc(100% - 40px)); margin-inline:auto; position: relative;}
.fl-container.fl-shop-hero__inner {max-width: 1200px;}
.fl-eyebrow { display:block; margin-bottom:10px; color:var(--fl-blue); font-size:13px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.fl-shop-hero { min-height:585px; background-image:linear-gradient(90deg, rgba(245,241,231,.98) 0%, rgba(245,241,231,.72) 42%, rgba(245,241,231,.05) 76%), var(--shop-hero); background-size:cover; background-position:center; display:flex; align-items:center; color:var(--fl-ink); }
.fl-shop-hero__inner { width:100%; }
.fl-shop-hero__content { max-width:700px; padding:90px 0; }
.fl-shop-hero h1 { margin:0 0 18px; font-size:clamp(64px, 8vw,72px); line-height:.86; letter-spacing:-.06em; color:var(--fl-ink); }
.fl-shop-hero p { max-width:680px; margin:0; font-size:clamp(19px, 2vw, 16px); line-height:1.45;       font-family: 'Inter';}
.fl-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.fl-btn, .fl-read-more { display:inline-flex; align-items:center; justify-content:center; min-height:54px; padding:0 28px; border:1px solid var(--fl-ink); border-radius:12px; font-weight:800; text-decoration:none; transition:.2s ease; }
.fl-btn--solid, .fl-read-more { background:var(--fl-ink); color:#fff; }
.fl-btn--outline { color:var(--fl-ink); background:transparent; }
.fl-shop-categories, .fl-shop-products { background:var(--fl-cream); color:var(--fl-ink); }
.fl-shop-categories { padding:40px 0 40px; }
.fl-category-intro { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:42px; }
.fl-category-intro h2 { max-width:650px; margin:0; font-size:clamp(36px, 6vw, 52px); line-height:.94; letter-spacing:-.045em; }
.fl-category-intro p { margin:0 0 8px; font-size:16px; line-height:1.48; }
.fl-category-grid { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:20px; }
.fl-category-card { overflow:hidden; border-radius:18px; background:var(--fl-card); box-shadow:0 12px 35px rgba(11,57,65,.06); }
.fl-category-card__image { display:block; aspect-ratio:4/3; overflow:hidden; }
.fl-category-card__image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.fl-category-card:hover img { transform:scale(1.03); }
.fl-category-card__body { padding:24px; }
.fl-pill, .fl-product-category { display:inline-block; padding:7px 14px; border-radius:999px; background:#f0eee5; font-size:13px; font-weight:800; }
.fl-category-card h3 { margin:8px 0 10px; font-size:30px; }
.fl-category-card h3 a, .fl-product-title a { color:inherit; text-decoration:none; }
.fl-category-card p { margin:0; line-height:1.55; }
.fl-shop-products { padding:40px 0 40px; }
.fl-products-head { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:10px; }
.fl-products-title { margin:0; font-size:clamp(34px, 8vw, 60px); line-height:.9; letter-spacing:-.055em; }
.fl-ordering .woocommerce-ordering { margin:0; }
.fl-ordering select { min-width:215px; padding:12px 14px; border:1px solid var(--fl-ink); background:#fff; }
.fl-shop-products .woocommerce-result-count { float:none; margin:0 0 24px; }
.fl-shop-products ul.products { display:grid !important; grid-template-columns:repeat(3, minmax(0,1fr)); gap:15px; margin:0; padding:0; }
.fl-shop-products ul.products::before, .fl-shop-products ul.products::after { display:none !important; }
.fl-shop-products ul.products li.product.fl-product-card { float:none !important; width:auto !important; margin:0 !important; overflow:hidden; border-radius:16px; background:var(--fl-card); box-shadow:0 12px 28px rgba(11,57,65,.08); }
.fl-product-image { display:block; aspect-ratio:1.2/1; overflow:hidden; }
.fl-product-image img { width:100% !important; height:100% !important; margin:0 !important; object-fit:cover; }
.fl-product-body { padding:18px 18px 20px; }
.fl-product-title { margin:10px 0 8px !important; padding:0 !important; font-size:18px !important; line-height:1.25; }
.fl-product-price { min-height:28px; margin-bottom:20px; font-size:14px; font-weight:800; text-transform:uppercase; }
.fl-read-more { min-height:42px; padding:0 18px; border-radius:10px; font-size:15px; }
.fl-shop-products .woocommerce-pagination { margin-top:50px; }



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

.category-card {
    min-height: 380px;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg,rgba(18,52,59,.05),rgba(18,52,59,.91)),var(--card-image) center/cover;
    box-shadow: var(--shadow)
}

.category-card a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 34px;
    color: #fff
}

.category-card h3 {
    margin: 3px 0 5px;
    font-size: 30px;
    color: #fff;
}

.category-card p {
    max-width: 520px;
    color: rgba(255,255,255,.73);
    font-size: 14px;
    line-height: 1.6
}

.category-card strong {
    margin-top: 0px;
    color: var(--gold);
    font-size: 13px
}


section.fl-category-hero {
    min-height: 585px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    color: var(--fl-ink);
    position: relative;
}

section.fl-category-hero:before {
    content: '';
    background-image: linear-gradient(143deg, rgb(249 249 248 / 98%) 0%, rgba(245, 241, 231, .72) 42%, rgba(245, 241, 231, .05) 76%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fl-container.fl-shop-hero__inner {
    position: relative;
}


nav.fl-category-explore {
    margin-top: 60px;
}

.fl-explore-bar {
    padding: 18px 20px;
    background: rgba(18, 52, 59, 0.055);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    gap: 5px;
}

span.fl-explore-label {
    margin-right: 4px;
    color: var(--ocean);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fl-explore-links a {
    color: var(--ocean);
    font-size: 13px;
    font-weight: 700;
    padding: 9px 13px;
    background: var(--ivory-2);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(18, 52, 59, 0.14);
    border-image: initial;
    border-radius: 999px;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .fl-category-intro { grid-template-columns:1fr; gap:24px; }
    .fl-category-grid { grid-template-columns:repeat(2, 1fr); }
    .fl-shop-products ul.products { grid-template-columns:repeat(2, 1fr); gap:24px; }
}
@media (max-width: 640px) {
    .fl-container { width:min(100% - 28px, 1180px); }
    .fl-shop-hero { min-height:620px; background-image:linear-gradient(90deg, rgba(245,241,231,.92), rgba(245,241,231,.45)), var(--shop-hero); }
    .fl-shop-hero__content { padding:70px 0; }
    .fl-shop-categories, .fl-shop-products { padding:65px 0; }
    .fl-category-grid, .fl-shop-products ul.products { grid-template-columns:1fr; }
    .fl-products-head { align-items:flex-start; flex-direction:column; }
    .fl-ordering, .fl-ordering select { width:100%; }
}
