/* Mario Pizzaldo — светлая минималистичная тема */
*,*::before,*::after{box-sizing:border-box}
:root{
  --bg:#fff;
  --surface:#f5f4f1;
  --surface2:#eceae5;
  --text:#111110;
  --muted:#7d7a73;
  --line:#e8e6e0;
  --ink:#111110;          /* кнопки */
  --pop:#ffce1f;          /* жёлтый акцент */
  --hot:#e0402c;
  --ok:#1f9254;
  --r:20px; --rs:12px;
  --head:64px;
  --shadow:0 1px 2px rgba(17,17,16,.05), 0 8px 24px rgba(17,17,16,.06);
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font:400 16px/1.45 var(--font);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.lock{overflow:hidden}
img,svg{display:block;max-width:100%}
button{font:inherit;color:inherit;border:0;background:none;cursor:pointer;padding:0}
input,textarea,select{font:inherit;color:inherit}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{margin:0;letter-spacing:-.025em;font-weight:800;line-height:1.08}
.wrap{max-width:1240px;margin:0 auto;padding:0 16px}
@media(min-width:900px){.wrap{padding:0 28px}}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ---------- шапка ---------- */
.head{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}
.head__in{display:flex;align-items:center;gap:16px;height:var(--head)}
.logo{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;letter-spacing:-.03em;white-space:nowrap}
.logo b{font-weight:800}
.logo__dot{width:9px;height:9px;border-radius:50%;background:var(--pop);flex:none;margin-top:3px}
.head__loc{display:none;align-items:center;gap:6px;font-size:14px;color:var(--muted)}
.head__sp{flex:1}
.head__nav{display:none;gap:22px;font-size:14px;color:var(--muted)}
.head__nav a:hover{color:var(--text)}
.head__phone{display:none;text-align:right;line-height:1.15}
.head__phone b{font-size:15px;font-weight:700;letter-spacing:-.01em}
.head__phone span{display:block;font-size:11px;color:var(--muted)}
.cartbtn{display:inline-flex;align-items:center;gap:9px;height:42px;padding:0 8px 0 16px;border-radius:999px;background:var(--ink);color:#fff;font-weight:600;font-size:14px;white-space:nowrap;transition:transform .12s,opacity .12s}
.cartbtn:active{transform:scale(.97)}
.cartbtn__c{min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--pop);color:#111;display:grid;place-items:center;font-size:12px;font-weight:700}
.cartbtn.is-empty{background:var(--surface);color:var(--text)}
.cartbtn.is-empty .cartbtn__c{display:none}
@media(min-width:820px){.head__loc{display:flex}.head__phone{display:block}}
@media(min-width:1080px){.head__nav{display:flex}}

/* ---------- табы ---------- */
.tabs{position:sticky;top:var(--head);z-index:55;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.tabs__in{max-width:1240px;margin:0 auto;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:11px 16px}
.tabs__in::-webkit-scrollbar{display:none}
.tab{flex:none;height:38px;padding:0 16px;border-radius:999px;background:var(--surface);font-size:14px;font-weight:600;white-space:nowrap;color:#3d3b37;transition:.15s}
.tab:hover{background:var(--surface2)}
.tab.is-active{background:var(--ink);color:#fff}

/* ---------- герой ---------- */
.hero{padding:24px 0 8px}
.hero__grid{display:grid;gap:12px;grid-template-columns:1fr}
@media(min-width:860px){.hero__grid{grid-template-columns:1.6fr 1fr;grid-template-rows:auto auto}}
.promo{border-radius:var(--r);padding:26px;position:relative;overflow:hidden;min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}
.promo h2{font-size:clamp(22px,4.4vw,34px);margin-bottom:8px}
.promo p{margin:0;font-size:14px;line-height:1.4;max-width:38ch;color:#4a473f}
.promo--main{background:var(--pop);min-height:260px}
@media(min-width:860px){.promo--main{grid-row:span 2;min-height:340px}}
.promo--main h2{font-size:clamp(26px,3.6vw,44px)}
.promo--a{background:var(--surface)}
.promo--b{background:var(--ink);color:#fff}
.promo--b p{color:#b6b3ac}
.promo__k{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin-bottom:auto;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:rgba(17,17,16,.1);padding:6px 12px;border-radius:999px}
.promo--b .promo__k{background:rgba(255,255,255,.14)}
.promo__cta{margin-top:16px;align-self:flex-start;height:44px;padding:0 22px;border-radius:999px;background:var(--ink);color:#fff;font-weight:600;font-size:14px}
.promo--b .promo__cta{background:var(--pop);color:#111}

/* ---------- инфо-строка ---------- */
.strip{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin:16px 0 4px}
@media(min-width:760px){.strip{grid-template-columns:repeat(4,1fr)}}
.strip div{background:var(--surface);border-radius:var(--rs);padding:14px 16px}
.strip b{display:block;font-size:15px;font-weight:700;letter-spacing:-.01em}
.strip span{font-size:12.5px;color:var(--muted)}

/* ---------- каталог ---------- */
.cat{padding:34px 0 0;scroll-margin-top:120px}
.cat__h{display:flex;align-items:baseline;gap:12px;margin-bottom:18px;flex-wrap:wrap}
.cat__h h2{font-size:clamp(24px,4vw,34px)}
.cat__h span{font-size:14px;color:var(--muted)}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
@media(min-width:700px){.grid{grid-template-columns:repeat(3,1fr);gap:18px}}
@media(min-width:1060px){.grid{grid-template-columns:repeat(4,1fr)}}

.card{background:var(--surface);border-radius:var(--r);padding:10px 14px 16px;display:flex;flex-direction:column;text-align:left;transition:background .15s,transform .15s;position:relative}
.card:hover{background:var(--surface2)}
.card:active{transform:scale(.99)}
.card__ph{position:relative;aspect-ratio:1.14;border-radius:14px;overflow:hidden;background:#fff;margin-bottom:12px}
.card__ph img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.card:hover .card__ph img{transform:scale(1.04)}
.badges{position:absolute;top:8px;left:8px;display:flex;gap:5px;flex-wrap:wrap;max-width:88%}
.badge{padding:4px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1)}
.badge--new{background:var(--pop)}
.badge--hot{background:var(--hot);color:#fff}
.badge--veg{background:#1f9254;color:#fff}
.card__n{font-size:16px;font-weight:700;letter-spacing:-.015em;line-height:1.2;margin-bottom:5px}
.card__w{font-size:12px;color:var(--muted);margin-bottom:6px}
.card__d{font-size:13px;color:var(--muted);line-height:1.35;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card__f{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}
.card__p{font-size:18px;font-weight:800;letter-spacing:-.02em;white-space:nowrap}
.card__p s{display:block;font-size:12px;font-weight:500;color:var(--muted)}
.card__b{height:38px;padding:0 16px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:600;white-space:nowrap;transition:.15s}
.card__b:hover{background:#000}
@media(min-width:700px){.card__n{font-size:17px}}

/* ---------- подвал ---------- */
.foot{margin-top:64px;border-top:1px solid var(--line);padding:44px 0 56px;background:var(--surface)}
.foot__g{display:grid;gap:28px;grid-template-columns:1fr}
@media(min-width:760px){.foot__g{grid-template-columns:1.4fr 1fr 1fr 1fr}}
.foot h4{font-size:14px;margin-bottom:12px;letter-spacing:0;font-weight:700}
.foot p,.foot li{margin:0 0 7px;font-size:14px;color:var(--muted);line-height:1.45}
.foot ul{list-style:none;margin:0;padding:0}
.foot__note{margin-top:34px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:#a5a29a;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}

/* ---------- оверлей и панели ---------- */
.ov{position:fixed;inset:0;z-index:100;background:rgba(17,17,16,.42);opacity:0;pointer-events:none;transition:opacity .22s}
.ov.is-open{opacity:1;pointer-events:auto}
.panel{position:fixed;z-index:110;background:#fff;display:flex;flex-direction:column;box-shadow:0 -8px 40px rgba(0,0,0,.14)}
.panel__x{position:absolute;top:14px;right:14px;z-index:5;width:38px;height:38px;border-radius:50%;background:var(--surface);display:grid;place-items:center;transition:.15s}
.panel__x:hover{background:var(--surface2)}
.panel__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}
.panel__foot{padding:14px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fff}

/* товар — снизу на мобиле, по центру на десктопе */
#sheetProduct{inset:auto 0 0 0;height:94dvh;border-radius:22px 22px 0 0;transform:translateY(101%);transition:transform .3s cubic-bezier(.22,.72,.3,1)}
#sheetProduct.is-open{transform:none}
@media(min-width:900px){
  #sheetProduct{inset:50% auto auto 50%;width:min(940px,94vw);height:min(86vh,760px);border-radius:24px;transform:translate(-50%,-47%);opacity:0;transition:.22s}
  #sheetProduct.is-open{transform:translate(-50%,-50%);opacity:1}
}
/* корзина — справа */
#sheetCart{inset:0 0 0 auto;width:min(460px,100vw);transform:translateX(101%);transition:transform .28s cubic-bezier(.22,.72,.3,1)}
#sheetCart.is-open{transform:none}

.prod{display:flex;flex-direction:column;height:100%}
@media(min-width:900px){.prod{flex-direction:row}}
.prod__img{background:var(--surface);display:grid;place-items:center;padding:16px}
.prod__img img{border-radius:16px;width:100%;max-width:380px;aspect-ratio:1.14;object-fit:cover}
@media(min-width:900px){.prod__img{flex:0 0 44%;padding:28px;align-content:center}}
.prod__side{flex:1;padding:20px 20px 8px;overflow-y:auto}
@media(min-width:900px){.prod__side{padding:34px 34px 12px}}
.prod__n{font-size:clamp(24px,5vw,32px);margin-bottom:6px}
.prod__w{font-size:13px;color:var(--muted);margin-bottom:12px}
.prod__d{font-size:15px;color:#4b4842;line-height:1.45;margin:0 0 22px}
.opt{margin-bottom:22px}
.opt__t{font-size:13px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}
.seg{display:flex;background:var(--surface);border-radius:999px;padding:4px;gap:4px}
.seg button{flex:1;height:40px;border-radius:999px;font-size:13.5px;font-weight:600;color:#605d57;transition:.15s;padding:0 8px}
.seg button.is-on{background:#fff;color:var(--text);box-shadow:var(--shadow)}
.opts{display:grid;gap:8px}
.orow{display:flex;align-items:center;gap:12px;padding:13px 16px;border-radius:14px;background:var(--surface);border:1.5px solid transparent;transition:.15s;text-align:left;width:100%}
.orow:hover{background:var(--surface2)}
.orow.is-on{border-color:var(--ink);background:#fff}
.orow__r{width:19px;height:19px;border-radius:50%;border:2px solid #c9c6be;flex:none;display:grid;place-items:center}
.orow.is-on .orow__r{border-color:var(--ink)}
.orow.is-on .orow__r::after{content:"";width:9px;height:9px;border-radius:50%;background:var(--ink)}
.orow__n{flex:1;font-size:14.5px}
.orow__p{font-size:14px;font-weight:700;color:var(--muted);white-space:nowrap}

.btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:54px;border-radius:999px;background:var(--ink);color:#fff;font-weight:600;font-size:16px;transition:.15s}
.btn:hover{background:#000}
.btn:active{transform:scale(.99)}
.btn:disabled{opacity:.35;pointer-events:none}
.btn--ghost{background:var(--surface);color:var(--text)}
.btn--ghost:hover{background:var(--surface2)}
.btn--pop{background:var(--pop);color:#111}
.btn--pop:hover{background:#f5c40f}

/* корзина */
.cart__h{padding:22px 20px 12px;border-bottom:1px solid var(--line)}
.cart__h h3{font-size:22px}
.citem{display:flex;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}
.citem__i{width:74px;height:66px;flex:none;border-radius:10px;overflow:hidden;background:var(--surface)}
.citem__i img{width:100%;height:100%;object-fit:cover}
.citem__b{flex:1;min-width:0}
.citem__n{font-size:14.5px;font-weight:700;line-height:1.25}
.citem__o{font-size:12.5px;color:var(--muted);margin:3px 0 9px;line-height:1.3}
.citem__r{display:flex;align-items:center;justify-content:space-between;gap:10px}
.qty{display:inline-flex;align-items:center;background:var(--surface);border-radius:999px}
.qty button{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;color:#5f5c56;font-size:17px;line-height:1}
.qty button:hover{color:#111}
.qty span{min-width:26px;text-align:center;font-size:14px;font-weight:700}
.citem__p{font-weight:700;font-size:15px;white-space:nowrap}
.sums{padding:16px 20px 4px}
.sumrow{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:8px}
.sumrow b{color:var(--text);font-weight:600}
.sumrow--tot{font-size:20px;font-weight:800;color:var(--text);letter-spacing:-.02em;padding-top:12px;border-top:1px solid var(--line);margin-top:4px}
.empty{padding:80px 30px;text-align:center;color:var(--muted)}
.empty b{display:block;color:var(--text);font-size:19px;font-weight:700;margin-bottom:8px}

/* оформление */
.co{padding:22px 20px 10px}
.co h3{font-size:24px;margin-bottom:18px}
.field{margin-bottom:14px}
.field label{display:block;font-size:12.5px;color:var(--muted);margin-bottom:6px;font-weight:600}
.field input,.field textarea,.field select{width:100%;height:50px;padding:0 15px;border-radius:12px;background:var(--surface);border:1.5px solid transparent;outline:none;font-size:16px;transition:.15s;-webkit-appearance:none}
.field textarea{height:84px;padding:13px 15px;resize:none}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--ink);background:#fff}
.field.err input,.field.err select{border-color:var(--hot)}
.field .msg{display:none;color:var(--hot);font-size:12px;margin-top:5px}
.field.err .msg{display:block}
.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.note{font-size:12.5px;color:var(--muted);margin:-6px 0 16px;line-height:1.4}
.done{padding:56px 26px;text-align:center}
.done__i{width:76px;height:76px;border-radius:50%;background:var(--ok);display:grid;place-items:center;margin:0 auto 20px}
.done h3{font-size:26px;margin-bottom:10px}
.done p{color:var(--muted);font-size:15px;line-height:1.5;margin:0 0 8px}
.done__id{display:inline-block;margin:14px 0 22px;padding:10px 20px;border-radius:999px;background:var(--surface);font-weight:700;letter-spacing:.02em}
.toast{position:fixed;left:50%;bottom:24px;z-index:200;transform:translate(-50%,26px);background:var(--ink);color:#fff;font-size:14px;font-weight:600;padding:13px 22px;border-radius:999px;opacity:0;pointer-events:none;transition:.22s;box-shadow:0 8px 30px rgba(0,0,0,.2);max-width:88vw;text-align:center}
.toast.is-on{opacity:1;transform:translate(-50%,0)}
.skel{background:linear-gradient(90deg,var(--surface),var(--surface2),var(--surface));background-size:200% 100%;animation:sk 1.2s infinite;border-radius:var(--r);height:300px}
@keyframes sk{0%{background-position:200% 0}100%{background-position:-200% 0}}

/* ---------- карточка товара: состав и допы ---------- */
.prod__side{padding-bottom:0}
.ings{display:flex;flex-wrap:wrap;gap:8px}
.ing{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;background:var(--surface);font-size:13.5px;border:1.5px solid transparent;transition:.15s;line-height:1.2}
.ing:hover{background:var(--surface2)}
.ing svg{opacity:.4;flex:none}
.ing.is-off{background:#fff;border-color:var(--line);color:#a8a59d;text-decoration:line-through}
.ing.is-off svg{opacity:1;color:var(--hot)}
.opt__hint{font-size:12px;color:var(--muted);text-transform:none;letter-spacing:0;font-weight:400;margin-left:6px}
.grp{font-size:11.5px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin:18px 0 9px}
.grp:first-child{margin-top:0}
.adds{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
@media(min-width:900px){.adds{grid-template-columns:repeat(4,1fr)}}
.add{position:relative;background:var(--surface);border:2px solid transparent;border-radius:14px;padding:6px 6px 9px;text-align:center;transition:.15s}
.add:hover{background:var(--surface2)}
.add.is-on{border-color:var(--ink);background:#fff}
.add img{width:100%;aspect-ratio:1.33;object-fit:contain;pointer-events:none}
.add__n{font-size:11.5px;line-height:1.2;margin:2px 0 3px;min-height:2.4em;display:flex;align-items:center;justify-content:center}
.add__p{font-size:13px;font-weight:700}
.add__c{position:absolute;top:5px;right:5px;width:20px;height:20px;border-radius:50%;background:var(--ink);display:none;place-items:center}
.add.is-on .add__c{display:grid}
.prod__bar{position:sticky;bottom:0;background:linear-gradient(to top,#fff 74%,rgba(255,255,255,0));padding:16px 0 18px;margin-top:8px}
.prod__bar small{display:block;text-align:center;color:var(--muted);font-size:12px;margin-bottom:9px}
.citem__o b{color:#5f5c56;font-weight:600}
.citem__o em{font-style:normal;color:var(--hot)}

/* карточка товара: на мобиле прокручивается целиком, на десктопе — только правая колонка */
@media(max-width:899px){
  .prod{display:block}
  .prod__img{padding:14px 16px 0}
  .prod__img img{max-width:none}
  .prod__side{overflow:visible;padding:18px 20px 0}
}
@media(min-width:900px){
  #sheetProduct .panel__body{overflow:hidden}
}
.prod__bar{background:#fff;box-shadow:0 -14px 16px -8px #fff}

/* ---------- подарки, допродажа, бонусы в корзине ---------- */
.gift{margin:6px 20px 4px;padding:14px 16px;border-radius:16px;background:var(--surface)}
.gift--on{background:#fff8de;border:1.5px solid var(--pop)}
.gift__h{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;margin-bottom:4px}
.gift__t{font-size:13px;color:var(--muted);line-height:1.35}
.gift__t b{color:var(--text)}
.bar{height:7px;border-radius:99px;background:var(--surface2);overflow:hidden;margin:11px 0 8px}
.bar i{display:block;height:100%;border-radius:99px;background:var(--pop);transition:width .3s}
.gifts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}
.gcard{background:#fff;border:2px solid transparent;border-radius:13px;padding:6px 6px 9px;text-align:center;transition:.15s}
.gcard.is-on{border-color:var(--ink)}
.gcard img{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:9px}
.gcard span{display:block;font-size:11.5px;line-height:1.2;margin-top:5px}
.gcard small{display:block;font-size:11px;color:var(--muted);margin-top:2px}
.gcard.is-lock{opacity:.45}
.ups{margin:14px 0 4px;padding:0 20px}
.ups__h{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:10px}
.ups__row{display:flex;gap:9px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px;margin:0 -20px;padding-left:20px;padding-right:20px}
.ups__row::-webkit-scrollbar{display:none}
.ucard{flex:none;width:118px;background:var(--surface);border-radius:14px;padding:7px 8px 10px;text-align:center;transition:.15s}
.ucard:hover{background:var(--surface2)}
.ucard img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:10px}
.ucard b{display:block;font-size:11.5px;font-weight:600;line-height:1.2;margin:6px 0 4px;min-height:2.4em}
.ucard span{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700}
.ucard span::before{content:"+";display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--ink);color:#fff;font-size:12px;line-height:1}
.sumrow--bonus b{color:#1f9254}
.check{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#4b4842;line-height:1.35;cursor:pointer;margin:2px 0 16px}
.check input{width:19px;height:19px;flex:none;margin:1px 0 0;accent-color:var(--ink)}

/* ---------- установка приложения и пуши ---------- */
.pwa{position:fixed;left:12px;right:12px;bottom:12px;z-index:80;background:var(--ink);color:#fff;border-radius:16px;padding:14px 16px;display:none;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.pwa.on{display:flex}
.pwa img{width:40px;height:40px;border-radius:10px;flex:none}
.pwa__t{flex:1;font-size:13.5px;line-height:1.3}
.pwa__t b{display:block;font-size:14.5px;margin-bottom:2px}
.pwa button{height:36px;padding:0 15px;border-radius:999px;background:var(--pop);color:#111;font-weight:700;font-size:13px;white-space:nowrap}
.pwa .skip{background:transparent;color:#b6b3ac;padding:0 6px;font-weight:500}
@media(min-width:760px){.pwa{left:auto;right:20px;bottom:20px;max-width:400px}}
.excl{background:#fff8de;border:1px solid var(--pop);border-radius:13px;padding:11px 14px;font-size:13px;line-height:1.4;margin:2px 0 14px;color:#5b5220}
.excl b{color:#111}

/* ---------- вход в кабинет с любого экрана ---------- */
.head__lk{width:40px;height:40px;border-radius:50%;background:var(--surface);display:grid;place-items:center;flex:none;transition:.15s;color:var(--text)}
.head__lk:hover{background:var(--surface2)}
.head__lk.is-in{background:var(--pop)}
.pwa__ios{display:block;font-size:12.5px;color:#b6b3ac;margin-top:6px;line-height:1.35}
.pwa__ios b{color:#fff}
.hello{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:14px;padding:11px 14px;margin:14px 0 0;font-size:13.5px}
.hello b{font-weight:700}
.hello a{margin-left:auto;font-weight:600;white-space:nowrap;color:var(--text);text-decoration:underline}

/* ---------- карта зон доставки ---------- */
.mapbox{border-radius:var(--r);overflow:hidden;background:var(--surface);min-height:64px;display:flex;align-items:center;justify-content:center}
.mapbox__btn{height:52px;padding:0 26px;border-radius:999px;background:var(--ink);color:#fff;font-weight:600;font-size:15px;margin:6px}
.mapbox__btn:hover{background:#000}
.mapbox iframe,.mapbox ymaps{width:100%!important;border:0}
.mapbox.is-on{min-height:340px;display:block}
