/** Shopify CDN: Minification failed

Line 25:17 Expected identifier but found whitespace
Line 25:19 Unexpected "{"
Line 25:29 Expected ":"
Line 25:84 Unexpected ","
Line 25:87 Unexpected "{"
Line 25:97 Expected ":"
Line 26:14 Expected identifier but found whitespace
Line 26:16 Unexpected "{"
Line 26:26 Expected ":"
Line 26:79 Unexpected ","
... and 2 more hidden warnings

**/
:root {
  --sr-bg: #050505;
  --sr-bg-soft: #0b0b0b;
  --sr-text: #f5f5f5;
  --sr-text-dim: rgba(245,245,245,.72);
  --sr-border: rgba(255,255,255,.12);
  --sr-accent: #f5f5f5;
  --page-width: 1400px;
  --gutter: 2rem;
  --font-heading: {{ settings.type_header_font.family | default: 'Helvetica Neue' }}, {{ settings.type_header_font.fallback_families | default: 'Arial, sans-serif' }};
  --font-body: {{ settings.type_body_font.family | default: 'Helvetica Neue' }}, {{ settings.type_body_font.fallback_families | default: 'Arial, sans-serif' }};
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--sr-bg);
  color: var(--sr-text);
  font-family: var(--font-body);
  line-height: 1.5;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  overscroll-behavior-x: none;
}
.pro-header,
.pro-header__inner,
.pro-header__left,
.pro-header__center,
.pro-header__right,
.page-width,
.collection-grid,
.product-grid,
.sr-product__grid,
.footer__inner {
  max-width: 100%;
}
.pro-header__menu,
.pro-header__drawer-menu,
.announcement-bar__text,
.sr-strip p,
.sr-benefit,
.pro-header__link,
.pro-header__drawer-link,
.pro-header__drawer-mini-link,
.header__nav a,
.footer__menu a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 989px) {
  .page-width {
    padding-left: min(var(--gutter), 5vw);
    padding-right: min(var(--gutter), 5vw);
  }

  .pro-header__inner,
  .footer__inner,
  .collection-grid,
  .product-grid,
  .sr-product__grid {
    width: 100%;
    min-width: 0;
  }

  .pro-header__left,
  .pro-header__center,
  .pro-header__right,
  .pro-header__branding,
  .pro-header__logo-link {
    min-width: 0;
  }

  .pro-header__logo-image {
    max-width: min(42vw, 180px);
  }

  .announcement-bar__text,
  .sr-strip p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    letter-spacing: 0.1em;
  }
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
.button,
.sr-button,
.shopify-payment-button__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.95rem 1.4rem;
  border: 1px solid var(--sr-accent);
  background: var(--sr-accent);
  color: var(--sr-bg);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .82rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, opacity .2s ease, background .2s ease, color .2s ease;
}
.button:hover, .sr-button:hover { transform: translateY(-2px); opacity: .95; }
.button--secondary {
  background: transparent;
  color: var(--sr-text);
}
.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}
.sr-grid { display: grid; gap: 1.5rem; }
.sr-kicker {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .8rem;
  color: var(--sr-text-dim);
}
.sr-title,
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-heading);
  text-transform: uppercase;
  line-height: .95;
  letter-spacing: -.03em;
}
.sr-section { padding: 4.5rem 0; }
.sr-border-top { border-top: 1px solid var(--sr-border); }
.sr-border-bottom { border-bottom: 1px solid var(--sr-border); }
.rte p:last-child { margin-bottom: 0; }


