:root{--matrix-ink:#F1F1ED;--matrix-cream:#03050A;--matrix-gold:#8A7840;--matrix-sage:#665A35;--matrix-line:#293139}
body{background:var(--matrix-cream);color:var(--matrix-ink)}
.header-section{--color-background:#03050a;--color-background-rgb:3 5 10}
.footer{--color-background:#07111c;--color-background-rgb:7 17 28}
.product-card__image,.product-media-container{background:#03050A}
.product-card,.collection-card{transition:transform .35s ease}
.product-card:hover,.collection-card:hover{transform:translateY(-4px)}
.button,.shopify-payment-button__button{letter-spacing:.02em}
[data-template^="product"] .product-information{padding-top:34px}
[data-template^="collection"] .resource-list__item img{transition:transform .55s ease}
[data-template^="collection"] .resource-list__item:hover img{transform:scale(1.025)}
@media(prefers-reduced-motion:reduce){.product-card,.collection-card,[data-template^="collection"] .resource-list__item img{transition:none}}

.header .header__underlay-open{background-color:#0d171e}
@media screen and (min-width:750px){
  .header .menu-list__submenu-inner,
  .header .overflow-menu::part(overflow){
    background-color:#0d171e;
    color:#f1f1ed;
    --color-background:#0d171e;
    --color-background-rgb:13 23 30;
    --color-foreground:#f1f1ed;
    --color-foreground-rgb:241 241 237;
  }
  .header .menu-list__submenu-inner{border-bottom:1px solid #293139}
}
