/* Static archive safety layer: preserve the recovered Shopify design. */
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; }
img { max-width: 100%; height: auto; }
image-with-text-overlay,
product-list,
product-card,
featured-collections-carousel,
collection-list,
marquee-text { display: block; }
[reveal-on-scroll] { opacity: 1 !important; visibility: visible !important; transform: none !important; }
.shopify-section--image-with-text-overlay .content-over-media {
  min-height: min(50vw, 760px);
  background: #171717 url('/assets/vision/Perseverance_11.png') center / cover no-repeat;
}
.shopify-section--image-with-text-overlay picture,
.shopify-section--image-with-text-overlay picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__logo-image { width: 140px; height: auto; }
.archive-product-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  background: #f5f5f5;
}
[aria-label="Change country or currency"] img,
a[href="/search"], a[href="/search/"],
a[href="/cart"], a[href="/cart/"] {
  display: none !important;
}
.drawer, dialog, quick-buy-modal, cart-drawer { display: none; }
a:focus-visible, button:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; }
@media (max-width: 699px) {
  .shopify-section--image-with-text-overlay .content-over-media { min-height: 86vw; }
  .header__logo-image { width: 118px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
