:root{--accent:#ff5533;--accent-dark:#e94425;--ink:#202124;--muted:#73777e;--line:#ece9e6;--soft:#fff4ef;--panel:#fff;--shadow:0 18px 50px rgba(37,29,24,.08);--radius:24px;--container:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(236,233,230,.8)}.header-inner{height:76px;display:flex;align-items:center;gap:28px}.logo{font-size:22px;font-weight:800;display:flex;align-items:center;gap:8px}.logo>span:last-child{color:var(--accent)}.logo>span:last-child span{color:var(--ink)}.logo-mark{width:36px;height:36px;border:2px solid var(--accent);border-radius:50%;display:grid;place-items:center;font-size:18px}.main-nav{display:flex;gap:28px;margin:auto;font-size:14px;font-weight:700}.main-nav a:hover,.main-nav a.active{color:var(--accent)}.header-actions{display:flex;gap:8px}.icon-btn{width:42px;height:42px;border:0;background:#fff;border-radius:14px;box-shadow:0 5px 18px rgba(0,0,0,.06);cursor:pointer;position:relative}.cart-count{position:absolute;right:-2px;top:-3px;width:19px;height:19px;border-radius:50%;background:var(--accent);color:#fff;font-size:11px;display:grid;place-items:center}.menu-toggle{display:none;border:0;background:none}.hero{padding:45px 0 20px}.hero-grid{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;min-height:560px}.eyebrow{display:inline-flex;padding:8px 13px;background:var(--soft);color:var(--accent);border-radius:99px;font-size:13px;font-weight:800}.hero h1,.page-title{font-size:clamp(38px,5vw,68px);line-height:1.05;margin:22px 0}.hero p{max-width:540px;color:var(--muted);font-size:18px;line-height:1.8}.hero-buttons,.actions{display:flex;gap:14px;flex-wrap:wrap}.btn{border:1px solid var(--accent);border-radius:14px;padding:14px 22px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:var(--accent);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 12px 28px rgba(255,85,51,.25)}.btn-outline{background:#fff}.hero-visual{position:relative}.hero-visual img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:50%;box-shadow:var(--shadow)}.hero-features{display:flex;gap:24px;margin-top:38px}.hero-features div{display:flex;gap:10px;align-items:center;font-size:12px}.hero-features strong{display:block}.category-panel,.benefits-panel{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;background:#fff;padding:20px;border-radius:26px;box-shadow:var(--shadow)}.category{border:0;background:#fff;border-radius:18px;padding:12px 8px;font-weight:700;cursor:pointer}.category span{display:grid;place-items:center;width:58px;height:58px;background:#faf5f2;border-radius:50%;font-size:26px;margin:0 auto 8px}.category.active{color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.section{padding:68px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.section-heading h2,.content-card h2{font-size:34px;margin:0}.section-heading a{font-size:14px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(30,24,21,.05);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{position:relative;background:#f7f3f0;aspect-ratio:1.05/1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;z-index:2;top:14px;left:14px;background:#55ae32;color:#fff;padding:6px 10px;border-radius:10px;font-size:12px}.product-body{padding:18px}.product-body h3{margin:0 0 8px}.product-body p{color:var(--muted);font-size:13px;line-height:1.55;min-height:42px}.product-body strong{display:block;font-size:21px;margin:14px 0}.product-body .btn{width:100%;padding:11px}.promo-card{background:linear-gradient(105deg,#fff0e7,#ffe5da);border-radius:28px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;padding:38px 40px}.promo-copy h2{font-size:38px;margin:18px 0 8px}.promo-copy p{color:var(--muted);line-height:1.7}.promo-code{display:inline-flex;gap:12px;background:#fff;border:1px dashed var(--accent);padding:12px 16px;border-radius:12px;margin:10px 0 20px}.promo-image{position:relative}.promo-image img{border-radius:50%}.promo-image span{position:absolute;left:4%;top:30%;width:90px;height:90px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--accent);font-weight:800;font-size:25px}.benefits-panel{grid-template-columns:repeat(4,1fr)}.benefits-panel>div{display:flex;gap:12px}.benefits-panel>div>span{font-size:24px}.benefits-panel p{font-size:12px;color:var(--muted);margin:0}.benefits-panel strong{display:block;color:var(--ink);font-size:14px;margin-bottom:5px}.site-footer{padding:60px 0 20px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:45px}.footer-grid h3{font-size:15px}.footer-grid p,.footer-grid a{display:block;color:var(--muted);font-size:13px;line-height:1.8;margin:5px 0}.copyright{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:40px;padding-top:20px;color:var(--muted);font-size:12px}.page-hero{padding:55px 0 25px}.page-title{font-size:48px;margin-bottom:12px}.breadcrumbs{font-size:13px;color:var(--muted)}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 30px}.filter{border:0;border-radius:12px;padding:10px 16px;font-weight:700;background:#f7f5f3;cursor:pointer}.filter.active{background:var(--accent);color:#fff}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:28px}.sidebar{border:1px solid var(--line);border-radius:22px;padding:22px;height:max-content}.sidebar label{display:block;margin:12px 0;color:var(--muted);font-size:14px}.sidebar select,.field{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:start}.product-gallery .main-product-image{border-radius:28px;overflow:hidden;background:#f7f3f0}.thumbs{display:flex;gap:12px;margin-top:16px}.thumbs img{width:78px;height:78px;object-fit:cover;border:1px solid var(--line);border-radius:16px;cursor:pointer}.product-info h1{font-size:44px;margin:0 0 12px}.price{font-size:28px;font-weight:800}.options{margin:24px 0}.option-row{margin-bottom:18px}.option-row strong{display:block;margin-bottom:10px}.choice{display:flex;gap:8px;flex-wrap:wrap}.choice button{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:10px;cursor:pointer}.choice button.active{border-color:var(--accent);color:var(--accent)}.qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:12px;overflow:hidden}.qty button{width:40px;height:42px;border:0;background:#fff;cursor:pointer}.qty span{width:42px;text-align:center}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px;padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:1fr 340px;gap:32px}.cart-list,.summary-card,.content-card{border:1px solid var(--line);border-radius:24px;padding:24px;background:#fff}.cart-item{display:grid;grid-template-columns:1fr 96px 90px 44px;gap:12px 16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item .cart-item-price{text-align:right;font-weight:800;white-space:nowrap}.cart-item .cart-qty{width:96px}.cart-item img{width:92px;height:92px;object-fit:cover;border-radius:50%}.cart-item h3{margin:0 0 5px}.cart-item p{margin:0;color:var(--muted);font-size:13px}.summary-row{display:flex;justify-content:space-between;margin:14px 0;color:var(--muted)}.summary-row.total{font-size:20px;color:var(--ink);font-weight:800;padding-top:14px;border-top:1px solid var(--line)}.summary-card .btn{width:100%;margin-top:12px}.searchbar{display:flex;gap:10px;max-width:620px;margin:24px 0}.searchbar input{flex:1;border:1px solid var(--line);border-radius:14px;padding:14px 16px}.about-grid,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.about-grid img,.map{border-radius:26px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}.stat{padding:24px;border:1px solid var(--line);border-radius:20px;text-align:center}.stat strong{font-size:30px;color:var(--accent);display:block}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid textarea{grid-column:1/-1;min-height:130px}.error-page{min-height:62vh;display:grid;place-items:center;text-align:center}.error-code{font-size:140px;font-weight:800;line-height:1;color:var(--accent)}.toast{position:fixed;right:24px;bottom:24px;background:#202124;color:#fff;padding:14px 18px;border-radius:12px;opacity:0;transform:translateY(20px);transition:.25s;z-index:50}.toast.show{opacity:1;transform:none}.to-top{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border:0;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer;z-index:60;display:grid;place-items:center;font-size:19px;box-shadow:0 10px 26px rgba(255,85,51,.4);opacity:0;visibility:hidden;transform:translateY(14px) scale(.9);transition:opacity .2s,transform .2s,visibility .2s;pointer-events:none}
.to-top.show{opacity:1;visibility:visible;transform:none;pointer-events:auto}.empty-state{text-align:center;color:var(--muted);padding:40px}.hidden{display:none!important}@media(max-width:900px){.main-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column}.main-nav.open{display:flex}.menu-toggle{display:block;margin-left:auto}.header-actions{margin-left:0}.hero-grid,.promo-card,.product-page,.about-grid,.contact-grid,.cart-layout,.catalog-layout{grid-template-columns:1fr}.hero-copy{order:2}.product-grid{grid-template-columns:repeat(2,1fr)}.category-panel{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.container{width:min(calc(100% - 24px),var(--container))}.hero{padding-top:20px}.hero-grid{min-height:0}.hero h1{font-size:42px}.hero-features{flex-direction:column}.product-grid{grid-template-columns:1fr}.category-panel{grid-template-columns:repeat(2,1fr)}.promo-card{padding:25px}.benefits-panel{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:26px}.site-footer{padding:36px 0 14px}.site-footer .container{width:calc(100% - 40px)}.footer-grid h3{margin:0 0 4px}.copyright{flex-direction:column;gap:6px;margin-top:28px}.copyright{flex-direction:column;gap:10px}.page-title{font-size:38px}.form-grid{grid-template-columns:1fr}.form-grid textarea{grid-column:auto}.stats{grid-template-columns:1fr 1fr}.error-code{font-size:92px}}
/* Layout fixes and resilient component states */
.icon-btn{display:grid;place-items:center;flex:0 0 auto}
.product-card{display:flex;flex-direction:column;min-width:0}
.product-image{display:block;width:100%}
.product-body{display:flex;flex:1;flex-direction:column}
.product-body p{margin:0}
.product-body .btn{margin-top:auto}
.empty-state{grid-column:1/-1;text-align:center;color:var(--muted);padding:48px 24px;border:1px dashed var(--line);border-radius:20px;background:#fcfbfa}
.empty-state strong{display:block;color:var(--ink);font-size:20px;margin-bottom:8px}
.empty-state a{color:var(--accent);font-weight:800}
.filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{white-space:nowrap}
.field:focus,.sidebar select:focus,.searchbar input:focus{outline:3px solid rgba(255,85,51,.14);border-color:var(--accent)}
@media(max-width:900px){.main-nav{gap:8px;border-bottom:1px solid var(--line);box-shadow:0 16px 30px rgba(30,24,21,.08)}.main-nav a{padding:10px 20px;border-radius:10px}.main-nav a:hover{background:var(--soft)}}
@media(max-width:600px){.header-inner{height:68px;gap:10px}.logo{font-size:18px}.logo-mark{width:34px;height:34px}.main-nav{top:68px}.header-actions{gap:5px}.icon-btn{width:38px;height:38px}.page-hero{padding-top:36px}.section{padding:48px 0}.section-heading{align-items:start;gap:12px}.section-heading h2,.content-card h2{font-size:28px}.sidebar{padding:18px}.product-body{padding:16px}.product-body p{min-height:0}.promo-copy h2{font-size:30px}}

/* Product card visual refresh */
.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:36px}
.catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.product-card{border:0;border-radius:26px;background:#fff;box-shadow:0 8px 28px rgba(36,27,23,.08);overflow:hidden}
.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 42px rgba(36,27,23,.13)}
.product-image{aspect-ratio:1/1;background:linear-gradient(145deg,#fff8f3,#f4eee9)}
.product-image img{object-fit:cover;transition:transform .35s ease}
.product-card:hover .product-image img{transform:scale(1.035)}
.product-body{padding:20px 20px 18px}
.product-body h3,.product-body .h3{font-size:19px;line-height:1.25;margin:0 0 9px;font-weight:700}
.product-body p{font-size:13px;line-height:1.55;min-height:41px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}
.product-body .product-footer strong{font-size:20px;line-height:1;margin:0;white-space:nowrap}
.product-add{height:42px;border:0;border-radius:13px;background:var(--accent);color:#fff;padding:0 12px 0 15px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800;cursor:pointer;transition:.2s}
.product-add:hover{background:var(--accent-dark);transform:translateY(-1px)}
.product-add b{font-size:20px;line-height:1;font-weight:500}
@media(max-width:1100px) and (min-width:901px){.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.catalog-layout{grid-template-columns:1fr;gap:26px}.catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.sidebar h3{grid-column:1/-1;margin:0}.sidebar label{margin:0}.sidebar label:nth-of-type(n+3){align-self:end}}
@media(max-width:600px){.catalog-layout .product-grid{grid-template-columns:1fr;gap:18px}.sidebar{display:block}.sidebar label{margin:12px 0}.product-card{border-radius:22px}.product-image{aspect-ratio:1.18/1}.product-body{padding:18px}.product-body h3{font-size:20px}.product-footer{margin-top:18px}.product-add{min-width:112px}}

/* Reference-aligned composition */
:root{--container:1240px;--radius:20px;--shadow:0 12px 36px rgba(41,31,26,.07)}
body{background:#fff;color:#171717}
.site-header{position:relative;background:#fff;backdrop-filter:none}
.header-inner{height:70px}
.logo{font-size:20px}.logo-mark{width:32px;height:32px;font-size:16px}
.main-nav{font-size:12px;gap:30px}.icon-btn{box-shadow:none;background:transparent}
.catalog-section{padding:40px 0 72px}
.catalog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}
.catalog-heading h1{font-size:38px;line-height:1.1;margin:0}
.catalog-sort{border:1px solid var(--line);border-radius:12px;background:#fff;padding:10px 38px 10px 14px;font-size:13px;color:var(--ink)}
.catalog-page .filters{margin:0 0 26px}
.catalog-page .filter{padding:10px 19px;font-size:12px;border:1px solid transparent}
.catalog-page .filter:not(.active){background:#fff;border-color:var(--line)}
.catalog-page .catalog-layout{display:block}
.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.product-card{border:1px solid #efedeb;border-radius:18px;box-shadow:0 8px 24px rgba(36,27,23,.055)}
.product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(36,27,23,.09)}
.product-image{aspect-ratio:1.16/1;border-radius:17px 17px 0 0}
.product-body{padding:15px 16px 14px}
.product-body h3{font-size:16px;margin-bottom:7px}
.product-body p{font-size:11px;line-height:1.55;min-height:34px}
.product-footer{margin-top:15px}
.product-body .product-footer strong,.product-body>strong{font-size:18px}
.product-add,.product-body>.btn{height:38px;border:1px solid var(--accent);border-radius:11px;background:#fff;color:var(--accent);box-shadow:none;font-size:12px;padding:0 14px}
.product-add:hover,.product-body>.btn:hover{background:var(--accent);color:#fff}
.product-add b{font-size:17px}
.badge{top:10px;left:10px;padding:5px 9px;border-radius:8px;font-size:10px}
.hero{padding:32px 0 18px}.hero-grid{min-height:500px}.hero h1{font-size:58px;margin:18px 0}.hero p{font-size:15px;line-height:1.7}.hero-visual img{box-shadow:none}.category-panel{padding:16px}.section{padding:55px 0}.promo-card{padding:30px 36px}.benefits-panel{padding:18px}
.page-hero{padding:38px 0 22px}.page-title{font-size:42px;margin-top:16px}.breadcrumbs{font-size:11px}
.product-page{gap:56px}.product-info h1{font-size:38px}.cart-layout{grid-template-columns:1fr 310px}.cart-list,.summary-card,.content-card{border-radius:18px}
.site-footer{padding-top:46px}.footer-grid{gap:35px}
@media(max-width:1000px){.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-heading{align-items:end}.hero h1{font-size:46px}}
@media(max-width:600px){.header-inner{height:64px}.catalog-section{padding:30px 0 52px}.catalog-heading h1{font-size:34px}.catalog-sort{max-width:145px}.catalog-page .filters{margin-bottom:20px}.catalog-page .catalog-layout .product-grid{grid-template-columns:1fr}.product-image{aspect-ratio:1.2/1}.product-body{padding:17px}.product-body h3{font-size:19px}.product-body p{font-size:13px}.product-body .product-footer strong{font-size:20px}.hero h1{font-size:40px}.page-title{font-size:36px}}

/* Responsive overflow corrections */
.thumbs{max-width:100%;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}
@media(max-width:900px){.cart-layout{grid-template-columns:minmax(0,1fr)}.summary-card{width:100%}}

/* Home page reference alignment */
.hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);min-height:540px;gap:42px}
.hero-copy{position:relative;z-index:2}
.hero-visual{min-width:0;display:grid;place-items:center}
.hero-visual img{width:min(100%,560px);height:auto;aspect-ratio:auto;object-fit:contain;border-radius:0;box-shadow:none}
.hero-visual .blob,.hero-visual .ingredient{display:none}
.categories{position:relative;z-index:3}
.category-panel{align-items:stretch}
.category{min-width:0}
.products .product-card{height:100%}
.products .product-grid{align-items:stretch}
.benefits-panel{align-items:start}
.site-footer{overflow:hidden}
.footer-grid>*{min-width:0}
.footer-grid .logo{width:max-content}
@media(max-width:1100px) and (min-width:901px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:24px;min-height:500px}.hero h1{font-size:48px}.hero-visual img{max-width:470px}.category-panel{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.category span{width:50px;height:50px}}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr;gap:20px;min-height:0}.hero-visual{order:1}.hero-copy{order:2}.hero-visual img{width:min(100%,520px)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hero{padding-top:12px}.hero-grid{gap:10px}.hero-visual img{width:min(92vw,420px)}.hero-copy{text-align:left}.hero-copy br{display:none}.hero-buttons{display:grid;grid-template-columns:1fr 1fr}.hero-buttons .btn{padding:12px 10px}.category-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:1fr}.site-footer{padding-top:38px}.copyright{margin-top:28px}}

@media(max-width:600px){.hero-copy br{display:block}.category-panel{display:flex;overflow-x:auto;gap:10px;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;position:relative}.category-panel .category{flex:0 0 27%;scroll-snap-align:start}.categories .container{position:relative}.categories .container::after{content:'';position:absolute;top:8px;bottom:8px;right:0;width:44px;border-radius:0 26px 26px 0;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 78%);pointer-events:none}.category-panel::-webkit-scrollbar{display:none}.category{flex:0 0 104px}.category-panel{padding:12px}.category span{width:48px;height:48px}}

/* Circular hero artwork, matching the reference */
.hero-visual{position:relative}
.hero-visual img{width:min(100%,530px);height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:50%;box-shadow:0 22px 55px rgba(54,36,27,.12)}
@media(max-width:1100px) and (min-width:901px){.hero-visual img{width:min(100%,455px)}}
@media(max-width:900px){.hero-visual img{width:min(100%,500px)}}
@media(max-width:600px){.hero-visual img{width:min(88vw,360px);height:auto;aspect-ratio:1/1;border-radius:50%}}

/* Hero artwork is a full rectangular composition; the pizza inside it is circular */
.hero-grid{grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);min-height:570px;gap:22px}
.hero-visual{overflow:visible;align-self:center}
.hero-visual img{display:block;width:min(100%,620px);height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;border-radius:0;box-shadow:none}
@media(max-width:1100px) and (min-width:901px){.hero-grid{grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);min-height:510px}.hero-visual img{width:min(100%,520px)}}
@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual img{width:min(100%,540px);height:auto;aspect-ratio:auto;border-radius:0}}
@media(max-width:600px){.hero-visual img{width:100%;height:auto;aspect-ratio:auto;border-radius:0}.hero-grid{min-height:0}}

.hero h1{font-size:52px;letter-spacing:-.035em;max-width:590px}
.hero p{max-width:520px}
@media(max-width:1100px){.hero h1{font-size:46px}}
@media(max-width:600px){.hero h1{font-size:38px;letter-spacing:-.025em}}

/* Catalog page matched to the supplied reference */
.catalog-page .site-header{border-bottom:0}
.catalog-page .catalog-section{padding:28px 0 42px}
.catalog-page .breadcrumbs{margin:8px 0 18px;color:#8a8a8a;font-size:12px}
.catalog-title{font-size:36px;line-height:1.1;margin:0 0 22px}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.catalog-page .filters{margin:0;flex:1}
.catalog-page .filter{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;height:40px;min-width:62px;padding:0 20px;border-radius:11px;font-size:12px;line-height:1;font-weight:700;background:#fff;border:1px solid #e7e4e1;transition:border-color .18s,background-color .18s,color .18s}
.catalog-page .filter.active{background:var(--accent);border-color:var(--accent);color:#fff}
.catalog-page .filter:not(.active):hover{border-color:#ff9f8c;color:var(--accent);background:#fffaf8}
.catalog-page .filter:focus-visible{outline:3px solid rgba(255,85,51,.18);outline-offset:2px}
.unavailable-products{margin-top:46px;padding-top:32px;border-top:1px solid #ece9e6}
.unavailable-products-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.unavailable-products-heading h2{margin:0;font-size:30px;line-height:1.1}
.unavailable-products-heading span,.product-unavailable{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#efefef;color:#888;font-weight:700}
.unavailable-products-heading span{min-height:34px;padding:7px 16px;font-size:12px}
.unavailable-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.unavailable-product-card{background:#f5f5f5;border-color:#e5e5e5;box-shadow:none;cursor:not-allowed}
.unavailable-product-card .product-image,.unavailable-product-card .product-body{filter:grayscale(1)}
.unavailable-product-card .product-image:after{content:'';position:absolute;inset:0;background:rgba(225,225,225,.34);pointer-events:none}
.unavailable-product-card .product-body{opacity:.74}
.unavailable-product-card .product-unavailable{min-height:38px;padding:8px 16px;font-size:11px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}
.unavailable-product-card .product-footer strong{color:#555}
@media(max-width:1100px){.unavailable-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.unavailable-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.unavailable-products-heading{align-items:flex-start;flex-direction:column}.unavailable-products-heading h2{font-size:25px}}
@media(max-width:480px){.unavailable-product-grid{grid-template-columns:1fr}}

/* Promotional slider and category landing heroes */
.home-promo{padding:26px 20px 34px;overflow:hidden}
.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.home-promo-slider{position:relative;width:min(var(--container),100%);margin:auto}
.home-promo-track{position:relative;min-height:430px}
.home-promo-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transform:translateX(24px);transition:opacity .38s ease,transform .38s ease,visibility .38s;border-radius:30px;overflow:hidden;background:linear-gradient(115deg,#ff9f1c,#ffc833);box-shadow:0 18px 50px rgba(176,105,18,.18)}
.home-promo-slide.is-active{position:relative;opacity:1;visibility:visible;transform:none}
.home-promo-inner{display:grid;grid-template-columns:minmax(0,.8fr) minmax(460px,1.2fr);align-items:center;height:430px;min-height:430px;padding:38px 54px}
.home-promo-copy{position:relative;z-index:2;color:#fff}
.home-promo-copy .eyebrow{background:rgba(255,255,255,.94);color:var(--accent)}
.home-promo-copy h1,.home-promo-title{max-width:620px;margin:22px 0 14px;font:700 clamp(40px,5vw,68px)/1.02 Rubik,Manrope,Arial,sans-serif;letter-spacing:-.025em;text-wrap:balance;text-shadow:0 3px 0 rgba(174,75,10,.12)}
.home-promo-slide.intro-slide .home-promo-copy h1{font-size:clamp(42px,4.2vw,60px);line-height:1.04;letter-spacing:-.02em}
.home-promo-copy p{max-width:590px;margin:0 0 25px;font-size:17px;line-height:1.6;color:rgba(255,255,255,.92)}
.home-promo-button{border-color:#fff;background:#fff;color:#e24c2e}
.home-promo-visual{height:360px;display:grid;place-items:center;min-width:0;padding:5px 8px}
.home-promo-visual img{display:block;width:auto;height:auto;max-width:100%;max-height:350px;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 22px rgba(112,59,12,.2))}
.home-promo-slide.intro-slide .home-promo-visual img{transform:scale(1.13);transform-origin:center}
.promo-arrow{position:absolute;z-index:4;top:50%;width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#333;font-size:30px;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.12);cursor:pointer;transform:translateY(-50%)}
.promo-prev{left:-18px}.promo-next{right:-18px}
.promo-dots{position:absolute;z-index:4;left:50%;bottom:18px;display:flex;gap:7px;transform:translateX(-50%)}
.promo-dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}.promo-dot.active{width:24px;border-radius:99px;background:#fff}
.home-menu-sections .home-category-section:nth-child(even){background:#fffaf7}
.home-category-section .section-heading span{display:block;margin-top:5px;color:var(--muted);font-size:13px}
.home-page .product-body .h3{font-weight:700}
.category-landing-hero{padding:34px 0 16px}
.category-landing-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:34px;min-height:430px;padding:42px 48px;border-radius:30px;background:linear-gradient(115deg,#fff3ec,#ffe5d8);overflow:hidden}
.category-landing-copy h1{margin:18px 0 14px;font-size:clamp(44px,5vw,72px);line-height:1.02;letter-spacing:-.04em}
.category-landing-copy p{max-width:560px;margin:0 0 24px;color:var(--muted);font-size:16px;line-height:1.7}
.category-landing-visual{height:360px;display:grid;place-items:center;min-width:0}
.category-landing-visual img{width:100%;height:100%;object-fit:contain;border-radius:24px;filter:drop-shadow(0 22px 28px rgba(77,42,27,.15))}
.category-hero{padding-top:32px}
.category-top-breadcrumbs{padding-top:22px}
.category-top-breadcrumbs+.category-hero{padding-top:18px}
.category-hero .hero-buttons{gap:10px;margin-top:20px}
.category-hero .hero-buttons .btn{min-height:44px;padding:0 19px;border-radius:12px;font-size:13px;font-weight:750;line-height:1;box-shadow:none}
.category-hero .hero-buttons .btn-primary{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 8px 20px rgba(255,85,51,.16)}
.category-hero .hero-buttons .btn-outline{border-color:#ebe5e1;background:#fff;color:#4d4b49}
.category-hero .hero-buttons .btn:hover{transform:translateY(-1px)}
.category-hero .hero-buttons .btn-outline:hover{border-color:#ffc5b8;background:#fff8f5;color:var(--accent)}
.category-hero .hero-grid{min-height:540px}
.category-hero-visual{min-width:0}
.category-hero-visual img{width:min(100%,620px);height:auto;aspect-ratio:auto;object-fit:contain;border-radius:0;box-shadow:none;-webkit-mask-image:none;mask-image:none}
@media(max-width:900px){.category-hero .hero-grid{min-height:0}.category-hero-visual{order:2}.category-hero .hero-copy{order:1}.category-hero-visual img{width:min(100%,500px);margin:auto}}
@media(max-width:600px){.category-top-breadcrumbs{padding-top:12px}.category-top-breadcrumbs+.category-hero{padding-top:10px}.category-hero .hero-buttons{display:flex;gap:8px}.category-hero .hero-buttons .btn{min-height:42px;padding:0 15px;font-size:11px;border-radius:11px}.category-hero-visual img{width:100%;height:auto;aspect-ratio:auto;border-radius:0}}
@media(max-width:900px){.home-promo-inner,.category-landing-grid{grid-template-columns:1fr}.home-promo-inner{height:auto;padding:36px 38px}.home-promo-visual,.category-landing-visual{height:300px}.category-landing-grid{padding:34px}.category-landing-copy{order:1}.category-landing-visual{order:2}}
@media(max-width:600px){.home-promo{padding:12px 10px 22px}.home-promo-track{min-height:0}.home-promo-slide{border-radius:20px}.home-promo-inner{min-height:520px;padding:28px 22px 45px}.home-promo-copy h1,.home-promo-title{font-size:36px;margin-top:18px}.home-promo-slide.intro-slide .home-promo-copy h1{font-size:34px;line-height:1.08}.home-promo-copy p{font-size:13px}.home-promo-visual{height:220px;padding:2px}.home-promo-visual img{max-height:216px}.home-promo-slide.intro-slide .home-promo-visual img{transform:scale(1.06)}.promo-arrow{width:36px;height:36px;font-size:18px;background:rgba(255,255,255,.75)}.promo-prev{left:8px}.promo-next{right:8px}.category-landing-hero{padding:12px 0 8px}.category-landing-grid{min-height:0;padding:26px 22px;border-radius:20px;gap:18px}.category-landing-copy h1{font-size:38px}.category-landing-copy p{font-size:13px}.category-landing-visual{height:240px}}
.catalog-page .catalog-sort{width:166px;height:40px;padding:0 14px;border-radius:11px;font-weight:700}
.catalog-page .catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:30px;align-items:start}
.catalog-filter-panel{border:1px solid #e8e5e2;border-radius:17px;background:#fff;overflow:hidden}
.filter-panel-title{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid #ece9e6;font-size:13px}
.filter-group{padding:18px 16px;border-bottom:1px solid #ece9e6}
.filter-group>strong{display:block;font-size:13px;margin-bottom:15px}
.filter-group label{display:flex;align-items:center;gap:9px;color:#555;font-size:12px;margin:13px 0;cursor:pointer}
.filter-group input{appearance:none;width:14px;height:14px;border:1px solid #ffb4a6;border-radius:3px;margin:0;display:grid;place-items:center}
.filter-group input:checked{background:var(--accent);border-color:var(--accent)}
.filter-group input:checked:after{content:'✓';font-size:10px;color:#fff}
.range-line{height:3px;background:var(--accent);position:relative;margin:22px 7px}
.range-line i{position:absolute;top:50%;width:15px;height:15px;border-radius:50%;background:#fff;border:2px solid var(--accent);transform:translate(-50%,-50%)}
.range-line i:last-child{left:100%}
.price-inputs{display:flex;justify-content:space-between;gap:10px}
.price-inputs span{flex:1;border:1px solid #eeeae7;border-radius:9px;padding:9px 8px;font-size:10px;color:#777;white-space:nowrap}
.price-inputs b{color:#333}
.reset-filters{display:flex;align-items:center;justify-content:center;width:calc(100% - 32px);height:38px;margin:16px;border:1px solid var(--accent);border-radius:10px;background:#fff;color:var(--accent);font-weight:700;font-size:11px;cursor:pointer}
.catalog-page .catalog-results{min-width:0}
.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px}
.catalog-page .product-card{border-radius:16px;box-shadow:none}
.catalog-page .product-image{aspect-ratio:1.12/1;border-radius:15px 15px 0 0}
.catalog-page .product-body{padding:13px 14px 12px}
.catalog-page .product-body h3,.catalog-page .product-body .h3{font-size:14px;margin-bottom:7px}
.catalog-page .product-body p{font-size:10px;line-height:1.45;min-height:30px}
.catalog-page .product-footer{display:block;margin-top:12px}
.catalog-page .product-body .product-footer strong{display:block;font-size:17px;margin:0 0 12px}
.catalog-page .product-add{width:100%;height:35px;background:#fff;color:var(--accent);border:1px solid var(--accent);border-radius:9px}
.catalog-page .product-add b{display:none}
.catalog-page .badge{font-size:9px;padding:5px 10px}
.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin:24px 0 8px}
.pagination button,.pagination span{width:32px;height:32px;border:0;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:11px}
.pagination button{cursor:pointer}.pagination button:first-child,.pagination button:last-child{border:1px solid #e5e2df}
.pagination button.active{background:var(--accent);color:#fff}
.catalog-promo{margin-top:10px;min-height:225px;padding:24px 28px}
.catalog-promo .promo-copy h2{font-size:28px;margin:12px 0 8px}
.catalog-promo .promo-copy p{font-size:12px;margin:0 0 8px}
.catalog-promo .promo-code{padding:9px 12px;margin:5px 0 10px;font-size:11px}
.catalog-promo .btn{padding:10px 17px;font-size:11px}
.catalog-promo .promo-image img{max-height:235px;width:100%;object-fit:cover}
.catalog-page .site-footer{padding-top:42px}
@media(max-width:1150px){.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.catalog-page .catalog-layout{grid-template-columns:1fr}.catalog-filter-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.filter-panel-title{grid-column:1/-1}.filter-group{border-right:1px solid #ece9e6}.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.catalog-toolbar{display:block}.catalog-page .filters{gap:8px}.catalog-page .filter{height:38px;min-width:58px;padding:0 16px;border-radius:10px;font-size:12px}.catalog-page .catalog-sort{margin-top:14px;width:100%}.catalog-filter-panel{display:block}.catalog-page .catalog-layout .product-grid{grid-template-columns:1fr}.catalog-page .product-image{aspect-ratio:1.22/1}.catalog-promo{grid-template-columns:1fr}.catalog-promo .promo-image{display:none}}

/* Product detail page matched to the supplied reference */
.product-detail-page .site-header{border-bottom:0}
.product-main-wrap{padding-top:30px;padding-bottom:70px}
.product-breadcrumbs{margin:8px 0 30px;font-size:12px}
.product-detail-page .product-page{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:58px;align-items:start}
.product-detail-page .main-product-image{aspect-ratio:1/1;border-radius:24px;background:#f6f4f2;overflow:hidden}
.product-detail-page .main-product-image img{width:100%;height:100%;object-fit:cover}
.product-detail-page .thumbs{position:relative;gap:14px;margin-top:22px;overflow:visible;padding-right:45px}
.product-detail-page .thumbs img{width:92px;height:92px;border-radius:15px;border:1px solid #e5e1de}
.product-detail-page .thumbs img.active{border:2px solid var(--accent)}
.thumb-next{position:absolute;right:0;top:50%;transform:translateY(-50%);width:36px;height:36px;border:1px solid #e4e0dd;border-radius:50%;background:#fff;font-size:25px;cursor:pointer}
.product-detail-page .product-info{padding-top:10px}
.product-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px}
.product-detail-page .product-info h1{font-size:43px;line-height:1.1;margin:0}
.favorite{border:0;background:none;font-size:36px;line-height:1;color:#5b5b5b;cursor:pointer}
.rating{display:flex;align-items:center;gap:10px;margin:25px 0;color:#888;font-size:13px}
.rating span{color:#f5a000;font-size:19px;letter-spacing:2px}.rating span i{color:#ddd;font-style:normal}.rating b{font-weight:500}.rating em{height:20px;border-left:1px solid #ddd}
.product-lead{font-size:14px;color:#666;margin:0 0 30px}
.product-detail-page .price{font-size:31px;margin-bottom:30px}
.product-detail-page .options{margin:0}
.product-detail-page .option-row{margin-bottom:28px}
.product-detail-page .option-row strong,.quantity-label{font-size:14px;margin-bottom:13px;display:block}
.product-detail-page .choice{gap:16px}
.product-detail-page .choice button{min-width:106px;height:50px;padding:0 18px;border-radius:12px}
.product-detail-page .choice button.active{border:2px solid var(--accent);color:var(--accent)}
.purchase-row{display:grid;grid-template-columns:155px 1fr;gap:22px;align-items:stretch}
.product-detail-page .qty{height:58px;border-radius:13px;justify-content:space-between}
.product-detail-page .qty button{height:56px}.product-detail-page .qty span{font-weight:700}
.buy-button{height:58px;border:0;border-radius:13px;background:var(--accent);color:#fff;padding:0 22px;display:flex;align-items:center;justify-content:space-between;font-weight:700;cursor:pointer}
.buy-button strong{font-size:14px}
.product-detail-page .feature-strip{grid-template-columns:repeat(3,1fr);gap:0;margin-top:30px;padding:0;border:1px solid #e8e5e2;border-radius:16px;overflow:hidden}
.product-detail-page .feature-strip>span{min-width:0;min-height:78px;padding:10px 12px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;text-align:left;border-right:1px solid #e8e5e2;color:#777;line-height:1.35}
.product-detail-page .feature-strip>span:last-child{border-right:0}
.product-detail-page .feature-strip>span>img{flex:0 0 48px;width:48px;height:48px;border-radius:13px;object-fit:cover;background:#fbf5f2}
.product-detail-page .feature-strip>span>span{min-width:0;font-size:10px}
.product-detail-page .feature-strip strong{display:block;color:#222;font-size:11px;white-space:nowrap}
.product-description-card{margin-top:50px;border:1px solid #e6e3e0;border-radius:20px;padding:0 30px 30px}
.detail-tabs{display:flex;gap:42px;border-bottom:1px solid #eeeae7}
.detail-tabs button{height:64px;border:0;background:none;font-weight:700;font-size:14px;cursor:pointer;position:relative}
.detail-tabs button.active{color:var(--accent)}.detail-tabs button.active:after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--accent)}
.detail-content{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;padding-top:25px}
.detail-content p{color:#666;font-size:13px;line-height:1.7;margin:0 0 23px}
.ingredient-list{list-style:none;margin:0;padding:18px;border-radius:14px;background:#faf9f8;max-width:300px}
.ingredient-list li{font-size:12px;margin:12px 0}.ingredient-list li::first-letter{color:var(--accent)}
.nutrition{border:1px solid #e9e6e3;border-radius:15px;padding:20px}
.nutrition>strong{display:block;font-size:12px;margin-bottom:10px}
.nutrition div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eeeae7;font-size:12px}.nutrition div:last-child{border-bottom:0}
.related-products{padding-top:48px}
.related-products .section-heading{margin-bottom:24px}.related-products .section-heading h2{font-size:28px}
.related-products .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.related-products .product-body p{display:none}
.related-products .product-footer{display:block;margin-top:12px}
.related-products .product-footer strong{display:block;margin:0 0 12px}
.related-products .product-add{width:100%;height:38px;background:#fff;color:var(--accent);border:1px solid var(--accent)}
.related-products .product-add b{display:none}
@media(max-width:1000px){.product-detail-page .product-page{grid-template-columns:1fr 1fr;gap:32px}.product-detail-page .thumbs img{width:72px;height:72px}.product-detail-page .product-info h1{font-size:36px}.purchase-row{grid-template-columns:125px 1fr}.detail-content{gap:30px}}
@media(max-width:800px){.product-detail-page .product-page{grid-template-columns:1fr}.product-detail-page .product-info{padding-top:15px}.detail-content{grid-template-columns:1fr}.related-products .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.product-main-wrap{padding-top:20px}.product-breadcrumbs{margin-bottom:20px}.product-detail-page .thumbs{overflow-x:auto;padding-right:0}.thumb-next{display:none}.product-detail-page .thumbs img{flex:0 0 70px}.product-detail-page .product-info h1{font-size:32px}.rating{flex-wrap:wrap;margin:18px 0}.product-detail-page .choice button{min-width:0;flex:1}.purchase-row{grid-template-columns:1fr}.product-detail-page .feature-strip{grid-template-columns:1fr}.product-detail-page .feature-strip>span{min-height:68px;padding:8px 12px;border-right:0;border-bottom:1px solid #e8e5e2}.product-detail-page .feature-strip>span:last-child{border-bottom:0}.product-detail-page .feature-strip>span>img{flex-basis:44px;width:44px;height:44px}.detail-tabs{gap:20px;overflow-x:auto}.detail-tabs button{white-space:nowrap}.product-description-card{padding:0 18px 20px}.related-products .product-grid{grid-template-columns:1fr}}

.product-detail-page .product-page>*{min-width:0}
@media(max-width:800px){.product-detail-page .product-page{grid-template-columns:minmax(0,1fr)}.product-detail-page .product-gallery,.product-detail-page .product-info{min-width:0;width:100%}}

/* Elevated site header */
.site-header,.catalog-page .site-header,.product-detail-page .site-header{position:sticky;top:0;z-index:40;padding:10px 0;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.78));backdrop-filter:blur(18px);border:0}
.header-contact-bar{height:24px;margin-bottom:5px;display:flex;align-items:center;justify-content:flex-end;gap:22px;color:#77716d;font-family:'Rubik',Manrope,Arial,sans-serif;font-size:10px;font-weight:500;white-space:nowrap}
.header-contact-bar>a,.header-contact-bar>span{display:inline-flex;align-items:center;gap:6px}
.header-contact-bar a{color:#34312f;font-weight:600;transition:.2s}
.header-contact-bar a:hover{color:var(--accent)}
.header-contact-bar b,.header-contact-bar a span{color:var(--accent);font-size:12px}
.header-inner{height:62px;padding:0 14px 0 12px;border:1px solid rgba(232,226,222,.9);border-radius:19px;background:rgba(255,255,255,.9);box-shadow:0 12px 38px rgba(45,31,24,.075)}
.header-inner .logo{padding-right:16px}
.brand-logo{display:flex;align-items:center;flex:0 0 auto}
.brand-logo-image{display:block;width:190px;height:60px;object-fit:contain;object-position:left center}
.footer-brand-logo .brand-logo-image{width:220px;height:auto}
.header-inner .logo-mark{width:38px;height:38px;border:0;background:linear-gradient(145deg,#ff6849,#f04425);color:#fff;box-shadow:0 8px 20px rgba(255,85,51,.25)}
.header-inner .main-nav{padding:5px;border-radius:14px;background:#faf8f6;gap:4px}
.header-inner .main-nav a{padding:9px 15px;border-radius:10px;transition:.2s}
.header-inner .main-nav a:hover,.header-inner .main-nav a.active{background:#fff;color:var(--accent);box-shadow:0 4px 14px rgba(35,27,23,.07)}
.header-inner .header-actions{padding-left:12px;border-left:1px solid var(--line)}
.header-inner .icon-btn{width:40px;height:40px;border:1px solid #ede9e6;border-radius:12px;background:#fff;box-shadow:0 5px 14px rgba(35,27,23,.055);transition:.2s}
.header-inner .icon-btn:hover{color:var(--accent);border-color:#ffc2b5;transform:translateY(-2px)}
.header-inner .cart-count{right:-5px;top:-6px;box-shadow:0 0 0 3px #fff}
@media(max-width:900px){.site-header,.catalog-page .site-header,.product-detail-page .site-header{padding:7px 0}.header-inner{height:58px;border-radius:17px;padding:0 10px}.header-inner .main-nav{top:66px;left:20px;right:20px;padding:10px;border:1px solid var(--line);border-radius:16px}.header-inner .header-actions{padding-left:8px}.header-inner .logo{padding-right:0}.menu-toggle{border:1px solid #ede9e6;background:#fff}}
@media(max-width:900px){.header-contact-bar{height:21px;margin-bottom:3px;justify-content:flex-start;gap:16px;overflow-x:auto;font-size:9px;scrollbar-width:none}.header-contact-bar::-webkit-scrollbar{display:none}}
@media(max-width:600px){.header-inner{height:56px}.header-inner .logo{font-size:16px}.header-inner .logo-mark{width:34px;height:34px}.header-inner .brand-logo-image{width:145px;height:42px}.header-inner .icon-btn{width:36px;height:36px}.header-inner .main-nav{top:63px;left:12px;right:12px}}

/* Modern breadcrumbs */
.breadcrumbs{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:7px;padding:7px 12px 7px 8px;border:1px solid #ebe7e4;border-radius:13px;background:rgba(255,255,255,.88);box-shadow:0 6px 20px rgba(43,31,25,.045);color:#8a8581;font-size:11px;line-height:1;white-space:nowrap}
.breadcrumbs a,.breadcrumbs .crumb-current{display:inline-flex;align-items:center;gap:6px;min-width:0}
.breadcrumbs a{color:#77716d;transition:.2s}.breadcrumbs a:hover{color:var(--accent)}
.breadcrumbs .crumb-home b{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:var(--soft);color:var(--accent);font-size:15px}
.crumb-separator{color:#c4beba;font-size:15px;font-style:normal}
.breadcrumbs .crumb-current{color:var(--ink);font-weight:700;overflow:hidden;text-overflow:ellipsis}
.page-hero .breadcrumbs{margin-bottom:4px}
.catalog-page .breadcrumbs,.product-breadcrumbs{margin-top:4px}
@media(max-width:600px){.breadcrumbs{max-width:100%;overflow-x:auto;scrollbar-width:none}.breadcrumbs::-webkit-scrollbar{display:none}.breadcrumbs .crumb-home span{display:none}}

/* Breadcrumbs variant: minimal editorial trail */
.breadcrumbs{gap:9px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#9a9490;font-size:11px}
.breadcrumbs .crumb-home b{width:28px;height:28px;border:1px solid #eee9e6;border-radius:9px;background:#fff;color:var(--accent);box-shadow:0 4px 12px rgba(43,31,25,.045)}
.breadcrumbs a{color:#8c8682}
.breadcrumbs a:not(.crumb-home){padding:6px 0;border-bottom:1px solid transparent}
.breadcrumbs a:not(.crumb-home):hover{border-bottom-color:#ffc2b5}
.crumb-separator{font-size:14px;color:#d1cbc7}
.breadcrumbs .crumb-current{position:relative;padding:6px 10px;border-radius:8px;background:var(--soft);color:var(--accent);font-weight:700}

/* Tighter breadcrumb spacing */
.product-main-wrap{padding-top:14px}
.product-breadcrumbs{margin:0 0 14px}
.catalog-page .catalog-section{padding-top:14px}
.catalog-page .breadcrumbs{margin:0 0 10px}
.catalog-title{margin-bottom:16px}
.page-hero{padding:22px 0 18px}
.page-hero .breadcrumbs{margin:0 0 8px}
.page-hero .page-title{margin-top:8px}
@media(max-width:600px){.product-main-wrap{padding-top:10px}.product-breadcrumbs{margin-bottom:12px}.catalog-page .catalog-section{padding-top:10px}.page-hero{padding-top:14px}}

/* Product purchase controls */
.product-detail-page .purchase-row{grid-template-columns:155px minmax(0,1fr);align-items:stretch}
.product-detail-page .buy-button{height:64px;min-height:64px;padding:0 24px;border-radius:15px;background:linear-gradient(135deg,#ff6444,#f04424);box-shadow:0 12px 26px rgba(255,85,51,.24);font-size:15px}
.buy-button-label{display:inline-flex;align-items:center;gap:11px;color:#fff;font-weight:800;white-space:nowrap}
.buy-button-label svg{width:21px;height:21px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.product-detail-page .buy-button>strong{color:#fff;font-size:15px;white-space:nowrap}
.product-detail-page .qty{height:64px;min-height:64px;border-radius:15px}
.product-detail-page .qty button{height:62px}
.product-detail-page .qty span{line-height:64px}
.product-detail-page .buy-button:hover{background:linear-gradient(135deg,#f65030,#dc3519);transform:translateY(-1px)}
@media(max-width:600px){.product-detail-page .purchase-row{grid-template-columns:1fr}.product-detail-page .buy-button{width:100%}}

/* Header typography */
.header-inner{font-family:'Rubik',Manrope,Arial,sans-serif}
.header-inner .logo{font-family:'Rubik',Manrope,Arial,sans-serif;font-weight:700;letter-spacing:-.035em}
.header-inner .logo>span:last-child{letter-spacing:-.045em}
.header-inner .main-nav{font-family:'Rubik',Manrope,Arial,sans-serif;font-size:12px;font-weight:600;letter-spacing:-.01em}
.header-inner .icon-btn,.header-inner .menu-toggle{font-family:'Rubik',Manrope,Arial,sans-serif}
@media(max-width:600px){.header-inner .logo{letter-spacing:-.04em}}

/* Laravel content pages */
.page-shell{padding:32px 0 72px;min-height:55vh}.page-shell h1{font:700 clamp(32px,4vw,48px)/1.1 Rubik,Manrope,sans-serif;margin:8px 0 28px}.panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 10px 30px rgba(30,24,21,.045)}.muted{color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:block;width:auto;padding:0;border:0;border-radius:0;background:transparent;font-weight:700;font-size:13px}.field input,.field select,.field textarea,.styled-input{display:block;width:100%;min-height:48px;margin-top:8px;padding:11px 13px;border:1px solid #ddd8d4;border-radius:12px;background:#fff;color:var(--ink)}.field textarea{min-height:110px;resize:vertical}.field-full{grid-column:1/-1}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.5fr);gap:24px;align-items:start}.cart-list{display:grid;gap:14px}.cart-item{display:grid;grid-template-columns:minmax(0,1fr) 110px 100px 42px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item-title{font-weight:800}.cart-item-price{font-weight:800;text-align:right}.cart-qty{width:100%;height:44px;padding:8px;border:1px solid #ddd8d4;border-radius:10px}.remove-button{width:40px;height:40px;border:1px solid #f2c6bd;border-radius:10px;background:#fff;color:var(--accent);cursor:pointer}.cart-summary{position:sticky;top:100px}.summary-row{display:flex;justify-content:space-between;gap:16px;padding:16px 0;border-bottom:1px solid var(--line)}.summary-total{font-size:24px}.cart-summary .btn{width:100%;margin-top:18px}
.checkout-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:24px;align-items:start}.checkout-layout .order-summary{position:sticky;top:100px}.checkout-section{margin-bottom:26px}.checkout-section h2{font-size:20px;margin:0 0 18px}.order-line{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.content-panel{line-height:1.75}.review-panel{margin-top:26px}.review-item{padding:15px 0;border-bottom:1px solid var(--line)}
.product-placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#fff4ef,#ffe0d5);font-size:clamp(90px,15vw,180px)}
@media(max-width:800px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-layout .order-summary{position:static}.cart-item{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;row-gap:14px}.cart-item>div:first-child{grid-column:1;grid-row:1}.cart-item form:last-of-type{grid-column:2;grid-row:1;justify-self:end;align-self:start}.cart-item form:first-of-type{grid-column:1;grid-row:2;justify-self:start}.cart-item .cart-item-price{grid-column:2;grid-row:2;justify-self:end;align-self:center;font-size:18px}.cart-item .cart-qty{width:96px;text-align:center;-moz-appearance:textfield;appearance:textfield}.cart-item .cart-qty::-webkit-outer-spin-button,.cart-item .cart-qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-price{grid-column:1;grid-row:2;text-align:left;align-self:center}.form-grid,.form-grid.three{grid-template-columns:1fr}.field-full{grid-column:auto}}
@media(max-width:600px){.page-shell{padding:20px 0 48px}.page-shell h1{margin-bottom:20px}.panel{padding:18px;border-radius:17px}.cart-item{gap:10px;padding:15px 0}.footer-grid{gap:26px}.site-footer{padding-top:38px}}

/* Compact mobile home hero */
.menu-toggle span{display:block;width:18px;height:2px;margin:3px auto;border-radius:2px;background:currentColor}
@media(max-width:600px){
  .hero{padding:8px 0 12px}
  .hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px}
  .hero-copy{order:1}
  .hero-visual{order:2;min-height:0}
  .hero-visual img{width:min(72vw,265px);height:auto;margin:auto}
  .hero h1{font-size:34px;line-height:1.08;margin:14px 0 12px}
  .hero p{font-size:13px;line-height:1.6;margin:0 0 16px}
  .eyebrow{padding:7px 10px;font-size:11px}
  .hero-buttons{grid-template-columns:1fr 1fr;gap:10px}
  .hero-buttons .btn{min-height:46px;padding:10px 8px;font-size:12px}
  .hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:18px}
  .hero-features div{gap:5px;align-items:flex-start;font-size:9px;line-height:1.3}
  .hero-features div>b{font-size:11px}
  .hero-features strong{font-size:9px}
  .categories{margin-top:0}
  .menu-toggle{display:grid;place-items:center;color:var(--ink)}
}

/* Hero benefit cards */
.hero-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:26px}
.hero-features>div{min-width:0;display:flex;align-items:center;gap:10px;padding:11px 10px;border:1px solid #eee9e6;border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 8px 22px rgba(43,31,25,.055)}
.hero-features>div>b{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:11px;background:var(--soft);color:var(--accent)}
.hero-features>div>img{width:42px;height:42px;flex:0 0 42px;border-radius:11px;object-fit:cover;background:var(--soft)}
.hero-features svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hero-features>div>span{min-width:0;font-size:10px;line-height:1.35;color:var(--muted)}
.hero-features strong{display:block;font-size:10px;line-height:1.25;color:var(--ink);margin-bottom:2px}
@media(max-width:600px){
  .hero-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:16px}
  .hero-features>div{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-height:86px;padding:8px;border-radius:12px}
  .hero-features>div>b{width:30px;height:30px;flex-basis:30px;border-radius:9px}
  .hero-features>div>img{width:38px;height:38px;flex-basis:38px;border-radius:9px}
  .hero-features svg{width:17px;height:17px}
  .hero-features>div>span,.hero-features strong{font-size:8px}
}

/* Cart page matched to the supplied reference */
.cart-page .cart-main{padding-top:14px;padding-bottom:46px}
.cart-page .breadcrumbs{margin-bottom:18px}
.cart-title-row{display:flex;align-items:center;gap:18px;margin-bottom:24px}
.cart-title-row h1{font-size:36px;line-height:1;margin:0}
.cart-items-badge{padding:7px 13px;border-radius:99px;background:var(--soft);color:var(--accent);font-size:11px;font-weight:700}
.cart-page .cart-layout{grid-template-columns:minmax(0,1fr) 350px;gap:30px;align-items:start}
.cart-content{min-width:0}
.cart-page .cart-list{border:0;border-radius:0;padding:0;background:transparent}
.cart-page .cart-item{display:grid;grid-template-columns:94px minmax(150px,1fr) 80px 128px 86px 28px;gap:16px;align-items:center;min-height:122px;padding:14px 18px;margin-bottom:12px;border:1px solid #e9e6e3;border-radius:18px;background:#fff}
.cart-page .cart-item img{width:94px;height:94px;border-radius:50%;object-fit:cover;background:#faf8f6}
.cart-item-info h3{font-size:15px;margin:0 0 8px}.cart-item-info p{font-size:12px;color:var(--muted);margin:0}
.cart-page .unit-price,.cart-page .item-price{font-size:15px;white-space:nowrap}
.cart-page .qty{height:48px;border-radius:12px;justify-content:space-between}
.cart-page .qty button{height:46px}.cart-page .qty span{font-weight:700}
.remove-cart-item{width:28px;height:28px;border:0;background:none;display:grid;place-items:center;color:#777;cursor:pointer}
.remove-cart-item svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.remove-cart-item:hover{color:var(--accent)}
.cart-promo{min-height:72px;display:flex;align-items:center;gap:14px;padding:12px 18px;border:1px solid #e9e6e3;border-radius:17px;background:#fff}
.promo-ticket{width:38px;height:38px;border-radius:50%;background:var(--soft);color:var(--accent);display:grid;place-items:center;font-size:22px}
.cart-promo>strong{font-size:12px;margin-right:8px}.cart-promo .field{max-width:190px;height:42px;padding:0 13px}.cart-promo button{height:42px;padding:0 20px;border:0;border-radius:11px;background:var(--accent);color:#fff;font-weight:700;cursor:pointer}
.cart-promo .field.applied{border-color:#46a92f;box-shadow:0 0 0 3px rgba(70,169,47,.1)}
.cart-promo.is-disabled{opacity:.55;pointer-events:none}
.cart-page .summary-card{position:sticky;top:100px;padding:24px;border:1px solid #e9e6e3;border-radius:20px;box-shadow:0 12px 34px rgba(44,31,25,.055)}
.cart-page .summary-card h2{font-size:22px;margin:0 0 24px}
.cart-page .summary-row{font-size:13px;margin:16px 0}.free-delivery{color:#45a52e}.discount-value{color:var(--accent)}
.cart-page .summary-row.total{font-size:20px;margin-top:22px;padding-top:20px}.cart-page .summary-row.total strong{font-size:27px}
.checkout-button{width:100%;height:48px;border:0;border-radius:12px;background:linear-gradient(135deg,#ff5e3d,#f04424);color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(255,85,51,.2);cursor:pointer}
.delivery-note{display:flex;gap:12px;align-items:center;padding:14px;margin-top:20px;border-radius:14px;background:linear-gradient(110deg,#fff7f1,#fff1e9)}
.delivery-note>b{width:40px;height:40px;display:grid;place-items:center;color:var(--accent)}.delivery-note svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.5}.delivery-note span{font-size:11px;color:#777}.delivery-note span strong{display:block;color:#222;font-size:12px;margin-bottom:4px}
.payment-block{margin-top:22px}.payment-block>span{font-size:11px}.payment-block>div{display:flex;align-items:center;gap:16px;margin-top:13px}.payment-block b{font-size:13px}.payment-block .visa{color:#172b85;font-size:17px;font-style:italic}.payment-block .mastercard{color:#f04424;letter-spacing:-7px;padding-right:7px;font-size:22px}.payment-block i{color:#4285f4;font-style:normal}
.cart-page .empty-state{min-height:210px;display:grid;place-items:center;align-content:center;line-height:1.8}
.cart-footer{position:relative;min-height:330px;overflow:hidden}
.cart-footer .footer-grid{position:relative;z-index:2}
.cart-footer-art{position:absolute;z-index:1;right:-30px;bottom:-130px;width:500px;pointer-events:none}
.cart-footer .copyright{position:relative;z-index:2}
@media(max-width:1100px){.cart-page .cart-layout{grid-template-columns:1fr 320px}.cart-page .cart-item{grid-template-columns:82px minmax(130px,1fr) 110px 82px 28px}.cart-page .cart-item .unit-price{display:none}.cart-page .cart-item img{width:82px;height:82px}.cart-footer-art{opacity:.35}}
@media(max-width:800px){.cart-page .cart-layout{grid-template-columns:1fr}.cart-page .summary-card{position:static}.cart-footer-art{display:none}}
@media(max-width:600px){.cart-page .cart-main{padding-top:10px}.cart-title-row h1{font-size:31px}.cart-page .cart-item{grid-template-columns:72px minmax(0,1fr) 28px;gap:12px;padding:13px}.cart-page .cart-item img{width:72px;height:72px}.cart-item-info{align-self:start}.cart-page .cart-item .qty{grid-column:2;width:126px}.cart-page .cart-item .item-price{grid-column:2;justify-self:end;align-self:center}.remove-cart-item{grid-column:3;grid-row:1}.cart-promo{display:grid;grid-template-columns:38px 1fr}.cart-promo .field{grid-column:1/-1;max-width:none;width:100%}.cart-promo button{grid-column:1/-1}.cart-page .summary-card{padding:20px}.cart-footer{min-height:0}}

/* Unified reference footer */
.reference-footer{position:relative;min-height:340px;padding:48px 0 18px;overflow:hidden;background:#fff;border-top:1px solid #eeeae7}
.reference-footer .footer-grid{position:relative;z-index:2;grid-template-columns:1.25fr .7fr 1fr 1.25fr;gap:34px;padding-right:390px}
.reference-footer .footer-grid>div{min-width:0}
.reference-footer .logo{font-family:'Rubik',Manrope,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.035em;width:max-content}
.reference-footer .logo-mark{width:31px;height:31px;font-size:14px}
.reference-footer .footer-brand p{margin-top:18px}
.reference-footer .footer-grid h3{font-family:'Rubik',Manrope,sans-serif;font-size:12px;margin:3px 0 15px}
.reference-footer .footer-grid p,.reference-footer .footer-grid a{font-size:10px;line-height:1.65;margin:5px 0;color:#706b67}
.reference-footer .footer-grid>div:last-child p{white-space:nowrap}
.reference-footer .footer-grid>div:last-child p b{display:inline-block;width:18px;color:var(--accent)}
.reference-footer .socials{display:flex;gap:8px;margin-top:16px}
.reference-footer .socials a{width:30px;height:30px;margin:0;border-radius:50%;display:grid;place-items:center;background:#f7f5f3;color:#292929;font-size:9px;font-weight:800}
.reference-footer .socials a:hover{background:var(--accent);color:#fff}
.footer-pizza-art{position:absolute;z-index:1;right:-25px;bottom:-165px;width:500px;pointer-events:none}
.reference-footer .copyright{position:relative;z-index:2;margin-top:34px;padding-top:17px;font-size:9px}
.reference-footer .copyright a{color:#7c7773}
@media(max-width:1100px){.reference-footer .footer-grid{padding-right:300px;grid-template-columns:1.2fr .75fr 1fr}.reference-footer .footer-grid>div:last-child{display:none}.footer-pizza-art{right:-80px;width:430px;opacity:.75}}
@media(max-width:800px){.reference-footer{min-height:0}.reference-footer .footer-grid{padding-right:0;grid-template-columns:repeat(2,minmax(0,1fr))}.reference-footer .footer-grid>div:last-child{display:block}.footer-pizza-art{display:none}}
@media(max-width:520px){.reference-footer{padding-top:38px}.reference-footer .footer-grid{grid-template-columns:1fr;gap:24px}.reference-footer .footer-grid>div:last-child p{white-space:normal}.reference-footer .copyright{gap:8px;margin-top:26px}}

/* Header mini cart */
.header-cart-wrap{position:relative;display:flex}
.header-cart-wrap:after{content:'';position:absolute;z-index:79;top:100%;right:0;width:360px;height:16px}
.mini-cart{position:absolute;z-index:80;top:calc(100% + 14px);right:0;width:360px;padding:18px;border:1px solid #e9e5e2;border-radius:18px;background:rgba(255,255,255,.98);box-shadow:0 22px 55px rgba(38,27,21,.16);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;pointer-events:none;font-family:Manrope,Arial,sans-serif}
.header-cart-wrap.open .mini-cart{opacity:1;visibility:visible;transform:none;pointer-events:auto}
.mini-cart:before{content:'';position:absolute;right:17px;top:-7px;width:12px;height:12px;background:#fff;border-left:1px solid #e9e5e2;border-top:1px solid #e9e5e2;transform:rotate(45deg)}
.mini-cart-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #eeeae7}
.mini-cart-head strong{font-family:'Rubik',Manrope,sans-serif;font-size:17px}.mini-cart-head span{padding:5px 9px;border-radius:99px;background:var(--soft);color:var(--accent);font-size:9px;font-weight:700}
.mini-cart-list{max-height:310px;overflow-y:auto}
.mini-cart-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto 22px;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #f0edeb}
.mini-cart-item img{width:52px;height:52px;border-radius:50%;object-fit:cover}
.mini-cart-item>div{min-width:0}.mini-cart-item>div strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.mini-cart-item>div span{display:block;margin-top:4px;color:var(--muted);font-size:9px}.mini-cart-item>b{font-size:11px;white-space:nowrap}
.mini-cart-item button{width:22px;height:22px;border:0;border-radius:7px;background:#faf7f5;color:#888;cursor:pointer}.mini-cart-item button:hover{background:var(--soft);color:var(--accent)}
.mini-cart-more{margin:8px 0 0;text-align:center;color:var(--muted);font-size:9px}
.mini-cart-total{display:flex;justify-content:space-between;align-items:center;padding:16px 0 13px}.mini-cart-total span{font-size:11px}.mini-cart-total strong{font-size:18px}
.mini-cart-checkout,.mini-cart-catalog{height:43px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ff6040,#ed3f20);color:#fff;font-size:11px;font-weight:800}
.mini-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}.mini-cart-actions .mini-cart-catalog{border:1px solid var(--accent);background:#fff;color:var(--accent)}
.mini-cart-item form{margin:0}.mini-cart-item form button{display:grid;place-items:center;padding:0}
.mini-cart-empty{min-height:135px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mini-cart-empty b{font-size:28px}.mini-cart-empty strong{font-size:13px;margin:8px 0 3px}.mini-cart-empty span{color:var(--muted);font-size:10px}
@media(min-width:901px){.header-cart-wrap:hover .mini-cart,.header-cart-wrap:focus-within .mini-cart{opacity:1;visibility:visible;transform:none;pointer-events:auto}}
@media(max-width:600px){.header-cart-wrap:after{display:none}.mini-cart{position:fixed;top:72px;left:12px;right:12px;width:auto;max-height:calc(100vh - 88px);overflow:auto}.mini-cart:before{display:none}}

/* Mini cart product thumbnails */
.mini-cart-item img{width:56px;height:56px;border-radius:12px;object-fit:contain;background:#f7f4f1;border:1px solid #eee9e6;padding:2px}

/* Pizza constructor */
.builder-main{padding-top:14px;padding-bottom:70px}
.builder-main>.breadcrumbs{margin-bottom:18px}
.builder-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.builder-heading h1{font-size:42px;line-height:1.05;margin:12px 0 10px}
.builder-heading p{max-width:650px;margin:0;color:var(--muted);font-size:14px;line-height:1.6}
.builder-step{padding:12px 16px;border:1px solid #ebe7e4;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(42,31,25,.05);font-size:10px;color:#777;white-space:nowrap}
.builder-step span{width:23px;height:23px;border-radius:50%;display:inline-grid;place-items:center;background:var(--soft);color:var(--accent);font-weight:800}.builder-step i{color:#c9c2bd;font-style:normal}
.pizza-builder{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(480px,.97fr);gap:34px;align-items:start}
.pizza-canvas-panel{position:sticky;top:100px;min-width:0;padding:24px;border:1px solid #e9e5e2;border-radius:24px;background:radial-gradient(circle at center,#fff 0,#fff9f5 68%,#fff 100%);box-shadow:0 18px 50px rgba(44,31,24,.07)}
#pizzaCanvas{display:block;width:100%;height:auto;aspect-ratio:1/1;border-radius:50%;filter:drop-shadow(0 22px 22px rgba(70,42,27,.16))}
.canvas-badge{position:absolute;z-index:2;left:24px;top:24px;display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 7px 20px rgba(43,31,25,.1)}
.canvas-badge b{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--accent);color:#fff}.canvas-badge span{font-size:9px;line-height:1.25;color:#777}
.canvas-hint{text-align:center;color:var(--muted);font-size:10px;margin:8px 0 0}
.builder-controls{display:grid;gap:16px}
.builder-control-card,.builder-total-card{padding:20px;border:1px solid #e9e5e2;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(43,31,25,.045)}
.control-heading{display:flex;align-items:center;gap:12px;margin-bottom:17px}.control-heading>span{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--soft);color:var(--accent);font-weight:800;font-size:11px}.control-heading h2{font-size:17px;margin:0 0 3px}.control-heading p{font-size:10px;color:var(--muted);margin:0}
.builder-sizes{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.builder-sizes button{min-height:65px;border:1px solid #e8e4e1;border-radius:13px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer}.builder-sizes button.active{border:2px solid var(--accent);background:var(--soft);color:var(--accent)}.builder-sizes b{font-size:13px}.builder-sizes span{font-size:9px;color:var(--muted)}
.ingredient-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ingredient-grid button{min-height:58px;border:1px solid #eae6e3;border-radius:13px;background:#fff;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;text-align:left;cursor:pointer;transition:.18s}.ingredient-grid button:hover{border-color:#ffc1b4;transform:translateY(-1px)}.ingredient-grid button.active{border:2px solid var(--accent);background:var(--soft)}.ingredient-grid i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f8f4f1;color:var(--accent);font-style:normal;font-size:17px}.ingredient-grid span{font-size:11px;font-weight:700}.ingredient-grid b{font-size:9px;color:var(--accent);white-space:nowrap}
.builder-total-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;background:linear-gradient(120deg,#fff,#fff7f2)}.builder-total-card>div:first-child>span,.builder-price span{display:block;color:var(--muted);font-size:9px;margin-bottom:5px}.builder-total-card>div:first-child>strong{display:block;max-width:310px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.builder-price{text-align:right}.builder-price strong{font-size:24px}.builder-total-card>button{grid-column:1/-1;height:52px;border:0;border-radius:13px;background:linear-gradient(135deg,#ff6141,#ee4021);color:#fff;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;box-shadow:0 12px 25px rgba(255,85,51,.22)}.builder-total-card svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:1000px){.pizza-builder{grid-template-columns:1fr}.pizza-canvas-panel{position:relative;top:auto;max-width:650px;margin:auto}.builder-step{display:none}}
@media(max-width:600px){.builder-main{padding-top:10px}.builder-heading h1{font-size:34px}.pizza-canvas-panel{padding:12px;border-radius:19px}.canvas-badge{left:14px;top:14px}.builder-control-card,.builder-total-card{padding:15px}.ingredient-grid{grid-template-columns:1fr}.builder-sizes{gap:7px}.builder-sizes button{min-height:60px}.builder-total-card{grid-template-columns:1fr auto}}

/* HTML/CSS pizza preview */
.pizza-stage{--pizza-scale:.88;position:relative;width:100%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;background:radial-gradient(circle,#fff 0 57%,#fff8f2 58% 67%,transparent 68%);isolation:isolate}
.pizza-stage>.pizza-crust,.pizza-stage>.pizza-sauce,.pizza-stage>.pizza-cheese,.pizza-stage>.pizza-slices,.pizza-stage>.pizza-toppings{position:absolute;left:7%;top:7%;width:86%;height:86%;border-radius:50%;transform:scale(var(--pizza-scale));transition:transform .25s}
.pizza-crust{z-index:1;background:radial-gradient(circle at 45% 38%,#f4c778 0 63%,#dda557 69%,#a8662e 78%,#75411f 82%);box-shadow:0 25px 28px rgba(83,48,24,.2),inset 0 0 0 5px rgba(255,236,184,.55),inset 0 -10px 16px rgba(104,54,22,.2)}
.pizza-sauce{z-index:2;transform:scale(calc(var(--pizza-scale) * .91))!important;background:radial-gradient(circle at 35% 30%,#df4d28,#bd2e1e 68%,#8f2118);box-shadow:inset 0 0 20px rgba(92,20,11,.25)}
.pizza-cheese{z-index:3;transform:scale(calc(var(--pizza-scale) * .86))!important;background:radial-gradient(circle at 18% 23%,#efb746 0 3px,transparent 4px),radial-gradient(circle at 66% 30%,#d89431 0 4px,transparent 5px),radial-gradient(circle at 35% 70%,#e8a537 0 3px,transparent 4px),radial-gradient(circle at 78% 68%,#da8c2e 0 3px,transparent 4px),radial-gradient(circle at 50% 50%,#ffe9a6,#f7cf71 72%,#eca846);background-size:90px 85px,110px 105px,95px 115px,120px 90px,auto;box-shadow:inset 0 0 22px rgba(190,100,22,.25)}
.pizza-slices{z-index:4;pointer-events:none}
.pizza-slices i{position:absolute;left:15%;top:50%;width:70%;height:1px;background:rgba(129,62,25,.28);transform-origin:center}.pizza-slices i:nth-child(2){transform:rotate(45deg)}.pizza-slices i:nth-child(3){transform:rotate(90deg)}.pizza-slices i:nth-child(4){transform:rotate(135deg)}
.pizza-toppings{z-index:5}
.pizza-topping{position:absolute;display:block;width:42px;height:42px;transform:translate(-50%,-50%) rotate(var(--turn)) scale(var(--scale));filter:drop-shadow(0 3px 2px rgba(72,37,18,.2));transition:.2s}
.topping-pepperoni{border-radius:50%;background:radial-gradient(circle at 35% 30%,#f17a59 0 4px,transparent 5px),radial-gradient(circle at 68% 62%,#7e1c1b 0 3px,transparent 4px),radial-gradient(circle,#cf3528 0 62%,#96251f 64% 75%,#6f1717 77%)}
.topping-mushroom:before{content:'';position:absolute;left:3px;top:4px;width:36px;height:23px;border-radius:25px 25px 8px 8px;background:#dfc39d;border:3px solid #9a704c}.topping-mushroom:after{content:'';position:absolute;left:16px;top:22px;width:13px;height:18px;border-radius:2px 2px 6px 6px;background:#e6cfad;border:2px solid #9a704c}
.topping-tomato{border-radius:50%;background:#e64131;border:4px solid #b52922;box-shadow:inset 0 0 0 4px #ff9878}.topping-tomato:before,.topping-tomato:after{content:'';position:absolute;left:18px;top:3px;width:2px;height:34px;background:#ffd1a6}.topping-tomato:after{transform:rotate(90deg)}
.topping-olive{width:30px;height:30px;border-radius:50%;border:9px solid #292b20;box-shadow:inset 0 0 0 2px #68704f}
.topping-pepper{width:44px;height:30px;border:9px solid #4b963b;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;filter:drop-shadow(0 2px 1px rgba(36,75,26,.25))}
.topping-onion{width:39px;height:31px;border:7px double #98598e;border-left-color:transparent;border-radius:50%}
.topping-basil{width:26px;height:47px;border-radius:80% 10% 80% 10%;background:linear-gradient(135deg,#75bc51,#287a32);box-shadow:inset 2px 2px 5px rgba(255,255,255,.3)}.topping-basil:after{content:'';position:absolute;left:13px;top:5px;width:1px;height:37px;background:#d6eebc;transform:rotate(42deg)}
.topping-cheese{width:38px;height:34px;background:#ffdb63;clip-path:polygon(0 0,100% 22%,28% 100%);border-radius:5px}.topping-cheese:after{content:'···';position:absolute;left:8px;top:6px;color:#d49b2e;letter-spacing:3px}
.topping-chicken{width:40px;height:31px;border-radius:38% 62% 45% 55%;background:linear-gradient(145deg,#edc18b,#b87843);box-shadow:inset -4px -3px 4px rgba(108,55,22,.25)}
.topping-bacon{width:50px;height:18px;border-radius:6px;background:repeating-linear-gradient(90deg,#a92f2d 0 7px,#f3a699 7px 11px,#c5473f 11px 18px)}
@media(max-width:600px){.pizza-topping{width:34px;height:34px}.topping-mushroom{transform:translate(-50%,-50%) rotate(var(--turn)) scale(calc(var(--scale) * .8))}.topping-bacon{width:42px;height:15px}}

/* Additional ingredients on product page */
.product-extras{margin:2px 0 24px;min-width:0}
.product-extras-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:11px}.product-extras-heading>div{display:flex;flex-direction:column;gap:3px}.product-extras-heading strong{font-size:14px}.product-extras-heading span,.product-extras-heading small{font-size:9px;color:var(--muted)}
.extras-strip{display:flex;gap:9px;width:100%;padding:2px 2px 10px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#ff9c88 #f5f1ee}
.extras-strip::-webkit-scrollbar{height:5px}.extras-strip::-webkit-scrollbar-track{background:#f5f1ee;border-radius:99px}.extras-strip::-webkit-scrollbar-thumb{background:#ff9c88;border-radius:99px}
.extra-card{flex:0 0 116px;scroll-snap-align:start;min-height:151px;padding:9px;border:1px solid #eae6e3;border-radius:14px;background:#fff;display:flex;flex-direction:column;align-items:center;text-align:center;transition:.18s}
.extra-card.active,.extra-card.selected{border-color:var(--accent);background:var(--soft);box-shadow:0 6px 16px rgba(255,85,51,.1)}
.extra-art{width:62px;height:57px;display:grid;place-items:center;margin-bottom:5px;border-radius:12px;background:linear-gradient(145deg,#fff,#faf4ef);font-size:34px}
.extra-art img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:contain;object-position:center}

/* Catalog: the filter panel is decorative and pushed products outside zoomed viewports. */
.catalog-page .catalog-filter-panel{display:none}
.catalog-page .catalog-layout{display:block;min-width:0}
.catalog-page .catalog-results{width:100%;min-width:0}
.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:100%}
@media(max-width:1100px){.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.catalog-page .catalog-layout .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.catalog-page .catalog-layout .product-grid{grid-template-columns:minmax(0,1fr)}}

/* Compact storefront pagination, independent from Laravel's utility CSS. */
.pagination{width:100%;margin:30px 0 8px}
.store-pagination{display:flex;align-items:center;justify-content:center;gap:8px;width:100%}
.store-pagination .page-number,.store-pagination .page-arrow,.store-pagination .page-gap{display:grid;place-items:center;width:36px;height:36px;margin:0;border:1px solid #e8e4e1;border-radius:50%;background:#fff;color:#292929;font-size:13px;font-weight:700;line-height:1;text-decoration:none}
.store-pagination .page-arrow{font-size:23px;font-weight:400}
.store-pagination .page-number:hover,.store-pagination .page-arrow:hover{border-color:var(--accent);color:var(--accent)}
.store-pagination .page-number.active{border-color:var(--accent);background:var(--accent);color:#fff}
.store-pagination .page-arrow.disabled{color:#c8c3bf;pointer-events:none}
.store-pagination .page-gap{border-color:transparent;background:transparent}
@media(max-width:520px){.store-pagination{gap:6px}.store-pagination .page-number,.store-pagination .page-arrow,.store-pagination .page-gap{width:34px;height:34px}}

/* AJAX cart feedback */
.cart-toast{position:fixed;z-index:100;right:24px;bottom:24px;max-width:min(360px,calc(100% - 32px));padding:14px 18px;border-radius:13px;background:#262321;color:#fff;font-size:13px;font-weight:700;box-shadow:0 16px 38px rgba(36,27,23,.22);opacity:0;transform:translateY(18px);pointer-events:none;transition:.22s ease}
.cart-toast.show{opacity:1;transform:translateY(0)}
.cart-toast.error{background:#a93625}
.buy-button.is-loading{cursor:wait;opacity:.72}
.buy-button.is-added{background:#45a52e;box-shadow:0 12px 30px rgba(69,165,46,.22)}
@media(max-width:600px){.cart-toast{left:16px;right:16px;bottom:16px;max-width:none;text-align:center}}

/* Independent category icons */
.categories .category span img{width:38px;height:38px;object-fit:contain}
.categories .category{min-width:120px}
@media(max-width:600px){.categories .category span img{width:34px;height:34px}}
.extra-visual{width:62px;height:57px;display:grid;place-items:center;margin-bottom:5px;border-radius:12px;background:linear-gradient(145deg,#fff,#faf4ef)}
.extra-visual .pizza-topping{position:relative;left:auto;top:auto;transform:none!important;margin:0;filter:drop-shadow(0 2px 2px rgba(70,38,20,.17))}
.extra-card>strong{font-size:10px;line-height:1.2}.extra-meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:7px;margin:6px 0 7px;padding:0 3px}.extra-meta span{font-size:9px;color:#999}.extra-meta b{font-size:11px;color:var(--accent);white-space:nowrap}
.extra-qty{height:28px;margin-top:auto;display:grid;grid-template-columns:28px 26px 28px;align-items:center;border:1px solid #e8e3df;border-radius:9px;background:#fff;overflow:hidden}.extra-qty button{height:27px;border:0;background:#fff;font-size:15px;cursor:pointer}.extra-qty button:disabled{color:#ccc;cursor:default}.extra-qty span{font-size:11px;font-weight:800}
@media(max-width:600px){.product-extras-heading small{display:none}.extra-card{flex-basis:108px;min-height:147px}.extras-strip{padding-bottom:8px}}

/* Delivery and payment page */
.delivery-main{padding-top:14px;padding-bottom:64px}.delivery-main>.breadcrumbs{margin-bottom:18px}.delivery-main>h1{font-size:38px;margin:0 0 24px}
.delivery-hero{position:relative;min-height:320px;padding:42px 46px;border-radius:22px;overflow:hidden;background:linear-gradient(110deg,#fff7f1,#ffece2);box-shadow:0 13px 38px rgba(49,31,23,.055)}
.delivery-hero-copy{position:relative;z-index:3;display:flex;gap:18px;align-items:flex-start}.delivery-icon{width:50px;height:50px;flex:0 0 50px;border-radius:15px;display:grid;place-items:center;background:#fff;color:var(--accent)}.delivery-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}.delivery-hero-copy h2{font-size:25px;margin:4px 0 15px}.delivery-hero-copy p{font-size:13px;line-height:1.8;margin:0}
.delivery-hero-benefits{position:absolute;z-index:3;left:46px;bottom:38px;display:flex;gap:34px}.delivery-hero-benefits>div{display:flex;align-items:center;gap:10px}.delivery-hero-benefits b{width:39px;height:39px;border:1px solid #333;border-radius:50%;display:grid;place-items:center}.delivery-hero-benefits span{font-size:10px;color:#666}.delivery-hero-benefits strong{display:block;color:#222;font-size:11px;margin-bottom:3px}
.delivery-visual{position:absolute;z-index:2;right:-5px;top:4px;width:54%;height:100%}.delivery-visual>img{position:absolute;right:-45px;top:2px;width:390px;height:310px;object-fit:contain}.scooter{position:absolute;left:20px;bottom:24px;width:270px;height:190px}.scooter i{position:absolute;display:block}.scooter .wheel{bottom:0;width:58px;height:58px;border:10px solid #2c2928;border-radius:50%;background:#bbb;box-shadow:inset 0 0 0 7px #555}.scooter .wheel.one{left:28px}.scooter .wheel.two{right:27px}.scooter .deck{left:56px;bottom:48px;width:135px;height:18px;border-radius:20px;background:#d84618;transform:skewX(-18deg)}.scooter .body{left:65px;bottom:53px;width:70px;height:100px;border-radius:50% 25% 35% 20%;background:linear-gradient(135deg,#ff9c17,#ef6513);transform:skewX(-10deg);box-shadow:inset -8px -5px 10px rgba(121,48,7,.2)}.scooter .seat{left:126px;bottom:120px;width:76px;height:20px;border-radius:20px 20px 7px 7px;background:#292626}.scooter .handle{left:94px;bottom:140px;width:82px;height:7px;background:#444;transform:rotate(-15deg);transform-origin:left}.scooter .box{right:18px;bottom:82px;width:82px;height:70px;border-radius:10px;background:#272525;border:5px solid #ef6b18;color:#ff8b1f;display:grid;place-items:center;font-style:normal;font-size:28px}
.delivery-section{padding-top:46px}.delivery-section>h2,.faq-block>h2{font-size:20px;margin:0 0 20px}
.info-card-grid,.payment-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.info-card-grid article,.payment-card-grid article{min-height:260px;padding:24px 22px;border:1px solid #e9e5e2;border-radius:18px;background:#fff;box-shadow:0 9px 27px rgba(44,31,25,.035)}.info-card-grid article>span,.payment-card-grid article>span:not(.apple-pay){width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--accent);font-size:27px}.info-card-grid svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8}.info-card-grid h3,.payment-card-grid h3{font-size:14px;margin:25px 0 13px}.info-card-grid p,.payment-card-grid p{font-size:11px;line-height:1.75;color:#666;margin:0}
.payment-card-grid article{min-height:225px}.payment-card-grid .apple-pay{display:block;width:auto;height:58px;font-size:25px;font-weight:700;padding-top:15px}.payment-logos{display:flex;gap:18px;align-items:center;margin-top:20px}.payment-logos b{font-size:15px}.payment-logos b:first-child{color:#172b85;font-style:italic}.payment-logos b:nth-child(2){color:#ef4327;letter-spacing:-7px;padding-right:7px;font-size:22px}.payment-logos b:last-child{color:#17844e}.payment-logos i{color:#4285f4;font-style:normal}
.delivery-bottom{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding-top:48px}.faq-block details{border:1px solid #e9e5e2;border-radius:11px;margin-bottom:9px;background:#fff}.faq-block summary{padding:14px 18px;font-size:11px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.faq-block summary:after{content:'⌄';font-size:16px}.faq-block details[open] summary:after{transform:rotate(180deg)}.faq-block details p{padding:0 18px 15px;margin:0;color:#666;font-size:10px;line-height:1.6}
.delivery-promo{position:relative;min-height:230px;border-radius:19px;overflow:hidden;padding:28px;background:linear-gradient(110deg,#fff0e8,#ffe6da)}.delivery-promo>div{position:relative;z-index:2}.delivery-promo h2{font-size:23px;margin:15px 0 10px}.delivery-promo p{font-size:11px;line-height:1.65}.delivery-promo .btn{padding:10px 16px;font-size:10px}.delivery-promo img{position:absolute;right:-18px;bottom:-22px;width:260px;height:220px;object-fit:cover;border-radius:50%}.delivery-promo>b{position:absolute;z-index:3;right:185px;top:48px;width:62px;height:62px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--accent);font-size:18px}
@media(max-width:1000px){.delivery-visual{opacity:.45}.info-card-grid,.payment-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.delivery-bottom{grid-template-columns:1fr}.delivery-hero-copy,.delivery-hero-benefits{max-width:62%}}
@media(max-width:650px){.delivery-main>h1{font-size:32px}.delivery-hero{min-height:470px;padding:24px}.delivery-hero-copy{max-width:none}.delivery-hero-copy h2{font-size:21px}.delivery-visual{top:190px;width:100%;height:250px;opacity:.65}.delivery-visual>img{width:250px;height:220px}.scooter{transform:scale(.7);transform-origin:left bottom}.delivery-hero-benefits{left:22px;right:22px;bottom:20px;max-width:none;gap:8px;justify-content:space-between}.delivery-hero-benefits b{width:31px;height:31px}.delivery-hero-benefits span{font-size:8px}.delivery-hero-benefits strong{font-size:8px}.info-card-grid,.payment-card-grid{grid-template-columns:1fr}.info-card-grid article,.payment-card-grid article{min-height:0}.delivery-promo img{opacity:.45}.delivery-promo>b{right:150px}}

/* Delivery icon system */
.delivery-hero-benefits b{background:rgba(255,255,255,.75);border-color:#d9d3cf;color:var(--accent)}
.delivery-hero-benefits b svg,.payment-icon svg,.scooter .box svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.info-card-grid article>span,.payment-card-grid .payment-icon,.delivery-icon{box-shadow:inset 0 0 0 1px rgba(255,85,51,.06)}
.payment-card-grid .payment-icon{width:58px;height:58px!important;padding:0!important}
.payment-card-grid .payment-icon svg{width:29px;height:29px}
.scooter .box{font-size:0}.scooter .box svg{width:35px;height:35px;color:#ff8b1f}

/* Delivery hero: photorealistic scooter composition */
.delivery-scooter-image{position:absolute;z-index:3;left:-12px;bottom:6px;width:360px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(76,42,24,.18))}
@media(max-width:1000px){.delivery-scooter-image{left:-5px;width:330px}}
@media(max-width:650px){.delivery-scooter-image{left:-16px;bottom:22px;width:245px}.delivery-visual>img:first-child{right:-54px}}
.faq-block summary:after{content:'';width:8px;height:8px;border-right:1.5px solid #555;border-bottom:1.5px solid #555;transform:rotate(45deg);margin-right:3px;transition:.2s}.faq-block details[open] summary:after{transform:rotate(225deg);margin-top:5px}

/* Compact product price and rating row */
.product-price-rating{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 14px}
.product-detail-page .product-price-rating .price{margin:0;flex:0 0 auto}
.product-detail-page .product-price-rating .rating{margin:0;justify-content:flex-end;gap:8px;white-space:nowrap}
@media(max-width:600px){.product-price-rating{align-items:flex-start;gap:10px}.product-detail-page .product-price-rating .rating{gap:5px;font-size:11px}.product-detail-page .product-price-rating .rating span{font-size:15px;letter-spacing:1px}.product-detail-page .product-price-rating .rating em{display:none}}

.variant-option .choice{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:12px}.variant-option .choice button{height:48px;border-radius:13px;font-size:14px}.product-detail-page .product-lead{margin-bottom:25px}.product-detail-page .favorite{font-size:42px;font-weight:300}.product-detail-page .product-extras{margin-top:28px}.product-detail-page .extras-strip{gap:12px}.product-detail-page .extra-card{flex-basis:138px;min-height:178px;padding:12px}.product-detail-page .extra-art{width:72px;height:66px;font-size:38px}.product-detail-page .extra-card>strong{font-size:12px}.product-detail-page .extra-meta span{font-size:10px}.product-detail-page .extra-meta b{font-size:12px}.product-detail-page .extra-qty{width:100%;height:36px;grid-template-columns:1fr 34px 1fr}.product-detail-page .extra-qty button{height:35px}.product-detail-page .quantity-label{margin-top:30px}
@media(max-width:600px){.product-price-rating{flex-wrap:wrap}.variant-option .choice{grid-template-columns:repeat(2,minmax(0,1fr))}.product-detail-page .extra-card{flex-basis:125px;min-height:165px}.product-detail-page .favorite{font-size:34px}}

/* Expressive display type for primary page titles */
h1{font-family:Rubik,Manrope,Arial,sans-serif;font-weight:700;letter-spacing:-.035em;text-wrap:balance}

/* Product detail compact alignment */
.product-detail-page .product-info{padding-top:0}
.product-detail-page .choice button{height:30px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center}
@media(max-width:800px){.product-detail-page .product-info{padding-top:0}}

/* Homepage discount banner */
.promo.section .promo-card{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);min-height:300px;padding:32px 0 32px 40px;background:linear-gradient(180deg,#fee4cd 0%,#fde3cb 25%,#fddec2 50%,#fdd8b9 75%,#fed3b2 100%)}
.promo.section .promo-copy{position:relative;z-index:2;padding-right:26px}
.promo.section .promo-image{align-self:stretch;min-width:0;overflow:hidden}
.promo.section .promo-image img{width:100%;height:100%;min-height:236px;object-fit:cover;object-position:center;border-radius:0}
.promo.section .promo-image span{z-index:2;display:grid;left:7%;top:50%;width:78px;height:78px;transform:translateY(-50%);font-size:22px;box-shadow:0 12px 28px rgba(78,42,26,.16)}
@media(max-width:900px){.promo.section .promo-card{grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);padding-left:30px}.promo.section .promo-copy h2{font-size:31px}}
@media(max-width:700px){.promo.section .promo-card{grid-template-columns:1fr;padding:26px 0 0;min-height:0}.promo.section .promo-copy{padding:0 24px 24px}.promo.section .promo-image{height:210px}.promo.section .promo-image img{min-height:0;object-position:center 42%}.promo.section .promo-image span{left:18px;width:64px;height:64px;font-size:18px}}

/* Catalog discount banner */
.catalog-page .catalog-promo{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);min-height:260px;padding:28px 0 28px 30px}
.catalog-page .catalog-promo .promo-copy{position:relative;z-index:2;padding-right:24px}
.catalog-page .catalog-promo .promo-image{align-self:stretch;min-width:0;overflow:hidden}
.catalog-page .catalog-promo .promo-image img{width:100%;height:100%;max-height:none;object-fit:cover;object-position:center;border-radius:0}
.catalog-page .catalog-promo .promo-image span{display:none}
@media(max-width:900px){.catalog-page .catalog-promo{grid-template-columns:minmax(0,.9fr) minmax(290px,1.1fr);padding-left:26px}}
@media(max-width:700px){.catalog-page .catalog-promo{grid-template-columns:1fr;padding:24px 0 0}.catalog-page .catalog-promo .promo-copy{padding:0 22px 22px}.catalog-page .catalog-promo .promo-image{display:block;height:190px}}

/* Delivery discount banner */
.delivery-promo{padding-right:48%;min-height:230px}
.delivery-promo img{right:0;top:0;bottom:auto;width:50%;height:100%;object-fit:cover;object-position:center;border-radius:0}
.delivery-promo>b{display:none}
@media(max-width:650px){.delivery-promo{padding-right:28px}.delivery-promo>div{max-width:70%}.delivery-promo img{width:58%;opacity:.28}}

/* Category panel adapts to the actual number of categories */
.categories .category-panel{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-items:stretch;gap:8px;padding:14px}
.categories .category{min-width:0;min-height:98px;padding:8px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:13px;white-space:nowrap}
.categories .category span{width:60px;height:60px;margin-bottom:7px;overflow:hidden;background:#fbf5f2}
.categories .category span img{width:100%;height:100%;object-fit:cover}
@media(max-width:1000px) and (min-width:601px){.categories .category-panel{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:600px){.categories .category-panel{display:flex;overflow-x:auto;justify-content:flex-start;gap:8px;padding:12px;scrollbar-width:none}.categories .category-panel::-webkit-scrollbar{display:none}.categories .category{flex:0 0 92px;min-width:92px;min-height:88px;font-size:12px}.categories .category span{width:46px;height:46px;margin-bottom:5px}}

/* Nested header navigation */
.main-nav .nav-item{position:relative;display:flex;align-items:center}.main-nav .nav-item>a{display:block}.submenu-toggle{width:24px;height:30px;padding:0!important;border:0!important;background:transparent!important;font-size:15px;line-height:1;color:#777;cursor:pointer}@media(min-width:901px){.submenu-toggle{display:none}.nav-item.has-children>a::after{content:'';display:inline-block;width:7px;height:7px;margin:0 0 2px 7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .18s;vertical-align:middle}.nav-item.has-children:hover>a::after{transform:rotate(225deg) translate(-1px,-1px)}}.submenu{position:absolute;z-index:60;left:0;top:calc(100% + 9px);display:none;min-width:210px;padding:8px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 45px rgba(35,27,23,.13)}.submenu::before{content:'';position:absolute;left:-8px;right:-8px;top:-14px;height:14px}
.submenu a{display:block!important;padding:11px 13px!important;border-radius:9px;white-space:nowrap}.submenu a:hover{background:var(--soft)!important;box-shadow:none!important}.nav-item.has-children:hover>.submenu,.nav-item.has-children:focus-within>.submenu,.nav-item.submenu-open>.submenu{display:block;animation:submenuIn .16s ease}@keyframes submenuIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(max-width:900px){.main-nav .nav-item{display:grid;grid-template-columns:1fr 38px;width:100%}.main-nav .nav-item>a{width:100%}.submenu-toggle{width:38px;height:38px;font-size:0;position:relative}.submenu-toggle::before{content:'';position:absolute;inset:0;margin:auto;width:9px;height:9px;border-right:2px solid #8a837e;border-bottom:2px solid #8a837e;transform:rotate(45deg) translate(-2px,-2px);transition:transform .18s}.nav-item.submenu-open .submenu-toggle::before{transform:rotate(225deg) translate(-2px,-2px)}.submenu{position:static;grid-column:1/-1;min-width:0;margin:4px 0 6px 14px;border:0;border-left:2px solid #ffd0c6;border-radius:0;background:transparent;box-shadow:none}.nav-item.has-children:hover>.submenu,.nav-item.has-children:focus-within>.submenu{display:none}.nav-item.has-children.submenu-open>.submenu{display:block!important}.submenu a{padding:9px 13px!important}}

/* Product photos from the source template have light margins inside JPG files */
.product-card .product-image{background:linear-gradient(145deg,#f8f3ef,#f3ece7);isolation:isolate}
.product-card .product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.1);mix-blend-mode:multiply;transition:transform .3s ease}
.product-card:hover .product-image img{transform:scale(1.14)}
.product-card .product-body{position:relative;z-index:2;background:#fff;border-top:1px solid rgba(232,226,221,.8)}

/* Старая (зачёркнутая) цена: в карточках товара и на странице товара. */
.price-old{color:var(--muted);font-weight:700;text-decoration-thickness:1px;white-space:nowrap}
.price-old[hidden]{display:none}
.product-footer .price-old{margin-right:auto;margin-left:9px;font-size:14px}
/* В каталоге и в блоке «похожие» футер карточки — block, цена идёт своей строкой:
   делаем её inline-block, чтобы старая цена встала рядом, а не под ней. */
.catalog-page .product-body .product-footer strong:has(+.price-old),
.related-products .product-footer strong:has(+.price-old){display:inline-block}
.product-price-rating .price-old{margin-right:auto;font-size:19px}

/* Контакты: строки с SVG-иконками. */
.contact-card p{display:flex;align-items:center;gap:12px;font-size:15px;margin:14px 0}
.contact-card .ci{flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:var(--soft);color:var(--accent);display:grid;place-items:center}
.contact-card .ci svg{width:19px;height:19px}
.contact-card .ci-max{background:#efeaff;color:#6d4df2}
.contact-card a:hover{color:var(--accent)}

/* Доставка и оплата: условия. */
.delivery-terms h2{font-size:26px;margin:34px 0 14px}
.delivery-terms h2:first-child{margin-top:0}
.delivery-terms p,.delivery-terms li{color:#4b4f55;font-size:15px;line-height:1.75}
.delivery-terms ul{margin:0;padding-left:22px}
.delivery-terms li{margin:7px 0}
.delivery-terms a{color:var(--accent);font-weight:700}
.delivery-table-wrap{overflow-x:auto}
.delivery-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;font-size:15px}
.delivery-table th,.delivery-table td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line)}
.delivery-table th{background:#faf6f3;font-size:13px;color:var(--muted)}
.delivery-table tr:last-child td{border-bottom:0}
.delivery-table td:first-child{font-weight:800;white-space:nowrap}
.delivery-disclaimer{margin-top:22px;font-size:12px;color:var(--muted)}
/* Скутер в hero «Доставка и оплата» — справа, текст слева. */
.delivery-hero .delivery-scooter-image{left:auto;right:14px;bottom:6px;width:330px}
@media(max-width:760px){.delivery-hero .delivery-hero-copy,.delivery-hero .delivery-hero-benefits{max-width:100%}.delivery-hero .delivery-scooter-image{position:static;display:block;width:220px;margin:16px auto 0}}
.contact-map{width:100%;min-height:380px;border:0;border-radius:26px}
/* Согласие на обработку ПД в чекауте. */
.consent-row{display:flex;gap:10px;align-items:flex-start;margin:18px 0 14px;font-size:13px;color:var(--muted);line-height:1.6;cursor:pointer}
.consent-row input{margin-top:3px;width:16px;height:16px;accent-color:var(--accent);flex:0 0 auto}
.consent-row a{color:var(--accent);font-weight:700}
.consent-error{margin:-6px 0 12px;color:#c62828;font-size:13px;font-weight:600}
/* Блок «Давайте знакомиться» на странице «О нас». */
.about-founders{margin-bottom:8px}
.about-founders img{width:100%;border-radius:26px;box-shadow:var(--shadow)}
/* Форма обратной связи на контактах. */
.feedback-wrap{margin-top:26px}
.feedback-card .muted{color:var(--muted);margin:6px 0 18px}
.feedback-form .field textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff;font:inherit;resize:vertical}
.feedback-form .btn{margin-top:16px;min-width:220px}
.fb-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
@media(max-width:600px){.feedback-form .btn{width:100%}}
/* Кнопка «В корзину» в карточке — форма не должна ломать сетку футера. */
.card-add-form{display:contents}
/* Контакты в подвале: SVG-иконки, телефон — ссылка. */
.footer-grid p.footer-contact{display:flex;align-items:flex-start;gap:8px}
.footer-grid .footer-contact a{display:inline}
.footer-contact svg{flex:0 0 auto;width:15px;height:15px;margin-top:4px;color:var(--accent)}
.footer-contact a:hover{color:var(--accent)}
/* Белая SVG-корзина в кнопке покупки вместо эмодзи. */
.buy-cart-icon{width:20px;height:20px;margin-right:9px;vertical-align:-4px}

/* Избранное: сердечко и счётчик. */
.favorite{width:44px;height:44px;display:grid;place-items:center}
.favorite svg{width:30px;height:30px;transition:.15s}
.favorite.active svg{fill:var(--accent);stroke:var(--accent)}
.favorite:hover svg{stroke:var(--accent)}
.header-fav{display:grid;place-items:center;position:relative}
.header-fav svg{width:21px;height:21px}
.fav-remove{border:0;background:none;color:var(--muted);font-size:12px;cursor:pointer;margin-top:8px;text-decoration:underline}
.fav-remove:hover{color:#c62828}
.favorites-empty{padding:40px 0;display:grid;gap:18px;justify-items:start}

/* Раскрывающаяся строка поиска в шапке. */
.header-search-toggle{display:grid;place-items:center}
.header-search-toggle svg{width:20px;height:20px}
.header-search{border-top:1px solid rgba(236,233,230,.8);background:rgba(255,255,255,.97)}
.header-search-form{display:flex;gap:10px;padding:12px 0}
.header-search-form input{flex:1;border:1px solid var(--line);border-radius:12px;padding:12px 16px;font:inherit}
.header-search-form .btn{padding:12px 22px}
.checkout-section textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px;background:#fff;font:inherit;resize:vertical}

/* Сводка заказа в чекауте — компактнее. */
.order-summary h2{margin:0 0 8px}
.order-summary .order-line{padding:7px 0}
.order-summary .summary-row{margin:0;padding:9px 0}
.order-summary .summary-total{padding-top:12px}
/* Товары в корзине — ссылки. */
.mini-cart-link:hover strong,.cart-item-title a:hover,.order-line a:hover{color:var(--accent)}
.mini-cart-thumb{flex:0 0 auto;display:block}
/* Кнопка после добавления — зелёная «Перейти в корзину». */
.buy-button.is-in-cart{background:linear-gradient(135deg,#2fae5c,#1c9a4b);box-shadow:0 12px 26px rgba(28,154,75,.28)}

/* SEO-текст под каталогом категории. */
.category-seo-text{margin-top:40px;padding:26px 30px;color:#4b4f55;font-size:15px;line-height:1.75}
.category-seo-text p{margin:0 0 12px}
.category-seo-text p:last-child{margin-bottom:0}
.category-seo-text h2,.category-seo-text h3{margin:18px 0 10px;color:var(--ink)}
.category-seo-text h2:first-child,.category-seo-text h3:first-child{margin-top:0}
.category-seo-text ul,.category-seo-text ol{margin:0 0 12px;padding-left:22px}
@media(max-width:600px){.category-seo-text{padding:18px 16px;margin-top:28px}}
