/* Final mobile shell: one compact navigation, a stable header and iOS-safe form controls. */
.toast{pointer-events:none}
@media (max-width:820px){
  :root{--mobile-nav-height:56px}
  body{padding-bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))}
  body.is-cart-open,body.is-checkout-open,body:has(.support-dialog[open]){padding-bottom:0}

  .site-header{min-height:62px}
  .site-header__inner,.home-header__inner{display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;align-items:center!important;gap:8px!important;min-height:62px!important;height:62px!important;padding-block:0!important}
  .site-header__inner>.mobile-menu{grid-column:1;grid-row:1;display:grid!important;place-content:center;width:44px;height:44px;margin:0;padding:8px;border-radius:10px}
  .site-header__inner>.logo{grid-column:2;grid-row:1;justify-self:center;align-self:center;min-width:0;max-width:100%;margin:0!important;text-align:center;overflow:visible}
  .site-header__inner>.logo strong{display:block;max-width:100%;font-size:20px!important;line-height:1!important;letter-spacing:.055em!important;white-space:nowrap}
  .site-header__inner>.logo span{display:block;margin-top:4px;font-size:7px!important;line-height:1!important;letter-spacing:.22em!important;white-space:nowrap}
  .site-header__inner>.cart-trigger,.site-header__inner>.legal-cart,.site-header__inner>.home-cart{display:none!important}
  .site-header__inner>.desktop-nav,.site-header__inner>.catalog-shortcut,.site-header__inner>.catalog-search{display:none!important}
  .site-header__inner::after{content:"";grid-column:3;grid-row:1;width:44px;height:44px}

  .mobile-nav-menu{position:fixed!important;left:10px!important;right:10px!important;top:70px!important;z-index:240!important;max-height:calc(100dvh - 88px);padding:8px 14px!important;overflow:auto;border:1px solid #e7e1da!important;border-radius:14px;background:#fff!important;box-shadow:0 20px 50px rgba(24,18,12,.2)!important}
  .mobile-nav-menu a{min-height:44px;display:flex!important;align-items:center;padding:0 7px!important;font-size:14px}
  body.is-mobile-menu-open::before{content:"";position:fixed;inset:62px 0 0;z-index:45;background:rgba(24,18,12,.18)}

  .mobile-bottom{position:fixed!important;z-index:220!important;left:0!important;right:0!important;bottom:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%!important;height:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))!important;padding:0 6px env(safe-area-inset-bottom)!important;border-top:1px solid #e8e3dd!important;background:rgba(255,255,255,.98)!important;box-shadow:0 -8px 26px rgba(36,28,22,.08)!important;backdrop-filter:blur(16px);box-sizing:border-box}
  .mobile-bottom>a,.mobile-bottom>button{position:relative!important;display:grid!important;grid-template-rows:25px 12px!important;place-items:center!important;align-content:center!important;gap:1px!important;min-width:0!important;min-height:50px!important;margin:0!important;padding:2px 1px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#24211e!important;font-family:inherit!important;text-decoration:none!important;cursor:pointer}
  .mobile-bottom .mobile-bottom__icon{display:grid!important;width:22px!important;height:22px!important;place-items:center!important;font-size:0!important}
  .mobile-bottom .mobile-bottom__icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
  .mobile-bottom .mobile-bottom__label{display:block!important;width:auto!important;height:auto!important;font-size:9px!important;font-weight:700!important;line-height:1!important;white-space:nowrap}
  .mobile-bottom .is-current,.mobile-bottom [data-support-open]{color:#e30613!important}
  .mobile-bottom b{position:absolute!important;top:4px!important;right:calc(50% - 19px)!important;display:grid!important;min-width:17px!important;height:17px!important;padding:0 4px!important;place-items:center!important;border:2px solid #fff!important;border-radius:99px!important;background:#e30613!important;color:#fff!important;font-size:9px!important;line-height:1!important;box-sizing:border-box}
  .mobile-bottom b[hidden]{display:none!important}
  body.is-cart-open .mobile-bottom,body.is-checkout-open .mobile-bottom,body:has(.checkout[open]) .mobile-bottom,body:has(.support-dialog[open]) .mobile-bottom{display:none!important}

  .footer{padding-bottom:32px!important}
  .mobile-buybar{bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom))!important}
  .toast{bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 14px)!important}

  input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),select,textarea{font-size:16px!important}

  .checkout{inset:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;border-radius:0!important;overflow:hidden!important}
  .checkout__panel{height:100dvh!important;max-height:100dvh!important;padding:0 16px 28px!important;overflow-y:auto!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-sizing:border-box}
  .checkout__header{position:sticky!important;z-index:40!important;top:0!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;align-items:center!important;min-height:62px!important;margin:0 -16px 14px!important;padding:5px 12px!important;border-bottom:1px solid #ebe6e0!important;background:rgba(255,255,255,.98)!important;box-shadow:0 5px 18px rgba(36,28,22,.05)!important;backdrop-filter:blur(14px)}
  .checkout__back{grid-column:1!important;display:grid!important;width:44px!important;height:44px!important;place-items:center!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#171717!important;font-size:0!important}
  .checkout__back svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
  .checkout__header-copy{grid-column:2;min-width:0;text-align:center}
  .checkout__header h2{margin:0!important;font-size:19px!important;line-height:1.1!important;white-space:nowrap}
  .checkout__header-meta{display:block!important;margin-top:3px;color:#79726b!important;font-size:10px!important;font-weight:600;line-height:1.1!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .checkout__header::after{content:"";grid-column:3;width:44px;height:44px}
  .checkout__grid{grid-template-columns:1fr!important}
  .checkout__wide{grid-column:1!important}
  .pvz-picker__search input,.city-combobox input,.courier-address input{font-size:16px!important}
}

@media (min-width:821px){.checkout__header-meta{display:none}.checkout__back svg{display:none}.checkout__back::before{content:"×"}}
