
/* FineShop premium light homepage + admin patch */
:root{--fs-bg:#fbf8f4;--fs-panel:#ffffff;--fs-text:#151515;--fs-muted:#73706b;--fs-line:#ebe4dc;--fs-brand:#f45b00;--fs-brand2:#ff8a22;--fs-green:#22a447;--fs-shadow:0 16px 46px rgba(60,42,26,.08);--fs-radius:22px;--fs-admin-bg:#f7f6f3}
body.fs-light-page{margin:0;background:var(--fs-bg);color:var(--fs-text);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif}body.fs-light-page a{text-decoration:none;color:inherit}body.fs-light-page img{max-width:100%;display:block}.fs-topline{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,4vw,72px);font-size:.9rem;color:#3d3833;border-bottom:1px solid var(--fs-line);background:#fff}.fs-topline b{color:var(--fs-brand)}.fs-toplinks{display:flex;align-items:center;gap:18px}.fs-premium-header{background:#fff;border-bottom:1px solid var(--fs-line);position:sticky;top:0;z-index:50}.fs-header-main{height:94px;display:grid;grid-template-columns:260px 1fr 360px;align-items:center;gap:28px;padding:0 clamp(16px,4vw,72px)}.fs-logo{display:flex;align-items:center;gap:12px}.fs-logo-mark{font-size:2rem;color:var(--fs-brand);line-height:1}.fs-logo strong{display:block;font-family:Georgia,serif;font-size:2.15rem;letter-spacing:.08em;line-height:1}.fs-logo strong span{color:var(--fs-brand)}.fs-logo small{display:block;color:#9b9187;letter-spacing:.34em;font-size:.64rem;margin-top:3px}.fs-search{display:grid;grid-template-columns:1fr 64px;height:54px}.fs-search input{border:1px solid var(--fs-line);border-right:0;border-radius:14px 0 0 14px;padding:0 18px;font-size:1rem;background:#fff}.fs-search button{border:0;background:linear-gradient(135deg,var(--fs-brand),var(--fs-brand2));color:#fff;border-radius:0 14px 14px 0;font-size:1.4rem;cursor:pointer}.fs-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:22px}.fs-action{display:flex;align-items:center;gap:10px;font-weight:800}.fs-action i{font-style:normal;font-size:1.65rem}.fs-action small{display:block;color:var(--fs-muted);font-weight:600}.fs-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:99px;background:var(--fs-brand);color:#fff;font-size:.75rem;margin-left:4px}.fs-nav{height:58px;display:flex;align-items:center;gap:34px;padding:0 clamp(16px,4vw,72px);background:#fff;border-top:1px solid #f2eee9}.fs-nav a{font-weight:850;padding:19px 0;border-bottom:3px solid transparent}.fs-nav a.active,.fs-nav a:hover{color:var(--fs-brand);border-bottom-color:var(--fs-brand)}.fs-main{max-width:1720px;margin:0 auto;padding:28px clamp(16px,4vw,72px) 64px}.fs-category-strip{display:grid;grid-template-columns:repeat(17,minmax(82px,1fr));gap:8px;margin:0 0 24px}.fs-cat-tile{background:#fff;border:1px solid var(--fs-line);border-radius:14px;min-height:118px;display:grid;place-items:center;text-align:center;padding:10px 6px;font-size:.76rem;font-weight:900;box-shadow:0 8px 26px rgba(50,30,12,.05);transition:.16s ease}.fs-cat-tile:hover{transform:translateY(-3px);border-color:#ffd0ad;box-shadow:0 16px 38px rgba(244,91,0,.12)}.fs-cat-tile img{width:64px;height:64px;object-fit:contain;margin-bottom:7px}.fs-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--fs-line);border-radius:22px;margin-bottom:28px;box-shadow:var(--fs-shadow);overflow:hidden}.fs-benefit{display:grid;grid-template-columns:58px 1fr;align-items:center;gap:12px;padding:24px 28px;border-right:1px solid var(--fs-line)}.fs-benefit:last-child{border-right:0}.fs-benefit i{font-style:normal;color:var(--fs-brand);font-size:2rem}.fs-benefit strong{display:block}.fs-benefit span{color:var(--fs-muted);font-size:.9rem}.fs-home-showcase{display:grid;grid-template-columns:.65fr 1.35fr;gap:28px;margin-bottom:32px}.fs-hero-card{position:relative;overflow:hidden;min-height:342px;border-radius:24px;background:#fff;border:1px solid var(--fs-line);box-shadow:var(--fs-shadow);padding:36px}.fs-hero-card img{position:absolute;right:0;bottom:0;width:62%;height:100%;object-fit:cover;object-position:center}.fs-hero-copy{position:relative;z-index:2;max-width:360px}.fs-kicker{color:var(--fs-brand);font-weight:950;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem}.fs-hero-copy h1{font-size:clamp(2rem,3vw,3.2rem);line-height:1.03;margin:12px 0}.fs-hero-copy h1 span{color:var(--fs-brand)}.fs-hero-copy p{line-height:1.65;color:#333;font-weight:600}.fs-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--fs-brand),var(--fs-brand2));color:#fff!important;font-weight:950;padding:14px 18px;cursor:pointer}.fs-btn.outline{background:#fff;color:var(--fs-brand)!important;border:1px solid #ffc59d}.fs-recommended{background:#fff;border:1px solid var(--fs-line);border-radius:24px;box-shadow:var(--fs-shadow);padding:28px}.fs-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:16px}.fs-section-head h2{font-size:clamp(1.55rem,2vw,2.2rem);margin:6px 0 0;letter-spacing:-.04em}.fs-mini-products{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.fs-mini-card{border:1px solid var(--fs-line);border-radius:16px;padding:14px;position:relative;min-height:256px;background:#fff}.fs-mini-card img{width:100%;height:118px;object-fit:contain}.fs-mini-card strong{display:block;font-size:.9rem;line-height:1.25;min-height:36px}.fs-mini-card small{display:block;color:var(--fs-muted)}.fs-mini-card b{display:block;margin-top:10px;font-size:1.1rem}.fs-mini-card button{position:absolute;right:12px;bottom:12px;width:38px;height:38px;border-radius:11px;border:0;background:var(--fs-brand);color:#fff;font-weight:900}.fs-shop-layout{display:grid;grid-template-columns:280px 280px 1fr;gap:20px;align-items:start;margin-top:20px}.fs-filter-card{background:#fff;border:1px solid var(--fs-line);border-radius:20px;box-shadow:var(--fs-shadow);padding:18px;position:sticky;top:160px}.fs-filter-card h3{margin:0 0 14px;font-size:1rem}.fs-cat-list,.fs-check-list{display:grid;gap:8px}.fs-cat-filter{width:100%;display:grid;grid-template-columns:28px 1fr auto;align-items:center;text-align:left;background:#fff;border:1px solid transparent;border-radius:12px;padding:10px 8px;cursor:pointer;font-weight:850}.fs-cat-filter:hover,.fs-cat-filter.active{background:#fff4eb;border-color:#ffd3b2;color:var(--fs-brand)}.fs-cat-filter img{width:24px;height:24px;object-fit:contain}.fs-cat-filter .count{color:var(--fs-muted);font-size:.78rem}.fs-check{display:flex;align-items:center;justify-content:space-between;gap:8px;font-weight:750;color:#423d37}.fs-check input{width:17px;height:17px;accent-color:var(--fs-brand);margin-right:8px}.fs-check span:first-child{display:flex;align-items:center}.fs-show-more{margin-top:10px;color:var(--fs-brand);font-weight:900;background:none;border:0;padding:0;cursor:pointer}.fs-collapsed{display:none}.fs-sortbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--fs-line);border-radius:18px;padding:14px 18px;margin-bottom:16px;box-shadow:0 10px 32px rgba(50,30,12,.04)}.fs-sort-tabs{display:flex;align-items:center;gap:22px}.fs-sort-tabs button{border:0;background:none;font-weight:950;color:#746e66;cursor:pointer;text-transform:uppercase}.fs-sort-tabs button.active,.fs-sort-tabs button:hover{color:var(--fs-brand)}.fs-shop-count{color:var(--fs-muted);font-size:.9rem}.fs-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.fs-product-card{background:#fff;border:1px solid var(--fs-line);border-radius:18px;min-height:320px;padding:16px;position:relative;box-shadow:0 10px 30px rgba(50,30,12,.05);display:grid;grid-template-columns:118px 1fr;gap:15px;align-items:center}.fs-product-card:hover{box-shadow:0 18px 44px rgba(50,30,12,.10);transform:translateY(-2px)}.fs-product-card img{width:118px;height:180px;object-fit:contain}.fs-product-card .cat{font-size:.72rem;text-transform:uppercase;color:#8a8279;font-weight:900}.fs-product-card h3{font-size:1rem;line-height:1.28;margin:6px 0 10px;min-height:42px}.fs-product-card .price{font-size:1.25rem;font-weight:950;margin-top:4px}.fs-stock{color:var(--fs-green);font-weight:900;font-size:.88rem}.fs-deposit{font-size:.84rem;color:#746e66;margin-top:4px}.fs-details-toggle{margin-top:10px;border:1px solid var(--fs-line);background:#fff;border-radius:10px;padding:9px 10px;font-weight:850;cursor:pointer}.fs-product-extra{display:none;grid-column:1/-1;border-top:1px solid var(--fs-line);padding-top:10px;color:#514b45;font-size:.86rem}.fs-product-card.open .fs-product-extra{display:block}.fs-card-actions{display:flex;gap:8px;align-items:center;margin-top:12px}.fs-card-actions .fs-add{width:44px;height:40px;border-radius:11px;border:0;background:var(--fs-brand);color:#fff;font-weight:950;cursor:pointer}.fs-load-wrap{text-align:center;margin:24px 0 0}.fs-footer-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.fs-footer-benefits div{background:#fff;border:1px solid var(--fs-line);border-radius:18px;padding:18px;display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center}.fs-footer-benefits i{font-style:normal;color:var(--fs-brand);font-size:1.7rem}.cart-drawer{z-index:200}.toast{position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:12px 16px;border-radius:12px;z-index:220}.age-gate{display:none}.age-gate.show{position:fixed;inset:0;background:rgba(0,0,0,.64);display:grid;place-items:center;z-index:300}.age-box{background:#fff;color:#111;max-width:460px;border-radius:22px;padding:28px;text-align:center}.age-box h2{margin-top:0}.age-box button{margin:5px}.fs-admin-body{margin:0;background:var(--fs-admin-bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#171717}.fs-admin-shell{display:grid;grid-template-columns:292px 1fr;min-height:100vh}.fs-admin-side{background:#fff;border-right:1px solid var(--fs-line);padding:24px 20px;position:sticky;top:0;height:100vh}.fs-admin-logo{margin-bottom:28px}.fs-admin-nav{display:grid;gap:7px}.fs-admin-nav a{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border-radius:14px;padding:13px 12px;color:#222;text-decoration:none;font-weight:850}.fs-admin-nav a.active,.fs-admin-nav a:hover{background:#fff2e8;color:var(--fs-brand)}.fs-admin-help{position:absolute;left:20px;right:20px;bottom:24px;border:1px solid #ffd3b2;background:#fff8f2;border-radius:18px;padding:18px}.fs-admin-main{padding:24px 28px 48px}.fs-admin-top{height:58px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;margin-bottom:22px}.fs-admin-search{height:50px;border:1px solid var(--fs-line);border-radius:15px;background:#fff;padding:0 18px}.fs-admin-user{display:flex;align-items:center;gap:14px}.fs-admin-user .avatar{width:42px;height:42px;border-radius:50%;background:#fff1e7;color:var(--fs-brand);display:grid;place-items:center;font-weight:950}.fs-dashboard-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.fs-dashboard-title h1{font-size:2.2rem;letter-spacing:-.05em;margin:0}.fs-dashboard-title p{color:var(--fs-muted);margin:6px 0 0}.fs-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:16px}.fs-kpi{background:#fff;border:1px solid var(--fs-line);border-radius:22px;padding:18px;box-shadow:var(--fs-shadow);position:relative;overflow:hidden}.fs-kpi small{color:var(--fs-muted);font-weight:900}.fs-kpi strong{display:block;font-size:2rem;margin:8px 0}.fs-kpi i{position:absolute;right:16px;top:16px;width:52px;height:52px;border-radius:50%;background:#fff1e7;color:var(--fs-brand);display:grid;place-items:center;font-style:normal;font-size:1.4rem}.fs-dash-grid{display:grid;grid-template-columns:.8fr 1.05fr .85fr;gap:16px}.fs-admin-card{background:#fff;border:1px solid var(--fs-line);border-radius:22px;box-shadow:var(--fs-shadow);padding:20px}.fs-admin-card h2{margin:0 0 14px;font-size:1.08rem}.fs-alcohol-rows{display:grid;gap:10px}.fs-alcohol-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}.fs-alcohol-row input{accent-color:var(--fs-brand);width:17px;height:17px}.fs-donut{width:210px;height:210px;border-radius:50%;background:conic-gradient(var(--fs-brand) 0 34%,#ffbd45 34% 57%,#43b66a 57% 73%,#3187d5 73% 86%,#bac6d6 86% 100%);display:grid;place-items:center;margin:auto;position:relative}.fs-donut:before{content:"";position:absolute;inset:48px;background:#fff;border-radius:50%}.fs-donut div{position:relative;text-align:center}.fs-donut strong{display:block;font-size:1.8rem}.fs-actions-list{display:grid;gap:10px}.fs-actions-list a{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;border:1px solid var(--fs-line);border-radius:14px;padding:12px;text-decoration:none}.fs-actions-list i{width:42px;height:42px;border-radius:12px;background:#fff1e7;color:var(--fs-brand);display:grid;place-items:center;font-style:normal}.fs-admin-lower{display:grid;grid-template-columns:1.45fr .65fr;gap:16px;margin-top:16px}.fs-admin-table{width:100%;border-collapse:collapse}.fs-admin-table th,.fs-admin-table td{padding:12px 10px;border-bottom:1px solid var(--fs-line);text-align:left}.fs-admin-table th{font-size:.78rem;text-transform:uppercase;color:#716a62}.fs-admin-prod{display:grid;grid-template-columns:44px 1fr;gap:10px;align-items:center}.fs-admin-prod img{width:44px;height:52px;object-fit:contain;border:1px solid var(--fs-line);border-radius:10px;background:#fff}.fs-status{display:inline-flex;border-radius:99px;padding:5px 10px;background:#dcfce7;color:#15803d;font-weight:900;font-size:.8rem}.fs-side-list{display:grid;gap:12px}.fs-side-row{display:grid;grid-template-columns:1fr auto;gap:10px}.fs-link{color:var(--fs-brand)!important;font-weight:950}.fs-admin-products-layout{display:grid;grid-template-columns:280px 1fr;gap:16px}.fs-admin-filter{position:sticky;top:20px}.fs-admin-toolbar{display:grid;grid-template-columns:1fr 180px 180px auto;gap:10px;margin-bottom:14px}.fs-admin-toolbar input,.fs-admin-toolbar select{height:44px;border:1px solid var(--fs-line);border-radius:12px;padding:0 12px;background:#fff}.fs-percent-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fs-percent-btn{border:1px solid var(--fs-line);background:#fff;border-radius:10px;padding:8px;text-align:left;font-weight:850;cursor:pointer}.fs-percent-btn.active,.fs-percent-btn:hover{background:#fff4eb;color:var(--fs-brand);border-color:#ffd3b2}.fs-admin-table-img{width:42px;height:52px;object-fit:contain;border:1px solid var(--fs-line);border-radius:10px;background:#fff}
@media(max-width:1400px){.fs-category-strip{grid-template-columns:repeat(9,1fr)}.fs-shop-layout{grid-template-columns:250px 250px 1fr}.fs-products-grid{grid-template-columns:repeat(3,1fr)}.fs-mini-products{grid-template-columns:repeat(3,1fr)}.fs-kpis{grid-template-columns:repeat(3,1fr)}.fs-dash-grid{grid-template-columns:1fr 1fr}.fs-dash-grid .fs-admin-card:last-child{grid-column:1/-1}.fs-admin-lower{grid-template-columns:1fr}}
@media(max-width:1050px){.fs-header-main{grid-template-columns:1fr;gap:12px;height:auto;padding-top:18px;padding-bottom:18px}.fs-header-actions{justify-content:flex-start}.fs-nav{overflow-x:auto}.fs-home-showcase,.fs-shop-layout,.fs-benefits,.fs-footer-benefits,.fs-admin-shell,.fs-admin-products-layout{grid-template-columns:1fr}.fs-filter-card{position:static}.fs-products-grid{grid-template-columns:repeat(2,1fr)}.fs-admin-side{position:static;height:auto}.fs-admin-help{position:static;margin-top:20px}}
@media(max-width:700px){.fs-topline,.fs-header-actions{display:none}.fs-products-grid,.fs-mini-products,.fs-kpis,.fs-dash-grid,.fs-admin-lower{grid-template-columns:1fr}.fs-product-card{grid-template-columns:100px 1fr}.fs-category-strip{grid-template-columns:repeat(3,1fr)}.fs-admin-toolbar{grid-template-columns:1fr}.fs-admin-main{padding:18px}.fs-admin-table{font-size:.82rem}}


/* Product detail + footer repair patch */
.fs-site-footer{margin-top:46px;background:#111;color:#fff;border-top:4px solid var(--fs-brand)}
.fs-footer-inner{max-width:1720px;margin:0 auto;padding:42px clamp(16px,4vw,72px);display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:28px}
.fs-footer-inner h3{margin:0 0 14px;color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.04em}.fs-footer-inner a{display:block;color:#d8d8d8;margin:9px 0;text-decoration:none;font-weight:700}.fs-footer-inner a:hover{color:#fff}.fs-footer-brand p{color:#d6d0ca;line-height:1.6}.fs-footer-logo strong{color:#fff}.fs-product-main{padding-top:24px}.fs-breadcrumb{display:flex;align-items:center;gap:10px;margin:10px 0 24px;color:#7a7169;font-weight:800}.fs-breadcrumb a{color:var(--fs-brand)}.fs-product-detail-card{display:grid;grid-template-columns:minmax(360px,.82fr) 1fr;gap:28px;background:#fff;border:1px solid var(--fs-line);border-radius:28px;padding:28px;box-shadow:var(--fs-shadow)}.fs-product-gallery{background:linear-gradient(180deg,#fff,#fbf6ef);border:1px solid var(--fs-line);border-radius:24px;min-height:570px;display:grid;place-items:center;position:relative;padding:28px}.fs-product-gallery img{max-width:100%;max-height:520px;object-fit:contain}.fs-product-info-light{padding:10px 4px}.fs-product-info-light h1{font-size:clamp(2.3rem,4.2vw,5.4rem);line-height:.95;margin:8px 0 18px;letter-spacing:-.07em;color:#171717}.fs-product-lead{font-size:1.08rem;line-height:1.75;color:#5f5750;max-width:820px}.fs-spec-grid-light .spec-grid,.fs-spec-grid-light{margin:18px 0}.fs-spec-grid-light .spec-row,.spec-row{display:grid;grid-template-columns:1fr auto;gap:12px;background:#faf7f3;border:1px solid var(--fs-line);border-radius:13px;padding:10px 14px;margin:8px 0;font-weight:800}.fs-detail-buy{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--fs-line);padding-top:22px;margin-top:22px}.fs-detail-price{font-size:3rem;line-height:1;font-weight:950;color:var(--fs-brand);letter-spacing:-.06em}.fs-product-note{margin-top:18px;background:#fff7ef;border:1px solid #ffd9bd;border-radius:16px;padding:14px;color:#5b5149}.detail-actions{display:flex;align-items:center;gap:12px}.qty-control{height:50px;display:grid;grid-template-columns:44px 58px 44px;border:1px solid var(--fs-line);border-radius:14px;overflow:hidden;background:#fff}.qty-control button{border:0;background:#f7f2ec;font-weight:950;cursor:pointer}.qty-control input{border:0;text-align:center;font-weight:950;font-size:1rem}.fs-detail-tabs{margin-top:24px;display:grid;gap:14px}.fs-detail-tabs details{background:#fff;border:1px solid var(--fs-line);border-radius:20px;padding:18px;box-shadow:0 10px 32px rgba(50,30,12,.04)}.fs-detail-tabs summary{font-weight:950;font-size:1.1rem;cursor:pointer;color:#171717}.attribute-table{width:100%;border-collapse:collapse;margin-top:16px}.attribute-table th,.attribute-table td{padding:12px;border-bottom:1px solid var(--fs-line);text-align:left}.attribute-table th{width:260px;color:#6e655d}.fs-related{margin-top:28px}.fs-content-hero{background:#fff;border:1px solid var(--fs-line);border-radius:28px;padding:38px;box-shadow:var(--fs-shadow)}.fs-content-hero h1{font-size:clamp(2.2rem,4vw,4.2rem);letter-spacing:-.06em;margin:.2em 0 0}.fs-content-card{margin-top:18px;background:#fff;border:1px solid var(--fs-line);border-radius:24px;padding:32px;box-shadow:var(--fs-shadow);font-size:1.05rem;line-height:1.7}.fs-content-card h2,.fs-content-card h3{letter-spacing:-.03em}.fs-content-card ul{padding-left:1.2rem}.fs-category-strip .fs-cat-tile img{width:70px;height:70px;object-fit:contain;margin:0 auto 8px}.fs-nav a.active{color:var(--fs-brand);border-bottom-color:var(--fs-brand)}
@media(max-width:1050px){.fs-product-detail-card,.fs-footer-inner{grid-template-columns:1fr}.fs-product-gallery{min-height:360px}.fs-product-info-light h1{font-size:2.4rem}.fs-detail-buy{display:grid}}

/* ===== FineShop readable light theme final override ===== */
html body.fs-light-page,
html body.fs-product-body,
html body.fs-content-body{background:#fbf8f4!important;color:#171717!important;}
html body.fs-light-page :where(h1,h2,h3,h4,h5,h6,strong,b,summary),
html body.fs-product-body :where(h1,h2,h3,h4,h5,h6,strong,b,summary),
html body.fs-content-body :where(h1,h2,h3,h4,h5,h6,strong,b,summary){color:#111!important;}
html body.fs-light-page :where(p,li,td,th,label,span,small,div),
html body.fs-product-body :where(p,li,td,th,label,span,small,div),
html body.fs-content-body :where(p,li,td,th,label,span,small,div){color:#171717;}
html body.fs-light-page :where(.fs-muted,.fs-product-lead,.fs-deposit,.fs-shop-count,.fs-check,.fs-product-extra,.fs-breadcrumb,.fs-content-card p,.fs-content-card li),
html body.fs-product-body :where(.fs-muted,.fs-product-lead,.fs-deposit,.fs-shop-count,.fs-check,.fs-product-extra,.fs-breadcrumb,.fs-content-card p,.fs-content-card li){color:#5f5a54!important;}
html body.fs-light-page :where(.fs-topline,.fs-premium-header,.fs-nav,.fs-main,.fs-content-hero,.fs-content-card,.fs-product-detail-card,.fs-product-gallery,.fs-detail-tabs details,.fs-cat-tile,.fs-benefits,.fs-benefit,.fs-recommended,.fs-filter-card,.fs-sortbar,.fs-product-card,.fs-mini-card){color:#171717!important;}
html body.fs-light-page :where(input,textarea,select),
html body.fs-product-body :where(input,textarea,select),
html body.fs-content-body :where(input,textarea,select){background:#fff!important;color:#171717!important;border-color:#e9e1d8!important;}
.fs-product-info-light h1,.fs-product-info-light .fs-product-lead,.fs-product-info-light .spec-row,.attribute-table th,.attribute-table td{color:#171717!important;}

.fs-kicker,.fs-nav a.active,.fs-nav a:hover,.fs-breadcrumb a,.fs-detail-price,.fs-stock,.fs-show-more,.fs-link{color:#f45b00!important;}


/* FineShop cleanup patch: light footer, category links and fully visible text */
.fs-site-footer{background:#fffaf6!important;color:#251f1a!important;border-top:1px solid var(--fs-line)!important;box-shadow:0 -12px 40px rgba(50,30,12,.04)!important}
.fs-site-footer,.fs-site-footer *{color:#251f1a!important}
.fs-footer-inner h3{color:#16110d!important}
.fs-footer-inner a{color:#4a4038!important}
.fs-footer-inner a:hover{color:var(--fs-brand)!important}
.fs-footer-brand p{color:#625850!important}
.fs-footer-logo strong{color:#111!important}

.fs-category-strip a.fs-cat-tile{color:#16110d;text-decoration:none;cursor:pointer}
.fs-cat-tile span{display:block;color:#16110d!important}
.fs-cat-filter span{color:inherit}
.fs-product-extra{background:#fffaf6;border-radius:12px;margin-top:10px;padding:12px!important}
.product-attributes-table th,.product-attributes-table td,.attribute-table th,.attribute-table td{color:#251f1a!important;background:#fff!important}
.product-attributes-table th,.attribute-table th{color:#6f6258!important}
@media(max-width:1300px){.fs-category-strip{grid-template-columns:repeat(auto-fit,minmax(96px,1fr))}}


/* ===== FINAL FIX: readable light UI + no deposit filter column ===== */
:root{--fs-text:#151515;--fs-muted:#5f6368;--fs-bg:#fbf8f4;--fs-panel:#ffffff;}
html body.fs-light-page, html body.fs-product-body, html body.fs-content-body, html body.fs-admin-body, html body.page-light, html body.auth-page{background:#fbf8f4!important;color:#151515!important;}
html body :where(.fs-main,.fs-premium-header,.fs-topline,.fs-nav,.fs-category-strip,.fs-cat-tile,.fs-benefits,.fs-benefit,.fs-recommended,.fs-filter-card,.fs-sortbar,.fs-product-card,.fs-mini-card,.fs-product-detail-card,.fs-detail-tabs details,.fs-content-hero,.fs-content-card,.fs-site-footer,.fs-admin-main,.fs-admin-card,.fs-admin-side,.fs-kpi,.fs-editor-section,.fs-design-field,.fs-editor-preview,.auth-card,.page-card){color:#151515!important;}
html body :where(h1,h2,h3,h4,h5,h6,p,li,td,th,label,span,small,div,strong,b,summary,a){color:inherit;}
html body :where(h1,h2,h3,h4,h5,h6,strong,b,summary,.fs-product-card h3,.fs-filter-card h3,.fs-section-head h2,.fs-dashboard-title h1,.fs-admin-card h2){color:#111!important;}
html body :where(p,li,td,th,label,span,small,div,.fs-product-extra,.fs-muted,.fs-shop-count,.fs-product-lead,.fs-breadcrumb,.fs-content-card p,.fs-content-card li,.fs-design-field,.fs-design-field label){color:#303030!important;}
html body :where(input,textarea,select){background:#fff!important;color:#151515!important;border-color:#d9dee6!important;caret-color:#151515!important;}
html body :where(input::placeholder,textarea::placeholder){color:#6b7280!important;opacity:1!important;}
.fs-kicker,.fs-link,.fs-nav a.active,.fs-nav a:hover,.fs-breadcrumb a,.fs-detail-price,.fs-stock,.fs-show-more,.fs-sort-tabs button.active,.fs-sort-tabs button:hover{color:#f45b00!important;}
.fs-btn{color:#fff!important}.fs-btn.outline{color:#f45b00!important;background:#fff!important}.fs-badge{color:#fff!important}.fs-search button{color:#fff!important}
.fs-cat-filter{grid-template-columns:30px 1fr auto!important;color:#151515!important}.fs-cat-filter span,.fs-cat-filter .count{color:inherit!important}.fs-cat-filter.active,.fs-cat-filter:hover{color:#f45b00!important}
.fs-shop-layout{grid-template-columns:300px 1fr!important}.fs-shop-layout > .fs-filter-card:nth-of-type(2){display:none!important}.fs-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fs-site-footer{background:#fffaf6!important;color:#151515!important;border-top:1px solid #eadfd4!important}.fs-site-footer *{color:#151515!important}.fs-site-footer a{color:#f45b00!important}
.fs-design-field input,.fs-design-field textarea,.fs-design-field select{background:#fff!important;color:#151515!important}.fs-editor-section,.fs-editor-preview{background:#fff!important;color:#151515!important}.fs-admin-body *{color:#151515}.fs-admin-nav a.active,.fs-admin-nav a:hover,.fs-admin-nav a.active span,.fs-admin-nav a:hover span{color:#f45b00!important}.fs-status{color:#15803d!important}.fs-side-row span,.fs-side-row strong{color:#151515!important}
@media(max-width:1400px){.fs-shop-layout{grid-template-columns:280px 1fr!important}.fs-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1050px){.fs-shop-layout{grid-template-columns:1fr!important}.fs-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.fs-products-grid{grid-template-columns:1fr!important}}

/* Patch: obrazkové kategórie presunuté pod sekciu Odporúčané produkty / Prémiové večerné doručenie */
.fs-category-after-showcase{margin:4px 0 32px;scroll-margin-top:140px;}
.fs-category-after-showcase .fs-cat-tile{min-height:112px;}


/* PATCH: homepage hero banner full-image fit (no duplicated overlay / no white split) */
.fs-home-showcase .fs-hero-card.fs-hero-full-image{
  padding:0!important;
  background:#fffaf4!important;
  border-radius:24px!important;
  overflow:hidden!important;
  min-height:0!important;
  aspect-ratio:600/523;
  display:block!important;
  position:relative!important;
}
.fs-home-showcase .fs-hero-card.fs-hero-full-image>img{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:center center!important;
  display:block!important;
  background:#fffaf4!important;
}
.fs-home-showcase .fs-hero-card.fs-hero-full-image .fs-hero-copy{
  display:none!important;
}
@media(max-width:900px){
  .fs-home-showcase .fs-hero-card.fs-hero-full-image{aspect-ratio:600/523;}
}


/* Fine Shop logo + favicon update */
.fs-logo-image{display:flex!important;align-items:center!important;text-decoration:none!important;min-width:0!important}
.fs-logo-image .fs-logo-img{display:block!important;width:var(--fs-logo-width,220px)!important;height:auto!important;max-height:none!important;object-fit:contain!important}
.fs-premium-header .fs-logo-image .fs-logo-img{width:var(--fs-logo-width,235px)!important;max-height:none!important}
.fs-footer-logo .fs-logo-img{width:var(--fs-logo-footer-width,210px)!important;max-height:none!important;filter:none!important}
.fs-admin-logo .fs-logo-img{width:var(--fs-logo-admin-width,200px)!important;max-height:none!important}
.auth-card > img[src*="logo"],.auth-card .fs-logo-img{width:min(var(--fs-logo-auth-width,260px),80%)!important;height:auto!important;max-height:none!important;object-fit:contain!important;margin:0 auto 16px!important}
.site-header .brand img{width:var(--fs-logo-width,180px)!important;max-height:none!important;object-fit:contain!important}
@media (max-width:980px){.fs-logo-image .fs-logo-img,.fs-premium-header .fs-logo-image .fs-logo-img{width:var(--fs-logo-mobile-width,170px)!important;max-height:none!important}.fs-header-main{grid-template-columns:1fr!important;height:auto!important;padding-top:14px!important;padding-bottom:14px!important}.fs-header-actions{justify-content:flex-start!important}}


/* Design editor upload controls */
.fs-upload-field .fs-btn{margin-top:8px;align-self:flex-start}
.fs-editor-logo-preview{max-width:280px;width:100%;height:auto;max-height:150px;object-fit:contain;background:#fff;border:1px solid var(--fs-line,#eadfd2);border-radius:14px;padding:10px;margin-top:10px}
.fs-editor-ico-preview{width:92px;height:92px;object-fit:contain;background:#fff;border:1px solid var(--fs-line,#eadfd2);border-radius:22px;padding:8px;margin-top:10px}
.fs-editor-hero-preview{display:block;width:100%;max-width:520px;aspect-ratio:16/9;object-fit:contain;background:#111;border:1px solid var(--fs-line,#eadfd2);border-radius:16px;margin-top:10px}
.fs-design-field small{display:block;color:var(--fs-muted,#6b7280);font-weight:500;margin-top:6px;line-height:1.35}


/* FINAL FIX: automatic logo fitting in header - prevents overlap with search/menu */
.fs-premium-header .fs-header-main{
  grid-template-columns:minmax(140px,230px) minmax(280px,1fr) minmax(260px,360px)!important;
  height:86px!important;
  align-items:center!important;
  gap:24px!important;
}
.fs-logo-image{display:flex!important;align-items:center!important;justify-content:flex-start!important;min-width:0!important;overflow:hidden!important;line-height:1!important;}
.fs-premium-header .fs-logo-image{height:72px!important;max-width:230px!important;}
.fs-premium-header .fs-logo-image .fs-logo-img{
  width:var(--fs-logo-width,170px)!important;
  max-width:100%!important;
  height:auto!important;
  max-height:72px!important;
  object-fit:contain!important;
  object-position:left center!important;
  display:block!important;
}
.fs-footer-logo .fs-logo-img{width:var(--fs-logo-footer-width,190px)!important;max-height:92px!important;height:auto!important;object-fit:contain!important;}
.fs-admin-logo .fs-logo-img{width:var(--fs-logo-admin-width,180px)!important;max-height:78px!important;height:auto!important;object-fit:contain!important;}
.auth-card>img[src*="logo"],.auth-card .fs-logo-img{width:var(--fs-logo-auth-width,220px)!important;max-height:120px!important;height:auto!important;object-fit:contain!important;}
.site-header .brand img{width:var(--fs-logo-width,170px)!important;max-height:72px!important;height:auto!important;object-fit:contain!important;}
@media(max-width:1200px){.fs-premium-header .fs-header-main{grid-template-columns:minmax(120px,190px) minmax(240px,1fr) minmax(210px,300px)!important}.fs-premium-header .fs-logo-image{max-width:190px!important}.fs-premium-header .fs-logo-image .fs-logo-img{max-height:64px!important}}
@media(max-width:980px){.fs-premium-header .fs-header-main{grid-template-columns:1fr!important;height:auto!important;padding-top:14px!important;padding-bottom:14px!important}.fs-premium-header .fs-logo-image{height:64px!important;max-width:100%!important}.fs-premium-header .fs-logo-image .fs-logo-img{width:var(--fs-logo-mobile-width,150px)!important;max-height:64px!important}.fs-search{width:100%!important}.fs-header-actions{justify-content:flex-start!important;flex-wrap:wrap!important}}


/* FineShop legal document readability */
.fs-legal-doc { color: #1f2937; line-height: 1.72; font-size: 15.5px; }
.fs-legal-doc h1 { font-size: clamp(26px, 4vw, 42px); color: #111827; margin: 0 0 18px; line-height: 1.15; }
.fs-legal-doc h2 { font-size: clamp(20px, 2.5vw, 28px); color: #111827; margin: 34px 0 14px; line-height: 1.25; padding-top: 10px; border-top: 1px solid rgba(180,119,45,.18); }
.fs-legal-doc p { color: #374151; margin: 0 0 15px; }
.fs-legal-doc a { color: #ea580c; font-weight: 700; text-decoration: none; }
.fs-legal-doc a:hover { text-decoration: underline; }
.fs-legal-note { background: #fff7ed; border: 1px solid #fed7aa; border-radius: 18px; padding: 18px 20px; color: #7c2d12; margin-bottom: 28px; }
.fs-cookie-settings-link { color: #ea580c; background: none; border: 0; padding: 0; font: inherit; font-weight: 800; cursor: pointer; }


/* FineShop full legal text pages - readable light design */
.fs-legal-doc{max-width:980px;margin:0 auto;color:#1f2937;line-height:1.74;font-size:15.5px;background:#fff;border:1px solid rgba(180,119,45,.14);border-radius:26px;padding:clamp(22px,4vw,46px);box-shadow:0 20px 50px rgba(17,24,39,.06)}
.fs-legal-doc h1{font-size:clamp(28px,4vw,44px);line-height:1.12;margin:0 0 22px;color:#111827;letter-spacing:-.03em}
.fs-legal-doc h2{font-size:clamp(20px,2.4vw,28px);line-height:1.25;margin:36px 0 16px;color:#111827;padding-top:18px;border-top:1px solid rgba(180,119,45,.20)}
.fs-legal-doc p{margin:0 0 15px;color:#374151}
.fs-legal-doc a{color:#ea580c;font-weight:800;text-decoration:none}.fs-legal-doc a:hover{text-decoration:underline}
.fs-legal-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;padding:18px 20px;margin-bottom:28px;color:#7c2d12}.fs-legal-note strong{color:#9a3412}
@media(max-width:720px){.fs-legal-doc{padding:22px 18px;border-radius:20px;font-size:14.5px}}


/* TermsFeed cookie preferences footer link */
.fs-cookie-settings-link{background:transparent;border:0;color:#f25a00;font-weight:800;cursor:pointer;text-decoration:none;padding:0;font:inherit}
.fs-cookie-settings-link:hover{text-decoration:underline;color:#d94c00}
#open_preferences_center{display:inline-flex;align-items:center;gap:6px}

/* Admin product editor fix */
.fs-admin-products-full{grid-template-columns:260px 1fr}.fs-admin-toolbar-products{grid-template-columns:1fr 180px 190px auto}.fs-admin-filter-buttons{display:grid;gap:8px}.fs-mini-filter{border:1px solid var(--fs-line);background:#fff;border-radius:12px;padding:10px 12px;font-weight:900;text-align:left;cursor:pointer;color:#1d1d1f}.fs-mini-filter:hover,.fs-mini-filter.active{background:#fff4eb;border-color:#ffd3b2;color:var(--fs-brand)}.fs-table-scroll{width:100%;overflow:auto}.fs-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fs-row-actions form{margin:0}.fs-small-action{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid var(--fs-line);background:#fff;border-radius:10px;padding:7px 10px;text-decoration:none;font-weight:900;color:#1d1d1f;cursor:pointer;font:inherit;font-size:.86rem}.fs-small-action:hover{border-color:#ffbd9b;background:#fff4eb;color:var(--fs-brand)}.fs-small-action.danger,.fs-btn.danger{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.fs-small-action.danger:hover,.fs-btn.danger:hover{background:#fee2e2;color:#991b1b}.fs-admin-alert{border-radius:16px;padding:13px 16px;margin:0 0 16px;font-weight:850}.fs-admin-alert.success{background:#dcfce7;color:#166534;border:1px solid #86efac}.fs-admin-alert.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.fs-admin-inline-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.fs-product-edit-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:16px;align-items:start}.fs-product-edit-grid label{display:grid;gap:7px;font-weight:900;color:#2a2a2a;margin:0 0 14px}.fs-product-edit-grid input,.fs-product-edit-grid select,.fs-product-edit-grid textarea{width:100%;border:1px solid var(--fs-line);border-radius:13px;background:#fff;color:#161616;padding:12px 13px;font:inherit;box-sizing:border-box}.fs-product-edit-grid textarea{resize:vertical;line-height:1.45}.fs-product-edit-grid input:focus,.fs-product-edit-grid select:focus,.fs-product-edit-grid textarea:focus{outline:0;border-color:#ff9f66;box-shadow:0 0 0 4px rgba(244,91,0,.10)}.fs-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fs-span-2{grid-column:1/-1}.fs-check-admin{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:10px;font-weight:850!important}.fs-check-admin input{width:18px!important;height:18px!important;accent-color:var(--fs-brand);padding:0}.fs-edit-photo{height:230px;border:1px solid var(--fs-line);border-radius:16px;background:#fafafa;display:grid;place-items:center;margin-bottom:14px}.fs-edit-photo img{max-width:92%;max-height:210px;object-fit:contain}.fs-edit-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.fs-status.bad{background:#fee2e2;color:#b91c1c}.fs-admin-table td:last-child{min-width:160px}@media(max-width:900px){.fs-admin-products-full,.fs-product-edit-grid{grid-template-columns:1fr}.fs-admin-toolbar-products{grid-template-columns:1fr}.fs-two{grid-template-columns:1fr}.fs-span-2{grid-column:auto}.fs-table-scroll{max-width:calc(100vw - 40px)}}


/* ADMIN FINAL PATCH: readable selects, modern orders/users, category links, bulk delete */
.fs-admin-body, .fs-admin-body * { color:#151515; }
.fs-admin-body select, .fs-admin-body option, .fs-admin-body optgroup {
  background:#ffffff!important;
  color:#151515!important;
  border-color:#d9dee6!important;
}
.fs-admin-body select:focus, .fs-admin-body input:focus, .fs-admin-body textarea:focus {
  outline:0!important;
  border-color:#ff9f66!important;
  box-shadow:0 0 0 4px rgba(244,91,0,.10)!important;
}
.fs-admin-filter hr{border:0;border-top:1px solid var(--fs-line,#eadfd2);margin:18px 0}
.fs-admin-card select, .fs-admin-card input, .fs-admin-card textarea{background:#fff!important;color:#151515!important}
.fs-bulk-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 0 16px;border-bottom:1px solid var(--fs-line,#eadfd2);margin-bottom:10px}
.fs-bulk-bar label{display:inline-flex;align-items:center;gap:8px;font-weight:900;color:#151515!important}.fs-bulk-bar input{width:18px;height:18px;accent-color:var(--fs-brand,#f45b00)}
.fs-admin-table input[type="checkbox"]{width:18px;height:18px;accent-color:var(--fs-brand,#f45b00)}
.fs-cat-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:16px}.fs-cat-admin-card{display:grid;gap:7px;background:#fff;border:1px solid var(--fs-line,#eadfd2);border-radius:18px;padding:18px;text-decoration:none;box-shadow:0 10px 28px rgba(17,24,39,.05);transition:.15s}.fs-cat-admin-card:hover{transform:translateY(-2px);border-color:#ffbd9b;background:#fff7ed}.fs-cat-admin-card strong{font-size:1.05rem;color:#151515!important}.fs-cat-admin-card span{color:#6b7280!important;font-weight:800}.fs-cat-admin-card em{color:var(--fs-brand,#f45b00)!important;font-style:normal;font-weight:900}.fs-admin-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px;align-items:center;margin-bottom:16px}.fs-admin-toolbar input{min-height:44px;border:1px solid var(--fs-line,#eadfd2);border-radius:14px;padding:0 14px}.fs-row-actions button{font-family:inherit}.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}.fs-status.pending{background:#fff7ed;color:#c2410c!important}.fs-status.approved,.fs-status.paid,.fs-status.done{background:#dcfce7;color:#166534!important}.fs-status.rejected,.fs-status.cancelled{background:#fee2e2;color:#991b1b!important}.fs-status.new{background:#e0f2fe;color:#075985!important}.fs-status.packed,.fs-status.sent{background:#eef2ff;color:#3730a3!important}
@media(max-width:900px){.fs-admin-toolbar{grid-template-columns:1fr}.fs-cat-admin-grid{grid-template-columns:1fr}}

/* Category and alcohol display fix */
.fs-alcohol-badges{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 6px}
.fs-alcohol-badges span{display:inline-flex;align-items:center;border:1px solid #ffd6bf;background:#fff4ec;color:#c24100;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;line-height:1;white-space:nowrap}
.fs-mini-card .fs-alcohol-badges{justify-content:center;margin:4px 0}
.fs-mini-card .fs-alcohol-badges span{font-size:10px;padding:4px 7px}
.fs-product-card .cat{color:#34302b!important;letter-spacing:.04em;text-transform:uppercase;font-weight:900}
.fs-product-card h3{line-height:1.25}

/* FineShop full reimport/category/spec patch */
.fs-internal-code{display:inline-flex;align-items:center;margin:2px 0 4px;color:#8a8279;font-size:11px;font-weight:900;letter-spacing:.02em}
.fs-product-card .fs-alcohol-badges{margin:7px 0 5px}.fs-product-card .fs-alcohol-badges span{background:#fff4ec;border-color:#ffcfb3;color:#e85100}.fs-product-info-light .product-specs div:has(dt){background:#fff;border-bottom:1px solid #eee2d7}.fs-admin-table td:nth-child(3){font-weight:900;color:#111}



/* FS HOMEPAGE FINAL OVERFLOW FIX START */
html body.fs-light-page .fs-home-showcase{
  grid-template-columns:minmax(0, 720px) minmax(0, 1fr)!important;
  align-items:stretch!important;
  gap:24px!important;
}
html body.fs-light-page .fs-home-showcase > *{
  min-width:0!important;
  align-self:stretch!important;
}
html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image,
html body.fs-light-page .fs-home-showcase .fs-recommended{
  min-height:650px!important;
  height:100%!important;
}
html body.fs-light-page .fs-home-showcase .fs-recommended{
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}
html body.fs-light-page .fs-home-showcase .fs-section-head{
  margin-bottom:18px!important;
  align-items:flex-end!important;
}
html body.fs-light-page .fs-home-showcase .fs-section-head h2{
  font-size:clamp(1.8rem,2vw,2.7rem)!important;
  line-height:1.08!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-products{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-card{
  min-width:0!important;
  min-height:430px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-card img{
  height:132px!important;
  object-fit:contain!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-card strong{
  min-height:112px!important;
  font-size:0.94rem!important;
  line-height:1.28!important;
  margin-top:12px!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-card small{
  margin-top:4px!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-card b{
  margin-top:auto!important;
  padding-top:10px!important;
}
html body.fs-light-page .fs-home-showcase .fs-mini-card button{
  position:static!important;
  margin-top:14px!important;
  margin-left:auto!important;
}
@media (max-width: 1680px){
  html body.fs-light-page .fs-home-showcase{grid-template-columns:minmax(0, 620px) minmax(0, 1fr)!important;}
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media (max-width: 1280px){
  html body.fs-light-page .fs-home-showcase{grid-template-columns:1fr!important;}
  html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image,
  html body.fs-light-page .fs-home-showcase .fs-recommended{min-height:auto!important;}
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width: 860px){
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body.fs-light-page .fs-home-showcase .fs-mini-card{min-height:360px!important;}
  html body.fs-light-page .fs-home-showcase .fs-section-head{flex-direction:column!important;align-items:flex-start!important;}
}
@media (max-width: 560px){
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:1fr!important;}
}
/* FS HOMEPAGE FINAL OVERFLOW FIX END */



/* FS FINAL FOOTER COMPLETE START */
html body .fs-final-footer,
html body .site-footer.fs-final-footer,
html body footer.fs-final-footer{
  margin-top:48px!important;
  padding:38px 0 18px!important;
  background:linear-gradient(180deg,#fffaf6 0%,#f9f3ed 100%)!important;
  border-top:1px solid #eadbcd!important;
  color:#211912!important;
}
html body .fs-final-footer *{box-sizing:border-box}
html body .fs-final-footer__shell{
  width:min(1320px,92vw)!important;
  margin:0 auto!important;
}
html body .fs-final-footer__grid{
  display:grid!important;
  grid-template-columns:minmax(280px,1.35fr) minmax(150px,.72fr) minmax(210px,1fr) minmax(220px,1.05fr)!important;
  gap:22px!important;
  align-items:stretch!important;
}
html body .fs-final-footer__brand,
html body .fs-final-footer__col{
  background:#fffdf9!important;
  border:1px solid #eadbcd!important;
  border-radius:24px!important;
  padding:22px 22px 20px!important;
  box-shadow:0 12px 34px rgba(45,26,12,.045)!important;
}
html body .fs-final-footer__logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:142px!important;
  min-height:110px!important;
  background:#fff!important;
  border:1px solid #f0e3d7!important;
  border-radius:18px!important;
  margin-bottom:14px!important;
  padding:12px!important;
}
html body .fs-final-footer__logo img{
  max-width:116px!important;
  max-height:92px!important;
  height:auto!important;
  display:block!important;
}
html body .fs-final-footer__lead{
  margin:0 0 14px!important;
  color:#5c5148!important;
  line-height:1.62!important;
  font-size:1rem!important;
}
html body .fs-final-footer__info{
  display:grid!important;
  gap:7px!important;
  color:#4e443c!important;
  font-size:.93rem!important;
  line-height:1.45!important;
}
html body .fs-final-footer__info p{margin:0!important}
html body .fs-final-footer__info strong{color:#111!important}
html body .fs-final-footer h3{
  margin:0 0 12px!important;
  font-size:1.08rem!important;
  line-height:1.1!important;
  font-weight:900!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  color:#111!important;
}
html body .fs-final-footer__col a,
html body .fs-final-footer__brand a,
html body .fs-final-footer__quick a{
  color:#ef5b00!important;
  text-decoration:none!important;
  font-weight:750!important;
}
html body .fs-final-footer__col a{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  padding:6px 0!important;
  margin:0!important;
  line-height:1.32!important;
  font-size:.96rem!important;
}
html body .fs-final-footer__col a:before{
  content:"›"!important;
  color:#c77631!important;
  font-weight:900!important;
  line-height:1.1!important;
  margin-top:1px!important;
}
html body .fs-final-footer__col a:hover,
html body .fs-final-footer__brand a:hover,
html body .fs-final-footer__quick a:hover{
  color:#d64f00!important;
  text-decoration:underline!important;
}
html body .fs-final-footer__col--service{
  columns:auto!important;
}
html body 
html body 
html body .fs-final-footer__quick a{
  color:#a95517!important;
  font-size:.92rem!important;
  font-weight:650!important;
}
html body .fs-final-footer__copy{
  display:flex!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  color:#5c5148!important;
  font-size:.94rem!important;
}
@media(max-width:1180px){
  html body .fs-final-footer__grid{
    grid-template-columns:1fr 1fr!important;
  }
}
@media(max-width:720px){
  html body .fs-final-footer{
    padding:28px 0 16px!important;
  }
  html body .fs-final-footer__grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  html body .fs-final-footer__brand,
  html body .fs-final-footer__col{
    border-radius:18px!important;
    padding:18px!important;
  }
  html body .fs-final-footer__copy{
    display:grid!important;
  }
}
/* FS FINAL FOOTER COMPLETE END */








/* FS ECIG REAL CATEGORY START */
.fs-ecig-native-side,
.fs-ecig-native-top,
.fs-ecig-fallback-side,
.fs-ecig-fallback-top{
  font-family:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
  color:inherit!important;
}
.fs-ecig-native-top img,
.fs-ecig-fallback-top img,
img[src*="e-cigarety.svg"]{
  object-fit:contain!important;
}
.fs-ecig-fallback-top{
  display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-width:96px!important;
  min-height:116px!important;
  padding:10px!important;
  border:1px solid #eadbcd!important;
  border-radius:16px!important;
  background:#fffdf9!important;
  text-decoration:none!important;
}
.fs-ecig-fallback-top span{
  width:64px!important;height:64px!important;display:grid!important;place-items:center!important;background:#fff7ef!important;border-radius:14px!important;
}
.fs-ecig-fallback-top img{max-width:62px!important;max-height:62px!important}
.fs-ecig-fallback-side{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  background:#fffdf9!important;
  border:1px solid #eadbcd!important;
  text-decoration:none!important;
}
.fs-ecig-fallback-side em{margin-left:auto!important;font-style:normal!important}
/* FS ECIG REAL CATEGORY END */

/* Native category subnavigation */
.fs-subcat-list{
  display:grid;
  gap:5px;
  margin:4px 0 10px 22px;
  padding:10px;
  border-left:3px solid #f45b00;
  border-radius:0 12px 12px 0;
  background:#fff8f1;
}
.fs-subcat-list[hidden]{display:none!important}
.fs-subcat-title{
  margin-bottom:3px;
  color:#6b3b1f;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.fs-subcat-filter{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:7px 9px;
  border:1px solid transparent;
  border-radius:9px;
  color:#3f2d22;
  font-size:13px;
  line-height:1.25;
  text-decoration:none;
}
.fs-subcat-filter:hover,
.fs-subcat-filter.active{
  border-color:#f2b183;
  background:#fff;
  color:#c94800;
}
.fs-subcat-filter .count{
  min-width:24px;
  color:#8a5b3e;
  font-weight:800;
  text-align:right;
}


/* FS ECIG SUBCATS TOP START */
.fs-ecig-subcats-wrap{
  margin:24px 0 28px;
  padding:24px;
  background:#fffdf9;
  border:1px solid #eadbcd;
  border-radius:28px;
  box-shadow:0 12px 34px rgba(45,26,12,.045);
}
.fs-ecig-subcats-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.fs-ecig-subcats-eyebrow{
  color:#f97316;
  font-size:12px;
  letter-spacing:.18em;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:6px;
}
.fs-ecig-subcats-title{
  margin:0;
  font-size:clamp(26px, 2.3vw, 42px);
  line-height:1.05;
  color:#111827;
  font-weight:900;
}
.fs-ecig-subcats-grid{
  display:grid;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  gap:16px;
}
.fs-ecig-subcat-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
  text-align:center;
  gap:8px;
  padding:14px 12px 12px;
  min-height:186px;
  border:1px solid #eadbcd;
  border-radius:20px;
  background:#fff;
  text-decoration:none;
  color:#111827;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow:0 8px 20px rgba(45,26,12,.04);
}
.fs-ecig-subcat-card:hover{
  transform:translateY(-2px);
  border-color:#f59e0b;
  box-shadow:0 14px 26px rgba(45,26,12,.08);
}
.fs-ecig-subcat-card.is-active{
  border-color:#f97316;
  box-shadow:0 0 0 3px rgba(249,115,22,.12), 0 14px 26px rgba(45,26,12,.08);
  background:#fffaf5;
}
.fs-ecig-subcat-thumb{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:#fff8f0;
}
.fs-ecig-subcat-thumb img{
  width:74px;
  height:74px;
  object-fit:contain;
}
.fs-ecig-subcat-card strong{
  font-size:15px;
  line-height:1.2;
  font-weight:900;
  color:#111827;
}
.fs-ecig-subcat-card em{
  font-style:normal;
  font-size:12px;
  color:#6b7280;
  font-weight:700;
}
@media (max-width:1320px){.fs-ecig-subcats-grid{grid-template-columns:repeat(5,minmax(0,1fr));}}
@media (max-width:1100px){.fs-ecig-subcats-grid{grid-template-columns:repeat(4,minmax(0,1fr));}}
@media (max-width:860px){.fs-ecig-subcats-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:620px){
  .fs-ecig-subcats-wrap{padding:18px 14px;border-radius:22px;}
  .fs-ecig-subcats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .fs-ecig-subcat-card{min-height:168px;padding:12px 10px;}
}
/* FS ECIG SUBCATS TOP END */



/* FS HOMEPAGE PRODUCT CARDS CENTER START */
body .fs-products-grid .fs-product-card,
body .products-grid .product-card,
body .product-card-premium{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  justify-content:flex-start!important;
  text-align:left!important;
  gap:14px!important;
  padding:18px!important;
  min-height:520px!important;
  overflow:hidden!important;
}

body .fs-products-grid .fs-product-card > *,
body .products-grid .product-card > *,
body .product-card-premium > *{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}

body .fs-product-card .fs-product-image-wrap,
body .product-card .fs-product-image-wrap,
body .product-card-premium .fs-product-image-wrap,
body .fs-product-card .product-image,
body .product-card .product-image{
  width:100%!important;
  height:230px!important;
  min-height:230px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0 auto 8px!important;
  align-self:center!important;
  text-align:center!important;
}

body .fs-product-card .fs-product-image-wrap img,
body .product-card .fs-product-image-wrap img,
body .product-card-premium .fs-product-image-wrap img,
body .fs-product-card .product-image img,
body .product-card .product-image img,
body .product-card img{
  display:block!important;
  margin:0 auto!important;
  max-width:165px!important;
  max-height:215px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}

body .fs-product-card > div:not(.fs-product-image-wrap),
body .product-card > div:not(.fs-product-image-wrap),
body .product-card-premium > div:not(.fs-product-image-wrap){
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  text-align:left!important;
}

body .fs-product-card h3,
body .product-card h3,
body .product-card-premium h3{
  width:100%!important;
  min-height:58px!important;
  margin:8px 0 10px!important;
  line-height:1.25!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}

body .fs-product-card .cat,
body .fs-product-card .fs-internal-code,
body .fs-product-card .price,
body .fs-product-card .fs-stock,
body .fs-product-card .fs-deposit,
body .fs-product-card .fs-chilled-text{
  width:100%!important;
  display:block!important;
}

body .fs-product-card .fs-details-toggle,
body .product-card .fs-details-toggle{
  width:100%!important;
  max-width:100%!important;
  margin-top:auto!important;
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  white-space:normal!important;
}

body .fs-product-card .fs-card-actions,
body .product-card .fs-card-actions{
  width:100%!important;
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  margin-top:12px!important;
}

body .fs-product-card .fs-card-actions .fs-add{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
}

body .fs-product-card .fs-card-actions .fs-btn{
  width:100%!important;
  min-width:0!important;
  white-space:normal!important;
}

body .fs-product-card .fs-product-extra{
  width:100%!important;
  grid-column:1 / -1!important;
  margin-top:10px!important;
}

body .fs-mini-product,
body .mini-product,
body .recommended-product{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
body .fs-mini-product img,
body .mini-product img,
body .recommended-product img{
  object-fit:contain!important;
  object-position:center!important;
}

@media(max-width:700px){
  body .fs-products-grid .fs-product-card,
  body .products-grid .product-card,
  body .product-card-premium{
    min-height:auto!important;
    padding:16px!important;
  }
  body .fs-product-card .fs-product-image-wrap,
  body .product-card .fs-product-image-wrap{
    height:205px!important;
    min-height:205px!important;
  }
  body .fs-product-card .fs-product-image-wrap img,
  body .product-card .fs-product-image-wrap img{
    max-width:145px!important;
    max-height:190px!important;
  }
}
/* FS HOMEPAGE PRODUCT CARDS CENTER END */










/* FS HOMEPAGE LIMIT 48 FAST START */
.fs-fast-ready .fs-fast-hidden{
  display:none!important;
}
.fs-products-grid .fs-product-card:nth-of-type(n+49),
.products-grid .product-card:nth-of-type(n+49){
  display:none;
}
.fs-fast-ready .fs-products-grid .fs-product-card,
.fs-fast-ready .products-grid .product-card{
  display:flex;
}
.fs-fast-count{
  margin:0 0 16px;
  color:#6b7280;
  font-size:14px;
  font-weight:800;
}
.fs-fast-more{
  display:block;
  margin:28px auto 8px;
  padding:14px 24px;
  min-width:240px;
  border:0;
  border-radius:999px;
  background:#111827;
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(17,24,39,.14);
}
.fs-fast-more:hover{
  transform:translateY(-1px);
}
.fs-product-card,
.product-card,
.product-card-premium{
  content-visibility:auto;
  contain-intrinsic-size:520px;
}
.fs-product-card img,
.product-card img,
.product-card-premium img{
  object-fit:contain;
  image-rendering:auto;
}
a[data-fs-fast-category].active,
a[data-fs-fast-category].is-active,
button[data-fs-fast-category].active,
button[data-fs-fast-category].is-active{
  outline:2px solid rgba(249,115,22,.35);
  outline-offset:2px;
}
/* FS HOMEPAGE LIMIT 48 FAST END */

/* FS RESPONSIVE STOREFRONT 2026-06-21 START */
html,body{max-width:100%;overflow-x:clip}
body .fs-shop-layout{display:block!important;margin-top:20px!important}
body .fs-shop-results{min-width:0!important}

.fs-top-subcategories{
  display:flex;flex-wrap:wrap;gap:10px;margin:-12px 0 28px;padding:14px;
  background:#fff;border:1px solid var(--fs-line);border-radius:18px;box-shadow:0 10px 30px rgba(50,30,12,.05)
}
.fs-top-subcategories a{
  display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:9px 13px;
  border:1px solid #eadfd4;border-radius:999px;background:#fff;color:#2f2924!important;font-weight:850;white-space:nowrap
}
.fs-top-subcategories a:hover,.fs-top-subcategories a.active{background:#fff1e7;border-color:#ffb47e;color:var(--fs-brand)!important}
.fs-top-subcategories a b{display:grid;place-items:center;min-width:25px;height:25px;padding:0 6px;border-radius:99px;background:#f3eee9;font-size:.75rem}

html body.fs-light-page .fs-home-showcase{grid-template-columns:1fr!important;gap:22px!important}
html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image{
  width:100%!important;height:auto!important;min-height:360px!important;max-height:520px!important;aspect-ratio:16/5!important
}
html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image>img{object-fit:cover!important}
html body.fs-light-page .fs-home-showcase .fs-recommended{min-height:0!important;height:auto!important;overflow:visible!important}
html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:repeat(5,minmax(0,1fr))!important}
html body.fs-light-page .fs-home-showcase .fs-mini-card{min-height:330px!important}
html body.fs-light-page .fs-home-showcase .fs-mini-card strong{min-height:52px!important}

body .fs-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
body .fs-products-grid .fs-product-card{
  display:flex!important;flex-direction:column!important;min-height:445px!important;height:100%!important;
  padding:16px!important;border-radius:20px!important;gap:12px!important;transition:transform .18s ease,box-shadow .18s ease
}
body .fs-product-card .fs-product-image-wrap{
  display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:205px!important;min-height:205px!important;
  margin:0!important;border-radius:15px!important;background:linear-gradient(180deg,#fff,#fcf8f4)!important
}
body .fs-product-card .fs-product-image-wrap img{max-width:86%!important;max-height:185px!important;width:auto!important;height:auto!important;object-fit:contain!important}
body .fs-product-card .fs-product-card-body{display:flex!important;flex:1!important;flex-direction:column!important;align-items:flex-start!important;width:100%!important}
body .fs-product-card h3{min-height:50px!important;margin:7px 0 9px!important;font-size:1rem!important}
body .fs-product-card .price{font-size:1.35rem!important;color:var(--fs-brand)!important}
body .fs-product-card .fs-card-actions{margin-top:auto!important;padding-top:14px!important}
body .fs-product-card .fs-card-actions .fs-btn{min-height:48px!important}

.fs-product-detail-card{grid-template-columns:minmax(320px,520px) minmax(0,1fr)!important;gap:34px!important}
.fs-product-gallery{min-height:460px!important}
.fs-product-info-light h1{font-size:clamp(2.15rem,3.8vw,4rem)!important;line-height:1.02!important}
.fs-product-lead{max-width:780px!important;font-size:1rem!important;line-height:1.65!important}
.fs-nicotine-warning{display:flex;gap:14px;align-items:flex-start;background:#fff4e9;border:1px solid #ffc99e;border-radius:18px;padding:16px 18px;color:#3f3127}
.fs-nicotine-warning strong{color:#c2410c!important;white-space:nowrap}.fs-nicotine-warning span{line-height:1.5}
.fs-page-nav{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin:22px 0}.fs-page-nav span{font-weight:800}

@media(max-width:1320px){
  .fs-header-main{grid-template-columns:minmax(135px,180px) minmax(260px,1fr) auto!important;gap:18px!important;padding-left:24px!important;padding-right:24px!important}
  .fs-header-actions{gap:13px!important}.fs-action{gap:7px!important}.fs-action i{font-size:1.35rem!important}
  body .fs-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:980px){
  .fs-main{padding:20px 20px 48px!important}
  .fs-premium-header .fs-header-main{grid-template-columns:150px minmax(0,1fr)!important;gap:12px 18px!important;padding:12px 20px!important}
  .fs-premium-header .fs-logo-image{grid-column:1;height:58px!important}.fs-premium-header .fs-logo-image .fs-logo-img{width:140px!important;max-height:58px!important}
  .fs-premium-header .fs-search{grid-column:1/3!important;grid-row:2;width:auto!important;height:48px!important}
  .fs-premium-header .fs-header-actions{grid-column:2;grid-row:1;display:flex!important;justify-content:flex-end!important;flex-wrap:nowrap!important}.fs-action small{display:none!important}
  .fs-nav{height:52px!important;gap:24px!important;overflow-x:auto!important;scrollbar-width:none;padding:0 20px!important}.fs-nav a{flex:0 0 auto;padding:16px 0!important}
  .fs-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}.fs-benefit:nth-child(2){border-right:0}.fs-benefit{padding:18px!important}
  body .fs-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .fs-product-detail-card{grid-template-columns:1fr!important;padding:20px!important}.fs-product-gallery{min-height:340px!important}.fs-detail-buy{display:grid!important}
  .fs-footer-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .fs-topline{display:none!important}.fs-main{padding:14px 12px 38px!important}
  .fs-premium-header .fs-header-main{grid-template-columns:112px minmax(0,1fr)!important;padding:10px 12px!important}
  .fs-premium-header .fs-logo-image .fs-logo-img{width:105px!important;max-height:50px!important}.fs-premium-header .fs-logo-image{height:50px!important}
  .fs-premium-header .fs-header-actions{display:flex!important;gap:8px!important}.fs-action{min-width:38px!important;justify-content:center!important}.fs-action span{display:none!important}.fs-action i{font-size:1.45rem!important}
  .fs-premium-header .fs-search{grid-column:1/3!important;height:44px!important}.fs-search input{font-size:.92rem!important;padding:0 12px!important}.fs-search button{width:52px!important}
  .fs-benefits{display:none!important}
  html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image{min-height:250px!important;max-height:none!important;aspect-ratio:4/3!important}
  html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image>img{object-position:left center!important}
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  html body.fs-light-page .fs-home-showcase .fs-mini-card{min-height:300px!important;padding:12px!important}
  html body.fs-light-page .fs-home-showcase .fs-mini-card img{height:112px!important}
  .fs-category-strip{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;gap:10px!important;padding-bottom:8px!important;scrollbar-width:none}
  .fs-category-strip .fs-cat-tile{flex:0 0 112px!important;min-height:104px!important;scroll-snap-align:start!important}.fs-category-strip .fs-cat-tile img{width:54px!important;height:54px!important}
  .fs-top-subcategories{flex-wrap:nowrap!important;overflow-x:auto!important;padding:10px!important;margin-top:-18px!important;scrollbar-width:none}
  .fs-sortbar{display:grid!important;gap:10px!important;padding:12px!important}.fs-sort-tabs{gap:10px!important;overflow-x:auto!important}.fs-sort-tabs button{white-space:nowrap!important;font-size:.75rem!important}
  body .fs-products-grid{grid-template-columns:1fr!important}
  body .fs-products-grid .fs-product-card{min-height:0!important}.fs-product-detail-card{padding:14px!important;border-radius:20px!important}.fs-product-gallery{min-height:270px!important;padding:16px!important}
  .fs-product-info-light h1{font-size:2rem!important;letter-spacing:-.045em!important}.fs-detail-price{font-size:2.25rem!important}
  .detail-actions{display:grid!important;grid-template-columns:1fr!important}.qty-control{width:100%!important;grid-template-columns:48px 1fr 48px!important}.detail-actions .fs-btn{width:100%!important}
  .attribute-table,.attribute-table tbody,.attribute-table tr,.attribute-table th,.attribute-table td,.product-attributes-table,.product-attributes-table tbody,.product-attributes-table tr,.product-attributes-table th,.product-attributes-table td{display:block!important;width:100%!important;box-sizing:border-box!important}.attribute-table th,.product-attributes-table th{padding-bottom:3px!important;border-bottom:0!important}.attribute-table td,.product-attributes-table td{padding-top:3px!important}
  .fs-nicotine-warning{display:grid!important;gap:6px!important}.fs-footer-benefits{grid-template-columns:1fr!important}
}
@media(max-width:430px){
  html body.fs-light-page .fs-home-showcase .fs-mini-products{grid-template-columns:1fr!important}
  .fs-header-actions .fs-action:nth-child(2){display:none!important}
}
/* FS RESPONSIVE STOREFRONT 2026-06-21 END */

/* FS HOMEPAGE BRAND ASSETS 2026-06-22 START */
.fs-premium-header .fs-logo-image{
  width:250px!important;max-width:250px!important;height:64px!important;
  display:flex!important;align-items:center!important;justify-content:flex-start!important;
  background-color:transparent!important;background-image:url('/assets/img/fineshop-logo-transparent.png?v=20260622-2')!important;
  background-repeat:no-repeat!important;background-size:260px 173.333px!important;background-position:left -54px!important;
  overflow:hidden!important
}
.fs-premium-header .fs-logo-image .fs-logo-img{
  display:block!important;width:250px!important;height:64px!important;opacity:0!important
}
html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image{
  width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;
  aspect-ratio:1672/941!important;background:#111!important
}
html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image>img{
  width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#111!important
}
@media(max-width:980px){
  .fs-premium-header .fs-logo-image{width:145px!important;max-width:145px!important;height:56px!important;background-size:145px 96.667px!important;background-position:left -20px!important}
  .fs-premium-header .fs-logo-image .fs-logo-img{width:145px!important;height:56px!important}
}
@media(max-width:700px){
  .fs-premium-header .fs-logo-image{width:108px!important;max-width:108px!important;height:48px!important;background-size:108px 72px!important;background-position:left -11px!important}
  .fs-premium-header .fs-logo-image .fs-logo-img{width:108px!important;height:48px!important}
  html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image{
    min-height:0!important;max-height:none!important;aspect-ratio:1672/941!important
  }
  html body.fs-light-page .fs-home-showcase .fs-hero-card.fs-hero-full-image>img{object-fit:contain!important;object-position:center!important}
}
/* FS HOMEPAGE BRAND ASSETS 2026-06-22 END */
