:root{--catalog-ink:#34231e;--catalog-accent:#a65367;--catalog-paper:#fffaf5;--catalog-line:#ead9d0;--catalog-shadow:0 24px 70px rgba(56,32,26,.18)}
body{color:var(--catalog-ink);background:var(--catalog-paper)}body.has-catalog-overlay,body.has-mobile-menu{overflow:hidden}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,250,245,.96);border-bottom:1px solid var(--catalog-line);backdrop-filter:blur(14px)}
.catalog-nav{min-height:80px;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:24px}.catalog-brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;font-weight:800}.catalog-brand img{object-fit:contain}.catalog-site-menu{display:flex;align-items:center;gap:20px}.catalog-site-menu a{color:inherit;text-decoration:none;padding:10px 0;border-bottom:2px solid transparent}.catalog-site-menu a:hover,.catalog-site-menu a:focus-visible,.catalog-site-menu a.is-active{color:var(--catalog-accent);border-color:currentColor}.catalog-nav-actions{display:flex;align-items:center;gap:14px}.catalog-phone{color:inherit;text-decoration:none;white-space:nowrap}.catalog-cart-button{border:0;border-radius:999px;padding:11px 15px;background:var(--catalog-accent);color:#fff;font:inherit;font-weight:700;cursor:pointer}.catalog-cart-button span{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:6px;border-radius:50%;background:#fff;color:var(--catalog-accent)}.catalog-menu-toggle{display:none;border:0;background:transparent;padding:10px}.catalog-menu-toggle span{display:block;width:26px;height:2px;margin:5px;background:currentColor;transition:.2s}
.catalog-hero{padding:76px 0 48px;background:radial-gradient(circle at 80% 0,#f4d9dd,transparent 38%),linear-gradient(135deg,#fffaf5,#f7eee7)}.catalog-hero h1{max-width:760px;font-size:clamp(38px,6vw,72px);line-height:1.02;margin:10px 0 20px}.catalog-hero p:last-child{max-width:640px;font-size:18px}.catalog-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--catalog-accent)}.catalog-section{padding:64px 0 100px}.catalog-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.catalog-heading h2{margin:5px 0 0;font-size:clamp(30px,4vw,48px)}.catalog-count{padding:9px 14px;border:1px solid var(--catalog-line);border-radius:999px}.catalog-state{text-align:center;padding:60px 20px;border:1px dashed var(--catalog-line);border-radius:24px}.catalog-retry{display:block;margin:20px auto}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.catalog-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--catalog-line);border-radius:24px;background:#fff;box-shadow:0 10px 35px rgba(56,32,26,.07)}.catalog-card__image{aspect-ratio:4/3;background:#f3e8e1;overflow:hidden}.catalog-card__image img{width:100%;height:100%;object-fit:cover;transition:.3s}.catalog-card:hover img{transform:scale(1.03)}.catalog-card__body{display:flex;flex-direction:column;flex:1;padding:20px}.catalog-card h3{margin:0 0 8px;font-size:23px}.catalog-card p{margin:0 0 18px;color:#745e55}.catalog-card button{margin-top:auto}
.catalog-overlay{position:fixed;inset:0;z-index:60;display:none}.catalog-overlay[aria-hidden="false"]{display:block}.catalog-overlay__backdrop{position:absolute;inset:0;background:rgba(32,19,16,.62);backdrop-filter:blur(5px)}.catalog-dialog{position:relative;z-index:1;background:#fff;box-shadow:var(--catalog-shadow);overflow:auto;max-height:calc(100vh - 40px)}.catalog-close{position:absolute;right:16px;top:16px;z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--catalog-ink);font-size:28px;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.12)}.catalog-product{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(400px,1.1fr);width:min(1080px,calc(100% - 40px));margin:20px auto;border-radius:28px}.catalog-product__media{background:#f3e8e1;min-height:500px}.catalog-product__media img{width:100%;height:100%;object-fit:cover}.catalog-product__body{padding:48px}.catalog-product fieldset,.catalog-checkout fieldset{border:0;padding:0;margin:25px 0}.catalog-product legend,.catalog-checkout legend{font-weight:800;margin-bottom:12px}.filling-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.filling-option,.weight-option{position:relative;display:flex;align-items:center;gap:10px;border:1px solid var(--catalog-line);border-radius:14px;padding:10px;cursor:pointer}.filling-option:has(input:checked),.weight-option:has(input:checked){border-color:var(--catalog-accent);box-shadow:0 0 0 2px rgba(166,83,103,.14)}.filling-option img{width:54px;height:54px;object-fit:cover;border-radius:10px}.weight-options{display:flex;flex-wrap:wrap;gap:10px}.catalog-field{display:grid;gap:7px;margin:14px 0;font-weight:700}.catalog-field span{font-weight:400}.catalog-field input,.catalog-field textarea{width:100%;border:1px solid var(--catalog-line);border-radius:12px;padding:12px;font:inherit}.catalog-product__footer,.catalog-cart__footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:24px}.catalog-product__footer strong{font-size:28px}
.catalog-cart{position:absolute;right:0;top:0;width:min(520px,100%);height:100%;max-height:none;padding:38px 28px}.catalog-cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:16px 0;border-bottom:1px solid var(--catalog-line)}.catalog-cart-item h3{margin:0}.catalog-cart-item p{grid-column:1/-1;margin:0;color:#745e55}.catalog-cart-item__actions{display:flex;align-items:center;gap:7px}.catalog-cart-item__actions button{width:34px;height:34px;border:1px solid var(--catalog-line);border-radius:50%;background:#fff}.catalog-empty{padding:50px 10px;text-align:center;color:#745e55}.catalog-checkout{width:min(720px,calc(100% - 40px));margin:20px auto;padding:44px;border-radius:28px}.catalog-form-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:12px}.catalog-consent{display:flex;align-items:flex-start;gap:9px;margin:18px 0}.catalog-form-status{min-height:24px;color:#a12f42}.catalog-checkout__actions{display:flex;justify-content:space-between;gap:12px}.catalog-success{text-align:center;padding:60px 20px}.catalog-success strong{display:block;font-size:36px;margin:18px}.catalog-success[hidden]{display:none}
.filling-option input,.weight-option input{width:18px!important;height:18px!important;min-width:18px;margin:0;accent-color:var(--catalog-accent)}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #3f72d8;outline-offset:3px}
@media(max-width:1100px){.catalog-nav{grid-template-columns:1fr auto auto}.catalog-phone{display:none}.catalog-site-menu{gap:12px;font-size:14px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.catalog-nav{min-height:68px;grid-template-columns:1fr auto auto;gap:8px}.catalog-brand span{font-size:14px}.catalog-brand img{width:40px;height:40px}.catalog-menu-toggle{display:block;order:3}.catalog-nav-actions{order:2}.catalog-site-menu{position:fixed;inset:68px 0 auto;display:none;flex-direction:column;align-items:stretch;gap:0;padding:18px 24px 30px;background:#fffaf5;border-bottom:1px solid var(--catalog-line);box-shadow:var(--catalog-shadow);max-height:calc(100vh - 68px);overflow:auto}.catalog-nav.is-menu-open .catalog-site-menu{display:flex}.catalog-site-menu a{padding:14px 0;font-size:18px}.catalog-cart-button{font-size:0;padding:8px}.catalog-cart-button:before{content:"Корзина";font-size:13px}.catalog-grid{grid-template-columns:1fr}.catalog-product{display:block;width:100%;height:100%;max-height:none;margin:0;border-radius:0}.catalog-product__media{min-height:280px;height:38vh}.catalog-product__body{padding:28px 20px 50px}.filling-options{grid-template-columns:1fr}.catalog-checkout{width:100%;height:100%;max-height:none;margin:0;border-radius:0;padding:48px 20px}.catalog-form-row{grid-template-columns:1fr}.catalog-checkout__actions{flex-direction:column-reverse}.catalog-checkout__actions .btn{width:100%}}
@media(max-width:390px){.catalog-brand span{display:none}.catalog-hero{padding-top:50px}.catalog-section{padding-top:42px}.catalog-heading{align-items:start;flex-direction:column}.catalog-product__footer{align-items:stretch;flex-direction:column}.catalog-product__footer .btn{width:100%}}

/* Owner-reviewed visual refinement: preserve behavior, improve customer presentation. */
.catalog-nav{min-height:74px;grid-template-columns:190px minmax(0,1fr) auto;gap:28px}
.catalog-brand{width:172px;height:54px;overflow:hidden}
.catalog-brand img{width:172px;height:54px;object-fit:contain;object-position:left center}
.catalog-site-menu{justify-content:center;gap:26px;font-size:15px;font-weight:650;letter-spacing:.01em}
.catalog-nav-actions{gap:18px}.catalog-phone{font-size:14px;font-weight:650}.catalog-cart-button{box-shadow:none;padding:9px 14px;background:#a65367}
.catalog-hero{padding:42px 0 32px;min-height:0}.catalog-hero h1{font-size:clamp(38px,5vw,62px);max-width:700px;margin:8px 0 14px}.catalog-hero p:last-child{font-size:16px;margin-bottom:0}
.catalog-section{padding-top:42px}.catalog-heading{margin-bottom:22px}.catalog-count{font-size:13px;color:#8b7168;background:rgba(255,255,255,.55);padding:7px 11px}
.catalog-card{border-radius:20px;box-shadow:0 8px 26px rgba(56,32,26,.06)}.catalog-card__image{aspect-ratio:1/1}.catalog-card__body{padding:18px}.catalog-card h3{font-family:inherit;font-size:21px}.catalog-card p:empty{display:none}.catalog-card p{font-size:14px;line-height:1.5}.catalog-card .btn{box-shadow:none}
.catalog-product{grid-template-columns:minmax(320px,.85fr) minmax(470px,1.15fr);max-width:1120px}.catalog-product__media{display:grid;place-items:center;min-height:0;background:linear-gradient(145deg,#f8eee8,#fffaf6);padding:26px}.catalog-product__media img{width:100%;height:auto;max-height:calc(100vh - 92px);object-fit:contain;border-radius:18px}.catalog-product__body{padding:42px 44px}.catalog-product__body>p:not(.catalog-kicker){color:#745e55;margin-top:0}.catalog-product fieldset{margin:22px 0}.catalog-product legend{font-size:17px}
.filling-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filling-option{min-height:94px;padding:9px 12px;background:#fff;transition:border-color .18s,background .18s,transform .18s}.filling-option:hover{transform:translateY(-1px);border-color:#d5aaaF}.filling-option img{width:76px;height:76px;object-fit:contain;background:#f8eee8;border-radius:13px}.filling-option input,.weight-option input,.fulfillment-option input{position:absolute;opacity:0;pointer-events:none}.filling-option span{font-weight:700;line-height:1.25}.filling-option:has(input:checked){background:#fff6f7;border-color:#a65367;box-shadow:0 0 0 2px rgba(166,83,103,.1)}.filling-option:has(input:checked)::after{content:"✓";position:absolute;right:9px;top:9px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#a65367;color:#fff;font-size:13px}
.weight-options{gap:9px}.weight-option{min-width:76px;justify-content:center;padding:12px 16px;background:#fff;font-weight:700}.weight-option:hover{border-color:#d5aaaf}.weight-option:has(input:checked){color:#8f4054;background:#fff1f3;border-color:#a65367;box-shadow:none}
.catalog-product__footer{padding-top:18px;border-top:1px solid var(--catalog-line)}.catalog-product__footer strong{font-size:30px}.catalog-product__footer strong::before{content:"Итого\A";white-space:pre;display:block;font-family:inherit;font-size:11px;line-height:1.5;text-transform:uppercase;letter-spacing:.12em;color:#8b7168}.catalog-product__footer .btn,.catalog-cart__footer .btn,.catalog-checkout .btn{box-shadow:0 8px 18px rgba(166,83,103,.16)}
.catalog-cart{width:min(510px,100%);padding:34px 28px}.catalog-cart-item{grid-template-columns:68px minmax(0,1fr) auto;column-gap:14px;align-items:center;padding:18px 0}.catalog-cart-item__thumb{grid-row:1/4;width:68px;height:68px;object-fit:cover;border-radius:12px;background:#f8eee8}.catalog-cart-item h3{grid-column:2;font-size:17px}.catalog-cart-item>strong{grid-column:3;grid-row:1}.catalog-cart-item p{grid-column:2/4;font-size:14px}.catalog-cart-item__actions{grid-column:2/4}.catalog-cart__footer{padding-top:18px;border-top:1px solid var(--catalog-line)}
.catalog-checkout{max-width:680px;padding:38px 44px}.catalog-checkout h2{margin:0 0 24px}.catalog-checkout-section,.fulfillment-options{margin:24px 0;padding-top:20px;border-top:1px solid var(--catalog-line)}.catalog-checkout-section h3{font-size:16px;margin:0 0 8px}.catalog-form-row{grid-template-columns:1.15fr 1fr;align-items:end}.catalog-time-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fulfillment-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fulfillment-options legend{grid-column:1/-1}.fulfillment-option{position:relative;display:block;border:1px solid var(--catalog-line);border-radius:16px;padding:16px;cursor:pointer;background:#fff}.fulfillment-option span{display:grid;gap:4px}.fulfillment-option strong{font-size:16px}.fulfillment-option small{font-size:12px;color:#806a62}.fulfillment-option:has(input:checked){border-color:#a65367;background:#fff3f5;box-shadow:0 0 0 2px rgba(166,83,103,.1)}.fulfillment-option:has(input:checked)::after{content:"✓";position:absolute;right:12px;top:12px;color:#a65367;font-weight:900}.catalog-success{padding:46px 24px}.catalog-success:focus{outline:none}.catalog-success:focus-visible{outline:3px solid #3f72d8;outline-offset:5px}.catalog-success strong{font-size:34px}.catalog-close{border:1px solid var(--catalog-line);box-shadow:0 5px 18px rgba(56,32,26,.1);outline:none}.catalog-close:hover{color:#a65367;background:#fff7f8;border-color:#dcb8c0}.catalog-close:focus-visible{outline:3px solid #3f72d8;outline-offset:3px}
.catalog-checkout .catalog-field[hidden]{display:none!important}
@media(max-width:1100px){.catalog-nav{grid-template-columns:172px minmax(0,1fr) auto;gap:16px}.catalog-site-menu{gap:15px}.catalog-product{grid-template-columns:minmax(290px,.75fr) minmax(430px,1.25fr)}}
@media(max-width:768px){.catalog-nav{min-height:68px;grid-template-columns:1fr auto auto}.catalog-brand{width:132px;height:44px}.catalog-brand img{width:132px;height:44px}.catalog-hero{padding:34px 0 26px}.catalog-hero h1{font-size:clamp(34px,11vw,50px)}.catalog-section{padding-top:34px}.catalog-product__media{height:34vh;min-height:245px;padding:12px}.catalog-product__media img{width:100%;height:100%;object-fit:contain}.catalog-product__body{padding:25px 20px 48px}.filling-options{grid-template-columns:1fr}.filling-option{min-height:88px}.filling-option img{width:70px;height:70px}.weight-option{min-width:66px;padding:11px 13px}.catalog-cart{padding:30px 20px}.catalog-checkout{padding:42px 20px}.catalog-form-row{grid-template-columns:1fr}.catalog-time-range{grid-template-columns:1fr 1fr}.fulfillment-options{grid-template-columns:1fr}.catalog-checkout-section,.fulfillment-options{margin:20px 0}.catalog-success{padding:58px 18px}}
@media(max-width:390px){.catalog-brand{width:106px}.catalog-brand img{width:106px}.catalog-cart-button:before{content:""}.catalog-cart-button{width:42px;height:42px;border-radius:50%;padding:5px}.catalog-cart-button span{margin:0}.catalog-heading{gap:10px}.catalog-card__image{aspect-ratio:4/3}.catalog-cart-item{grid-template-columns:58px minmax(0,1fr) auto}.catalog-cart-item__thumb{width:58px;height:58px}.catalog-time-range{gap:8px}}

/* Final owner visual polish. */
.catalog-nav{grid-template-columns:235px minmax(0,1fr) auto}
.catalog-brand{width:230px;height:54px}.catalog-brand img{width:230px;height:54px}
.catalog-cart-button{height:40px;padding:0 12px;background:#a65367}.catalog-cart-button .catalog-cart-icon,.catalog-cart-button .catalog-cart-label{display:inline-flex;place-items:initial;min-width:0;height:auto;margin:0;border-radius:0;background:transparent;color:inherit}.catalog-cart-button .catalog-cart-label{font-size:14px}.catalog-cart-button .catalog-cart-count{min-width:20px;height:20px;margin:0 0 0 1px;font-size:12px}
.catalog-hero{padding:34px 0 26px}
.catalog-product{grid-template-columns:minmax(390px,1fr) minmax(500px,1.15fr);max-width:1200px}
.catalog-product__media{align-self:start;aspect-ratio:1/1;margin:24px 0 24px 24px;padding:14px;border-radius:22px}
.catalog-product__media img{max-height:none}
.catalog-cart-button{display:inline-flex;align-items:center;gap:7px}.catalog-cart-icon{display:inline-flex;flex:0 0 21px;width:21px;height:21px!important}.catalog-cart-icon svg{display:block;width:21px;height:21px}.catalog-cart-button .catalog-cart-count{margin-left:1px}
.catalog-consent{align-items:center;gap:11px;font-weight:400;line-height:1.4}.catalog-consent input{flex:0 0 21px;width:21px!important;height:21px!important;margin:0;accent-color:var(--catalog-accent)}.catalog-consent a{color:var(--catalog-accent);text-underline-offset:3px}
@media(max-width:768px){.catalog-brand,.catalog-brand img{width:132px}.catalog-hero{padding:27px 0 21px}.catalog-site-menu{gap:0;padding:10px 24px 18px}.catalog-site-menu a{display:flex;align-items:center;min-height:44px;padding:8px 0}.catalog-cart-button{position:relative;width:auto;min-width:48px;height:44px;padding:8px 10px}.catalog-cart-button:before{content:none}.catalog-cart-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.catalog-cart-button .catalog-cart-count{min-width:20px;height:20px;font-size:12px;margin:0}.catalog-product{display:block}.catalog-product__media{width:auto;height:31vh;min-height:225px;aspect-ratio:auto;margin:0;padding:10px;border-radius:0}.catalog-product__media img{width:100%;height:100%;object-fit:contain}}
@media(max-width:390px){.catalog-brand,.catalog-brand img{width:106px}.catalog-cart-button{width:auto;border-radius:999px;padding:7px 9px}.catalog-cart-button .catalog-cart-count{margin:0}}

/* Circular cart and theme controls; dark colors reuse the owner-approved shared palette. */
.catalog-cart-button,.catalog-theme-toggle{position:relative;display:grid;width:44px;height:44px;min-width:44px;padding:0;border:1px solid transparent;border-radius:50%;place-items:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.catalog-cart-button{background:var(--catalog-accent);color:#fff;box-shadow:0 6px 16px rgba(93,49,60,.16)}
.catalog-cart-button:hover,.catalog-theme-toggle:hover{transform:translateY(-1px)}
.catalog-cart-button .catalog-cart-icon{display:flex;flex:0 0 21px;width:21px;height:21px!important;margin:0;background:transparent;color:#fff}.catalog-cart-button .catalog-cart-icon svg{width:21px;height:21px}
.catalog-cart-button .catalog-cart-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;background:transparent}
.catalog-cart-button .catalog-cart-count{position:absolute;right:-10px;top:-10px;display:grid;place-items:center;min-width:24px;height:24px;margin:0;padding:0 4px;border:2px solid var(--catalog-paper);border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:850;line-height:1;box-sizing:border-box;box-shadow:0 3px 8px rgba(56,32,26,.18)}
.catalog-theme-toggle{position:relative;background:rgba(255,255,255,.78);border-color:rgba(244,204,198,.9);color:var(--text)}
.catalog-theme-icon{display:grid;width:21px;height:21px;place-items:center}.catalog-theme-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.catalog-theme-icon--moon{display:none}.catalog-theme-toggle[aria-pressed="true"] .catalog-theme-icon--sun{display:none}.catalog-theme-toggle[aria-pressed="true"] .catalog-theme-icon--moon{display:grid}
.catalog-cart-button:focus-visible,.catalog-theme-toggle:focus-visible{outline:3px solid #3f72d8;outline-offset:3px}
html[data-theme="dark"]{--catalog-ink:var(--text);--catalog-paper:var(--bg);--catalog-line:var(--line);--catalog-shadow:var(--shadow)}
html[data-theme="dark"] .site-header{border-bottom-color:rgba(58,58,64,.86);background:rgba(20,20,23,.9)}
html[data-theme="dark"] .catalog-brand img{filter:brightness(0) invert(1)}
html[data-theme="dark"] .catalog-hero{background:var(--bg)}
html[data-theme="dark"] .catalog-card,html[data-theme="dark"] .catalog-dialog,html[data-theme="dark"] .catalog-site-menu,html[data-theme="dark"] .filling-option,html[data-theme="dark"] .weight-option,html[data-theme="dark"] .fulfillment-option{background:var(--paper);color:var(--text)}
html[data-theme="dark"] .catalog-product__media,html[data-theme="dark"] .filling-option img{background:var(--soft)}
html[data-theme="dark"] .catalog-field input,html[data-theme="dark"] .catalog-field textarea{background:var(--soft);border-color:var(--line);color:var(--text)}
html[data-theme="dark"] .catalog-card p,html[data-theme="dark"] .catalog-product__body>p:not(.catalog-kicker),html[data-theme="dark"] .fulfillment-option small,html[data-theme="dark"] .catalog-count{color:var(--muted)}
html[data-theme="dark"] .catalog-close,html[data-theme="dark"] .catalog-cart-item__actions button,html[data-theme="dark"] .catalog-theme-toggle{background:rgba(34,34,38,.86);color:var(--text);border-color:rgba(72,72,80,.92)}
html[data-theme="dark"] .catalog-cart-button{background:var(--accent-dark)}
html[data-theme="dark"] .catalog-cart-button .catalog-cart-count{background:var(--accent);border-color:var(--bg)}
@media(max-width:768px){.catalog-nav{grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.catalog-nav-actions{gap:8px}.site-header .catalog-theme-toggle{position:static;top:auto;right:auto;z-index:auto;width:44px;height:44px;padding:0}.catalog-cart-button{width:44px;height:44px}.catalog-cart-button .catalog-cart-count{right:-9px;top:-9px}}

/* Dynamic categories and viewport-aware commerce dialogs. */
.catalog-category-filters{display:flex;flex-wrap:wrap;gap:10px;margin:-10px 0 28px}.catalog-category-filter{min-height:44px;padding:8px 16px;border:1px solid var(--catalog-line);border-radius:999px;background:var(--catalog-paper);color:inherit;font:inherit;cursor:pointer}.catalog-category-filter.is-active{background:var(--catalog-accent);border-color:var(--catalog-accent);color:#fff}
.catalog-product{height:min(730px,calc(100vh - 24px));margin:12px auto;overflow:hidden;grid-template-columns:minmax(360px,.9fr) minmax(560px,1.1fr)}.catalog-product__media{min-height:0}.catalog-product__body{padding:26px;overflow:hidden}.catalog-product fieldset{margin:12px 0}.filling-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.filling-option{display:grid;justify-items:center;text-align:center;padding:6px;font-size:12px}.filling-option img{width:46px;height:46px}.weight-option{padding:8px 12px}.catalog-product__body textarea{height:56px;resize:vertical}.catalog-product__footer{margin-top:10px}
.catalog-checkout{width:min(1120px,calc(100% - 32px));padding:28px}.catalog-checkout-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:16px}.catalog-checkout-group{min-width:0;padding:14px;border:1px solid var(--catalog-line);border-radius:18px}.catalog-checkout-group h3{margin:0 0 8px}.catalog-checkout-grid>.catalog-consent,.catalog-checkout-grid>.catalog-form-status,.catalog-checkout-grid>.catalog-checkout__actions{grid-column:1/-1}.catalog-checkout__actions{position:sticky;bottom:0;padding-top:10px;background:inherit}
html[data-theme="dark"] .catalog-category-filter,html[data-theme="dark"] .catalog-checkout-group{background:var(--paper);border-color:var(--line)}html[data-theme="dark"] .catalog-category-filter.is-active{background:var(--accent-dark)}
@media(max-width:768px){body.has-catalog-overlay{overflow:auto}.catalog-overlay[aria-hidden="false"]{position:absolute;min-height:100vh}.catalog-overlay__backdrop{position:fixed}.catalog-dialog{max-height:none;overflow:visible}.catalog-product{display:block;width:100%;height:auto;min-height:100vh;margin:0;border-radius:0;overflow:visible}.catalog-product__body{padding:22px;overflow:visible}.filling-options{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-checkout{width:100%;min-height:100vh;margin:0;padding:22px;border-radius:0}.catalog-checkout-grid{display:block}.catalog-checkout-group{margin-bottom:14px}.catalog-checkout__actions{position:static}.catalog-category-filters{flex-wrap:nowrap;overflow-x:auto;padding:3px 0 10px}}
