.mobile-dock{display:none}
@media(max-width:700px){
 body{padding-bottom:calc(62px + env(safe-area-inset-bottom))}
 .mobile-dock{position:fixed;z-index:120;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:rgba(249,246,240,.97);border-top:1px solid rgba(59,42,31,.15);box-shadow:0 -5px 20px rgba(59,42,31,.08);backdrop-filter:blur(12px)}
 .mobile-dock .dock-link{min-width:0;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;position:relative;background:none;border:0;padding:2px;color:#3B2A1F;font:8px/1 Lato,Arial,sans-serif;letter-spacing:.08em;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent}
 .mobile-dock .dock-link svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
 .mobile-dock .dock-link:hover,.mobile-dock .dock-link:focus-visible{color:#9e8053}
 .mobile-dock .dock-cart b{position:absolute;top:1px;left:calc(50% + 5px);min-width:14px;height:14px;padding:0 3px;display:grid;place-items:center;border-radius:8px;background:#C9A96A;color:#3B2A1F;font:9px/1 Lato,Arial,sans-serif}
}
