@media(max-width:700px){
  body .store-nav{height:92px!important;display:grid;grid-template-columns:92px minmax(0,1fr) 52px;grid-template-rows:44px 32px;gap:0 6px;overflow:visible}
  .store-brand{grid-column:2;grid-row:1/3;justify-self:center;align-self:center;margin:0;min-width:0}
  .store-brand img{width:58px!important;height:58px!important}
  .store-brand span{display:none}
  .cart-open{grid-column:3;grid-row:1/3;align-self:center;justify-self:end;width:46px;height:46px;padding:0;justify-content:center}
  .cart-open b{width:32px;height:32px}
  .store-nav>.language-switch{grid-column:1;grid-row:1;justify-self:start;margin:0!important;position:static!important;padding:0!important;background:transparent!important;border:0!important}
  .store-nav>.language-switch button{width:40px;min-width:40px;height:44px;padding:0}
  .store-nav>.language-switch span{display:none}
  .store-nav>.header-socials{display:flex!important;grid-column:1;grid-row:2;justify-self:start;align-self:start;gap:4px!important}
  .store-nav>.header-socials a{width:26px;height:26px}
  .hero-copy h1{font-size:clamp(47px,14vw,55px)}
  .hero-copy a,.product-bottom button,.order-help a{min-height:48px;align-items:center;justify-content:center;text-align:center}
  .category-tabs button,.family-links button,.family-all,.gi-guide button{min-height:44px}
  .cart-close,.dialog-close{min-width:44px;min-height:44px}
}
@media(max-width:350px){.product-grid{grid-template-columns:1fr}.product-visual{height:230px}}
