:root{
  --red:#e30613;
  --red-dark:#bd0711;
  --ink:#171717;
  --muted:#6d675f;
  --line:#e8e3dc;
  --soft:#f7f4ef;
  --paper:#fff;
  --dark:#242424;
  --shadow:0 16px 45px rgba(58,39,22,.10);
  --shell:min(1320px,calc(100% - 48px));
}

/* v26 — centered delivery map and a compact, readable order summary. */
.checkout-summary{margin-top:18px;padding:18px;border:1px solid #e7e1da;border-radius:12px;background:#f8f6f3}
.checkout-summary .checkout__total{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:start;margin:0;padding:0 0 16px;border:0;border-bottom:1px solid #e3ddd6}
.checkout__total-label,.checkout__total-value{display:grid;gap:5px}
.checkout__total-label span{font-size:16px;font-weight:850;color:var(--ink)}
.checkout__total-label small{max-width:54ch;color:#766f68;font-size:11px;line-height:1.4}
.checkout__total-value{justify-items:end;text-align:right}
.checkout-summary .checkout__total-value strong{max-width:none;font-size:26px;line-height:1;font-variant-numeric:tabular-nums;color:var(--ink);white-space:nowrap}
.checkout__total-value small{color:#766f68;font-size:11px;font-weight:650;line-height:1.35}
.checkout-summary>.checkout-consent{display:grid!important;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;margin:15px 0 0;color:#504a44;font-size:11px;line-height:1.5}
.checkout-summary>.checkout-consent input{width:18px;height:18px;margin:0;accent-color:var(--red)}
.checkout-summary .checkout-marketing{margin:14px 0 0;padding:12px 0 0;border-top:1px solid #e3ddd6}
.checkout-summary .checkout-marketing summary{font-size:11px;font-weight:750;color:#655f58}
.checkout-summary .checkout-step__actions{margin:16px 0 0}
.checkout-summary .checkout-step__actions .button--red{width:100%;min-width:0}
.courier-address{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px}
.courier-address__main{grid-column:1/-1;display:grid!important;gap:7px}
.courier-address__details{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.courier-address__details label{display:grid!important;gap:6px;color:#5f6875;font-size:10px!important}
.courier-address__details input{height:46px!important;padding:10px 11px!important;font-size:14px!important}
.courier-address>button{min-height:48px}
.courier-address>.delivery-choice-result{grid-column:1/-1}

@media(max-width:720px){
  .checkout-summary{padding:15px;margin-top:15px}
  .checkout-summary .checkout__total{grid-template-columns:1fr;gap:10px}
  .checkout__total-value{justify-items:start;text-align:left}
  .checkout-summary .checkout__total-value strong{font-size:24px}
  .checkout-step--single .checkout-summary .checkout-step__actions{position:static;margin:16px 0 0;padding:0;border-top:0;background:transparent}
  .courier-address{grid-template-columns:1fr}
  .courier-address__details{grid-template-columns:repeat(2,minmax(0,1fr))}
  .courier-address>button{grid-column:1/-1}
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Onest,Manrope,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.is-locked{overflow:hidden}
button,input,select,textarea{font:inherit}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.shell{width:var(--shell);margin-inline:auto}
.skip{position:fixed;left:12px;top:-60px;background:#000;color:#fff;padding:12px 18px;z-index:999;border-radius:8px}.skip:focus{top:12px}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.button{border:0;border-radius:6px;min-height:48px;padding:0 26px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;cursor:pointer;transition:.18s transform,.18s background,.18s box-shadow}.button:hover{transform:translateY(-1px)}.button:active{transform:none}
.button--red{background:var(--red);color:#fff;box-shadow:0 10px 26px rgba(227,6,19,.18)}.button--red:hover{background:var(--red-dark)}
.button--dark{background:#232323;color:#fff}.button--dark:hover{background:#080808}

/* Header — locked to approved layout */
.site-header{height:86px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:relative;z-index:50}
.site-header__inner{height:100%;display:grid;grid-template-columns:240px 1fr 170px;align-items:center;gap:30px}
.logo{display:flex;flex-direction:column;line-height:1}.logo strong{font-size:27px;letter-spacing:-.045em}.logo span{font-size:11px;margin-top:6px;letter-spacing:.035em}
.desktop-nav{display:flex;justify-content:center;align-items:center;gap:52px;font-size:14px;font-weight:650}.desktop-nav a{position:relative}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.2s}.desktop-nav a:hover:after{right:0}
.cart-trigger{position:relative;border:0;background:var(--red);color:#fff;border-radius:6px;width:150px;height:52px;display:flex;gap:10px;align-items:center;justify-content:center;font-weight:800;cursor:pointer;box-shadow:0 10px 25px rgba(227,6,19,.18)}.cart-trigger svg{width:21px;height:21px}.cart-trigger b{position:absolute;right:-7px;top:-7px;background:#222;color:#fff;border:3px solid #fff;border-radius:999px;min-width:26px;height:26px;display:grid;place-items:center;font-size:11px}.cart-trigger b[hidden]{display:none}
.mobile-menu{display:none;border:0;background:none;padding:8px}.mobile-menu span{display:block;width:24px;height:2px;background:#111;margin:5px 0}.mobile-nav-menu{position:absolute;left:0;right:0;top:70px;background:#fff;padding:18px 22px;border-top:1px solid var(--line);box-shadow:0 18px 30px rgba(0,0,0,.08);z-index:70}.mobile-nav-menu a{display:block;padding:13px 0;border-bottom:1px solid var(--line);font-weight:700}

/* Hero — same proportions and approved photography */
.hero{height:525px;background-image:url('/static/images/hero-desktop.webp');background-size:cover;background-position:center;position:relative;overflow:hidden}
.hero__content{height:100%;padding-top:58px;padding-bottom:50px;position:relative;z-index:2}
.hero h1{font-size:66px;line-height:1.02;letter-spacing:-.055em;margin:0 0 20px;font-weight:900;max-width:610px}
.hero__subtitle{font-size:20px;margin:0 0 38px;line-height:1.35;max-width:560px}
.hero-points{display:grid;grid-template-columns:repeat(4,minmax(116px,1fr));gap:18px;max-width:690px;margin-bottom:34px}
.hero-point{display:flex;align-items:flex-start;gap:9px;min-width:0}.hero-point svg{width:24px;height:24px;flex:0 0 auto;margin-top:1px}.hero-point span{display:flex;flex-direction:column;line-height:1.12}.hero-point strong{font-size:13px}.hero-point small{font-size:11px;margin-top:4px;max-width:145px}.hero-point:first-child strong{color:var(--red)}
.hero__button{min-width:215px}

/* Application cards — approved compact full-width coloured labels */
.use-section{padding:27px 0 20px;background:#fff}.use-section h2{font-size:27px;margin:0 0 17px;letter-spacing:-.025em}
.use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.use-card{border:1px solid var(--line);border-radius:10px;background:#fff;padding:0;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 4px 14px rgba(36,25,16,.035);transition:.2s transform,.2s box-shadow}.use-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(36,25,16,.09)}.use-card img{width:100%;height:178px;object-fit:cover}
.use-card__label{background:var(--case-color);color:var(--case-text);width:100%;height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 12px;text-align:center}.use-card__label strong{font-size:14px;line-height:1.1}.use-card__label b{font-size:18px;line-height:1;margin-top:7px}

/* Catalog — exact 5-column rhythm from approved reference */
.catalog{padding:16px 0 46px}.catalog> .shell > h2{font-size:27px;letter-spacing:-.025em;margin:0 0 18px}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.product-card{position:relative;border:1px solid var(--line);border-radius:10px;background:#fff;min-width:0;padding:14px 14px 15px;transition:.18s box-shadow,.18s transform}.product-card:hover{box-shadow:0 13px 32px rgba(50,34,21,.08);transform:translateY(-2px)}.product-card[hidden]{display:none}.product-card--wide{grid-column:span 2}
.product-badge{position:absolute;left:13px;top:9px;z-index:3;background:var(--red);color:#fff;border-radius:4px;padding:4px 7px;font-size:10px;font-weight:900}.product-card:has(.product-badge) h3{padding-top:18px}
.product-card h3{font-size:21px;margin:0;line-height:1;font-weight:850}
.product-card__image{height:155px;display:grid;place-items:center;padding:6px 8px;background:#fff}.product-card__image img{width:100%;height:100%;object-fit:contain}
.product-card__content{display:flex;flex-direction:column}.product-price{font-size:20px;font-weight:900}.product-perkg{font-size:11px;color:var(--muted);margin-top:3px}.product-origin{font-size:9px;color:#91887e;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card__actions{display:grid;grid-template-columns:82px 1fr;gap:8px;margin-top:12px}.quantity{display:grid;grid-template-columns:27px 1fr 27px;border:1px solid var(--line);border-radius:6px;height:39px}.quantity button{border:0;background:none;font-size:17px;cursor:pointer}.quantity span{display:grid;place-items:center;font-size:13px;font-weight:800}.add-to-cart{min-height:39px;height:39px;padding:0 9px;font-size:12px;border-radius:5px}

/* Lower funnel */
.benefits{padding:20px 0 62px}.benefits h2,.reviews h2,.faq h2{font-size:31px;letter-spacing:-.035em;margin:0}.benefits h2{margin-bottom:18px}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.benefit-card{border:1px solid var(--line);border-radius:10px;padding:18px;display:grid;grid-template-columns:auto 1fr;column-gap:11px}.benefit-card b{width:32px;height:32px;border-radius:999px;background:#f1ece5;display:grid;place-items:center;font-size:14px;grid-row:1/3}.benefit-card strong{font-size:14px}.benefit-card span{font-size:12px;line-height:1.45;color:var(--muted);margin-top:6px}
.reviews{padding:62px 0;background:#faf8f5}.section-heading{margin-bottom:18px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-grid article{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}.stars{color:#f3a400;letter-spacing:2px;font-size:17px}.review-grid p{line-height:1.55;margin:13px 0 17px}.review-grid small{color:var(--muted)}
.faq{padding:70px 0}.faq__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:65px}.faq__grid>div:first-child p{color:var(--muted);line-height:1.5}.faq-list details{border-bottom:1px solid var(--line);padding:17px 0}.faq-list summary{cursor:pointer;font-weight:800;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";font-size:23px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);line-height:1.6;margin:13px 30px 0 0}
.faq-list details>a{display:inline-block;margin-top:9px;color:var(--red);font-size:12px;font-weight:800}.faq-list details>small{display:block;margin-top:9px;color:#938b83;font-size:10px}

.footer{background:#1f1f1f;color:#fff;padding:54px 0 88px}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}.logo--footer{align-self:start}.footer__grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px}.footer__grid>div>strong{margin-bottom:7px}.footer a,.footer span{font-size:13px;color:#bbb}.footer a:hover{color:#fff}.mobile-bottom{display:none}

/* Cart and checkout */
.drawer-backdrop{position:fixed;inset:0;background:rgba(15,12,10,.42);backdrop-filter:blur(3px);z-index:90}.cart-drawer{position:fixed;z-index:100;right:0;top:0;bottom:0;width:min(470px,100%);background:#fff;transform:none!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;display:flex;flex-direction:column;box-shadow:-20px 0 60px rgba(0,0,0,.15)}.cart-drawer.is-open{transform:none!important;opacity:1;visibility:visible;pointer-events:auto}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:25px 26px;border-bottom:1px solid var(--line)}.cart-drawer__header span{font-size:12px;color:var(--muted)}.cart-drawer__header h2{margin:3px 0 0;font-size:30px}.cart-drawer__header button,.checkout__header button{border:0;background:#f2f0ed;border-radius:999px;width:40px;height:40px;font-size:26px;cursor:pointer}.cart-drawer__items{padding:10px 24px;overflow:auto}.cart-line{display:grid;grid-template-columns:70px 1fr auto;gap:13px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line img{width:70px;height:70px;object-fit:contain;border:1px solid var(--line);border-radius:8px}.cart-line__meta strong{display:block;font-size:14px}.cart-line__meta span{display:block;font-size:12px;color:var(--muted);margin-top:5px}.cart-line__controls{display:grid;grid-template-columns:25px 30px 25px;align-items:center}.cart-line__controls button{border:0;background:#f2f0ed;border-radius:5px;height:28px;cursor:pointer}.cart-line__controls b{text-align:center;font-size:12px}.cart-empty{margin:auto;text-align:center;padding:35px}.cart-empty strong{font-size:22px}.cart-empty p{color:var(--muted)}.cart-drawer__footer{margin-top:auto;border-top:1px solid var(--line);padding:22px 25px;display:grid;gap:10px}.cart-drawer__footer>div{display:flex;justify-content:space-between}.cart-drawer__footer>div:nth-child(2){font-size:20px}.cart-drawer__footer .button{margin-top:8px}
.cart-drawer[data-cart-drawer].is-open{transform:none!important}
.checkout{border:0;padding:0;border-radius:18px;width:min(760px,calc(100% - 30px));box-shadow:0 30px 80px rgba(0,0,0,.25)}.checkout::backdrop{background:rgba(20,16,13,.55);backdrop-filter:blur(4px)}.checkout__panel{padding:28px}.checkout__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.checkout__header span{font-size:12px;color:var(--muted)}.checkout__header h2{font-size:32px;margin:3px 0 0}.checkout__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout label{font-size:12px;font-weight:700;display:flex;flex-direction:column;gap:7px}.checkout input,.checkout select,.checkout textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 13px;background:#fff}.checkout__wide{grid-column:1/-1}.checkout__total{display:flex;justify-content:space-between;align-items:center;margin:22px 0 6px;padding-top:18px;border-top:1px solid var(--line)}.checkout__total strong{font-size:26px}.checkout__note{font-size:12px;color:var(--muted);margin:0 0 15px}.checkout__panel>.button{width:100%}.checkout__result{margin-top:12px;font-size:14px}.checkout__result.is-success{background:#eaf7ef;color:#176235;padding:12px;border-radius:8px}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,30px);opacity:0;z-index:160;background:#171717;color:#fff;padding:12px 18px;border-radius:999px;font-size:13px;transition:.2s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
.delivery-picker{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.delivery-picker button{border:0;border-radius:8px;padding:0 16px;background:#24211e;color:#fff;font-weight:800;cursor:pointer}.delivery-picker--single{grid-template-columns:1fr}.checkout small[data-delivery-provider-status],.checkout small[data-delivery-result],.checkout small[data-ozon-hint],.checkout small[data-city-suggestions-status],.checkout small[data-delivery-point-map],.checkout small[data-courier-result]{font-weight:500;color:var(--muted);line-height:1.4}.checkout small.is-error{color:#a62b30}.checkout small.is-success{color:#176235}.checkout small.is-info{color:#1f4f8f}

/* Product page */
.product-page{padding:70px 0 100px;display:grid;grid-template-columns:1.1fr .9fr;gap:60px}.product-page__gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-page__gallery img{width:100%;aspect-ratio:1/1;object-fit:contain;border:1px solid var(--line);border-radius:14px;background:#fff}.product-page__gallery img:first-child{grid-column:1/-1}.product-page__info{padding-top:20px}.product-page__info h1{font-size:48px;line-height:1.05;letter-spacing:-.04em;margin:0 0 14px}.product-page__manufacturer{font-weight:750;color:var(--red)}.product-page__price{font-size:38px;font-weight:900;margin:25px 0 15px}.product-page__info>p:not(.product-page__manufacturer){line-height:1.65;color:var(--muted)}.product-page__info ul{padding-left:20px;line-height:1.8;margin-bottom:28px}

@media(max-width:1120px){
  :root{--shell:min(100% - 32px,1060px)}
  .site-header__inner{grid-template-columns:205px 1fr 150px}.desktop-nav{gap:27px}.hero{height:500px}.hero h1{font-size:58px}.hero-points{grid-template-columns:repeat(2,1fr);max-width:470px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-card--wide{grid-column:span 1}.benefit-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  :root{--shell:calc(100% - 24px)}
  .site-header{height:70px}.site-header__inner{grid-template-columns:44px 1fr 44px;gap:8px}.mobile-menu{display:block}.desktop-nav{display:none}.logo{justify-self:center;align-items:center}.logo strong{font-size:20px}.logo span{font-size:8px;margin-top:4px}.cart-trigger{width:42px;height:42px;background:#fff;color:#111;box-shadow:none;padding:0}.cart-trigger span{display:none}.cart-trigger b{right:-4px;top:-3px;background:var(--red)}
  .hero{height:520px;background-image:url('/static/images/hero-mobile.webp');background-size:cover;background-position:center}.hero__content{padding-top:28px;padding-bottom:24px}.hero h1{font-size:39px;line-height:1.02;max-width:270px;margin-bottom:13px}.hero__subtitle{font-size:14px;max-width:245px;margin-bottom:18px}.hero-points{grid-template-columns:1fr;gap:8px;max-width:220px;margin-bottom:18px}.hero-point svg{width:20px;height:20px}.hero-point strong{font-size:11px}.hero-point small{font-size:9.5px;margin-top:2px}.hero__button{min-width:170px;min-height:44px;padding-inline:18px;font-size:13px}
  .use-section{padding-top:18px}.use-section h2{font-size:23px}.use-grid{grid-template-columns:repeat(2,1fr);gap:10px}.use-card img{height:auto;aspect-ratio:1.35/1}.use-card__label{height:58px;padding:7px 8px}.use-card__label strong{font-size:11px}.use-card__label b{font-size:15px;margin-top:5px}
  .catalog{padding-top:14px}.catalog> .shell > h2{font-size:23px}.product-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-card{padding:10px 10px 11px}.product-card--wide{grid-column:span 1}.product-card h3{font-size:17px}.product-card__image{height:115px}.product-price{font-size:17px}.product-perkg{font-size:9px}.product-origin{display:none}.product-card__actions{grid-template-columns:1fr;gap:6px;margin-top:8px}.quantity{height:34px}.add-to-cart{height:36px;min-height:36px}.product-badge{font-size:8px;left:9px;top:7px}.benefit-grid{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr}.faq__grid{grid-template-columns:1fr;gap:24px}.footer__grid{grid-template-columns:1fr 1fr}.footer__grid>div:first-child{grid-column:1/-1}.footer{padding-bottom:105px}
  .mobile-bottom{position:fixed;z-index:60;left:0;right:0;bottom:0;height:70px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a,.mobile-bottom button{border:0;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:9px;position:relative}.mobile-bottom span{font-size:17px}.mobile-bottom b{position:absolute;right:18%;top:5px;background:var(--red);color:#fff;border-radius:999px;min-width:18px;height:18px;display:grid;place-items:center;font-size:9px}.mobile-bottom b[hidden]{display:none}.toast{bottom:85px}
  .checkout__grid{grid-template-columns:1fr}.checkout__wide{grid-column:auto}.product-page{grid-template-columns:1fr;padding-top:30px;gap:25px}.product-page__info h1{font-size:36px}
}

/* v54 — compact private order page without technical clutter. */
.order-header .logo strong{font-size:22px;letter-spacing:.035em;line-height:1;white-space:nowrap}.order-header .logo span{margin-top:5px;letter-spacing:.09em;white-space:nowrap}
.order-page{padding:18px 0 42px}.order-hero{grid-template-columns:minmax(0,1fr) 290px;align-items:center;gap:18px;margin:12px 0 16px}.order-hero h1{margin:4px 0 0;font-size:32px}.order-state{grid-template-columns:auto 1fr;gap:2px 12px;padding:12px 14px}.order-state small{grid-row:1/3;align-self:center}.order-state strong{font-size:16px}.order-state span{font-size:11px}.order-layout{gap:12px}.order-main,.order-actions{gap:10px}.order-card{padding:16px}.order-action-card{padding:15px}.order-card__head{margin-bottom:10px}.order-card__head h2,.order-action-card h2{font-size:18px}.order-items article{padding:9px 0}.order-facts{margin-top:9px}.order-facts>div{padding:8px 0}.order-action-card h2{margin:4px 0 6px}.order-action-card p{margin-bottom:10px;font-size:11px;line-height:1.45}.receipt-guide{padding:0;overflow:hidden}.receipt-guide>summary{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer;font-size:14px;font-weight:850;list-style:none}.receipt-guide>summary::-webkit-details-marker{display:none}.receipt-guide>summary::after{content:'+';font-size:20px;font-weight:500}.receipt-guide[open]>summary{border-bottom:1px solid #ece7e1}.receipt-guide[open]>summary::after{content:'−'}.receipt-guide__body{padding:14px 16px}.receipt-guide__body p{margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
@media(max-width:820px){.order-header .logo strong{font-size:19px;letter-spacing:.03em}.order-page{padding:12px 0 28px}.order-hero{grid-template-columns:1fr auto;gap:10px;margin:8px 0 12px}.order-hero h1{font-size:25px}.order-state{grid-template-columns:1fr;padding:10px 12px}.order-state small{display:none}.order-state strong{font-size:14px}.order-layout{gap:10px}.order-card,.order-action-card{border-radius:12px}.order-card{padding:14px}.order-facts>div{grid-template-columns:115px 1fr;gap:10px}.order-facts dd{text-align:right}.order-actions{grid-row:auto}.receipt-guide{padding:0}.footer{margin-top:0}}
@media(max-width:520px){.order-hero{grid-template-columns:1fr}.order-state{justify-self:start;min-width:210px}.order-card__head h2{font-size:17px}.order-facts>div{grid-template-columns:1fr;gap:2px}.order-facts dd{text-align:left}}

/* Separate mandatory confirmations: the personal-data consent is not bundled with the offer. */
.checkout-required-consents{display:grid;gap:9px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}
.checkout-required-consents .checkout-consent{margin:0;font-size:11px;line-height:1.45}
@media(max-width:720px){.checkout-required-consents{gap:8px}.checkout-required-consents .checkout-consent{font-size:10px}}

/* Internal project readiness page; it does not affect the locked hero. */
.status-page{min-height:100vh;padding:54px 0 80px;background:#f5f3ef}.status-shell{max-width:1080px}.status-back{display:inline-flex;margin-bottom:26px;color:var(--muted);font-size:13px}.status-head{max-width:800px;margin-bottom:28px}.status-head>span,.status-delivery>div>span{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--red)}.status-head h1{font-size:46px;line-height:1.04;margin:9px 0 12px}.status-head p{color:var(--muted);font-size:16px}.status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.status-card{min-height:150px;padding:20px;border-radius:14px;background:#fff;border:1px solid var(--line)}.status-card>b{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.status-card.is-ready>b{background:#e7f5eb;color:#176235}.status-card.is-waiting>b{background:#fff0d8;color:#895300}.status-card h2{font-size:18px;line-height:1.25;margin:25px 0 0}.status-delivery{margin-top:18px;padding:24px;border-radius:16px;background:#1d1b19;color:#fff}.status-delivery>div h2{font-size:31px;margin:6px 0 20px}.provider-status{padding:16px 0;border-top:1px solid rgba(255,255,255,.15)}.provider-status>div{display:flex;justify-content:space-between;gap:16px}.provider-status strong{font-size:19px}.provider-status b{font-size:11px;border-radius:999px;padding:5px 9px}.provider-status b.is-live{background:#dff5e5;color:#176235}.provider-status b.is-offline{background:#493d31;color:#f4c37d}.provider-status p,.status-footnote{color:#cfc8c0;font-size:13px;line-height:1.5}.status-footnote{margin:18px 0 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.15)}
@media(max-width:820px){.status-page{padding:34px 0 64px}.status-head h1{font-size:35px}.status-grid{grid-template-columns:1fr}.status-card{min-height:120px}.status-delivery{padding:19px}.provider-status>div{align-items:flex-start}}
@media(max-width:430px){
  :root{--shell:calc(100% - 18px)}
  .hero{height:495px}.hero h1{font-size:36px}.hero__content{padding-top:24px}.use-card__label{height:55px}.product-card__image{height:105px}.footer__grid{grid-template-columns:1fr}.footer__grid>div:first-child{grid-column:auto}.checkout__panel{padding:20px}.checkout__header h2{font-size:26px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Private order page: cancellation, refusal and return without registration. */
.order-body{background:#f6f3ee}.order-page{min-height:70vh;padding:36px 0 80px}.order-shell{max-width:1120px}.order-hero{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:end;margin:22px 0 26px}.order-hero>div:first-child>span,.order-action-card>span,.order-dialog__panel>span{color:var(--red);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.order-hero h1{margin:5px 0 8px;font-size:42px;letter-spacing:-.045em}.order-hero p{max-width:660px;margin:0;color:var(--muted);line-height:1.55}.order-state{display:grid;gap:5px;padding:18px;border:1px solid #ded8d0;border-radius:14px;background:#fff}.order-state small{color:var(--muted)}.order-state strong{font-size:19px}.order-state span{color:#5d564f;font-size:12px}.order-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.order-main,.order-actions{display:grid;gap:14px}.order-card,.order-action-card{border:1px solid #e1dbd3;border-radius:15px;background:#fff}.order-card{padding:22px}.order-card__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:16px}.order-card__head h2,.order-action-card h2{margin:0;font-size:21px}.order-card__head>strong{font-size:20px}.order-items article{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid #ece7e1}.order-items article>div{display:grid;gap:3px}.order-items span{color:var(--muted);font-size:11px}.order-facts{margin:14px 0 0;border-top:1px solid #ece7e1}.order-facts>div{display:grid;grid-template-columns:135px 1fr;gap:20px;padding:11px 0;border-bottom:1px solid #ece7e1}.order-facts>div:last-child{border:0}.order-facts dt{color:var(--muted)}.order-facts dd{margin:0;font-weight:750;text-align:right}.order-action-card{padding:19px}.order-action-card h2{margin:6px 0 8px}.order-action-card p{margin:0 0 15px;color:var(--muted);font-size:12px;line-height:1.55}.order-action-card .button{width:100%;min-height:45px}.button--outline{border:1px solid #cfc7bd;background:#fff;color:var(--ink)}.order-help{padding:7px 2px;color:var(--red);font-size:12px;font-weight:800}.receipt-guide ol{margin:0;padding-left:20px;display:grid;gap:9px;color:#504a44;line-height:1.5}.return-history{display:grid;gap:10px}.return-history>article{padding:15px;border-radius:10px;background:#f7f4ef}.return-history__top{display:flex;justify-content:space-between;gap:16px}.return-history__top>div{display:grid;gap:3px}.return-history__top small,.return-history time{color:var(--muted);font-size:10px}.return-history p,.return-history li{font-size:12px;line-height:1.5}.return-history ul{margin:9px 0;padding-left:18px}.refund-state{display:flex;justify-content:space-between;gap:14px;margin-top:10px;padding-top:10px;border-top:1px solid #ded8d0;font-size:12px}.refund-state b{color:#176235}.return-answer{padding:10px;border-radius:7px;background:#fff}.order-dialog{width:min(620px,calc(100% - 24px));max-height:92vh;padding:0;border:0;border-radius:17px;background:transparent}.order-dialog::backdrop{background:rgba(18,15,12,.62)}.order-dialog__panel{position:relative;display:grid;gap:14px;max-height:92vh;overflow:auto;padding:26px;border-radius:17px;background:#fff}.order-dialog__panel h2{margin:0;font-size:28px}.order-dialog__panel>p{margin:-6px 0 2px;color:var(--muted);font-size:12px;line-height:1.5}.order-dialog__close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f1eee9;font-size:24px;cursor:pointer}.order-field{display:grid;gap:7px;font-size:12px;font-weight:800}.order-field>small{color:var(--muted);font-size:10px;font-weight:500}.order-field select,.order-field textarea,.order-field input[type=file]{width:100%;border:1px solid #ddd6cd;border-radius:9px;background:#fff;padding:12px;font:inherit}.return-item-picker{display:grid;gap:8px}.return-item-picker>label{display:grid;grid-template-columns:18px 1fr 74px;gap:10px;align-items:center;padding:11px;border:1px solid #e3ddd5;border-radius:9px}.return-item-picker>label>span{display:grid;gap:2px}.return-item-picker small{color:var(--muted);font-size:10px}.return-item-picker input[type=number]{width:74px;border:1px solid #ddd6cd;border-radius:7px;padding:8px}.order-dialog__result{font-size:12px}.order-dialog__result.is-error{color:#a62b30}.order-dialog__result.is-success{padding:10px;border-radius:8px;background:#eaf7ef;color:#176235}.order-dialog__panel>.button{width:100%}
.order-action-card h2{margin:0 0 8px}.order-action-card .order-action-timer{margin-bottom:9px;color:#8d171d;font-weight:800;font-variant-numeric:tabular-nums}
.order-payment-card form{display:grid;gap:9px}.order-payment-card label{display:grid;gap:6px;color:#514b45;font-size:11px;font-weight:800}.order-payment-card input{width:100%;min-height:43px;padding:10px 11px;border:1px solid #d8d1c8;border-radius:8px;background:#fff;font:inherit}.order-payment-card input:focus{border-color:var(--red);outline:3px solid rgba(227,6,19,.1)}.order-payment-result{color:#a62b30;font-size:11px;line-height:1.4}.order-payment-result:empty{display:none}
@media(max-width:820px){.order-page{padding-top:24px}.order-hero,.order-layout{grid-template-columns:1fr}.order-hero{gap:14px}.order-hero h1{font-size:32px}.order-state{padding:15px}.order-actions{grid-row:1}.order-card{padding:17px}.order-facts>div{grid-template-columns:1fr;gap:4px}.order-facts dd{text-align:left}.order-dialog__panel{padding:21px}.return-item-picker>label{grid-template-columns:18px 1fr 65px}.return-item-picker input[type=number]{width:65px}}

/* The order header has no menu button, so it needs a two-column mobile grid. */
@media(max-width:820px){
  .order-header .site-header__inner{grid-template-columns:minmax(0,1fr) auto;gap:16px}
  .order-header .logo{min-width:max-content;justify-self:start;align-items:flex-start;white-space:nowrap}
  .order-header .logo strong{font-size:20px;letter-spacing:-.025em}
  .order-header .logo span{font-size:8px;letter-spacing:.08em}
  .order-header .legal-cart{width:auto;min-width:88px;height:40px;padding:0 12px;justify-self:end;background:var(--red);color:#fff;box-shadow:none}
  .order-header .legal-cart span{display:block;font-size:12px}
}

/* Product page and marketplace-style reviews — v4 */
.product-body{background:#fff}
.product-detail{padding:22px 0 80px;background:#fff}
.breadcrumbs{display:flex;align-items:center;gap:9px;color:#81796f;font-size:13px;margin:0 0 20px}.breadcrumbs a:hover{color:var(--red)}
.market-product{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:42px;align-items:start}
.market-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;min-width:0;position:sticky;top:20px}
.market-gallery__thumbs{display:flex;flex-direction:column;gap:10px}.market-gallery__thumbs button{width:76px;height:88px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:6px;cursor:pointer}.market-gallery__thumbs button.is-active{border:2px solid var(--ink)}.market-gallery__thumbs img{width:100%;height:100%;object-fit:contain}
.market-gallery__main{height:600px;border:1px solid var(--line);border-radius:14px;background:#fbfaf8;padding:22px;display:grid;place-items:center;cursor:zoom-in}.market-gallery__main img{width:100%;height:100%;object-fit:contain}
.market-info{min-width:0}.market-info__top h1{font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:16px 0 11px}.product-badge--inline{position:static;display:inline-flex}.market-origin{color:#6e675f;font-size:14px;margin:12px 0 0}
.market-rating{display:flex;align-items:center;gap:9px;font-size:13px;flex-wrap:wrap}.market-rating .stars{font-size:18px}.market-rating strong{font-size:14px}.market-rating>span:not(.stars){color:#6e675f;text-decoration:underline;text-underline-offset:3px}
.market-variants{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;margin-top:24px}.market-variants>span{font-weight:800;font-size:14px}.market-variants>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.market-variants a{height:39px;min-width:60px;padding:0 13px;border:1px solid var(--line);border-radius:7px;display:grid;place-items:center;font-size:13px;font-weight:750}.market-variants a:hover{border-color:#999}.market-variants a.is-active{border:2px solid var(--red);color:var(--red);background:#fff6f6}
.market-buy{margin-top:22px;border:1px solid var(--line);border-radius:14px;padding:23px;box-shadow:0 15px 40px rgba(38,25,15,.07)}.market-price{display:flex;align-items:baseline;gap:11px;flex-wrap:wrap}.market-price strong{font-size:34px;line-height:1;font-weight:900}.market-price del{color:#999}.market-price span{font-size:13px;color:#746d65}.market-buy__actions{display:grid;grid-template-columns:112px 1fr;gap:10px;margin-top:19px}.quantity--large{height:50px;grid-template-columns:36px 1fr 36px}.quantity--large button{font-size:20px}.market-buy__actions .button{width:100%}
.market-delivery{background:#f7f4ef;border-radius:10px;padding:15px 16px;margin-top:17px;display:grid;gap:5px}.market-delivery b{font-size:14px}.market-delivery span{font-size:12px;color:#6f685f;line-height:1.45}.market-delivery a{font-size:12px;color:var(--red);font-weight:800;margin-top:2px}.market-trust{list-style:none;padding:0;margin:17px 0 0;display:grid;gap:9px}.market-trust li{font-size:12px;color:#565049;display:flex;gap:8px}.market-trust li:before{content:'✓';color:var(--red);font-weight:900}
.product-content-tabs{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:40px 0 64px}.product-content-tabs article{border:1px solid var(--line);border-radius:12px;padding:24px}.product-content-tabs h2{font-size:22px;margin:0 0 15px}.product-content-tabs p{line-height:1.65;color:#59534c}.product-content-tabs dl{margin:0}.product-content-tabs dl div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:11px 0;border-bottom:1px solid var(--line)}.product-content-tabs dl div:last-child{border:0}.product-content-tabs dt{color:#81796f}.product-content-tabs dd{margin:0;font-weight:700;text-align:right}
.product-reviews{scroll-margin-top:20px;border-top:1px solid var(--line);padding-top:54px}.reviews-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.reviews-head>div:first-child>span{font-size:12px;color:#81796f}.reviews-head h2{font-size:34px;letter-spacing:-.04em;margin:5px 0 0}.reviews-head__score{display:flex;align-items:center;gap:10px}.reviews-head__score>strong{font-size:36px}.reviews-head__score small{color:#7d756d}.reviews-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:32px;align-items:start}.rating-summary{position:sticky;top:20px;border:1px solid var(--line);border-radius:12px;padding:16px}.rating-summary button{border:0;background:none;width:100%;display:grid;grid-template-columns:38px 1fr 28px;gap:8px;align-items:center;padding:7px 3px;color:#625b54;cursor:pointer;text-align:left}.rating-summary button:hover,.rating-summary button.is-active{color:var(--red)}.rating-summary button i{height:6px;background:#eee9e2;border-radius:999px;overflow:hidden}.rating-summary button i b{display:block;height:100%;background:#f3a400}.rating-summary button em{font-style:normal;text-align:right}.rating-summary .photo-review-filter,.rating-summary .all-review-filter{display:flex;justify-content:space-between;border:1px solid var(--line);border-radius:7px;padding:10px;margin-top:8px;font-weight:750}.reviews-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.reviews-toolbar span{font-weight:800}.reviews-toolbar select{border:1px solid var(--line);background:#fff;border-radius:7px;height:40px;padding:0 12px}.market-review{border:1px solid var(--line);border-radius:12px;padding:21px;margin-bottom:12px;background:#fff}.market-review[hidden]{display:none}.market-review header{display:flex;justify-content:space-between;gap:20px}.market-review header>div:first-child{display:flex;flex-direction:column;gap:4px}.market-review header span{font-size:12px;color:#81796f}.market-review .stars{font-size:16px}.review-source{display:flex;align-items:center;gap:9px;margin-top:12px}.review-source b{background:#8126c8;color:#fff;border-radius:5px;padding:4px 7px;font-size:10px}.review-source span{font-size:11px;color:#827b74}.market-review>p{line-height:1.58;margin:14px 0 0}.review-pros b{color:#26733b}.review-cons b{color:#a8443d}.review-photos{display:flex;gap:9px;overflow:auto;margin-top:15px;padding-bottom:3px}.review-photos button{width:112px;height:112px;flex:0 0 auto;border:0;border-radius:9px;padding:0;overflow:hidden;background:#eee;cursor:zoom-in}.review-photos img{width:100%;height:100%;object-fit:cover}.seller-answer{background:#f7f4ef;border-radius:9px;padding:14px 16px;margin-top:16px}.seller-answer strong{font-size:13px}.seller-answer p{margin:7px 0 0;line-height:1.5;font-size:13px}.reviews-empty-filter,.reviews-zero{border:1px dashed #d9d2ca;border-radius:12px;padding:32px;text-align:center;color:#756e66}.reviews-zero{max-width:700px}.reviews-zero h3{font-size:22px;margin:10px 0 7px}.reviews-zero p{line-height:1.55}.photo-lightbox{border:0;background:transparent;padding:0;max-width:min(94vw,1200px);max-height:94vh}.photo-lightbox::backdrop{background:rgba(0,0,0,.82)}.photo-lightbox img{max-width:92vw;max-height:88vh;border-radius:8px}.photo-lightbox>button{position:fixed;right:20px;top:15px;border:0;background:#fff;color:#111;width:42px;height:42px;border-radius:999px;font-size:28px;cursor:pointer}
.product-rating-mini{display:flex;align-items:center;gap:5px;margin-top:5px;font-size:11px}.product-rating-mini b{color:#f3a400;font-size:13px}.product-rating-mini span{color:#777}
.product-questions{scroll-margin-top:20px;border-top:1px solid var(--line);padding:54px 0}.product-questions>.reviews-head>strong{font-size:34px}.product-questions .faq-list{max-width:900px}

@media(max-width:980px){
  .market-product{grid-template-columns:1fr;gap:24px}.market-gallery{position:static}.market-gallery__main{height:520px}.reviews-layout{grid-template-columns:1fr}.rating-summary{position:static;display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.rating-summary button{grid-template-columns:1fr;text-align:center}.rating-summary button i{display:none}.rating-summary .photo-review-filter,.rating-summary .all-review-filter{grid-column:span 2;margin-top:0}.product-content-tabs{grid-template-columns:1fr}
}
@media(max-width:720px){
  .product-detail{padding-top:12px;padding-bottom:100px}.breadcrumbs{font-size:11px;white-space:nowrap;overflow:auto;margin-bottom:13px}.market-gallery{display:block}.market-gallery__main{height:390px;border-radius:10px}.market-gallery__thumbs{flex-direction:row;overflow:auto;margin-bottom:9px}.market-gallery__thumbs button{width:62px;height:68px;flex:0 0 auto}.market-info__top h1{font-size:27px}.market-info{padding-top:4px}.market-rating{gap:6px}.market-variants{margin-top:18px;padding:18px 0}.market-variants>div{flex-wrap:nowrap;overflow:auto;padding-bottom:3px}.market-variants a{flex:0 0 auto}.market-buy{border-radius:11px;padding:17px;margin-top:16px}.market-price strong{font-size:29px}.market-buy__actions{grid-template-columns:92px 1fr}.product-content-tabs{margin:26px 0 45px;gap:10px}.product-content-tabs article{padding:18px}.product-content-tabs dl div{grid-template-columns:110px 1fr;font-size:13px}.product-reviews{padding-top:38px}.reviews-head{align-items:flex-start}.reviews-head h2{font-size:28px}.reviews-head__score{flex-direction:column;align-items:flex-end;gap:2px}.reviews-head__score>strong{font-size:28px}.reviews-layout{gap:16px}.rating-summary{grid-template-columns:repeat(3,1fr);overflow:hidden}.rating-summary button{font-size:12px}.rating-summary .photo-review-filter,.rating-summary .all-review-filter{grid-column:auto}.reviews-toolbar{align-items:flex-start;gap:10px;flex-direction:column}.reviews-toolbar select{width:100%}.market-review{padding:17px}.review-photos button{width:92px;height:92px}
}

/* Product assortment and marketplace conveniences — v5. Homepage layout remains locked. */
.market-lines{padding-top:22px;margin-top:22px;border-top:1px solid var(--line)}
.market-lines>span{font-size:14px;font-weight:800}
.market-lines>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}
.market-lines a{min-height:56px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;justify-content:center;gap:4px}
.market-lines a strong{font-size:12px;line-height:1.2}
.market-lines a small{font-size:10px;color:var(--muted)}
.market-lines a:hover{border-color:#aaa}
.market-lines a.is-active{border:2px solid var(--red);background:#fff6f6;color:var(--red)}
.market-lines a.is-active small{color:#9f141a}
.recently-viewed{margin:58px 0 0;border-top:1px solid var(--line);padding-top:42px}
.recently-viewed[hidden]{display:none}
.recently-viewed .section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.recently-viewed .section-heading h2{font-size:28px;margin:0;letter-spacing:-.03em}
.recently-viewed .section-heading a{font-size:13px;font-weight:750;color:var(--red)}
.recently-viewed__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.recent-card{border:1px solid var(--line);border-radius:10px;padding:12px;display:flex;flex-direction:column;min-width:0;transition:.18s transform,.18s box-shadow}
.recent-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(36,25,16,.08)}
.recent-card__image{height:150px;display:grid;place-items:center;margin-bottom:8px}
.recent-card__image img{width:100%;height:100%;object-fit:contain}
.recent-card small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.recent-card>strong{font-size:13px;line-height:1.35;margin:5px 0 9px;min-height:35px}
.recent-card>b{font-size:18px;margin-top:auto}
.mobile-buybar{display:none}

@media(max-width:720px){
  .market-lines>div{display:flex;overflow:auto;padding-bottom:3px}.market-lines a{flex:0 0 165px}
  .recently-viewed{margin-top:40px;padding-top:32px}.recently-viewed__grid{grid-template-columns:repeat(2,1fr);gap:9px}.recent-card__image{height:120px}.recent-card>strong{font-size:12px}
  .mobile-buybar{position:fixed;z-index:61;left:0;right:0;bottom:70px;min-height:66px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:9px 14px;box-shadow:0 -8px 24px rgba(0,0,0,.07)}
  .mobile-buybar>div{display:flex;flex-direction:column;min-width:0}.mobile-buybar strong{font-size:20px}.mobile-buybar span{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-buybar .button{min-height:44px;padding-inline:20px}
  .product-detail{padding-bottom:178px}.footer{padding-bottom:170px}
}

/* v8 baseline preserved; v9 changes below were explicitly requested. */
.hero{
  height:430px;
}
.hero__content{
  padding-top:32px;
  padding-bottom:22px;
}
.hero h1{
  font-size:56px;
  margin-bottom:14px;
}
.hero__subtitle{
  font-size:18px;
  margin-bottom:22px;
}
.hero-points{
  grid-template-columns:repeat(3,minmax(130px,1fr));
  max-width:610px;
  margin-bottom:22px;
}
.hero-point:first-child strong{
  color:var(--ink);
}
.use-section{
  padding-top:15px;
  padding-bottom:14px;
}
.use-section h2{
  margin-bottom:11px;
}
.use-card img{
  height:128px;
}
.use-card__label{
  height:48px;
  padding-block:5px;
}
.use-card__label strong{
  font-size:12px;
}
.use-card__label b{
  font-size:16px;
  margin-top:4px;
}
.use-all-button{
  width:100%;
  min-height:42px;
  margin-top:11px;
  border:1px solid var(--red);
  border-radius:7px;
  background:#fff;
  color:var(--red);
  font-weight:850;
  cursor:pointer;
  transition:.18s background,.18s color,.18s transform;
}
.use-all-button:hover{
  background:var(--red);
  color:#fff;
  transform:translateY(-1px);
}

/* The public delivery calculator is intentionally absent. */
.delivery,
.delivery-form,
.delivery-results,
.delivery-option{
  display:none!important;
}

/* Legal pages */
.legal-page{padding:34px 0 80px}
.legal-shell{max-width:1120px}
.legal-head{max-width:820px;margin:20px 0 35px}
.legal-head h1{font-size:48px;letter-spacing:-.045em;margin:0 0 14px}
.legal-head p{font-size:18px;line-height:1.55;color:var(--muted)}
.legal-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:52px;align-items:start}
.legal-content{border-top:1px solid var(--line)}
.legal-content section{padding:27px 0;border-bottom:1px solid var(--line)}
.legal-content h2{font-size:24px;margin:0 0 14px}
.legal-content p{font-size:15px;line-height:1.7;margin:8px 0;color:#4f4943}
.legal-warning{background:#fff2df;border-left:4px solid #d99020;padding:11px 13px;color:#7a4d08!important}
.legal-nav{position:sticky;top:24px;border:1px solid var(--line);border-radius:12px;padding:19px;display:flex;flex-direction:column;gap:12px}
.legal-nav strong{font-size:17px;margin-bottom:3px}
.legal-nav a{font-size:13px;color:#5c554e}
.legal-nav a:hover{color:var(--red)}
.legal-nav small{border-top:1px solid var(--line);padding-top:13px;color:var(--muted)}
.legal-cart{display:flex}
.product-origin{display:none}

/* Keep the use-case buttons in the first viewport on shorter desktop screens. */
@media (min-width:821px) and (max-height:850px){
  .site-header{height:76px}
  .hero{height:365px}
  .hero__content{padding-top:24px;padding-bottom:18px}
  .hero h1{font-size:50px;margin-bottom:11px}
  .hero__subtitle{font-size:16px;margin-bottom:17px}
  .hero-points{margin-bottom:17px}
  .hero__button{min-height:44px}
  .use-section{padding-top:11px}
  .use-section h2{font-size:24px;margin-bottom:8px}
  .use-card img{height:104px}
  .use-card__label{height:45px}
  .use-all-button{min-height:38px;margin-top:8px}
}
@media(max-width:980px){
  .hero{height:455px}
  .hero h1{font-size:49px}
  .legal-layout{grid-template-columns:1fr}
  .legal-nav{position:static;order:-1}
}
@media(max-width:720px){
  .hero{height:495px}
  .hero__content{padding-top:23px}
  .hero h1{font-size:36px}
  .hero__subtitle{font-size:13px;margin-bottom:15px}
  .hero-points{grid-template-columns:1fr;gap:7px;margin-bottom:15px}
  .use-section{padding-top:13px}
  .use-card img{height:auto}
  .use-card__label{height:50px}
  .use-all-button{margin-top:10px}
  .legal-head h1{font-size:34px}
  .legal-head p{font-size:15px}
  .legal-page{padding-top:18px}
  .legal-cart{width:auto;height:42px;padding:0 12px}
  .legal-cart span{font-size:12px}
}

/* v9 — faster marketplace-style storefront, preserving the approved visual direction. */
.site-header{height:74px}
.site-header__inner{grid-template-columns:220px 1fr 150px}
.logo strong{font-size:25px}
.desktop-nav{gap:42px}
.cart-trigger{height:46px}

.hero{height:342px;background-position:center 48%}
.hero__content{padding-top:26px;padding-bottom:20px}
.hero h1{font-size:49px;max-width:520px;margin-bottom:11px;line-height:.99}
.hero__subtitle{font-size:16px;margin-bottom:17px;max-width:500px}
.hero-points{grid-template-columns:repeat(3,minmax(120px,1fr));max-width:570px;gap:14px;margin-bottom:18px}
.hero-point svg{width:21px;height:21px}
.hero-point strong{font-size:12px}
.hero-point small{font-size:9.5px;line-height:1.18;margin-top:3px}
.hero__button{min-width:195px;min-height:44px}

.use-section{padding:12px 0 13px}
.use-section h2{font-size:23px;margin-bottom:9px}
.use-grid{gap:12px}
.use-card{border-radius:9px}
.use-card img{height:94px}
.use-card__label{height:43px;padding:4px 9px}
.use-card__label strong{font-size:11px}
.use-card__label b{font-size:15px;margin-top:3px}
.use-all-button{min-height:38px;margin-top:9px;border-color:#d9d2ca;color:#333;background:#f8f6f3}
.use-all-button:hover{background:#242424;color:#fff;border-color:#242424}

.catalog{padding:21px 0 54px;border-top:1px solid #f0ece6}
.catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:16px}
.catalog-heading>div>span{display:block;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.12em;color:var(--red);margin-bottom:5px}
.catalog-heading h2{font-size:31px;letter-spacing:-.04em;margin:0}
.catalog-heading p{max-width:430px;margin:0;color:var(--muted);font-size:13px;line-height:1.45;text-align:right}
.catalog-tabs{display:flex;gap:8px;overflow:auto;margin:-2px 0 15px;padding-bottom:2px}
.catalog-tabs button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:750;white-space:nowrap;cursor:pointer}
.catalog-tabs button.is-active{background:#222;color:#fff;border-color:#222}
.catalog-empty{border:1px dashed var(--line);border-radius:12px;padding:36px;text-align:center;color:var(--muted);margin-top:14px}

.product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.market-card{padding:0;border:0;border-radius:12px;background:#fff;overflow:visible;box-shadow:none;display:flex;flex-direction:column}
.market-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(45,31,19,.08)}
.market-card__media{position:relative;border:1px solid #eee8e1;border-radius:12px;background:#faf9f7;overflow:hidden}
.market-card__badges{position:absolute;z-index:4;inset:0;pointer-events:none}
.discount-badge,.promo-badge{display:inline-flex;align-items:center;min-height:22px;padding:4px 7px;border-radius:6px;color:#fff;font-size:10px;font-weight:900;line-height:1}
.discount-badge{position:absolute;left:9px;bottom:9px;background:#ff3347}
.promo-badge{position:absolute;left:9px;top:9px;background:#e30613}
.favorite-button{position:absolute;z-index:5;right:9px;top:9px;width:34px;height:34px;border:0;border-radius:999px;background:rgba(255,255,255,.9);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.favorite-button svg{width:20px;height:20px;stroke-width:1.9}
.favorite-button.is-active,.favorite-button[aria-pressed="true"]{color:var(--red)}
.favorite-button.is-active svg,.favorite-button[aria-pressed="true"] svg{fill:currentColor}
.market-card .product-card__image{height:176px;padding:14px 10px 8px}
.market-card .product-card__image img{object-fit:contain;transition:.22s transform}
.market-card:hover .product-card__image img{transform:scale(1.025)}
.market-card__body{padding:11px 4px 5px;display:flex;flex-direction:column;flex:1;min-width:0}
.market-card__name{font-size:12.5px;line-height:1.36;min-height:34px;font-weight:650;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.market-card__name:hover{color:var(--red)}
.market-card__rating{display:flex;align-items:center;gap:5px;margin-top:7px;min-height:18px;font-size:11px;color:#777}
.market-card__rating b{color:#ef9c00;font-size:12px}
.market-card__rating b.is-empty{color:#bbb}
.market-card__price-row{display:flex;align-items:baseline;gap:8px;margin-top:9px;flex-wrap:wrap}
.market-card__price-row strong{font-size:20px;line-height:1;color:#e30613;letter-spacing:-.025em}
.market-card__price-row del{font-size:12px;color:#9a948c;text-decoration-thickness:1px}
.market-card__perkg{font-size:10px;color:#777;margin-top:4px}
.market-card__promo-note{font-size:10px;color:#b20e18;font-weight:750;margin-top:6px}
.market-card__delivery{font-size:10px;color:#706960;margin-top:8px;min-height:25px;line-height:1.25}
.market-card__actions{display:grid;grid-template-columns:76px 1fr;gap:7px;margin-top:auto;padding-top:10px}
.market-card__actions .quantity{height:38px;grid-template-columns:24px 1fr 24px;background:#faf9f7}
.market-card__actions .add-to-cart{height:38px;min-height:38px;font-size:12px}

.market-info__badges{display:flex;gap:6px;align-items:center;margin-bottom:10px}
.market-title-row{display:grid;grid-template-columns:1fr 44px;gap:14px;align-items:start}
.market-title-row .favorite-button--product{position:static;width:42px;height:42px;border:1px solid var(--line);box-shadow:none}
.market-promo-deadline{margin:-4px 0 14px;color:#b10e18;font-size:12px;font-weight:800}
.editor-promo-note{background:#fff5f5;border:1px solid #f3c9cc;border-radius:9px;padding:11px 13px;font-size:12px;line-height:1.45;color:#714348}

@media(max-width:1120px){
  .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .market-card .product-card__image{height:184px}
  .hero{height:350px}
  .hero h1{font-size:46px}
}

@media(max-width:820px){
  .site-header{height:66px}
  .hero{height:405px;background-position:center top}
  .hero__content{padding-top:19px}
  .hero h1{font-size:35px;max-width:250px;margin-bottom:9px}
  .hero__subtitle{font-size:12.5px;max-width:230px;margin-bottom:12px}
  .hero-points{grid-template-columns:1fr;gap:5px;max-width:210px;margin-bottom:12px}
  .hero-point svg{width:18px;height:18px}
  .hero-point strong{font-size:10.5px}
  .hero-point small{display:none}
  .hero__button{min-width:158px;min-height:40px;font-size:12px}
  .use-section{padding-top:10px}
  .use-section h2{font-size:21px;margin-bottom:8px}
  .use-grid{gap:8px}
  .use-card img{height:auto;aspect-ratio:1.65/1}
  .use-card__label{height:42px}
  .use-card__label strong{font-size:10px}
  .use-card__label b{font-size:13px}
  .catalog-heading{align-items:flex-start;flex-direction:column;gap:7px;margin-bottom:13px}
  .catalog-heading h2{font-size:27px}
  .catalog-heading p{font-size:12px;text-align:left;max-width:none}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 9px}
  .market-card .product-card__image{height:150px;padding:17px 9px 8px}
  .market-card__body{padding-top:9px}
  .market-card__name{font-size:12px;min-height:34px}
  .market-card__price-row strong{font-size:19px}
  .market-card__actions{grid-template-columns:1fr;gap:6px}
  .market-card__actions .quantity{display:none}
  .market-card__actions .add-to-cart{width:100%;height:38px}
  .market-card__delivery{min-height:24px;font-size:9px}
}

@media(max-width:430px){
  .hero{height:382px}
  .hero h1{font-size:32px}
  .use-card__label{height:40px}
  .market-card .product-card__image{height:135px}
  .favorite-button{width:31px;height:31px}
  .favorite-button svg{width:18px;height:18px}
  .discount-badge,.promo-badge{font-size:8px;min-height:19px;padding:3px 6px}
}

/* v10 — approved hero is locked as the exact visual reference. */
@media(min-width:821px){
  .site-header{display:none}
  .hero{
    height:auto;
    aspect-ratio:1672/865;
    min-height:0;
    background:none;
    overflow:hidden;
  }
  .hero-exact{
    display:block;
    position:absolute;
    inset:0;
    background:url('/static/images/hero-approved-desktop.png') center top/100% auto no-repeat;
  }
  .hero__content{display:none}
  .hero-hotspot{position:absolute;display:block;border:0;background:transparent;cursor:pointer}
  .hero-hotspot:focus-visible{outline:3px solid rgba(227,6,19,.9);outline-offset:2px}
  .hero-hotspot--catalog{left:25.2%;top:2.4%;width:7.8%;height:6.5%}
  .hero-hotspot--delivery{left:33.2%;top:2.4%;width:13.5%;height:6.5%}
  .hero-hotspot--contacts{left:46.6%;top:2.4%;width:8.2%;height:6.5%}
  .hero-hotspot--cart{right:4.4%;top:2.2%;width:11.2%;height:7.4%}
  .hero-hotspot--cta{left:4.1%;top:50.4%;width:16.1%;height:8.1%}
  .hero-hotspot--case1{left:3.0%;top:68.3%;width:23.2%;height:20.8%}
  .hero-hotspot--case2{left:26.3%;top:68.3%;width:23.1%;height:20.8%}
  .hero-hotspot--case3{left:49.5%;top:68.3%;width:23.0%;height:20.8%}
  .hero-hotspot--case4{left:72.6%;top:68.3%;width:24.2%;height:20.8%}
  .hero-hotspot--all{left:3.5%;top:89.1%;width:93.0%;height:6.7%}
  .catalog{border-top:0;padding-top:28px}
}

/* v27 — real text and working horizontal idea navigation. */
.creation-strip__heading{color:inherit;text-decoration:none}
.creation-strip__heading:focus-visible,.creation-card:focus-visible,.creation-next:focus-visible{outline:3px solid #fff;outline-offset:3px}
.creation-next{display:grid;place-items:center;width:38px;min-width:38px;height:38px;margin:auto 0;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:18px;font-weight:800;cursor:pointer;transition:background-color .18s ease,transform .18s ease}
.creation-next:hover{background:var(--red-dark)}.creation-next:active{transform:scale(.95)}

@media(min-width:821px){
  .creation-list{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;height:100px;min-width:0}
  .creation-scroll{display:flex;gap:9px;min-width:0;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory}
  .creation-scroll::-webkit-scrollbar{display:none}
  .creation-card{
    position:relative!important;
    display:block!important;
    flex:0 0 calc((100% - 45px)/6);
    height:100px!important;
    min-height:100px!important;
    padding:0!important;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:6px!important;
    background:#342f2b!important;
    scroll-snap-align:start;
  }
  .creation-card:nth-child(n){display:block!important;background-image:none!important;background-position:0 0!important}
  .creation-card img{display:block!important;width:100%!important;height:100%!important;border-radius:0!important;object-fit:cover;opacity:.88}
  .creation-card span{position:absolute!important;inset:auto 0 0!important;display:block!important;padding:28px 34px 9px 10px!important;background:linear-gradient(to bottom,transparent,rgba(18,16,14,.92))!important;pointer-events:none}
  .creation-card strong{display:block!important;color:#fff;font-size:11px!important;line-height:1.1;letter-spacing:.005em;text-shadow:0 1px 2px #000;white-space:nowrap}
  .creation-card small{display:none!important}
  .creation-card b{position:absolute!important;right:8px;bottom:7px;display:grid!important;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:12px;line-height:1}
}

@media(max-width:820px){
  .creation-list{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:9px}
  .creation-scroll{display:flex;gap:8px;min-width:0;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .creation-scroll::-webkit-scrollbar{display:none}
  .creation-card{flex:0 0 210px;scroll-snap-align:start}
  .creation-next{align-self:center}
}

/* v54 final cascade — compact private order page. */
.order-header .logo strong{font-size:22px;letter-spacing:.035em;line-height:1;white-space:nowrap}.order-header .logo span{margin-top:5px;letter-spacing:.09em;white-space:nowrap}
.order-page{padding:18px 0 42px}.order-hero{grid-template-columns:minmax(0,1fr) 290px;align-items:center;gap:18px;margin:12px 0 16px}.order-hero h1{margin:4px 0 0;font-size:32px}.order-state{grid-template-columns:auto 1fr;gap:2px 12px;padding:12px 14px}.order-state small{grid-row:1/3;align-self:center}.order-state strong{font-size:16px}.order-state span{font-size:11px}.order-layout{gap:12px}.order-main,.order-actions{gap:10px}.order-card{padding:16px}.order-action-card{padding:15px}.order-card__head{margin-bottom:10px}.order-card__head h2,.order-action-card h2{font-size:18px}.order-items article{padding:9px 0}.order-facts{margin-top:9px}.order-facts>div{padding:8px 0}.order-action-card h2{margin:4px 0 6px}.order-action-card p{margin-bottom:10px;font-size:11px;line-height:1.45}.receipt-guide{padding:0;overflow:hidden}.receipt-guide>summary{display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer;font-size:14px;font-weight:850;list-style:none}.receipt-guide>summary::-webkit-details-marker{display:none}.receipt-guide>summary::after{content:'+';font-size:20px;font-weight:500}.receipt-guide[open]>summary{border-bottom:1px solid #ece7e1}.receipt-guide[open]>summary::after{content:'−'}.receipt-guide__body{padding:14px 16px}.receipt-guide__body p{margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
@media(max-width:820px){.order-header .logo strong{font-size:19px;letter-spacing:.03em}.order-page{padding:12px 0 28px}.order-hero{grid-template-columns:1fr auto;gap:10px;margin:8px 0 12px}.order-hero h1{font-size:25px}.order-state{grid-template-columns:1fr;padding:10px 12px}.order-state small{display:none}.order-state strong{font-size:14px}.order-layout{gap:10px}.order-card,.order-action-card{border-radius:12px}.order-card{padding:14px}.order-facts>div{grid-template-columns:115px 1fr;gap:10px}.order-facts dd{text-align:right}.order-actions{grid-row:auto}.receipt-guide{padding:0}.footer{margin-top:0}}
@media(max-width:520px){.order-hero{grid-template-columns:1fr}.order-state{justify-self:start;min-width:210px}.order-card__head h2{font-size:17px}.order-facts>div{grid-template-columns:1fr;gap:2px}.order-facts dd{text-align:left}}

/* v46 — launch source of truth. Keep this block last: the file intentionally
   retains historical layouts above, while these rules are the verified public
   storefront and compact checkout used in production. */
.customer-works__rail{
  display:flex!important;
  grid-template-columns:none!important;
  gap:10px!important;
  height:auto!important;
  overflow-x:auto!important;
  overscroll-behavior-inline:contain;
  padding:0 0 7px!important;
  scroll-behavior:auto!important;
  scroll-snap-type:none!important;
  scrollbar-width:none!important;
}
.customer-works__rail::-webkit-scrollbar{display:none}
.customer-works__rail .customer-work{
  position:relative;
  display:block!important;
  flex:0 0 clamp(156px,11.6vw,212px)!important;
  min-width:0!important;
  height:auto!important;
  aspect-ratio:1.1/1!important;
  overflow:hidden;
  border-radius:9px!important;
  background:#ddd6ce!important;
  background-image:none!important;
  scroll-snap-align:none!important;
}
.customer-works__rail .customer-work img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  transition:transform .24s ease;
}
.customer-works__rail .customer-work:hover img{transform:scale(1.025)}

/* The payment methods look like one coherent product control. SBP is visually
   preferred without hiding card or T-Pay. */
.checkout-payment__grid{gap:9px!important}
.checkout-payment__option{
  position:relative;
  overflow:hidden;
  background:#fff!important;
  box-shadow:0 1px 0 rgba(40,31,25,.025);
  transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.checkout-payment__option:hover{transform:translateY(-1px);border-color:#cfc6bd!important;box-shadow:0 7px 18px rgba(40,31,25,.06)}
.checkout-payment__option:has(input:checked){border-color:var(--red)!important;background:#fff8f8!important;box-shadow:0 0 0 1px rgba(240,5,27,.06)}
.checkout-payment__option--recommended:has(input:checked){background:linear-gradient(135deg,#fff 0%,#fff5f6 100%)!important}

/* Ozon-sized one-page checkout. */
.checkout{width:min(900px,calc(100% - 28px))!important;max-height:94vh!important;border-radius:16px!important}
.checkout__panel{padding:18px 21px 21px!important}
.checkout__header{margin-bottom:9px!important}
.checkout__header h2{font-size:24px!important;line-height:1.08!important}
.checkout__header button{width:35px!important;height:35px!important;font-size:21px!important}
.checkout-step--single{padding:13px 0!important}
.checkout-step--single .checkout-step__heading{gap:3px!important;margin-bottom:9px!important}
.checkout-step--single .checkout-step__heading strong{font-size:16px!important}
.checkout-step--single .checkout-step__heading span{font-size:10px!important}
.checkout__grid{gap:9px 11px!important}
.checkout label{gap:4px!important;font-size:11px!important}
.checkout input,.checkout select,.checkout textarea{min-height:40px!important;padding:8px 11px!important;border-radius:9px!important;font-size:13px!important}
.ozon-method{border-radius:11px!important}
.ozon-method__option{min-height:52px!important;padding:0 11px!important;border-radius:10px!important;font-size:12px!important}
.ozon-method__option small{font-size:9px!important}
.city-combobox{gap:5px!important}
.city-combobox input{height:42px!important;min-height:42px!important;padding:9px 11px!important;border-width:1px!important;border-radius:9px!important;font-size:13px!important}
.city-combobox__options{top:65px!important;max-height:230px!important;padding:6px!important;border-radius:10px!important}
.city-combobox__option{min-height:40px!important;padding:8px 10px!important;font-size:12px!important}
.ozon-location-button{min-height:56px!important;grid-template-columns:29px 1fr auto!important;padding:8px 11px!important;border-radius:10px!important}
.ozon-location-button__pin{width:27px!important;height:27px!important}
.ozon-location-button strong{font-size:12px!important}.ozon-location-button small{font-size:9px!important}.ozon-location-button b{font-size:20px!important}
.ozon-location-card{padding:10px 12px!important;border-radius:10px!important}.ozon-location-card>strong{font-size:12px!important}.ozon-location-card>button{font-size:10px!important}
.courier-address{gap:7px 8px!important}
.courier-address input{height:40px!important;min-height:40px!important;padding:8px 10px!important;border-width:1px!important;border-radius:9px!important;font-size:12px!important}
.courier-address__details{gap:7px!important}
.courier-address>button{min-height:40px!important;padding:0 15px!important;border-radius:9px!important;font-size:11px!important}
.checkout-step--single .checkout-review{max-height:142px!important;margin-bottom:10px!important}
.checkout-review article{grid-template-columns:40px minmax(0,1fr) auto!important;padding:6px 8px!important}
.checkout-review img{width:40px!important;height:46px!important}
.checkout-review article strong{font-size:11px!important}.checkout-review article span{font-size:9px!important}
.checkout-payment{margin:10px 0 0!important}.checkout-payment legend{margin-bottom:6px!important;font-size:12px!important}
.checkout-payment__option{min-height:52px!important;gap:8px!important;padding:8px 10px!important;border-width:1px!important;border-radius:10px!important}
.checkout-payment__option input{width:16px!important;height:16px!important}.checkout-payment__option strong{font-size:12px!important}.checkout-payment__option small{font-size:9px!important}
.checkout-summary{margin-top:10px!important;padding:12px!important;border-radius:10px!important}
.checkout-summary .checkout__total{gap:15px!important;padding-bottom:10px!important}
.checkout__total-label span{font-size:14px!important}.checkout__total-label small,.checkout__total-value small{font-size:9px!important}
.checkout-summary .checkout__total-value strong{font-size:21px!important}
.checkout-summary>.checkout-consent{grid-template-columns:16px minmax(0,1fr)!important;gap:7px!important;margin-top:10px!important;font-size:9px!important}
.checkout-summary>.checkout-consent input{width:16px!important;height:16px!important}
.checkout-summary .checkout-marketing{margin-top:9px!important;padding-top:8px!important}.checkout-summary .checkout-marketing summary{font-size:9px!important}
.checkout-summary .checkout-step__actions{margin-top:11px!important}.checkout-step--single .checkout-step__actions .button{min-height:42px!important;font-size:12px!important}

@media(max-width:820px){
  body:has(.home-header){background:#f4f1ec}
  body:has(.home-header) .shell{width:calc(100% - 28px)!important}
  .home-header{height:64px!important}
  .home-header__inner{grid-template-columns:40px minmax(0,1fr) 42px!important;gap:8px!important}
  .home-logo strong{font-size:18px!important;letter-spacing:.075em!important}.home-logo span{margin-top:4px!important;font-size:6.5px!important;letter-spacing:.18em!important}

  .home-hero{
    position:relative!important;
    width:100%!important;
    height:clamp(416px,108vw,478px)!important;
    min-height:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:#ddd3c7!important;
  }
  .home-hero__media{position:absolute!important;inset:0!important}
  .home-hero__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:57% center!important;filter:sepia(.045) saturate(1.04) brightness(1.015)!important}
  .home-hero::before{content:""!important;position:absolute!important;z-index:1!important;inset:0!important;background:linear-gradient(90deg,rgba(248,245,240,.97) 0%,rgba(248,245,240,.88) 49%,rgba(248,245,240,.34) 77%,rgba(248,245,240,.08) 100%)!important;pointer-events:none!important}
  .home-hero::after{display:none!important}
  .home-hero__content{position:relative!important;z-index:2!important;width:calc(100% - 32px)!important;height:100%!important;align-items:flex-start!important;padding:24px 0 17px!important}
  .home-hero .hero__copy{display:flex!important;width:100%!important;max-width:325px!important;height:100%!important;flex-direction:column!important;align-items:flex-start!important}
  .home-hero__eyebrow{display:block!important;margin:0 0 9px!important;font-size:8px!important;line-height:1.2!important;letter-spacing:.17em!important}
  .home-hero h1{max-width:315px!important;margin:0 0 11px!important;font-size:clamp(29px,8.2vw,35px)!important;line-height:.99!important;letter-spacing:-.05em!important}
  .home-hero .hero__subtitle{max-width:278px!important;margin:0 0 14px!important;font-size:12px!important;line-height:1.38!important;color:#403a35!important}
  .home-hero .hero__button{min-width:156px!important;min-height:41px!important;margin:0 0 14px!important;padding-inline:17px!important;border-radius:7px!important;font-size:11px!important}
  .home-hero .hero-points{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:min(335px,100%)!important;margin-top:auto!important;gap:6px!important}
  .home-hero .hero-point{display:grid!important;grid-template-columns:16px minmax(0,1fr)!important;gap:5px!important;align-items:start!important}
  .home-hero .hero-point svg{width:15px!important;height:15px!important;margin:0!important}.home-hero .hero-point strong{font-size:7.8px!important;line-height:1.17!important}.home-hero .hero-point small{display:none!important}

  .creation-strip{margin-top:-12px!important}
  .customer-works{min-height:0!important;margin:0!important;padding:28px 0 24px!important;background:#f4f1ec!important}
  .customer-works>.shell{width:calc(100% - 28px)!important}
  .home-section-head{align-items:end!important;margin-bottom:12px!important}.home-section-head>div>span{display:block!important;margin-bottom:5px!important;font-size:8px!important}.home-section-head h2{font-size:25px!important;line-height:1.02!important;letter-spacing:-.04em!important}
  .home-section-head>a{font-size:0!important}.home-section-head>a b{font-size:20px!important}
  .customer-works__rail{gap:8px!important;margin-right:-14px!important;padding-right:14px!important;padding-bottom:6px!important}
  .customer-works__rail .customer-work{flex-basis:min(46vw,172px)!important;aspect-ratio:1/1.06!important;border-radius:9px!important}

  .checkout{width:100%!important;max-height:96vh!important;margin:auto 0 0!important;border-radius:16px 16px 0 0!important}
  .checkout__panel{padding:14px 13px calc(14px + env(safe-area-inset-bottom))!important}
  .checkout__header h2{font-size:21px!important}.checkout-step--single{padding:11px 0!important}
  .ozon-method__option{min-height:48px!important;padding-inline:7px!important;font-size:10.5px!important}.ozon-method__option small{font-size:7.5px!important}
  .courier-address__details{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .checkout-payment__grid{grid-template-columns:1fr!important}.checkout-payment__option{min-height:50px!important}
  .checkout-summary .checkout__total{grid-template-columns:1fr auto!important}.checkout__total-value{justify-items:end!important;text-align:right!important}
}

@media(max-width:390px){
  .home-hero{height:420px!important}.home-hero__content{padding-top:20px!important}.home-hero h1{font-size:29px!important}.home-hero .hero__subtitle{max-width:260px!important;font-size:11.5px!important}.home-hero .hero-points{width:100%!important}
  .customer-works__rail .customer-work{flex-basis:146px!important}
}

/* v39 — final production density: compact mobile hero, real works and Ozon-sized checkout. */
.customer-works__rail{
  display:flex!important;
  grid-template-columns:none!important;
  gap:10px!important;
  height:auto!important;
  overflow-x:auto!important;
  padding:0 0 7px!important;
  scroll-behavior:auto!important;
  scroll-snap-type:none!important;
  scrollbar-width:none;
}
.customer-works__rail::-webkit-scrollbar{display:none}
.customer-works__rail .customer-work{
  position:relative;
  display:block!important;
  flex:0 0 clamp(180px,12vw,240px)!important;
  height:auto!important;
  aspect-ratio:1.22/1!important;
  overflow:hidden;
  border-radius:8px;
  background:#ddd6ce!important;
  background-image:none!important;
}
.customer-works__rail .customer-work img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.checkout{
  width:min(900px,calc(100% - 28px));
  max-height:94vh;
  border-radius:16px;
}
.checkout__panel{padding:20px 22px 22px}
.checkout__header{margin-bottom:10px}
.checkout__header h2{font-size:25px;line-height:1.1}
.checkout__header button{width:36px;height:36px;font-size:22px}
.checkout-step--single{padding:15px 0}
.checkout-step--single .checkout-step__heading{gap:3px;margin-bottom:10px}
.checkout-step--single .checkout-step__heading strong{font-size:17px}
.checkout-step--single .checkout-step__heading span{font-size:10px}
.checkout__grid{gap:10px 12px}
.checkout label{gap:5px;font-size:11px}
.checkout input,.checkout select,.checkout textarea{min-height:42px;padding:9px 11px;border-radius:9px;font-size:13px}
.ozon-method{border-radius:11px}
.ozon-method__option{min-height:54px!important;padding:0 12px!important;border-radius:10px;font-size:13px!important}
.ozon-method__option small{font-size:9px}
.city-combobox{gap:5px}
.city-combobox input{height:44px;min-height:44px;padding:10px 12px!important;border-width:1px!important;border-radius:10px!important;font-size:13px}
.city-combobox__options{top:68px;max-height:240px;padding:6px;border-radius:11px}
.city-combobox__option{min-height:42px;padding:9px 11px;font-size:13px}
.ozon-location-button{min-height:58px;grid-template-columns:30px 1fr auto;padding:9px 12px;border-radius:10px}
.ozon-location-button__pin{width:28px;height:28px}
.ozon-location-button strong{font-size:13px}
.ozon-location-button small{font-size:10px}
.ozon-location-button b{font-size:22px}
.ozon-location-card{padding:11px 13px;border-radius:10px}
.ozon-location-card>strong{font-size:12px}
.ozon-location-card>button{font-size:11px}
.courier-address{gap:7px 9px}
.courier-address input{height:42px!important;min-height:42px!important;padding:9px 11px!important;border-width:1px!important;border-radius:9px!important;font-size:13px!important}
.courier-address__details{gap:7px}
.courier-address>button{min-height:42px;padding:0 16px;border-radius:9px;font-size:12px}
.checkout-step--single .checkout-review{max-height:150px;margin-bottom:12px}
.checkout-review article{grid-template-columns:42px minmax(0,1fr) auto;padding:7px 9px}
.checkout-review img{width:42px;height:49px}
.checkout-review article strong{font-size:11px}
.checkout-review article span{font-size:9px}
.checkout-payment{margin:12px 0 0}
.checkout-payment legend{margin-bottom:7px;font-size:13px}
.checkout-payment__option{min-height:58px!important;gap:9px!important;padding:9px 11px!important;border-width:1px!important;border-radius:10px!important}
.checkout-payment__option input{width:17px!important;height:17px!important}
.checkout-payment__option strong{font-size:12px}
.checkout-payment__option small{font-size:9px}
.checkout-summary{margin-top:12px;padding:13px;border-radius:10px}
.checkout-summary .checkout__total{gap:16px;padding-bottom:11px}
.checkout__total-label span{font-size:14px}
.checkout__total-label small,.checkout__total-value small{font-size:9px}
.checkout-summary .checkout__total-value strong{font-size:22px}
.checkout-summary>.checkout-consent{grid-template-columns:16px minmax(0,1fr);gap:8px;margin-top:11px;font-size:9px}
.checkout-summary>.checkout-consent input{width:16px;height:16px}
.checkout-summary .checkout-marketing{margin-top:10px;padding-top:9px}
.checkout-summary .checkout-marketing summary{font-size:9px}
.checkout-summary .checkout-step__actions{margin-top:12px}
.checkout-step--single .checkout-step__actions .button{min-height:44px;font-size:12px}

@media(max-width:820px){
  .home-hero{
    position:relative;
    width:100%;
    height:clamp(440px,112vw,520px)!important;
    min-height:0!important;
    overflow:hidden;
    background:#ded2c5;
  }
  .home-hero__media{position:absolute;inset:0}
  .home-hero__media img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center center;
    filter:sepia(.04) saturate(1.05) brightness(1.02);
  }
  .home-hero::before{
    content:"";
    position:absolute;
    z-index:1;
    inset:0;
    background:linear-gradient(90deg,rgba(248,245,240,.97) 0%,rgba(248,245,240,.89) 48%,rgba(248,245,240,.30) 78%,rgba(248,245,240,.06) 100%);
    pointer-events:none;
  }
  .home-hero::after{display:none!important}
  .home-hero__content{
    position:relative;
    z-index:2;
    width:calc(100% - 34px)!important;
    height:100%;
    align-items:flex-start!important;
    padding:27px 0 20px!important;
  }
  .home-hero .hero__copy{display:flex;max-width:330px;height:100%;flex-direction:column;align-items:flex-start}
  .home-hero__eyebrow{display:block;margin:0 0 9px;font-size:8px;letter-spacing:.18em}
  .home-hero h1{max-width:325px;margin:0 0 12px;font-size:clamp(30px,8.4vw,37px);line-height:.99;letter-spacing:-.052em}
  .home-hero .hero__subtitle{max-width:285px;margin:0 0 15px;font-size:12px;line-height:1.4;color:#403a35}
  .home-hero .hero__button{min-width:158px;min-height:42px;margin:0 0 16px;padding-inline:18px;border-radius:7px;font-size:11px}
  .home-hero .hero-points{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));width:min(340px,100%);margin-top:auto;gap:7px}
  .home-hero .hero-point{display:grid!important;grid-template-columns:17px minmax(0,1fr);gap:5px;align-items:start}
  .home-hero .hero-point svg{width:16px;height:16px;margin:0}
  .home-hero .hero-point strong{font-size:8px;line-height:1.18}
  .home-hero .hero-point small{display:none}
  .creation-strip{margin-top:-14px}
  .customer-works__rail .customer-work{flex-basis:min(64vw,240px)!important;aspect-ratio:1.12/1!important}

  .checkout{width:100%;max-height:96vh;margin:auto 0 0;border-radius:16px 16px 0 0}
  .checkout__panel{padding:16px 14px calc(16px + env(safe-area-inset-bottom))}
  .checkout__header h2{font-size:22px}
  .checkout-step--single{padding:13px 0}
  .ozon-method__option{min-height:50px!important;padding-inline:7px!important;font-size:11px!important}
  .ozon-method__option small{font-size:8px}
  .courier-address__details{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout-payment__grid{grid-template-columns:1fr!important}
  .checkout-payment__option{min-height:54px!important}
  .checkout-summary .checkout__total{grid-template-columns:1fr auto}
  .checkout__total-value{justify-items:end;text-align:right}
}

@media(max-width:390px){
  .home-hero{height:438px!important}
  .home-hero__content{padding-top:22px!important}
  .home-hero h1{font-size:30px}
  .home-hero .hero__subtitle{max-width:270px;font-size:11.5px}
  .home-hero .hero-points{width:100%}
}

/* Cookie choices: compact and subordinate to shopping flows. */
.cookie-consent[hidden]{display:none!important}
.cookie-consent{position:fixed;z-index:180;left:50%;bottom:22px;width:min(1120px,calc(100% - 32px));display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px 20px 18px 23px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#211e1b;color:#fff;box-shadow:0 18px 60px rgba(22,17,14,.28);transform:translate(-50%,18px);opacity:0;transition:transform .24s ease,opacity .24s ease}
.cookie-consent.is-visible{transform:translate(-50%,0);opacity:1}
.cookie-consent__copy{max-width:710px}
.cookie-consent__copy strong{display:block;margin-bottom:5px;font-size:16px;line-height:1.25}
.cookie-consent__copy p{margin:0;color:#d9d3ce;font-size:13px;line-height:1.5}
.cookie-consent__copy a{display:inline-block;margin-top:5px;color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.5);text-underline-offset:3px;font-size:12px}
.cookie-consent__actions{display:flex;flex:0 0 auto;gap:9px}
.cookie-consent__button{min-height:44px;padding:0 17px;border:1px solid rgba(255,255,255,.24);border-radius:12px;background:transparent;color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}
.cookie-consent__button:hover{background:rgba(255,255,255,.08)}
.cookie-consent__button:active{transform:scale(.98)}
.cookie-consent__button--accept{border-color:var(--red);background:var(--red)}
.cookie-consent__button--accept:hover{border-color:#d70012;background:#d70012}
.cookie-consent__button:focus-visible,.footer-cookie-settings:focus-visible{outline:3px solid rgba(240,5,27,.35);outline-offset:3px}
.footer-cookie-settings{display:block;margin:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:inherit;text-align:left;cursor:pointer}
.footer-cookie-settings:hover{text-decoration:underline}
.legal-content section[id]{scroll-margin-top:100px}
@media(max-width:720px){
  .cookie-consent{bottom:calc(78px + env(safe-area-inset-bottom));width:calc(100% - 20px);align-items:stretch;gap:13px;padding:16px;border-radius:16px}
  .cookie-consent__copy strong{font-size:15px}.cookie-consent__copy p{font-size:12px}.cookie-consent__copy a{font-size:11px}
  .cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.cookie-consent__button{min-height:42px;padding-inline:10px;font-size:11px}
}
@media(max-width:420px){.cookie-consent{display:block}.cookie-consent__actions{margin-top:12px}}
@media(prefers-reduced-motion:reduce){.cookie-consent{transition:none}}

/* v38 — final source of truth for real works and compact mobile navigation. */
.customer-works__rail{
  display:flex!important;
  grid-template-columns:none!important;
  gap:10px!important;
  height:auto!important;
  overflow-x:auto!important;
  padding:0 0 8px!important;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
}
.customer-works__rail .customer-work{
  display:block;
  flex:0 0 clamp(132px,11.4vw,180px);
  min-width:0;
  height:auto;
  aspect-ratio:1/1.04;
  overflow:hidden;
  border-radius:8px;
  background:#ddd6ce;
  scroll-snap-align:start;
}
.customer-works__rail .customer-work img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

@media(max-width:820px){
  .creation-strip__inner{display:block!important}
  .creation-strip__heading{display:block!important;width:100%;margin:0 0 11px!important;padding:0!important;text-align:left!important}
  .creation-strip__heading>span{display:block!important;margin:0 0 4px!important}
  .creation-strip__heading h2{max-width:none!important;margin:0!important;text-align:left!important}
  .creation-list{display:grid!important;grid-template-columns:minmax(0,1fr) 36px!important;overflow:visible!important}
  .customer-works__rail{margin-right:-14px;padding-right:14px!important;scrollbar-width:none}
  .customer-works__rail::-webkit-scrollbar{display:none}
  .customer-works__rail .customer-work{flex-basis:145px;border-radius:9px;aspect-ratio:1/1.08}
  .mobile-bottom{grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%}
  .mobile-bottom>a,.mobile-bottom>button{min-width:0;padding:0;color:#191919;font:inherit;font-size:9px}
  .mobile-bottom span{display:grid;width:20px;height:20px;place-items:center}
  .mobile-bottom span svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
  .mobile-bottom a:first-child span svg{fill:currentColor;stroke:none}
}

@media(max-width:390px){
  .customer-works__rail .customer-work{flex-basis:136px}
}

/* v37 — one real, curated works rail and a compact mobile homepage. */
.customer-works__rail{
  display:flex;
  gap:10px;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  padding:0 0 8px;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
}
.customer-work{
  position:relative;
  display:block;
  flex:0 0 clamp(132px,11.4vw,180px);
  aspect-ratio:1/1.04;
  overflow:hidden;
  border-radius:8px;
  background:#ddd6ce;
  scroll-snap-align:start;
}
.customer-work img{
  display:block!important;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .24s ease;
}
.customer-work:hover img{transform:scale(1.025)}

@media(max-width:820px){
  body:has(.home-header){background:#f4f1ec}
  body:has(.home-header) .shell{width:calc(100% - 28px)}

  .home-header{height:64px}
  .home-header__inner{grid-template-columns:40px minmax(0,1fr) 42px;gap:8px}
  .home-logo strong{font-size:18px;letter-spacing:.075em}
  .home-logo span{margin-top:4px;font-size:6.5px;letter-spacing:.18em}

  .home-hero{
    height:510px;
    margin:0;
    background:#ddd3c7;
  }
  .home-hero__media img{
    object-position:center bottom;
    filter:sepia(.05) saturate(1.04) brightness(1.015);
  }
  .home-hero::after{
    display:block;
    inset:0 0 auto;
    width:100%;
    height:65%;
    background:linear-gradient(180deg,rgba(248,245,240,.98) 0%,rgba(248,245,240,.94) 72%,rgba(248,245,240,.25) 100%);
  }
  .home-hero__content{
    align-items:flex-start;
    padding:26px 0 0!important;
  }
  .home-hero .hero__copy{width:100%;max-width:none}
  .home-hero__eyebrow{display:block;margin:0 0 10px;font-size:8.5px;line-height:1.2;letter-spacing:.17em}
  .home-hero h1{
    max-width:340px;
    margin:0 0 13px;
    font-size:clamp(32px,9.2vw,36px);
    line-height:1.01;
    letter-spacing:-.047em;
  }
  .home-hero .hero__subtitle{
    max-width:310px;
    margin:0 0 17px;
    font-size:13.5px;
    line-height:1.38;
  }
  .home-hero .hero__button{
    min-width:168px;
    min-height:43px;
    margin:0 0 17px;
    padding:0 19px;
    border-radius:7px;
    font-size:12px;
  }
  .home-hero .hero-points{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    max-width:355px;
    margin:0;
    gap:7px;
  }
  .home-hero .hero-point{display:grid;grid-template-columns:18px minmax(0,1fr);gap:5px;align-items:start}
  .home-hero .hero-point svg{width:17px;height:17px;margin:0}
  .home-hero .hero-point strong{font-size:8.5px;line-height:1.18}
  .home-hero .hero-point small{display:none}
  .home-hero .hero-point:nth-child(3){display:grid}

  .creation-strip{margin-top:-18px}
  .creation-strip__inner{padding:14px 14px 15px;border-radius:12px}
  .creation-strip__heading{display:block;margin:0 0 11px}
  .creation-strip__heading>span{margin:0 0 4px;font-size:8px}
  .creation-strip__heading h2{max-width:none;margin:0;font-size:19px;line-height:1.05;text-align:left}
  .creation-list{grid-template-columns:minmax(0,1fr) 36px;gap:8px}
  .creation-scroll{gap:8px}
  .creation-card{flex:0 0 min(72vw,246px);min-height:82px;padding:7px}
  .creation-card img{width:66px;height:66px}
  .creation-card strong{font-size:11px}
  .creation-card small{font-size:8.5px}
  .creation-next{width:36px;min-width:36px;height:36px}

  .customer-works{
    min-height:0;
    margin:0;
    padding:34px 0 28px;
    background:#f4f1ec;
  }
  .customer-works>.shell{width:calc(100% - 28px)!important}
  .home-section-head{align-items:end;margin-bottom:14px}
  .home-section-head>div>span{display:block;margin-bottom:6px;font-size:8px}
  .home-section-head h2{font-size:27px;line-height:1.02;letter-spacing:-.04em}
  .home-section-head>a{font-size:0}
  .home-section-head>a b{font-size:21px}
  .customer-works__rail{gap:8px;margin-right:-14px;padding-right:14px;padding-bottom:7px}
  .customer-work{flex-basis:145px;border-radius:9px;aspect-ratio:1/1.08}

  .home-header~main .catalog{margin:0;padding:30px 0 46px}
  .catalog-heading>span{display:block;font-size:8px}
  .catalog-heading h2{font-size:29px}
  .home-header~main .catalog-tabs{gap:7px;margin:0 0 16px;padding-bottom:2px}
  .home-header~main .catalog-tabs button{min-height:38px;padding:0 14px;font-size:11px}
}

@media(max-width:390px){
  .home-hero{height:500px}
  .home-hero h1{max-width:315px;font-size:31px}
  .home-hero .hero__subtitle{max-width:280px;font-size:12.5px}
  .home-hero .hero-point strong{font-size:8px}
  .creation-strip__heading h2{font-size:18px}
  .customer-work{flex-basis:136px}
}

/* v35 — compact checkout density aligned with the Ozon order form. */
.checkout{width:min(900px,calc(100% - 28px));max-height:94vh;border-radius:16px}
.checkout__panel{padding:20px 22px 22px}
.checkout__header{margin-bottom:10px}.checkout__header h2{font-size:25px;line-height:1.1}.checkout__header button{width:36px;height:36px;font-size:22px}
.checkout-step--single{padding:15px 0}.checkout-step--single .checkout-step__heading{gap:3px;margin-bottom:10px}.checkout-step--single .checkout-step__heading strong{font-size:17px}.checkout-step--single .checkout-step__heading span{font-size:10px}
.checkout__grid{gap:10px 12px}.checkout label{gap:5px;font-size:11px}.checkout input,.checkout select,.checkout textarea{min-height:42px;padding:9px 11px;border-radius:9px;font-size:13px}
.ozon-method{border-radius:11px}.ozon-method__option{min-height:54px!important;padding:0 12px!important;border-radius:10px;font-size:13px!important}
.city-combobox{gap:5px}.city-combobox input{height:44px;min-height:44px;padding:10px 12px!important;border-width:1px!important;border-radius:10px!important;font-size:13px}.city-combobox__options{top:68px;max-height:240px;padding:6px;border-radius:11px}.city-combobox__option{min-height:42px;padding:9px 11px;font-size:13px}
.ozon-location-button{min-height:58px;grid-template-columns:30px 1fr auto;padding:9px 12px;border-radius:10px}.ozon-location-button__pin{width:28px;height:28px}.ozon-location-button strong{font-size:13px}.ozon-location-button small{font-size:10px}.ozon-location-button b{font-size:22px}
.ozon-location-card{padding:11px 13px;border-radius:10px}.ozon-location-card>strong{font-size:12px}.ozon-location-card>button{font-size:11px}
.courier-address{gap:7px 9px}.courier-address input{height:42px!important;min-height:42px!important;padding:9px 11px!important;border-width:1px!important;border-radius:9px!important;font-size:13px!important}.courier-address__details{gap:7px}.courier-address>button{min-height:42px;padding:0 16px;border-radius:9px;font-size:12px}
.checkout-step--single .checkout-review{max-height:150px;margin-bottom:12px}.checkout-review article{grid-template-columns:42px minmax(0,1fr) auto;padding:7px 9px}.checkout-review img{width:42px;height:49px}.checkout-review article strong{font-size:11px}.checkout-review article span{font-size:9px}
.checkout-payment{margin:12px 0 0}.checkout-payment legend{margin-bottom:7px;font-size:13px}.checkout-payment__option{min-height:52px!important;gap:9px!important;padding:9px 11px!important;border-width:1px!important;border-radius:10px!important}.checkout-payment__option input{width:17px!important;height:17px!important}.checkout-payment__option strong{font-size:12px}.checkout-payment__option small{font-size:9px}
.checkout-summary{margin-top:12px;padding:13px;border-radius:10px}.checkout-summary .checkout__total{gap:16px;padding-bottom:11px}.checkout__total-label span{font-size:14px}.checkout__total-label small,.checkout__total-value small{font-size:9px}.checkout-summary .checkout__total-value strong{font-size:22px}.checkout-summary>.checkout-consent{grid-template-columns:16px minmax(0,1fr);gap:8px;margin-top:11px;font-size:9px}.checkout-summary>.checkout-consent input{width:16px;height:16px}.checkout-summary .checkout-marketing{margin-top:10px;padding-top:9px}.checkout-summary .checkout-marketing summary{font-size:9px}.checkout-summary .checkout-step__actions{margin-top:12px}.checkout-step--single .checkout-step__actions .button{min-height:44px;font-size:12px}

@media(max-width:720px){
  .checkout{width:100%;max-height:96vh;margin:auto 0 0;border-radius:16px 16px 0 0}
  .checkout__panel{padding:16px 14px calc(16px + env(safe-area-inset-bottom))}
  .checkout__header h2{font-size:22px}.checkout-step--single{padding:13px 0}
  .ozon-method__option{min-height:50px!important;font-size:11px!important}
  .courier-address__details{grid-template-columns:repeat(2,minmax(0,1fr))}
  .checkout-summary .checkout__total{grid-template-columns:1fr auto}.checkout__total-value{justify-items:end;text-align:right}
}
.checkout-order-link{display:inline-flex;margin-top:9px;color:#176235;font-weight:850;text-decoration:underline;text-underline-offset:3px}

/* Ideas and customer works directories. */
.inspiration-body{background:#f5f1ec;color:#191715}
.inspiration-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.inspiration-header .desktop-nav a.is-current{color:var(--red)}
.inspiration-page{min-height:70vh;padding:20px 0 72px}
.inspiration-page .back-link{display:inline-flex;margin-bottom:16px}
.inspiration-hero{display:flex;max-width:980px;flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:22px}
.inspiration-hero h1{margin:0;font-size:clamp(40px,4.2vw,64px);line-height:.96;letter-spacing:-.05em}
.inspiration-hero p{max-width:680px;margin:0;color:#665f58;font-size:15px;line-height:1.5}
.idea-jump{display:flex;gap:8px;overflow-x:auto;margin:0 0 28px;padding:0 0 8px;scrollbar-width:thin}
.idea-jump a{flex:0 0 auto;padding:10px 15px;border:1px solid #d9d2ca;border-radius:999px;background:#fff;font-size:12px;font-weight:800}
.idea-jump a:hover{border-color:var(--red);color:var(--red)}
.idea-directory{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.idea-section{display:grid;grid-template-columns:42% 1fr;min-height:300px;overflow:hidden;border:1px solid #ded7cf;border-radius:16px;background:#fff;scroll-margin-top:105px}
.idea-section>img{width:100%;height:100%;min-height:300px;object-fit:cover;background:#ddd5ca}
.idea-section>div{display:flex;flex-direction:column;padding:28px}
.idea-section h2{margin:0 0 8px;font-size:29px;line-height:1;letter-spacing:-.035em}
.idea-section p{margin:0;color:#676059;font-size:13px;line-height:1.5}
.idea-section ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:20px 0;padding:0;list-style:none}
.idea-section li{padding:8px 9px;border-radius:7px;background:#f5f2ee;font-size:11px;font-weight:750}
.works-page .inspiration-hero{margin-bottom:24px}
.works-gallery{columns:4 240px;column-gap:12px}
.works-gallery figure{break-inside:avoid;margin:0 0 12px;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 8px 26px rgba(35,29,24,.08)}
.works-gallery figure>button{display:block;width:100%;padding:0;border:0;background:#ded8d0;cursor:zoom-in}
.works-gallery img{display:block;width:100%;height:auto;min-height:180px;object-fit:cover;transition:transform .22s ease}
.works-gallery button:hover img{transform:scale(1.02)}
.works-gallery figcaption{display:grid;gap:4px;padding:12px 14px 14px}
.works-gallery figcaption span{font-size:11px;font-weight:900}.works-gallery figcaption a{overflow:hidden;color:#77706a;font-size:10px;white-space:nowrap;text-overflow:ellipsis}
.works-empty{padding:64px;border:1px solid #ddd5cd;border-radius:16px;background:#fff;text-align:center}.works-empty h2{margin:0 0 9px}.works-empty p{color:#6d655e}.works-empty a{display:inline-flex;margin-top:12px;color:var(--red);font-weight:900}
.work-lightbox{width:min(92vw,1000px);max-width:none;padding:0;border:0;border-radius:14px;background:#171513;box-shadow:0 30px 90px rgba(0,0,0,.48)}
.work-lightbox::backdrop{background:rgba(15,12,10,.78)}
.work-lightbox img{display:block;width:100%;max-height:88vh;object-fit:contain}
.work-lightbox>button{position:absolute;top:12px;right:12px;z-index:2;display:grid;width:42px;height:42px;place-items:center;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:25px;cursor:pointer}

@media(max-width:900px){
  .inspiration-header .desktop-nav{display:none}
  .inspiration-hero h1{font-size:48px}.inspiration-hero p{max-width:620px}
  .idea-directory{grid-template-columns:1fr}
}
@media(max-width:560px){
  .inspiration-page{padding:16px 0 56px}.inspiration-page .back-link{margin-bottom:14px}.inspiration-hero h1{font-size:39px}.inspiration-hero p{font-size:14px}
  .idea-section{grid-template-columns:1fr}.idea-section>img{height:220px;min-height:220px}.idea-section>div{padding:22px}.idea-section ul{grid-template-columns:1fr 1fr}
  .works-gallery{columns:2 140px;column-gap:8px}.works-gallery figure{margin-bottom:8px;border-radius:9px}.works-gallery figcaption{padding:9px 10px 11px}
  .works-empty{padding:38px 22px}
}

@media(max-width:820px){
  .hero-exact{display:none}
  .site-header{display:block}
  .hero{
    height:auto;
    min-height:760px;
    background-image:url('/static/images/hero-mobile.webp');
    background-size:cover;
    background-position:center top;
  }
  .hero__content{
    display:flex;
    min-height:760px;
    padding-top:28px;
    padding-bottom:18px;
    flex-direction:column;
  }
  .hero__copy{max-width:260px}
  .hero h1{font-size:37px;line-height:1.02;max-width:250px;margin-bottom:12px}
  .hero__subtitle{font-size:13px;max-width:240px;margin-bottom:16px}
  .hero-points{grid-template-columns:1fr;gap:7px;max-width:220px;margin-bottom:16px}
  .hero-point{align-items:center}
  .hero-point strong{font-size:11px}
  .hero-point small{display:inline;font-size:9px;margin-top:1px}
  .hero__button{min-height:42px;min-width:170px;font-size:12px}
  .hero-chooser{
    margin-top:auto;
    width:100%;
    padding:8px;
    border-radius:14px;
    background:rgba(30,25,22,.78);
    backdrop-filter:blur(12px);
    box-shadow:0 16px 38px rgba(20,15,11,.22);
  }
  .hero-chooser__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .hero-chooser__card{
    position:relative;
    min-height:112px;
    border:1px solid rgba(255,255,255,.22);
    border-radius:9px;
    background:rgba(255,255,255,.05);
    color:#fff;
    overflow:hidden;
    padding:10px;
    text-align:left;
    cursor:pointer;
  }
  .hero-chooser__card img{position:absolute;right:-2px;bottom:0;width:54%;height:70%;object-fit:contain;filter:drop-shadow(0 6px 9px rgba(0,0,0,.2))}
  .hero-chooser__text{position:relative;z-index:2;display:flex;flex-direction:column;max-width:58%}
  .hero-chooser__text strong{font-size:10px;line-height:1.2;font-weight:700}
  .hero-chooser__text b{font-size:19px;line-height:1;margin-top:10px}
  .hero-chooser__arrow{position:absolute;left:10px;bottom:9px;width:25px;height:25px;border-radius:999px;background:var(--red);display:grid;place-items:center;font-size:15px;z-index:2}
  .hero-chooser__all{
    width:100%;
    min-height:40px;
    margin-top:7px;
    border:0;
    border-radius:7px;
    background:var(--red);
    color:#fff;
    font-weight:800;
    cursor:pointer;
  }
  .catalog{padding-top:24px}
}

@media(max-width:430px){
  .hero{min-height:720px}
  .hero__content{min-height:720px}
  .hero h1{font-size:33px}
  .hero-chooser__card{min-height:104px}
  .hero-chooser__text b{font-size:17px}
}


.promo-entry{display:flex;gap:8px}.promo-entry input{flex:1}.promo-entry button{border:0;border-radius:10px;padding:0 18px;background:#222;color:#fff;font-weight:700;cursor:pointer}.checkout [data-promo-result]{display:block;margin-top:6px;color:#666}

/* v13 — exact approved desktop image. Only the 30 kg product image and empty-cart badge were corrected in the raster source. */
@media(min-width:821px){
  .hero-cart-count{
    position:absolute;
    z-index:6;
    right:4.55%;
    top:3.55%;
    min-width:28px;
    height:28px;
    padding:0 7px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#171717;
    color:#fff;
    font:800 14px/1 Arial,sans-serif;
    box-shadow:0 1px 2px rgba(0,0,0,.18);
    pointer-events:none;
  }
  .hero-cart-count[hidden]{display:none!important}
  .catalog{
    margin-top:-1px;
    padding:8px 0 54px;
    background:#fff;
  }
  .catalog .product-grid{margin-top:0}
  .catalog-tabs{margin:0 0 8px}
}
@media(max-width:820px){
  .hero-cart-count{display:none!important}
  .catalog{padding-top:8px}
  .catalog-tabs{margin:0 0 8px}
}
.checkout-consent{display:flex!important;align-items:flex-start;gap:9px;margin:12px 0 16px;font-size:12px;line-height:1.45;color:#5e5750}.checkout-consent input{width:17px;height:17px;margin-top:1px;flex:0 0 auto}.checkout-consent a{text-decoration:underline;color:var(--ink)}

/* v13 mobile: keep the official 30 kg product photo inside its card without covering the label. */
@media(max-width:820px){
  /* Reassert the compact header after the later desktop v9 rules. Without
     this override the cart column starts outside a narrow viewport. */
  .site-header__inner{grid-template-columns:44px minmax(0,1fr) 44px;gap:8px}
  .logo{min-width:0}
  .cart-trigger{width:42px;height:42px}
  .cart-trigger b{right:-2px}
  .delivery-picker{grid-template-columns:1fr}
  .delivery-picker button{min-height:42px}
  .hero-chooser__card:nth-child(4) img{
    width:42%;
    height:54%;
    right:4%;
    bottom:9px;
    object-fit:contain;
  }
  .hero-chooser__card:nth-child(4) .hero-chooser__text{max-width:58%}
}

/* v17 — full WB photo proportions and a short marketplace-style checkout. */
.market-card__media{aspect-ratio:3/4;background:#fff}
.market-card .product-card__image{width:100%;height:100%;padding:0;background:#fff;overflow:hidden}
.market-card .product-card__image img{width:100%;height:100%;object-fit:contain!important;object-position:center;transform:none}
.market-card:hover .product-card__image img{transform:scale(1.012)}
.market-card__actions .add-to-cart.is-in-cart{background:#1f1f1f;box-shadow:none}
.checkout{width:min(690px,calc(100% - 30px));max-height:min(92vh,860px);overflow:auto}
.checkout__panel{padding:25px 28px 28px}
.checkout__header{margin-bottom:16px}
.checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:24px}
.checkout-progress>span{position:relative;display:flex;align-items:center;gap:7px;min-width:0;padding:9px 10px;border-radius:9px;background:#f3f1ee;color:#8a847d;font-size:11px;font-weight:800;white-space:nowrap;overflow:hidden}
.checkout-progress>span:not(:last-child)::after{content:"";position:absolute;right:-7px;width:7px;height:2px;background:#ddd7d0}
.checkout-progress b{display:grid;place-items:center;width:23px;height:23px;flex:0 0 auto;border-radius:999px;background:#dfdbd5;color:#6f6962;font-size:10px}
.checkout-progress>span.is-active{background:#fff0f1;color:#a40d16}.checkout-progress>span.is-active b{background:var(--red);color:#fff}
.checkout-progress>span.is-complete{background:#eaf7ef;color:#176235}.checkout-progress>span.is-complete b{background:#1f9d61;color:#fff}.checkout-progress>span.is-complete b::before{content:"✓"}.checkout-progress>span.is-complete b{font-size:0}.checkout-progress>span.is-complete b::before{font-size:11px}
.checkout-step[hidden]{display:none!important}.checkout-step__heading{display:flex;flex-direction:column;gap:5px;margin-bottom:17px}.checkout-step__heading strong{font-size:21px}.checkout-step__heading span{color:var(--muted);font-size:12px}
.checkout-optional{position:relative}.checkout-optional>small{position:absolute;right:0;top:0;color:#999;font-size:9px;font-weight:500}.checkout-step__actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.checkout-step__actions .button--red{min-width:210px}.checkout-back{background:#f0ede9;color:#333;box-shadow:none}
.checkout-review{display:grid;gap:0;border:1px solid var(--line);border-radius:11px;overflow:hidden;margin-bottom:18px}.checkout-review article{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:11px;align-items:center;padding:10px 12px;border-bottom:1px solid var(--line)}.checkout-review article:last-child{border-bottom:0}.checkout-review img{width:54px;height:64px;object-fit:contain;border-radius:7px;background:#fff}.checkout-review article>div{display:grid;gap:4px}.checkout-review article strong{font-size:12px;line-height:1.3}.checkout-review article span{color:var(--muted);font-size:10px}.checkout-review article>b{font-size:13px;white-space:nowrap}.checkout__grid--final{gap:11px}.checkout__total{margin-top:17px}.checkout__total strong{max-width:70%;font-size:21px;text-align:right}.checkout-marketing{margin:8px 0 0;padding:10px 0;border-top:1px solid var(--line)}.checkout-marketing summary{cursor:pointer;color:var(--muted);font-size:11px;font-weight:750}.checkout-marketing .checkout-consent{margin-bottom:0}.checkout__result:empty{display:none}
@media(max-width:820px){
  .market-card .product-card__image{height:100%;padding:0}
  .checkout{width:100%;max-width:none;max-height:94vh;margin:auto 0 0;border-radius:18px 18px 0 0}
  .checkout__panel{padding:20px 16px calc(20px + env(safe-area-inset-bottom))}
  .checkout-progress{gap:4px;margin-bottom:18px}.checkout-progress>span{padding:7px 6px;font-size:9px;gap:5px}.checkout-progress b{width:20px;height:20px}
  .checkout-step__heading strong{font-size:19px}.checkout-step__actions{position:sticky;bottom:0;margin-inline:-16px;margin-bottom:calc(-20px - env(safe-area-inset-bottom));padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);z-index:2}.checkout-step__actions .button{flex:1;min-width:0;padding-inline:12px}
  .checkout-review article{grid-template-columns:46px minmax(0,1fr) auto;padding:8px 10px}.checkout-review img{width:46px;height:55px}
}
@media(max-width:430px){.checkout-progress>span{justify-content:center}.checkout-progress>span:not(.is-active){font-size:0}.checkout-progress>span:not(.is-active) b{font-size:10px}.checkout-progress>span.is-complete b{font-size:0}}

/* v23 — approved live homepage: editorial workshop + marketplace mechanics. */
body:has(.home-header){background:#f4f1ec}
body:has(.home-header) .shell{width:min(1520px,calc(100% - 64px))}
body:has(.home-header) :focus-visible{outline:3px solid rgba(227,6,19,.45);outline-offset:3px}

.home-header{display:block!important;position:sticky;top:0;height:72px;background:rgba(255,255,255,.96);border-bottom:1px solid #e8e3dc;z-index:80;backdrop-filter:blur(16px)}
.home-header__inner{display:grid;grid-template-columns:190px 118px minmax(260px,1fr) auto 142px;gap:18px;height:100%;align-items:center}
.home-logo{justify-self:start;align-items:flex-start;min-width:0}
.home-logo strong{font-size:23px;line-height:.95;letter-spacing:.055em;color:#191919}
.home-logo span{margin-top:6px;font-size:8px;font-weight:850;letter-spacing:.17em;color:var(--red)}
.catalog-shortcut{display:flex;align-items:center;justify-content:center;gap:9px;min-height:42px;border-radius:9px;background:var(--red);color:#fff;font-size:13px;font-weight:850;box-shadow:0 8px 20px rgba(227,6,19,.16);transition:background-color .18s ease,transform .18s ease,box-shadow .18s ease}
.catalog-shortcut svg{width:17px;height:17px;stroke-width:1.7}
.catalog-shortcut:hover{background:var(--red-dark);box-shadow:0 11px 24px rgba(227,6,19,.22)}
.catalog-shortcut:active{transform:scale(.98)}
.catalog-search{position:relative;display:block;min-width:0}
.catalog-search input{width:100%;height:42px;padding:0 45px 0 16px;border:1px solid #dcd6cf;border-radius:9px;background:#fff;color:#1d1b19;font-size:13px;transition:border-color .18s ease,box-shadow .18s ease}
.catalog-search input:focus{border-color:#a9a19a;box-shadow:0 0 0 4px rgba(36,31,27,.055);outline:0}
.catalog-search svg{position:absolute;right:14px;top:50%;width:19px;height:19px;transform:translateY(-50%);pointer-events:none}
.home-nav{display:flex;justify-content:flex-end;gap:25px;font-size:13px}
.home-nav a{white-space:nowrap}
.header-icon{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:transparent;color:#181818;cursor:pointer;transition:background-color .18s ease,transform .18s ease}
.header-icon:hover{background:#f1eeea}.header-icon:active{transform:scale(.97)}.header-icon svg{width:22px;height:22px}
.header-icon.is-active{background:#fff0f1;color:var(--red)}.header-icon.is-active svg{fill:currentColor}
.home-cart{width:142px;height:44px;border-radius:9px;box-shadow:none;transition:background-color .18s ease,transform .18s ease}
.home-cart:active{transform:scale(.98)}
.home-cart b{right:-5px;top:-7px}

.home-hero{display:block!important;position:relative;height:550px;min-height:0!important;aspect-ratio:auto!important;background:#d7cec2;overflow:hidden}
.home-hero__media{position:absolute;inset:0;display:block}
.home-hero__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.home-hero::after{content:"";position:absolute;inset:0 auto 0 0;width:48%;background:rgba(247,244,239,.9);pointer-events:none}
.home-hero__content{display:flex!important;align-items:center;height:100%;min-height:0!important;padding:0!important;position:relative;z-index:2}
.home-hero .hero__copy{max-width:600px}
.home-hero__eyebrow{display:block;margin-bottom:14px;color:var(--red);font-size:11px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.home-hero h1{max-width:600px;margin:0 0 19px;font-size:62px;line-height:.98;letter-spacing:-.052em;font-weight:900;color:#171717}
.home-hero .hero__subtitle{max-width:490px;margin:0 0 29px;color:#48423c;font-size:18px;line-height:1.45}
.home-hero .hero-points{display:flex;max-width:none;margin:0 0 28px;gap:26px}
.home-hero .hero-point{min-width:0;align-items:flex-start;gap:8px}
.home-hero .hero-point svg{width:22px;height:22px;color:#24211e}
.home-hero .hero-point:first-child svg,.home-hero .hero-point:first-child strong{color:var(--red)}
.home-hero .hero-point strong{font-size:12px}.home-hero .hero-point small{font-size:10px;color:#68615b}
.home-hero .hero__button{min-width:190px;min-height:48px;gap:18px;border-radius:8px;font-size:13px}
.home-hero .hero__button:active{transform:scale(.98)}

.creation-strip{position:relative;margin-top:-34px;z-index:4;color:#fff}
.creation-strip__inner{display:grid;grid-template-columns:205px minmax(0,1fr);gap:22px;padding:22px 24px;border-radius:15px;background:#211f1d;box-shadow:0 24px 60px rgba(26,21,17,.18)}
.creation-strip__heading{align-self:center;padding-left:4px}
.creation-strip__heading>span,.home-section-head>div>span,.catalog-heading>span{display:block;margin-bottom:6px;color:#d78d91;font-size:9px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.creation-strip__heading h2{margin:0;max-width:185px;font-size:25px;line-height:1.08;letter-spacing:-.035em}
.creation-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;min-width:0}
.creation-card{display:grid;grid-template-columns:52px minmax(0,1fr) 18px;align-items:center;gap:9px;min-width:0;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#2d2a27;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}
.creation-card:hover{background:#37332f;border-color:rgba(255,255,255,.22);transform:translateY(-2px)}
.creation-card:active{transform:scale(.98)}
.creation-card img{width:52px;height:52px;border-radius:7px;object-fit:cover;background:#dfd8cf}
.creation-card span{display:grid;gap:3px;min-width:0}.creation-card strong{font-size:11px;white-space:nowrap}.creation-card small{display:block;overflow:hidden;color:#aaa39d;font-size:8px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.creation-card b{font-size:15px;font-weight:500;color:#d7d0c8}

.customer-works{padding:60px 0 42px;background:#f4f1ec}
.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}
.home-section-head>div>span,.catalog-heading>span{color:var(--red)}
.home-section-head h2,.catalog-heading h2{margin:0;font-size:34px;line-height:1;letter-spacing:-.04em}
.home-section-head>a{display:inline-flex;align-items:center;gap:10px;color:#514b45;font-size:12px;font-weight:800}.home-section-head>a b{color:var(--red);font-size:16px}.home-section-head>a:hover{color:var(--red)}
.customer-works__rail{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;overflow-x:auto;padding-bottom:7px;scrollbar-width:thin;scroll-snap-type:x proximity}
.customer-works__rail figure{min-width:0;margin:0;border-radius:10px;overflow:hidden;background:#d9d2ca;aspect-ratio:1/1.06;scroll-snap-align:start}
.customer-works__rail img{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.customer-works__rail figure:hover img{transform:scale(1.025)}

.home-header~main .catalog{margin:0;padding:38px 0 64px;border:0;background:#fff}
.catalog-heading{margin-bottom:18px}.catalog-heading h2{font-size:36px}
.home-header~main .catalog-tabs{display:flex;gap:8px;margin:0 0 22px;padding:0;overflow-x:auto}
.home-header~main .catalog-tabs button{min-height:42px;padding:0 18px;border:1px solid #dcd6cf;border-radius:999px;background:#fff;color:#211e1b;font-size:12px;font-weight:850;cursor:pointer;white-space:nowrap;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}
.home-header~main .catalog-tabs button:hover{border-color:#9f9790}.home-header~main .catalog-tabs button:active{transform:scale(.98)}
.home-header~main .catalog-tabs button.is-active{border-color:#211f1d;background:#211f1d;color:#fff}
.home-header~main .product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px 12px}
.home-header~main .market-card{padding:0;border:0;border-radius:11px;background:#fff;box-shadow:none;overflow:visible;transition:transform .18s ease}
.home-header~main .market-card:hover{box-shadow:none;transform:translateY(-2px)}
.home-header~main .market-card__media{border:1px solid #e4ded7;border-radius:11px;overflow:hidden;background:#faf9f7}
.home-header~main .market-card .product-card__image{background:#faf9f7}
.home-header~main .market-card__body{padding:10px 7px 0}
.home-header~main .market-card__name{min-height:37px;font-size:13px;line-height:1.38}
.home-header~main .market-card__rating{margin-top:5px;font-size:10px}
.home-header~main .market-card__price-row strong{font-size:22px}
.home-header~main .market-card__delivery{min-height:25px;font-size:9px}
.home-header~main .market-card__actions{grid-template-columns:74px minmax(0,1fr);gap:7px}
.home-header~main .market-card__actions .quantity,.home-header~main .market-card__actions .add-to-cart{height:38px;min-height:38px;border-radius:7px}
.home-header~main .market-card__actions .add-to-cart:active{transform:scale(.98)}
.catalog-empty.is-search-empty{display:block}

@media(max-width:1280px){
  .home-header__inner{grid-template-columns:170px 105px minmax(220px,1fr) auto 125px;gap:12px}
  .home-nav{gap:16px}.creation-strip__inner{grid-template-columns:180px minmax(0,1fr)}
  .creation-list{grid-template-columns:repeat(3,minmax(0,1fr))}.creation-card:nth-child(n+4){display:none}
  .customer-works__rail{grid-template-columns:repeat(8,170px)}
}
@media(max-width:1080px){
  body:has(.home-header) .shell{width:calc(100% - 36px)}
  .home-header__inner{grid-template-columns:160px 102px minmax(200px,1fr) 120px}.home-nav{display:none}
  .home-hero{height:510px}.home-hero::after{width:57%}.home-hero h1{font-size:54px}
  .home-header~main .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){
  body:has(.home-header) .shell{width:calc(100% - 24px)}
  .home-header{height:64px}.home-header__inner{grid-template-columns:40px minmax(0,1fr) 42px;gap:8px}
  .home-header .mobile-menu{display:block}.home-header .home-logo{justify-self:center;align-items:center}.home-logo strong{font-size:19px}.home-logo span{font-size:7px;margin-top:4px}
  .catalog-shortcut,.catalog-search,.home-nav{display:none}.home-cart{width:42px;height:42px;background:#fff;color:#161616}.home-cart span{display:none}.home-cart b{background:var(--red)}
  .home-header .mobile-nav-menu{top:64px}
  .home-hero{height:630px;min-height:0!important;background:#d9d0c6}.home-hero__media img{object-position:center bottom}.home-hero::after{inset:0 0 auto;width:100%;height:57%;background:rgba(248,245,241,.91)}
  .home-hero__content{align-items:flex-start;padding-top:38px!important}.home-hero .hero__copy{max-width:355px}
  .home-hero__eyebrow{font-size:9px;margin-bottom:10px}.home-hero h1{max-width:350px;font-size:43px}.home-hero .hero__subtitle{max-width:330px;font-size:14px;margin-bottom:18px}
  .home-hero .hero-points{display:flex;flex-wrap:wrap;gap:10px 16px;margin-bottom:20px}.home-hero .hero-point{flex:0 0 auto}.home-hero .hero-point svg{width:18px;height:18px}.home-hero .hero-point strong{font-size:10px}.home-hero .hero-point small{display:none}
  .home-hero .hero__button{min-height:44px;min-width:170px;font-size:12px}
  .creation-strip{margin-top:-24px}.creation-strip__inner{display:block;padding:18px 16px;border-radius:13px}.creation-strip__heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:14px}.creation-strip__heading>span{margin:0}.creation-strip__heading h2{max-width:230px;font-size:22px;text-align:right}
  .creation-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scroll-snap-type:x mandatory}.creation-card{flex:0 0 202px;scroll-snap-align:start}.creation-card:nth-child(n){display:grid}
  .customer-works{padding:44px 0 32px}.home-section-head{align-items:start}.home-section-head h2,.catalog-heading h2{font-size:29px}.home-section-head>a{font-size:0}.home-section-head>a b{font-size:19px}
  .customer-works__rail{grid-template-columns:repeat(8,154px)}
  .home-header~main .catalog{padding:31px 0 48px}.home-header~main .catalog-tabs{margin-bottom:15px}.home-header~main .catalog-tabs button{min-height:38px;padding:0 15px}
  .home-header~main .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 9px}
  .home-header~main .market-card__body{padding:8px 3px 0}.home-header~main .market-card__name{font-size:12px}.home-header~main .market-card__price-row strong{font-size:19px}.home-header~main .market-card__actions{grid-template-columns:1fr}.home-header~main .market-card__actions .quantity{display:none}
}
@media(max-width:430px){
  .home-hero{height:590px}.home-hero::after{height:59%}.home-hero h1{font-size:38px}.home-hero .hero__subtitle{max-width:285px}.home-hero .hero-point:nth-child(3){display:none}
  .creation-strip__heading{display:block}.creation-strip__heading h2{margin-top:5px;text-align:left}.customer-works__rail{grid-template-columns:repeat(8,140px)}
}
@media(prefers-reduced-motion:reduce){.customer-works__rail img,.creation-card,.catalog-shortcut,.header-icon,.home-header~main .market-card{transition:none!important}}

/* v18 — compact WB-style product view and focused question navigation. */
.back-link{display:inline-flex;align-items:center;min-height:38px;margin:0 0 12px;padding:0 13px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:13px;font-weight:800;color:#4e4943;transition:.18s border-color,.18s color,.18s background}
.back-link:hover{border-color:#bcb4ab;color:var(--red);background:#fffafa}
.product-questions-link{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 52px;padding:19px 22px;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 8px 28px rgba(38,25,15,.045)}
.product-questions-link>span{display:flex;flex-direction:column;gap:4px}.product-questions-link small{font-size:11px;color:var(--muted)}.product-questions-link strong{font-size:21px}.product-questions-link>span:last-child{align-items:flex-end}.product-questions-link b{font-size:19px}.product-questions-link em{font-size:12px;font-style:normal;font-weight:850;color:var(--red)}
.questions-page{min-height:70vh;padding:22px 0 80px}.questions-shell{max-width:980px}.questions-head{margin:18px 0 28px}.questions-head>span{font-size:12px;font-weight:850;color:var(--red);text-transform:uppercase;letter-spacing:.08em}.questions-head h1{font-size:42px;line-height:1.05;letter-spacing:-.04em;margin:8px 0 9px}.questions-head p{margin:0;color:var(--muted);font-size:15px}.questions-list{border:1px solid var(--line);border-radius:14px;overflow:hidden}.questions-list details{background:#fff;border-bottom:1px solid var(--line)}.questions-list details:last-child{border-bottom:0}.questions-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:19px 21px;cursor:pointer;font-size:15px;font-weight:800}.questions-list summary::-webkit-details-marker{display:none}.questions-list summary span{font-size:23px;font-weight:400;color:var(--red)}.questions-list details[open] summary span{transform:rotate(45deg)}.questions-list details>div{padding:0 21px 21px}.questions-list p{margin:0;line-height:1.6;color:#4f4942}.questions-list small{display:block;margin-top:12px;color:#8b837b;font-size:11px}

@media(min-width:981px){
  .product-detail>.shell{max-width:1280px}
  .market-product{grid-template-columns:minmax(0,610px) minmax(390px,480px);justify-content:space-between;gap:42px}
  .market-gallery{grid-template-columns:80px minmax(0,1fr);gap:12px;position:static;top:auto}
  .market-gallery__thumbs{max-height:520px;overflow-y:auto;padding-right:3px;scrollbar-width:thin}
  .market-gallery__thumbs button{width:76px;height:88px;flex:0 0 auto}
  .market-gallery__main{height:520px;min-height:0;padding:14px;border-radius:13px;background:#fff}
  .market-gallery__main img{max-width:100%;max-height:100%;object-fit:contain;object-position:center}
  .market-info__top h1{font-size:32px;line-height:1.08;margin-top:10px}
  .market-lines{margin-top:18px;padding-top:18px}.market-variants{margin-top:18px;padding:18px 0}.market-buy{margin-top:18px;padding:20px}
}

@media(max-width:980px){
  .market-gallery__main{height:min(68vh,520px);min-height:380px}
}
@media(max-width:720px){
  .back-link{margin-bottom:9px;min-height:36px;font-size:12px}
  .market-gallery__main{height:350px;min-height:0;padding:10px}
  .product-questions-link{margin-bottom:38px;padding:16px;align-items:flex-end}.product-questions-link strong{font-size:18px}.product-questions-link small{font-size:10px}
  .questions-page{padding:14px 0 70px}.questions-head h1{font-size:31px}.questions-list summary{padding:16px;font-size:14px}.questions-list details>div{padding:0 16px 17px}
}

/* v19 — compact WB-like product card, in-card ratings/questions and one-page checkout. */
.market-buy-now{width:100%;min-height:48px;margin-top:10px;background:#fff0f1;color:var(--red);box-shadow:none}
.market-buy-now:hover{background:#ffe4e6}
.wb-community{scroll-margin-top:18px;margin:0 0 62px;padding-top:8px}
.wb-community__tabs{display:flex;align-items:center;gap:34px;margin-bottom:28px;border-bottom:1px solid var(--line)}
.wb-community__tabs button{position:relative;border:0;background:none;padding:0 0 17px;color:#8b8792;font-size:25px;font-weight:850;cursor:pointer}
.wb-community__tabs button[aria-selected="true"]{color:#171717}.wb-community__tabs button[aria-selected="true"]::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px;background:var(--red)}
.wb-community__tabs b{margin-left:7px;font-size:13px;vertical-align:top}
.wb-community__panel[hidden]{display:none!important}
.wb-community__summary{display:flex;align-items:center;gap:18px;margin-bottom:22px}.wb-community__summary>div:last-child{display:flex;flex-direction:column;gap:5px}.wb-community__summary>div:last-child>strong{font-size:17px}.wb-community__summary>div:last-child>span{font-size:13px;color:#8b8792}
.wb-community__score{display:flex;align-items:center;gap:9px}.wb-community__score>strong{font-size:46px;line-height:1}.wb-community__score .stars{font-size:16px}
.wb-review-media{display:flex;gap:9px;overflow:auto;padding:0 0 9px;margin-bottom:25px;scrollbar-width:thin}.wb-review-media button{width:104px;height:132px;flex:0 0 auto;border:0;border-radius:12px;overflow:hidden;padding:0;background:#f2f0ed;cursor:zoom-in}.wb-review-media img{width:100%;height:100%;object-fit:cover}
.wb-review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.wb-review-cards .market-review{min-height:250px;margin:0;padding:20px;border:0;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(45,28,17,.08)}.wb-review-cards .market-review>p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.48}.wb-review-cards .market-review .review-photos button{width:72px;height:72px}.wb-review-cards:not(.is-expanded) .market-review:nth-child(n+4){display:none}.wb-review-cards.is-expanded .market-review>p{-webkit-line-clamp:initial}
.wb-community__more{margin-top:24px;border:0;border-radius:12px;padding:15px 24px;background:#fff0f1;color:var(--red);font-size:14px;font-weight:850;cursor:pointer}.wb-community__more:hover{background:#ffe4e6}
.wb-community__empty{padding:24px;border-radius:14px;background:#f7f5f2;color:#746d65}
.wb-question-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.wb-question-cards details{min-height:185px;border:0;border-radius:16px;padding:20px;background:#fff;box-shadow:0 8px 28px rgba(45,28,17,.08)}.wb-question-cards details:nth-child(n+4){display:none}.wb-question-cards.is-expanded details:nth-child(n+4){display:block}.wb-question-cards summary{display:flex;justify-content:space-between;gap:16px;list-style:none;cursor:pointer;font-size:15px;font-weight:850;line-height:1.4}.wb-question-cards summary::-webkit-details-marker{display:none}.wb-question-cards summary span{font-size:22px;color:var(--red)}.wb-question-cards details[open] summary span{transform:rotate(45deg)}.wb-question-cards details div{padding-top:15px}.wb-question-cards p{margin:0;font-size:14px;line-height:1.55;color:#59534c}.wb-question-cards small{display:block;margin-top:14px;color:#948d85}
.checkout-step--single{padding:22px 0;border-top:1px solid var(--line)}.checkout-step--single:first-of-type{padding-top:0;border-top:0}.checkout-step--single .checkout-step__heading{margin-bottom:13px}.checkout-step--single .checkout-step__heading strong{font-size:19px}.checkout-step--single .checkout-step__heading span{font-size:11px}.checkout-step--single .checkout-review{max-height:190px;overflow:auto}.checkout-step--single .checkout-step__actions{position:static;margin:18px 0 0;padding:0;border:0;background:transparent}.checkout-step--single .checkout-step__actions .button{width:100%;min-height:52px}
.checkout-payment{margin:18px 0 0;padding:0;border:0}.checkout-payment legend{margin-bottom:10px;font-size:15px;font-weight:800}.checkout-payment__option{display:flex!important;min-height:68px!important;align-items:center!important;gap:12px!important;padding:13px 15px!important;border:2px solid #e30613!important;border-radius:13px!important;background:#fffafa!important;cursor:pointer}.checkout-payment__option input{width:19px!important;height:19px!important;accent-color:#e30613}.checkout-payment__option span{display:flex;flex-direction:column;gap:3px}.checkout-payment__option strong{font-size:14px}.checkout-payment__option small{color:var(--muted);font-size:11px;line-height:1.4}

@media(min-width:981px){
  .product-detail>.shell{width:min(1180px,calc(100% - 40px));max-width:1180px}
  .market-product{grid-template-columns:minmax(0,520px) minmax(0,1fr);gap:34px}
  .market-gallery{grid-template-columns:64px minmax(0,1fr);gap:10px;position:static}
  .market-gallery__thumbs{max-height:430px;gap:8px;overflow-y:auto}
  .market-gallery__thumbs button{width:62px;height:72px;padding:5px}
  .market-gallery__main{height:430px;min-height:0;padding:12px;border-radius:13px;background:#fff}
  .market-gallery__main img{width:100%;height:100%;object-fit:contain;object-position:center}
  .market-info__top h1{font-size:28px;line-height:1.08;margin:7px 0 9px}
  .market-rating{font-size:12px}.market-rating .stars{font-size:16px}
  .market-lines{margin-top:14px;padding-top:14px}.market-lines a{min-height:48px;padding:8px 10px}
  .market-variants{margin-top:14px;padding:14px 0}.market-variants>div{margin-top:9px}
  .market-buy{margin-top:14px;padding:17px}.market-price strong{font-size:31px}.market-buy__actions{margin-top:14px}.market-delivery{margin-top:13px;padding:12px 14px}.market-trust{margin-top:12px;gap:6px}
}
@media(max-width:980px){
  .product-detail>.shell{width:min(760px,calc(100% - 30px))}
  .market-gallery__main{height:420px;min-height:0}.market-gallery{position:static}
  .wb-review-cards,.wb-question-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wb-review-cards:not(.is-expanded) .market-review:nth-child(3){display:none}.wb-question-cards:not(.is-expanded) details:nth-child(3){display:none}
}
@media(max-width:720px){
  .product-detail>.shell{width:calc(100% - 20px)}
  .market-gallery__main{height:310px;min-height:0}.market-gallery__thumbs button{width:54px;height:61px}
  .market-info__top h1{font-size:24px}.market-title-row{grid-template-columns:1fr 40px;gap:9px}.market-title-row .favorite-button--product{width:38px;height:38px}
  .market-buy__actions{grid-template-columns:96px 1fr}.market-buy-now{min-height:46px}
  .product-content-tabs{margin-bottom:35px}.wb-community{margin-bottom:42px}.wb-community__tabs{gap:22px;margin-bottom:22px}.wb-community__tabs button{font-size:21px;padding-bottom:13px}.wb-community__score>strong{font-size:38px}.wb-community__summary{align-items:flex-start}.wb-community__score{flex-direction:column;gap:3px;align-items:flex-start}.wb-community__score .stars{font-size:13px}
  .wb-review-media button{width:82px;height:104px}.wb-review-cards,.wb-question-cards{display:flex;overflow-x:auto;gap:10px;padding:2px 2px 15px;scroll-snap-type:x mandatory}.wb-review-cards .market-review,.wb-question-cards details{width:86%;min-width:86%;scroll-snap-align:start}.wb-review-cards:not(.is-expanded) .market-review:nth-child(3){display:block}.wb-question-cards:not(.is-expanded) details:nth-child(3){display:block}
  .checkout{max-height:96vh}.checkout__panel{padding-top:18px}.checkout__header{margin-bottom:13px}.checkout__header h2{font-size:25px}.checkout-step--single{padding:18px 0}.checkout-step--single .checkout-step__actions{margin-inline:0;margin-bottom:0;padding:0}.checkout-step--single .checkout-step__actions .button{flex:none;width:100%}
}

/* v21 — Ozon-like delivery choice with an on-demand PVZ map. */
.checkout{width:min(1040px,calc(100% - 30px));max-height:96vh;overflow:auto}
.checkout.has-pvz-picker{overflow:hidden}
.ozon-checkout-delivery{position:relative}
.ozon-checkout-delivery [hidden],.pvz-picker[hidden],.ozon-location-card[hidden],.courier-address[hidden]{display:none!important}
.ozon-method{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;padding:0;border:1px solid #d8e0eb;border-radius:13px;overflow:hidden;background:#fff}
.ozon-method__option{min-height:70px!important;display:grid!important;place-items:center!important;align-content:center;gap:4px;padding:0 18px!important;cursor:pointer;color:#6f7d90;font-size:16px!important;font-weight:650!important;text-align:center;border:2px solid transparent;border-radius:12px;transition:.16s ease}
.ozon-method__option small{display:block;color:#7c8796;font-size:11px;font-weight:550;line-height:1.2}
.ozon-method__option.is-recommended small{color:#147a42;font-weight:750}
.ozon-method__option input{position:absolute;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;opacity:0;pointer-events:none;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}
.ozon-method__option.is-active{color:#101820;border-color:#005bff;background:#f8fbff}
.city-combobox{position:relative;display:flex;flex-direction:column;gap:7px}.city-combobox>label,.courier-address>label{font-size:12px;font-weight:750}
.city-combobox input{height:58px;padding:18px 16px!important;border:2px solid #cbd5e1!important;border-radius:13px!important;font-size:17px}.city-combobox input:focus{border-color:#005bff!important;outline:0;box-shadow:0 0 0 3px rgba(0,91,255,.09)}
.city-combobox__options{position:absolute;z-index:520;top:88px;left:0;right:0;max-height:290px;overflow:auto;padding:8px;background:#fff;border:1px solid #dce3ec;border-radius:14px;box-shadow:0 14px 40px rgba(21,35,56,.2)}
.city-combobox__option{width:100%;min-height:48px;padding:11px 14px;border:0;border-radius:10px;background:#fff;color:#161d26;text-align:left;font-size:15px;cursor:pointer}.city-combobox__option:hover,.city-combobox__option.is-active{background:#f1f5f9}.city-combobox__option strong{display:block}.city-combobox__option small{display:block;margin-top:3px;color:#7b8796}
.ozon-location-button{width:100%;min-height:76px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:10px;padding:12px 16px;border:1px solid #d9e1eb;border-radius:13px;background:#fff;color:#111;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.ozon-location-button:hover{border-color:#005bff;background:#f8fbff}.ozon-location-button:active{transform:scale(.985)}.ozon-location-button:focus-visible{outline:3px solid rgba(0,91,255,.22);outline-offset:2px}.ozon-location-button:disabled{cursor:wait;opacity:.68}.ozon-location-button__pin{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#e8f0ff;color:#005bff}.ozon-location-button span:nth-child(2){display:flex;flex-direction:column;gap:4px}.ozon-location-button strong{font-size:15px}.ozon-location-button small{font-size:12px;font-weight:500;color:#667488}.ozon-location-button b{font-size:27px;color:#738197}
.ozon-location-card{display:grid;grid-template-columns:1fr auto;gap:5px 12px;align-items:center;padding:15px 17px;border:2px solid #005bff;border-radius:13px;background:#f8fbff}.ozon-location-card>span{font-size:11px;color:#657489}.ozon-location-card>strong{grid-column:1;font-size:14px;line-height:1.35}.ozon-location-card>button{grid-column:2;grid-row:1/3;border:0;background:transparent;color:#005bff;font-weight:800;cursor:pointer}
.delivery-choice-result{display:block;margin-top:8px;font-size:12px;font-weight:650!important}.delivery-choice-result.is-success{color:#176235}.delivery-choice-result.is-error{color:#a62b30}.delivery-choice-result.is-info{color:#536274}
.courier-address{position:relative;display:grid;grid-template-columns:1fr auto;gap:7px 9px}.courier-address>label{grid-column:1/-1}.courier-address input{height:54px;border:2px solid #cbd5e1!important;border-radius:12px!important;font-size:16px}.courier-address input:focus{border-color:#005bff!important;outline:0}.courier-address>button{border:0;border-radius:12px;padding:0 21px;background:#005bff;color:#fff;font-weight:800;cursor:pointer}.courier-address small{grid-column:1/-1}
.courier-address__suggestions{position:absolute;z-index:540;top:82px;left:0;right:0;max-height:300px;overflow:auto;padding:8px;border:1px solid #dce3ec;border-radius:14px;background:#fff;box-shadow:0 14px 40px rgba(21,35,56,.2);scrollbar-color:#c8d2df transparent;scrollbar-width:thin}.courier-address__suggestions[hidden]{display:none}.courier-address__option{display:grid;width:100%;min-height:50px;gap:3px;padding:10px 13px;border:0;border-radius:10px;background:#fff;color:#161d26;text-align:left;cursor:pointer}.courier-address__option:hover,.courier-address__option.is-active{background:#f1f5f9}.courier-address__option:focus-visible{outline:3px solid rgba(0,91,255,.2);outline-offset:-2px}.courier-address__option strong{font-size:14px;line-height:1.3}.courier-address__option small{color:#667488;font-size:11px;line-height:1.3}.courier-address__hint{margin:0;color:#667488!important;font-size:11px!important;font-weight:550!important;line-height:1.35!important}
.pvz-picker{position:fixed;z-index:850;inset:0;display:grid;place-items:center;padding:24px;overflow:hidden}
.pvz-picker__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(13,22,35,.48);cursor:default}
.pvz-picker__dialog{position:relative;width:min(1120px,calc(100vw - 48px));height:min(720px,calc(100vh - 48px));overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 24px 72px rgba(11,26,46,.28);outline:0}
.pvz-picker__head{height:76px;display:flex;justify-content:space-between;align-items:center;padding:14px 20px;border-bottom:1px solid #e5eaf0}.pvz-picker__head>div{display:flex;flex-direction:column;gap:3px}.pvz-picker__head strong{font-size:20px}.pvz-picker__head span{font-size:13px;color:#66758a}.pvz-picker__head button{width:40px;height:40px;border:0;border-radius:50%;background:#f1f4f7;font-size:25px;cursor:pointer;transition:background-color .16s ease,transform .16s ease}.pvz-picker__head button:hover{background:#e6ebf1}.pvz-picker__head button:active{transform:scale(.96)}.pvz-picker__head button:focus-visible{outline:3px solid rgba(0,91,255,.22);outline-offset:2px}
.pvz-picker__body{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);grid-template-rows:minmax(0,1fr);height:calc(100% - 76px);min-height:0;overflow:hidden}.pvz-picker__map{position:relative;min-width:0;min-height:0;height:100%;background:#f2f0ea}.pvz-picker__map.is-unavailable:after{content:"Не удалось определить выбранный город на карте";position:absolute;z-index:500;inset:0;display:grid;place-items:center;padding:24px;background:#f2f0ea;color:#536274;text-align:center}.pvz-picker__side{display:flex;min-width:0;min-height:0;height:100%;overflow:hidden;flex-direction:column;border-left:1px solid #e4e9ef;background:#fff}.pvz-picker__search{position:relative;padding:14px 14px 8px}.pvz-picker__search span{position:absolute;left:28px;top:27px;color:#8a98a8;font-size:23px;line-height:1}.pvz-picker__search input{width:100%;height:50px;padding:0 14px 0 43px;border:1px solid #c9d3df;border-radius:12px;background:#fff;font:inherit;font-size:14px;outline:0}.pvz-picker__search input:focus{border-color:#005bff;box-shadow:0 0 0 3px rgba(0,91,255,.09)}.pvz-picker__count{padding:7px 16px 12px;border-bottom:1px solid #edf0f4;color:#657489;font-size:12px}.pvz-picker__list{min-height:0;overflow:auto;padding:10px 12px 16px;scrollbar-color:#c8d2df transparent;scrollbar-width:thin}.pvz-point{width:100%;display:grid;grid-template-columns:30px 1fr;gap:10px;margin-bottom:8px;padding:15px 13px;border:1px solid #e2e7ee;border-radius:14px;background:#fff;text-align:left;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.pvz-point:hover,.pvz-point.is-active{border-color:#005bff;background:#f8fbff}.pvz-point:active{transform:scale(.985)}.pvz-point:focus-visible{outline:3px solid rgba(0,91,255,.22);outline-offset:-2px}.pvz-point__dot{width:27px;height:27px;display:grid;place-items:center;border:2px solid #005bff;border-radius:50%;background:#fff;color:#005bff;font-size:9px}.pvz-point strong{display:block;font-size:13px;line-height:1.38}.pvz-point small{display:block;margin-top:5px;color:#657489;font-size:11px}.pvz-picker__empty{padding:22px;color:#536274;font-size:13px;line-height:1.5}
.pvz-marker{display:grid!important;place-items:center;background:#fff;border:3px solid #005bff;border-radius:50%;box-shadow:0 4px 14px rgba(0,50,150,.28);color:#005bff;font:800 10px/1 Arial,sans-serif}.pvz-marker span{display:block}.pvz-marker.is-active{background:#005bff;color:#fff;transform:scale(1.1)}
.leaflet-popup-content{font-family:inherit;font-size:12px;line-height:1.4}.leaflet-control-attribution{font-size:9px!important}

@media(max-width:720px){
  .checkout{width:calc(100% - 12px);max-height:98vh;border-radius:15px}.checkout__panel{padding-inline:14px}
  .ozon-method__option{min-height:58px!important;padding:0 8px!important;font-size:12px!important}
  .city-combobox input{height:52px;font-size:15px}.city-combobox__options{top:81px}
  .courier-address{grid-template-columns:1fr}.courier-address>button{min-height:46px}
  .pvz-picker{padding:0}.pvz-picker__dialog{width:100vw;height:100dvh;border-radius:0}.pvz-picker__head{height:68px;padding:12px 14px}.pvz-picker__body{grid-template-columns:1fr;grid-template-rows:minmax(260px,56%) minmax(220px,44%);height:calc(100% - 68px)}.pvz-picker__map{height:auto}.pvz-picker__side{height:auto;border-left:0;border-top:1px solid #e4e9ef}
}

@media(prefers-reduced-motion:reduce){.ozon-location-button,.pvz-point,.pvz-picker__head button{transition:none}}

/* v26 — compact checkout confirmations and automatic courier calculation. */
.courier-address{grid-template-columns:minmax(0,1fr)}
.courier-address__main,.courier-address__suggestions,.courier-address__hint,.courier-address__details,.courier-address>.delivery-choice-result{grid-column:1/-1}
.courier-address>.delivery-choice-result{min-height:18px;margin-top:0}
.checkout-required-consents{display:grid;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}
.checkout-summary .checkout-required-consents .checkout-consent{display:grid!important;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:8px;margin:0;color:#514b45;font-size:11px;line-height:1.42}
.checkout-summary .checkout-required-consents .checkout-consent input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--red)}
.checkout-summary .checkout-required-consents .checkout-consent span{min-width:0}
@media(max-width:720px){
  .courier-address input{font-size:16px!important}
  .courier-address__suggestions{top:78px;max-height:244px;padding:6px;border-radius:12px}.courier-address__option{min-height:46px;padding:9px 11px}.courier-address__option strong{font-size:13px}
  .checkout-required-consents{gap:7px;margin-top:10px;padding-top:10px}
  .checkout-summary .checkout-required-consents .checkout-consent{font-size:10px;line-height:1.38}
}
@media(max-width:420px){
  .checkout-summary .checkout__total{grid-template-columns:minmax(0,1fr) 112px!important;gap:12px!important}
  .checkout-summary .checkout__total-value,.checkout__total-value small{max-width:112px}
}

/* v24 — restore the approved compact homepage composition. */
@media(min-width:821px){
  body:has(.home-header) .shell{width:min(1480px,calc(100% - 40px))}

  .home-header{height:60px}
  .home-header__inner{grid-template-columns:176px 104px minmax(250px,1fr) auto 128px;gap:14px}
  .home-logo strong{font-size:20px}
  .home-logo span{margin-top:4px;font-size:7px}
  .catalog-shortcut{min-height:38px;border-radius:8px;font-size:12px}
  .catalog-search input{height:38px;font-size:12px}
  .home-nav{gap:21px;font-size:12px}
  .header-icon{width:34px;height:34px}
  .home-cart{width:128px;height:40px;border-radius:8px;font-size:12px}

  .home-hero{height:440px}
  .home-hero::after{width:46%;background:rgba(247,244,239,.91)}
  .home-hero .hero__copy{max-width:500px}
  .home-hero__eyebrow{display:none}
  .home-hero h1{max-width:500px;margin-bottom:14px;font-size:44px;line-height:1.01;letter-spacing:-.04em}
  .home-hero .hero__subtitle{max-width:440px;margin-bottom:19px;font-size:15px;line-height:1.4}
  .home-hero .hero-points{margin-bottom:20px;gap:22px}
  .home-hero .hero-point{gap:7px}
  .home-hero .hero-point svg{width:19px;height:19px}
  .home-hero .hero-point strong{font-size:10px}
  .home-hero .hero-point small{font-size:8px}
  .home-hero .hero__button{min-width:154px;min-height:41px;border-radius:7px;font-size:11px}

  .creation-strip{margin-top:-146px}
  .creation-strip__inner{display:block;padding:12px 16px 14px;border-radius:13px;background:#211f1d;box-shadow:0 18px 44px rgba(26,21,17,.16)}
  .creation-strip__heading{padding:0;margin:0 0 9px}
  .creation-strip__heading>span{display:none}
  .creation-strip__heading h2{max-width:none;font-size:15px;line-height:1.1;letter-spacing:-.02em}
  .creation-list{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}
  .creation-card{position:relative;display:block;min-height:92px;padding:0;overflow:hidden;border-color:rgba(255,255,255,.15);border-radius:8px;background:#322f2c}
  .creation-card:nth-child(n){display:block}
  .creation-card img{width:100%;height:92px;border-radius:0;object-fit:cover;opacity:.9}
  .creation-card span{position:absolute;left:0;right:0;bottom:0;display:block;padding:20px 10px 8px;background:linear-gradient(to bottom,transparent,rgba(20,18,16,.88));pointer-events:none}
  .creation-card strong{display:block;font-size:11px;line-height:1.1;color:#fff;white-space:nowrap}
  .creation-card small{display:none}
  .creation-card b{position:absolute;right:8px;bottom:7px;display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:12px;line-height:1}

  .customer-works{padding:23px 0 17px;background:#fff}
  .home-section-head{margin-bottom:9px;align-items:center}
  .home-section-head>div>span{display:none}
  .home-section-head h2{font-size:18px;letter-spacing:-.025em}
  .home-section-head>a{font-size:10px;color:var(--red)}
  .customer-works__rail{grid-template-columns:repeat(8,minmax(0,1fr));gap:7px;padding-bottom:2px}
  .customer-works__rail figure{border-radius:7px;aspect-ratio:1.48/1}

  .home-header~main .catalog{padding:17px 0 48px}
  .catalog-heading{margin-bottom:10px}
  .catalog-heading>span{display:none}
  .catalog-heading h2{font-size:21px;letter-spacing:-.025em}
  .home-header~main .catalog-tabs{gap:7px;margin-bottom:13px}
  .home-header~main .catalog-tabs button{min-height:34px;padding:0 14px;font-size:11px}
  .home-header~main .product-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:15px 10px}
  .home-header~main .market-card__media{border-radius:9px}
  .home-header~main .market-card__body{padding:8px 5px 0}
  .home-header~main .market-card__name{min-height:33px;font-size:11px;line-height:1.35}
  .home-header~main .market-card__price-row strong{font-size:19px}
  .home-header~main .market-card__actions{grid-template-columns:66px minmax(0,1fr);gap:6px}
  .home-header~main .market-card__actions .quantity,
  .home-header~main .market-card__actions .add-to-cart{height:34px;min-height:34px;font-size:10px}
}

@media(min-width:821px) and (max-width:1180px){
  .home-header__inner{grid-template-columns:150px 94px minmax(190px,1fr) auto 112px;gap:10px}
  .home-nav{gap:13px}
  .home-hero{height:420px}
  .home-hero::after{width:51%}
  .home-hero h1{max-width:450px;font-size:40px}
  .home-hero .hero__subtitle{font-size:14px}
  .creation-strip{margin-top:-136px}
  .creation-card,.creation-card img{min-height:84px;height:84px}
  .customer-works__rail{grid-template-columns:repeat(8,150px)}
  .home-header~main .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}

/* v25 — exact desktop reconstruction of the approved homepage preview. */
@media(min-width:821px){
  body:has(.home-header){
    padding-top:10px;
    background:#f3f3f2;
  }
  body:has(.home-header) .shell{max-width:none}

  .home-header{
    position:relative;
    top:auto;
    width:calc(100% - 8px);
    height:60px;
    margin:0 4px;
    border:0;
    border-radius:14px 14px 0 0;
    background:#fff;
    box-shadow:none;
    backdrop-filter:none;
  }
  .home-header__inner{
    width:calc(100% - 88px)!important;
    grid-template-columns:170px 100px minmax(280px,410px) minmax(230px,1fr) 142px;
    gap:24px;
    padding:0!important;
  }
  .home-logo strong{font-size:16px;letter-spacing:.025em}
  .home-logo span{margin-top:4px;font-size:7px;letter-spacing:.13em}
  .catalog-shortcut{min-height:36px;border-radius:5px;font-size:12px}
  .catalog-shortcut svg{width:16px;height:16px}
  .catalog-search input{height:36px;border-radius:4px;font-size:11px}
  .catalog-search svg{right:13px;width:17px;height:17px}
  .home-nav{justify-content:flex-end;gap:20px;font-size:11px}
  .header-icon{width:29px;height:29px}
  .home-account{display:grid;place-items:center;cursor:default}
  .home-account svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
  .home-cart{width:142px;height:39px;border-radius:5px;font-size:12px}
  .home-cart svg{width:18px;height:18px}

  .home-hero{
    width:calc(100% - 8px);
    height:446px;
    margin:0 4px;
    background:#e9e1d8;
  }
  .home-hero::after{display:none}
  .home-hero__media img{
    object-fit:cover;
    object-position:center bottom;
    filter:sepia(.08) saturate(1.08) brightness(1.025);
  }
  .home-hero__content{
    width:calc(100% - 88px)!important;
    align-items:flex-start;
    padding:35px 0 0!important;
  }
  .home-hero .hero__copy{max-width:540px}
  .home-hero__eyebrow{display:none}
  .home-hero h1{
    max-width:540px;
    margin:0 0 13px;
    font-size:clamp(35px,2.91vw,38px);
    line-height:1.08;
    letter-spacing:-.04em;
    font-weight:850;
  }
  .home-hero .hero__subtitle{
    max-width:465px;
    margin:0 0 16px;
    color:#272321;
    font-size:13px;
    line-height:1.45;
  }
  .home-hero .hero__button{
    display:inline-flex;
    min-width:150px;
    min-height:37px;
    margin:0 0 24px;
    border-radius:4px;
    font-size:11px;
  }
  .home-hero .hero-points{display:flex;margin:0;gap:34px}
  .home-hero .hero-point{gap:8px}
  .home-hero .hero-point svg{width:22px;height:22px}
  .home-hero .hero-point strong{font-size:10px;line-height:1.2}
  .home-hero .hero-point small{margin-top:2px;font-size:8px;line-height:1.15}

  .creation-strip{margin-top:-142px;color:#fff}
  .creation-strip__inner{
    display:block;
    width:calc(100% - 80px)!important;
    height:142px;
    padding:10px 17px 10px;
    border-radius:8px;
    box-sizing:border-box;
    background:#211f1d;
    box-shadow:0 10px 30px rgba(26,21,17,.17);
  }
  .creation-strip__heading{margin:0 0 7px;padding:0}
  .creation-strip__heading>span{display:none}
  .creation-strip__heading h2{max-width:none;font-size:13px;line-height:1.1;letter-spacing:0}
  .creation-list{
    display:grid;
    grid-template-columns:1.03fr 1.07fr 1.17fr 1.09fr 1.08fr .84fr 44px;
    gap:11px;
    height:100px;
  }
  .creation-card{
    min-width:0;
    min-height:0;
    height:100px;
    padding:0;
    border:1px solid rgba(255,255,255,.18);
    border-radius:5px;
    background-color:#342f2b;
    background-image:url('/static/images/home-approved-reference.png');
    background-repeat:no-repeat;
    background-size:100vw auto;
    box-shadow:none;
  }
  .creation-card:nth-child(1){background-position:-4.503vw -30.823vw}
  .creation-card:nth-child(2){background-position:-18.866vw -30.823vw}
  .creation-card:nth-child(3){background-position:-33.773vw -30.823vw}
  .creation-card:nth-child(4){background-position:-50vw -30.823vw}
  .creation-card:nth-child(5){background-position:-64.596vw -30.823vw}
  .creation-card:nth-child(6){background-position:-78.804vw -30.823vw}
  .creation-card img,.creation-card span,.creation-card b{display:none!important}
  .creation-nav{display:grid;grid-template-rows:1fr 1fr;gap:8px;place-items:center}
  .creation-nav i{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#3a3836;color:#fff;font-size:19px;font-style:normal}
  .creation-nav i:last-child{background:var(--red);font-size:14px}

  .customer-works{
    margin:0 4px;
    padding:10px 0 7px;
    background:#fff;
  }
  .customer-works>.shell{width:calc(100% - 84px)!important}
  .home-section-head{margin-bottom:8px;align-items:center}
  .home-section-head>div>span{display:none}
  .home-section-head h2{font-size:13px;line-height:1.1;letter-spacing:0}
  .home-section-head>a{font-size:9px;color:var(--red)}
  .customer-works__rail{
    display:grid;
    grid-template-columns:142fr 102fr 139fr 132fr 121fr 113fr 101fr 117fr 167fr;
    gap:7px;
    height:105px;
    padding:0;
    overflow:hidden;
  }
  .customer-works__rail figure{
    min-width:0;
    height:105px;
    border-radius:4px;
    aspect-ratio:auto;
    background-color:#ddd5cb;
    background-image:url('/static/images/home-approved-reference.png');
    background-repeat:no-repeat;
    background-size:100vw auto;
  }
  .customer-works__rail figure:nth-child(1){background-position:-3.339vw -43.012vw}
  .customer-works__rail figure:nth-child(2){background-position:-14.829vw -43.012vw}
  .customer-works__rail figure:nth-child(3){background-position:-23.447vw -43.012vw}
  .customer-works__rail figure:nth-child(4){background-position:-34.550vw -43.012vw}
  .customer-works__rail figure:nth-child(5){background-position:-45.109vw -43.012vw}
  .customer-works__rail figure:nth-child(6){background-position:-55.124vw -43.012vw}
  .customer-works__rail figure:nth-child(7){background-position:-64.519vw -43.012vw}
  .customer-works__rail figure:nth-child(8){background-position:-72.438vw -43.012vw}
  .customer-works__rail figure:nth-child(9){background-position:-82.453vw -43.012vw}
  .customer-works__rail img{display:none}

  .home-header~main .catalog{
    margin:0 4px;
    padding:10px 0 52px;
    border:0;
    background:#fff;
  }
  .home-header~main .catalog>.shell{width:calc(100% - 84px)!important}
  .catalog-heading{display:inline-flex;margin:0 12px 8px 0;vertical-align:middle}
  .catalog-heading>span{display:none}
  .catalog-heading h2{font-size:13px;line-height:1.1;letter-spacing:0}
  .home-header~main .catalog-tabs{display:inline-flex;margin:0 0 8px;vertical-align:middle}
  .home-header~main .catalog-tabs button{min-height:26px;padding:0 11px;font-size:9px}
  .home-header~main .product-grid{clear:both;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px 10px}
  .home-header~main .market-card__media{border-radius:5px}
  .home-header~main .market-card__body{padding:6px 4px 0}
  .home-header~main .market-card__name{min-height:29px;font-size:10px;line-height:1.32}
  .home-header~main .market-card__rating{font-size:8px}
  .home-header~main .market-card__price-row strong{font-size:17px}
  .home-header~main .market-card__actions{grid-template-columns:62px minmax(0,1fr);gap:5px}
  .home-header~main .market-card__actions .quantity,
  .home-header~main .market-card__actions .add-to-cart{height:31px;min-height:31px;border-radius:4px;font-size:9px}
}

/* v27 final placement: override the legacy screenshot-sprite rules above. */
.creation-strip__heading{color:inherit;text-decoration:none}
.creation-next{display:grid;place-items:center;width:38px;min-width:38px;height:38px;margin:auto 0;border:0;border-radius:50%;background:var(--red);color:#fff;font-size:18px;font-weight:800;cursor:pointer}
@media(min-width:821px){
  .creation-list{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;height:100px;min-width:0}
  .creation-scroll{display:flex;gap:9px;min-width:0;overflow:hidden;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory}
  .creation-scroll::-webkit-scrollbar{display:none}
  .creation-card,.creation-card:nth-child(n){position:relative!important;display:block!important;flex:0 0 calc((100% - 45px)/6);height:100px!important;min-height:100px!important;padding:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.22)!important;border-radius:6px!important;background:#342f2b!important;background-image:none!important;background-position:0 0!important;scroll-snap-align:start}
  .creation-card img{display:block!important;width:100%!important;height:100%!important;border-radius:0!important;object-fit:cover;opacity:.88}
  .creation-card span{position:absolute!important;inset:auto 0 0!important;display:block!important;padding:28px 34px 9px 10px!important;background:linear-gradient(to bottom,transparent,rgba(18,16,14,.92))!important;pointer-events:none}
  .creation-card strong{display:block!important;color:#fff;font-size:11px!important;line-height:1.1;letter-spacing:.005em;text-shadow:0 1px 2px #000;white-space:nowrap}
  .creation-card small{display:none!important}
  .creation-card b{position:absolute!important;right:8px;bottom:7px;display:grid!important;width:22px;height:22px;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:12px;line-height:1}
}
@media(max-width:820px){
  .creation-list{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:9px}
  .creation-scroll{display:flex;gap:8px;min-width:0;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .creation-scroll::-webkit-scrollbar{display:none}
  .creation-card{flex:0 0 210px;scroll-snap-align:start}
  .creation-next{align-self:center}
}
