/* Shared mobile and tablet refinements verified at 390px and 768px. */
.catalogue-head{scroll-margin-top:74px}
@media(min-width:1001px){.header-tools .account-link{display:inline-flex;align-items:center;border:0;background:none;padding:8px 0;font-size:9px;letter-spacing:.14em}}

@media(max-width:1000px){
  .product-gallery{display:flex;overflow-x:auto;gap:0;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  .product-gallery::-webkit-scrollbar{display:none}
  .product-gallery figure,.product-gallery figure:first-child{min-width:100%;min-height:110vw;flex:0 0 100%;border-right:1px solid #000;border-bottom:0;scroll-snap-align:start}
}

@media(max-width:640px){
  .product-gallery figure,.product-gallery figure:first-child{min-height:126vw}
  .checkout-title h1{max-width:100%;font-size:clamp(44px,14vw,58px);letter-spacing:-.085em}
  .checkout-title p{overflow-wrap:anywhere}
}