.pro-header {
  position: relative;
  z-index: 40;
  background: var(--ph-bg);
  border-bottom: 1px solid var(--ph-border);
  color: var(--ph-text);
}
.pro-header--sticky { position: sticky; top: 0; }
.pro-header--transparent {
  background: transparent;
  border-bottom: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.pro-header a { color: var(--ph-text); text-decoration: none; }
.pro-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 84px;
  gap: 20px;
}
.pro-header__left,
.pro-header__center,
.pro-header__right { display: flex; align-items: center; }
.pro-header__left { justify-content: flex-start; gap: 24px; }
.pro-header__center { justify-content: center; }
.pro-header__right { justify-content: flex-end; gap: 24px; }
.pro-header__branding { display: flex; align-items: center; }
.pro-header__branding--left,
.pro-header__branding--right { margin-right: 24px; }
.pro-header__logo-link,
.pro-header__logo-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pro-header__logo-image { display: block; height: auto; max-width: 100%; max-height: 56px; }
.pro-header__logo-text {
  font-size: 1rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
}
.pro-header__nav--desktop { display: block; }
.pro-header__menu,
.list-unstyled { list-style: none; }
.pro-header__menu {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}
.pro-header__link {
  font-size: 0.83rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.pro-header__link:hover,
.pro-header__icon-link:hover,
.pro-header__drawer-link:hover,
.pro-header__drawer-mini-link:hover { color: var(--ph-hover); }
.pro-header__icons { display: flex; align-items: center; gap: 14px; }
.pro-header__icon-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.pro-header__icon-link svg { width: 22px; height: 22px; display: block; }
.pro-header__cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ph-text);
  color: var(--ph-bg);
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
}
.pro-header__toggle {
  display: none;
  width: 28px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.pro-header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--ph-toggle);
  transition: background 0.2s ease;
}
.pro-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(0, 0, 0, 0.55);
}
.pro-header__drawer-inner {
  width: min(88vw, 420px);
  height: 100%;
  background: var(--ph-mobile-bg);
  padding: 24px 22px 32px;
  border-right: 1px solid var(--ph-border);
  overflow-y: auto;
}
.pro-header__drawer-top { display: flex; justify-content: flex-end; margin-bottom: 18px; }
.pro-header__drawer-close {
  background: transparent;
  border: 0;
  color: var(--ph-text);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.pro-header__drawer-menu { margin: 0; padding: 20px 0 0; list-style: none; }
.pro-header__drawer-link {
  display: block;
  padding: 14px 0;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pro-header__drawer-icons { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.pro-header__drawer-mini-link {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.9;
}
.pro-header--left .pro-header__inner { grid-template-columns: auto 1fr auto; }
.pro-header--left .pro-header__center { display: none; }
.pro-header--right .pro-header__inner { grid-template-columns: 1fr 1fr auto; }
.pro-header--right .pro-header__center { display: none; }
.pro-header--right .pro-header__right { gap: 18px; }
.overflow-hidden { overflow: hidden; }
@media screen and (max-width: 989px) {
  .pro-header__inner { min-height: 72px; }
  .pro-header__toggle { display: inline-flex; }
  .pro-header__nav--desktop { display: none; }
  .pro-header__left { gap: 12px; }
  .pro-header__right { gap: 12px; }
  .pro-header__icon-link svg { width: 20px; height: 20px; }
  .pro-header__cart-count { top: -7px; right: -8px; }

  /* Keep mobile logo placement matching desktop selection */
  .pro-header--center .pro-header__inner { grid-template-columns: auto 1fr auto; }
  .pro-header--center .pro-header__center { display: flex !important; justify-content: center; }

  .pro-header--left .pro-header__inner { grid-template-columns: auto 1fr auto; }
  .pro-header--left .pro-header__center { display: none !important; }
  .pro-header--left .pro-header__branding--left { display: flex; margin-right: 0; }

  .pro-header--right .pro-header__inner { grid-template-columns: auto 1fr auto; }
  .pro-header--right .pro-header__center { display: none !important; }
  .pro-header--right .pro-header__branding--right { display: flex; margin-right: 0; }
}


.header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(10px);
  background: rgba(5,5,5,.82);
  border-bottom: 1px solid var(--sr-border);
}
.header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
}
.header--logo-left .header__inner {
  grid-template-columns: auto 1fr auto;
}
.header__brand {
  justify-self: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .95rem;
}
.header--logo-left .header__brand {
  justify-self: start;
  order: -1;
}
.header__logo {
  max-height: 44px;
  width: auto;
}
.header__nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  align-items: center;
}
.header__nav--left {
  justify-self: start;
}
.header--logo-left .header__nav--left {
  justify-self: center;
}
.header__nav--right {
  justify-self: end;
  justify-content: flex-end;
}
.header__nav a,
.footer__menu a {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
}
.header__nav a,
.header__action-link,
.header__icon,
.header__cart-count {
  color: #ffffff;
}
.header__nav a:hover,
.header__action-link:hover {
  opacity: .82;
}
.header__action-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
}
.header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
}
.header__icon svg {
  width: 100%;
  height: 100%;
}
.header__cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 .25rem;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1;
}
.footer__menu a {
  color: var(--sr-text-dim);
}
.announcement-bar {
  background: #0d0d0d;
  border-bottom: 1px solid var(--sr-border);
}
.announcement-bar__text {
  margin: 0;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
}
.footer {
  border-top: 1px solid var(--sr-border);
  background: #080808;
}
.footer__inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
}
.footer__brand-title { margin: 0 0 .75rem; font-size: 1.6rem; }
.footer__brand-copy { color: var(--sr-text-dim); max-width: 42rem; }
.footer__menu { display: grid; gap: .75rem; align-content: start; justify-content: end; }
.collection-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1.25rem;
}
.card-product {
  background: #090909;
  border: 1px solid var(--sr-border);
}
.card-product__media {
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #111;
}
.card-product__media img { width: 100%; height: 100%; object-fit: cover; }
.card-product__content { padding: 1rem; }
.card-product__title { margin: 0 0 .3rem; font-size: 1rem; }
.card-product__price { margin: 0; color: var(--sr-text-dim); font-size: .92rem; }
.section-heading { margin-bottom: 1.5rem; max-width: 44rem; }
.section-heading h2 { margin: 0 0 .75rem; font-size: clamp(1.8rem, 4vw, 3.75rem); }
.section-heading p { margin: 0; color: var(--sr-text-dim); }
.sr-product {
  padding: 3rem 0 5rem;
}
.sr-product__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
}
.sr-product__media {
  background: #0d0d0d;
  border: 1px solid var(--sr-border);
}
.sr-product__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.sr-product__title { margin: .5rem 0 1rem; font-size: clamp(2rem, 5vw, 4.5rem); }
.sr-product__price { font-size: 1.1rem; margin: 0 0 1rem; color: var(--sr-text-dim); }
.sr-product__description { color: var(--sr-text-dim); margin-bottom: 1.25rem; }
.sr-product__form {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}
.sr-product__meta {
  display: grid;
  gap: .8rem;
  margin-top: 1.5rem;
}
.sr-product__meta-item {
  padding-bottom: .8rem;
  border-bottom: 1px solid var(--sr-border);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .82rem;
}
.field, .select {
  width: 100%;
  background: #0d0d0d;
  border: 1px solid var(--sr-border);
  color: var(--sr-text);
  padding: .9rem 1rem;
}
.quantity {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}
.quantity input {
  width: 86px;
  background: #0d0d0d;
  border: 1px solid var(--sr-border);
  color: var(--sr-text);
  padding: .9rem .8rem;
}
.hero-image-placeholder,
.image-placeholder {
  background: linear-gradient(135deg, #0f0f0f, #1a1a1a);
  min-height: 300px;
  border: 1px solid var(--sr-border);
}
.sr-visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
@media screen and (max-width: 989px) {
  :root { --gutter: 1.25rem; }
  .header__inner { min-height: 64px; }
  .header__nav { display: none; }
  .footer__inner,
  .sr-product__grid,
  .collection-grid,
  .product-grid { grid-template-columns: 1fr; }
}

@media screen and (max-width: 989px) {
  .header__inner {
    grid-template-columns: 1fr auto;
    row-gap: .75rem;
  }
  .header__brand {
    order: 1;
    justify-self: start;
  }
  .header__nav--right {
    order: 2;
  }
  .header__nav--left {
    order: 3;
    grid-column: 1 / -1;
    justify-self: start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: .2rem;
  }
}

@media screen and (max-width: 989px) {
  .header__cart-text {
    display: none;
  }
}

@media screen and (max-width: 989px) {
  .header__inner,
  .header--logo-left .header__inner {
    grid-template-columns: 1fr auto;
  }
  .header__nav--left {
    grid-column: 1 / -1;
    order: 3;
    justify-content: center;
    padding-bottom: .8rem;
    gap: .9rem;
  }
  .header--logo-left .header__brand {
    order: initial;
    justify-self: start;
  }
  .header__nav--right {
    gap: .8rem;
  }
  .header__action-text {
    display: none;
  }
}


/* Mobile centering + no sideways scroll */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 989px) {
  .page-width {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sr-mobile-center,
  .sr-mobile-center .section-heading,
  .sr-mobile-center .rte,
  .sr-mobile-center p,
  .sr-mobile-center h1,
  .sr-mobile-center h2,
  .sr-mobile-center h3,
  .sr-mobile-center h4 {
    text-align: center;
  }

  .sr-mobile-center .button,
  .sr-mobile-center .sr-button,
  .sr-mobile-center .shopify-payment-button__button {
    margin-left: auto;
    margin-right: auto;
  }

  .sr-hero__content {
    max-width: 100% !important;
    text-align: center;
  }

  .sr-featured-grid,
  .sr-product__grid,
  .footer__inner,
  .collection-grid,
  .product-grid,
  .sr-benefits-grid {
    grid-template-columns: 1fr !important;
  }

  .sr-featured-grid,
  .sr-product__grid,
  .footer__inner {
    justify-items: center;
    align-items: start;
  }

  .sr-product__content,
  .footer__menu,
  .footer__brand-copy,
  .section-heading,
  .sr-manifesto-wrap {
    width: 100%;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__menu {
    justify-content: center;
    text-align: center;
  }

  .sr-lifestyle-grid {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(82%, 82%);
    grid-template-columns: none !important;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem;
    justify-content: start;
  }

  .sr-lifestyle-grid::-webkit-scrollbar {
    height: 6px;
  }

  .sr-lifestyle-grid::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.18);
    border-radius: 999px;
  }

  .sr-lifestyle-card {
    scroll-snap-align: center;
  }

  .sr-lifestyle-card img,
  .sr-lifestyle-card .image-placeholder {
    min-height: 360px !important;
  }

  .sr-benefits-grid > * {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .pro-header__menu,
  .header__nav,
  .announcement-bar__text,
  .section-heading,
  .footer__menu,
  .footer__brand-copy,
  .card-product__content,
  .sr-product__meta,
  .sr-product__form {
    word-break: break-word;
    overflow-wrap: anywhere;
  }
}
