/** Shopify CDN: Minification failed

Line 1241:15 Expected identifier but found whitespace
Line 1241:17 Unexpected "{"
Line 1241:26 Expected ":"
Line 1241:51 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:404 (INDEX:0) */
.not-found {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .not-found__code {
    font-size: 6rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-accent);
    letter-spacing: -0.02em;
    font-family: var(--font-primary--family);
  }
  .not-found__title {
    font-size: 2rem;
  }
  .not-found__message {
    color: var(--color-muted);
    margin-bottom: 0.5rem;
  }
/* END_SECTION:404 */

/* START_SECTION:announcement-bar (INDEX:1) */
.announcement-bar {
    background-color: var(--color-accent);
    padding: 0.5rem var(--page-margin);
    text-align: center;
  }
  .announcement-bar__text {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #111111;
    margin: 0;
  }
  .announcement-bar__text a {
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
  .announcement-bar__text a:hover {
    color: #111111;
    opacity: 0.75;
  }
/* END_SECTION:announcement-bar */

/* START_SECTION:bizbox (INDEX:3) */
.bizbox__banner {
    margin-bottom: 3rem;
  }
  .bizbox__banner img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* On phones the 2.6:1 banner shrinks to an unreadable strip. When no
     dedicated mobile image is supplied, crop the wide banner to a taller
     frame anchored on the headline so the message stays legible. */
  @media (max-width: 749px) {
    .bizbox__banner--crop img {
      aspect-ratio: 16 / 9;
      height: auto;
      object-fit: cover;
      object-position: left center;
    }
  }
  .bizbox {
    padding: 4rem 0;
  }
  .bizbox__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-border);
  }
  .bizbox__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.5rem;
  }
  .bizbox__heading {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
  }
  .bizbox__subheading {
    color: var(--color-muted);
    font-size: 0.9rem;
    max-width: 40ch;
    line-height: 1.6;
    text-align: right;
  }
  .bizbox__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background-color: var(--color-border);
  }
  @media (max-width: 900px) {
    .bizbox__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 540px) {
    .bizbox__grid {
      grid-template-columns: 1fr;
    }
  }
  .bizbox__tier {
    background-color: var(--color-background);
    display: flex;
    flex-direction: column;
    transition: background-color var(--transition-fast);
  }
  .bizbox__tier:hover {
    background-color: var(--color-surface);
  }
  .bizbox__tier-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background-color: var(--color-surface);
  }
  .bizbox__tier-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    transition: transform 400ms ease;
  }
  .bizbox__tier:hover .bizbox__tier-image img {
    transform: scale(1.04);
  }
  .bizbox__tier-badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    background-color: var(--color-accent);
    color: #111111;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.25em 0.6em;
  }
  .bizbox__tier-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    border-top: 1px solid var(--color-border);
  }
  .bizbox__tier-title {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
  .bizbox__tier-title::after {
    display: none;
  }
  .bizbox__tier-description {
    font-size: 0.8rem;
    color: var(--color-muted);
    line-height: 1.5;
    flex: 1;
  }
  .bizbox__tier-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: 0.04em;
  }
  .bizbox__tier-cta {
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
    margin-top: 0.25rem;
  }
  .bizbox__footer {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
  }
/* END_SECTION:bizbox */

/* START_SECTION:brand-bar (INDEX:5) */
.brand-bar {
    background-color: var(--color-surface);
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
  }
  .brand-bar__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 var(--page-margin);
  }
  .brand-bar__item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 1.5rem;
    border-right: 1px solid var(--color-border);
  }
  .brand-bar__item:last-child {
    border-right: none;
  }
  .brand-bar__icon {
    font-size: 1.75rem;
    flex-shrink: 0;
    color: var(--color-accent);
  }
  .brand-bar__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
  }
  .brand-bar__heading {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-foreground);
  }
  .brand-bar__subtext {
    font-size: 0.75rem;
    color: var(--color-muted);
    letter-spacing: 0.03em;
  }
  @media (max-width: 768px) {
    .brand-bar__inner {
      grid-template-columns: repeat(2, 1fr);
    }
    .brand-bar__item:nth-child(2) {
      border-right: none;
    }
    .brand-bar__item {
      border-bottom: 1px solid var(--color-border);
    }
  }
/* END_SECTION:brand-bar */

/* START_SECTION:cart (INDEX:6) */
.cart-empty {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .cart-empty__message {
    color: var(--color-muted);
    font-size: 1rem;
  }
  .cart-page {
    padding: 2rem 0 4rem;
  }
  .cart-page__title {
    margin-bottom: 2rem;
  }
  .cart-items {
    border: 1px solid var(--color-border);
    margin-bottom: 2rem;
  }
  .cart-items__header {
    display: grid;
    grid-template-columns: 1fr 10rem 6rem 10rem 2rem;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background-color: var(--color-surface);
    border-bottom: 2px solid var(--color-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
  }
  .cart-item {
    display: grid;
    grid-template-columns: 1fr 10rem 6rem 10rem 2rem;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid var(--color-border);
    align-items: center;
  }
  .cart-item:last-child {
    border-bottom: none;
  }
  .cart-item__product {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .cart-item__image-wrap {
    width: 60px;
    flex-shrink: 0;
    border: 1px solid var(--color-border);
  }
  .cart-item__image-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .cart-item__details {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .cart-item__title {
    color: var(--color-foreground);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .cart-item__title:hover {
    color: var(--color-accent);
  }
  .cart-item__variant,
  .cart-item__plan {
    font-size: 0.75rem;
    color: var(--color-muted);
    letter-spacing: 0.03em;
  }
  .cart-item__price,
  .cart-item__line-total {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-foreground);
  }
  .cart-item__line-total {
    color: var(--color-accent);
  }
  .cart-item__qty-input {
    width: 4rem;
    text-align: center;
    padding: 0.4rem 0.5rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
  }
  .cart-item__remove-link {
    color: var(--color-muted);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color var(--transition-fast);
  }
  .cart-item__remove-link:hover {
    color: var(--color-accent);
  }
  .cart-footer {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2rem;
    align-items: start;
  }
  .cart-note__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: 0.5rem;
  }
  .cart-note textarea {
    width: 100%;
    resize: vertical;
    min-height: 100px;
  }
  .cart-summary {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: 2px solid var(--color-accent);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .cart-summary__row span:last-child {
    color: var(--color-accent);
    font-size: 1.2rem;
  }
  .cart-summary__note {
    font-size: 0.75rem;
    color: var(--color-muted);
    line-height: 1.5;
  }
  .cart-summary__checkout {
    width: 100%;
    justify-content: center;
  }
  .cart-summary__update {
    width: 100%;
    justify-content: center;
    font-size: 0.75rem;
  }
  .cart-moq {
    border: 1px solid var(--color-accent);
    border-left-width: 4px;
    background-color: var(--color-surface);
    padding: 1rem 1.25rem;
    margin-bottom: 2rem;
  }
  .cart-moq[hidden] {
    display: none;
  }
  .cart-moq__title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.75rem;
  }
  .cart-moq__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .cart-moq__item {
    font-size: 0.875rem;
    color: var(--color-foreground);
    line-height: 1.5;
  }
  .cart-moq__item strong {
    color: var(--color-accent);
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .cart-moq__hint {
    font-size: 0.75rem;
    color: var(--color-muted);
    margin-top: 0.75rem;
  }
  .cart-summary__blocked {
    font-size: 0.75rem;
    color: var(--color-accent);
    line-height: 1.5;
  }
  .cart-summary__blocked[hidden] {
    display: none;
  }
  .cart-summary__checkout[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
  }
  @media (max-width: 900px) {
    .cart-items__header {
      display: none;
    }
    .cart-item {
      grid-template-columns: 1fr;
    }
    .cart-footer {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:cart */

/* START_SECTION:collection (INDEX:7) */
.collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
  }
  .collection-product {
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    transition: background-color var(--transition-fast);
  }
  .collection-product:hover {
    background-color: var(--color-surface);
  }
  .collection-product__image {
    aspect-ratio: 1;
    overflow: hidden;
  }
  .collection-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
  }
  .collection-product:hover .collection-product__image img {
    transform: scale(1.04);
  }
  .collection-product__content {
    padding: 1rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
  }
  .collection-product__content a {
    color: var(--color-foreground);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color var(--transition-fast);
  }
  .collection-product__content a:hover {
    color: var(--color-accent);
  }
  .collection-product__price {
    color: var(--color-accent);
    font-weight: 700;
    font-size: 1rem;
  }
  .collection-product__msrp {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    letter-spacing: 0.03em;
  }
  .collection-product__gated {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--color-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .collection-product__moq {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .collection-product__atc {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
  }
  .collection-product__atc .collection-product__qty {
    width: 3.25rem;
    flex: 0 0 3.25rem;
    min-width: 0;
    text-align: center;
    padding: 0.4rem 0.3rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
  }
  .collection-product__add {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    font-size: 0.7rem;
    padding: 0.55rem 0.5rem;
  }
/* END_SECTION:collection */

/* START_SECTION:collections (INDEX:8) */
.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(var(--collection-card-size), 100%), 1fr));
    gap: var(--grid-gap);
  }
  .collections--compact {
    --collection-card-size: 160px;
  }
  .collections--full {
    --collection-card-size: 280px;
  }
  .collection-card {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
/* END_SECTION:collections */

/* START_SECTION:custom-section (INDEX:9) */
.custom-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .custom-section__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .custom-section__background img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-section__content {
    display: grid;
    grid-template-columns: var(--content-grid);
  }
  .custom-section__content > * {
    grid-column: 2;
  }
/* END_SECTION:custom-section */

/* START_SECTION:customer-account (INDEX:10) */
.customer-account {
    padding: 2.5rem 0 5rem;
  }
  .customer-account__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 2.5rem;
  }
  .customer-account__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.4rem;
  }
  .customer-account__logout {
    flex-shrink: 0;
    font-size: 0.75rem;
  }
  .customer-account__grid {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 3rem;
    align-items: start;
  }
  .customer-account__orders h2 {
    margin-bottom: 1.25rem;
  }
  .customer-account__empty {
    color: var(--color-muted);
    padding: 2rem 0;
  }
  .customer-account__table {
    width: 100%;
  }
  .customer-account__order-link {
    font-weight: 600;
    color: var(--color-accent);
  }
  .customer-account__status {
    display: inline-block;
    padding: 0.15em 0.5em;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
  }
  .customer-account__status--paid {
    color: #86efac;
    border-color: #86efac;
  }
  .customer-account__status--pending {
    color: var(--color-accent);
    border-color: var(--color-accent);
  }
  .customer-account__sidebar {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: 2px solid var(--color-accent);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .customer-account__addresses h3 {
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-border);
  }
  .customer-account__detail {
    font-size: 0.875rem;
    color: var(--color-muted);
    margin-bottom: 1rem;
  }
  .customer-account__address {
    font-size: 0.85rem;
    color: var(--color-muted);
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .customer-account__address address {
    font-style: normal;
    margin-top: 0.4rem;
  }
  .customer-account__manage-link {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
    transition: color var(--transition-fast);
  }
  .customer-account__manage-link:hover {
    color: var(--color-accent);
  }
  @media (max-width: 768px) {
    .customer-account__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:customer-account */

/* START_SECTION:customer-login (INDEX:11) */
.customer-login {
    display: flex;
    justify-content: center;
    padding: 5rem 0;
  }
  .customer-login__panel {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .customer-login__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-border);
  }
  .customer-login__logo {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    margin-bottom: 0.5rem;
  }
  .customer-login__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
  }
  .customer-login__sub {
    color: var(--color-muted);
    font-size: 0.9rem;
  }
  .customer-login__errors {
    background-color: var(--color-surface);
    border-left: 3px solid #ef4444;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #fca5a5;
  }
  .customer-login__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .customer-login__field label {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .customer-login__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  .customer-login__submit {
    flex: 1;
  }
  .customer-login__forgot {
    font-size: 0.75rem;
    color: var(--color-muted);
    white-space: nowrap;
    transition: color var(--transition-fast);
  }
  .customer-login__forgot:hover {
    color: var(--color-accent);
  }
  .customer-login__divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-muted);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0.5rem 0;
  }
  .customer-login__divider::before,
  .customer-login__divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: var(--color-border);
  }
  .customer-login__apply {
    width: 100%;
    justify-content: center;
  }
/* END_SECTION:customer-login */

/* START_SECTION:featured-collections (INDEX:12) */
.featured-collections__header {
    padding: 3rem 0 2rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .featured-collections__subheading {
    color: var(--color-muted);
    font-size: 0.9rem;
    max-width: 40ch;
    text-align: right;
  }
  .featured-collections__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    background-color: var(--color-border);
    margin-bottom: 3rem;
  }
  @media (max-width: 900px) {
    .featured-collections__grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 500px) {
    .featured-collections__grid {
      grid-template-columns: 1fr;
    }
  }
  .featured-collections__tile {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--color-background);
    overflow: hidden;
    text-decoration: none;
    color: var(--color-foreground);
    aspect-ratio: 4 / 3;
  }
  .featured-collections__tile-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .featured-collections__tile-image img,
  .featured-collections__placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
  }
  .featured-collections__tile:hover .featured-collections__tile-image img {
    transform: scale(1.06);
  }
  .featured-collections__tile-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 60%);
  }
  .featured-collections__tile-content {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .featured-collections__tile-title {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1.2;
  }
  .featured-collections__tile-title::after {
    display: none;
  }
  .featured-collections__tile-count {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
  }
  .featured-collections__tile-cta {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-top: 0.25rem;
    transition: letter-spacing var(--transition-fast);
  }
  .featured-collections__tile:hover .featured-collections__tile-cta {
    letter-spacing: 0.14em;
  }
/* END_SECTION:featured-collections */

/* START_SECTION:footer (INDEX:13) */
.footer__brand {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .footer__logo-link {
    display: block;
    width: fit-content;
  }
  .footer__logo {
    height: 36px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.7;
    transition: opacity var(--transition-fast);
  }
  .footer__logo:hover {
    opacity: 1;
  }
  .footer__copyright {
    font-size: 0.7rem;
    color: var(--color-muted);
    letter-spacing: 0.08em;
  }
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding: 1.5rem var(--page-margin);
    border-top: 2px solid var(--color-accent);
    background-color: var(--color-surface);
    font-size: 0.8rem;
    letter-spacing: var(--letter-spacing-nav);
    text-transform: uppercase;
    color: var(--color-muted);
  }
  footer a {
    text-decoration: none;
    color: var(--color-muted);
    transition: color var(--transition-fast);
  }
  footer a:hover {
    color: var(--color-accent);
  }
  footer .footer__links,
  footer .footer__payment {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  footer .footer__payment svg {
    height: 1.5rem;
    width: auto;
    opacity: 0.6;
    filter: grayscale(1) brightness(1.5);
    transition: opacity var(--transition-fast);
  }
  footer .footer__payment svg:hover {
    opacity: 1;
    filter: none;
  }
/* END_SECTION:footer */

/* START_SECTION:header (INDEX:14) */
header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-background);
    border-bottom: 2px solid var(--color-accent);
    padding: 0 var(--page-margin);
  }
  .header__logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-foreground);
  }
  .header__title {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 700;
  }
  header a {
    position: relative;
    text-decoration: none;
    color: var(--color-foreground);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: var(--letter-spacing-nav);
    text-transform: uppercase;
    transition: color var(--transition-fast);
  }
  header a:hover {
    color: var(--color-accent);
  }
  header a sup {
    position: absolute;
    left: 100%;
    overflow: hidden;
    max-width: var(--page-margin);
    color: var(--color-accent);
    font-size: 0.65rem;
    font-weight: 700;
  }
  header a sup[hidden] {
    display: none;
  }
  header svg {
    width: 1.75rem;
  }
  header svg path,
  header svg circle,
  header svg rect {
    stroke: currentColor;
  }
  header .header__menu,
  header .header__icons {
    display: flex;
    gap: 1.5rem;
    align-items: center;
  }
  .header__has-dropdown {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: 2px solid var(--color-accent);
    display: none;
    flex-direction: column;
    padding: 0.5rem 0;
    z-index: 60;
  }
  .header__has-dropdown:hover .header__dropdown,
  .header__has-dropdown:focus-within .header__dropdown {
    display: flex;
  }
  .header__dropdown-link {
    padding: 0.5rem 1.25rem;
    white-space: nowrap;
    font-size: 0.72rem;
  }
  .header__dropdown-link:hover {
    background-color: var(--color-background);
  }
  .header__search {
    display: flex;
    align-items: center;
    width: 13rem;
    border: 1px solid var(--color-border);
    background-color: var(--color-surface);
  }
  .header__search .header__search-input {
    flex: 1;
    min-width: 0;
    width: auto;
    border: none;
    background: transparent;
    padding: 0.45rem 0.6rem;
    color: var(--color-foreground);
    font-size: 0.8rem;
  }
  .header__search .header__search-input:focus {
    outline: none;
    box-shadow: none;
  }
  .header__search-btn {
    background: none;
    border: none;
    padding: 0 0.55rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--color-muted);
  }
  .header__search-btn:hover {
    background: none;
    color: var(--color-accent);
  }
  .header__search svg {
    width: 1.05rem;
  }
  @media (max-width: 900px) {
    .header__search {
      width: 9rem;
    }
  }
/* END_SECTION:header */

/* START_SECTION:hello-world (INDEX:15) */
.welcome {
    display: grid;
    grid-template-columns: var(--content-grid);
    background-color: #f6f6f7;
    padding: 72px 0;
  }

  .welcome-content {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 0 24px;
  }

  .welcome-description {
    max-width: 80ch;
    line-height: 1.4;
    margin-top: 1.5rem;
  }

  .icon {
    width: 300px;
  }

  .highlights {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }

  @media (max-width: 1100px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .highlight {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    border-radius: 8px;
    background-color: #eef3ff;
    color: rgb(92, 95, 98);
    line-height: 1.4;
  }

  .highlight > * + * {
    margin-top: 1rem;
  }

  .highlight h3 {
    font-size: 1rem;
    color: rgb(32, 34, 35);
  }

  .highlight-description {
    flex: 1 1;
  }

  .highlight a {
    display: flex;
    width: fit-content;
    background-color: rgb(250, 251, 251);
    box-shadow: rgba(0, 0, 0, 0.2) 0px -3px 0px 0px inset, rgba(255, 255, 255, 0.9) 0px 2px 0px 0px inset;
    border: 1px solid rgb(140, 145, 150);
    border-radius: 4px;
    color: rgb(92, 95, 98);
    padding: 3px 10px 5px;
    text-decoration: none;
  }
/* END_SECTION:hello-world */

/* START_SECTION:hero (INDEX:16) */
.hero {
    position: relative;
    min-height: {{ section.settings.min_height }}px;
    display: grid;
    grid-template-columns: var(--content-grid);
    overflow: hidden;
  }
  .hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / calc(var(--overlay-opacity) * 1));
  }
  .hero__inner {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: var(--content-grid);
    position: relative;
    z-index: 1;
    padding: 5rem 0;
  }
  .hero__content {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .hero__content--center {
    align-items: center;
    text-align: center;
  }
  .hero__content--right {
    align-items: flex-end;
    text-align: right;
  }
  .hero__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .hero__eyebrow::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2px;
    background-color: var(--color-accent);
  }
  .hero__heading {
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1;
    letter-spacing: 0.1em;
    color: var(--color-foreground);
    max-width: 18ch;
  }
  .hero__heading::after {
    display: none;
  }
  .hero__subheading {
    font-size: 1rem;
    color: var(--color-muted);
    max-width: 50ch;
    line-height: 1.6;
    letter-spacing: 0.03em;
  }
  .hero__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
  .hero__content--center .hero__eyebrow::before {
    display: none;
  }
  @media (max-width: 768px) {
    /* Mobile: stack the layout — banner image on top, wording below it on the
       dark background instead of overlaid, so the heading stays readable. */
    .hero {
      display: block;
      min-height: 0;
      overflow: visible;
    }
    .hero__bg {
      position: relative;
      inset: auto;
      width: 100%;
      aspect-ratio: 1296 / 504;
      background-size: cover;
      background-position: center;
    }
    .hero__bg::after {
      display: none;
    }
    .hero__inner {
      position: static;
      display: block;
      padding: 1.5rem var(--page-margin) 2.5rem;
    }
    .hero__heading {
      font-size: clamp(2rem, 8vw, 3rem);
    }
  }
/* END_SECTION:hero */

/* START_SECTION:page (INDEX:17) */
.page-content {
    padding: 3rem 0 5rem;
    max-width: 75ch;
  }
  .page-content__header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--color-border);
  }
  .rte {
    line-height: 1.7;
    font-size: 1rem;
    color: var(--color-foreground);
  }
  .rte h2,
  .rte h3,
  .rte h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
  }
  .rte p {
    margin-bottom: 1rem;
    color: var(--color-muted);
  }
  .rte ul,
  .rte ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: var(--color-muted);
  }
  .rte li {
    margin-bottom: 0.4rem;
    line-height: 1.6;
  }
  .rte a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .rte blockquote {
    border-left: 3px solid var(--color-accent);
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    background-color: var(--color-surface);
    color: var(--color-muted);
    font-style: italic;
  }
  .rte table {
    margin: 1.5rem 0;
  }
  .rte img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
  }
/* END_SECTION:page */

/* START_SECTION:product (INDEX:19) */
.product-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .product-images .product-image {
    aspect-ratio: 1;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
  }
  .product-images .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .product-info {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 2rem;
  }
  .product-info h1 {
    margin-bottom: 0.75rem;
  }
  .product-info > p:first-of-type {
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 800;
    color: var(--color-accent);
    letter-spacing: 0.01em;
    line-height: 1;
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .product-info__msrp {
    margin-left: 0.85rem;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-muted);
    letter-spacing: 0.03em;
    vertical-align: middle;
  }
  .product-info > p.product-info__gated {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1.25rem;
  }
  .product-info__bulky {
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    background-color: var(--color-surface);
    border-left: 3px solid var(--color-accent);
    color: var(--color-foreground);
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .product-gate {
    max-width: 480px;
    padding: 1.5rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: 2px solid var(--color-accent);
  }
  .product-gate__text {
    color: var(--color-foreground);
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
  .product-gate__actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .product-form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 480px;
  }
  .product-form__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .product-form__variant {
    width: 100%;
  }
  .product-form__label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: var(--letter-spacing-nav);
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .product-form__qty {
    max-width: 6rem;
  }
  .product-form__moq {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-accent);
  }
  .product-form__submit {
    width: 100%;
  }
/* END_SECTION:product */

/* START_SECTION:search (INDEX:20) */
.search-page {
    padding: 2rem 0 4rem;
  }
  .search-page__title {
    margin-bottom: 1.5rem;
  }
  .search-page__form {
    display: flex;
    gap: 0.75rem;
    max-width: 520px;
    margin-bottom: 1.5rem;
  }
  .search-page__form .search-page__input {
    flex: 1;
    min-width: 0;
    width: auto;
  }
  .search-page__count {
    color: var(--color-muted);
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
  }
  .search-page__empty {
    color: var(--color-muted);
    padding: 1.5rem 0;
  }
  .search-page__other {
    grid-column: 1 / -1;
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
    text-decoration: none;
  }
  .search-page__other:hover {
    border-color: var(--color-accent);
  }
  .search-page__other-type {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-accent);
  }

  /* Product cards — mirrors the collection card styling */
  .collection-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
    margin-top: 1rem;
  }
  .collection-product {
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    transition: background-color var(--transition-fast);
  }
  .collection-product:hover {
    background-color: var(--color-surface);
  }
  .collection-product__image {
    aspect-ratio: 1;
    overflow: hidden;
  }
  .collection-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
  }
  .collection-product:hover .collection-product__image img {
    transform: scale(1.04);
  }
  .collection-product__content {
    padding: 1rem;
    border-top: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
  }
  .collection-product__content a {
    color: var(--color-foreground);
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color var(--transition-fast);
  }
  .collection-product__content a:hover {
    color: var(--color-accent);
  }
  .collection-product__price {
    color: var(--color-accent);
    font-weight: 700;
    font-size: 1rem;
  }
  .collection-product__msrp {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    letter-spacing: 0.03em;
  }
  .collection-product__gated {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--color-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .collection-product__moq {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .collection-product__atc {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
  }
  .collection-product__atc .collection-product__qty {
    width: 3.25rem;
    flex: 0 0 3.25rem;
    min-width: 0;
    text-align: center;
    padding: 0.4rem 0.3rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
  }
  .collection-product__add {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    font-size: 0.7rem;
    padding: 0.55rem 0.5rem;
  }
/* END_SECTION:search */

/* START_SECTION:trade-application (INDEX:21) */
.trade-apply {
    padding: 3rem 0 5rem;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
  .trade-apply__header {
    text-align: center;
  }
  .trade-apply__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 0.75rem;
  }
  .trade-apply__title {
    margin-bottom: 1rem;
  }
  .trade-apply__subheading {
    color: var(--color-muted);
    line-height: 1.6;
    margin: 0 auto 2rem;
    max-width: 60ch;
  }
  .trade-apply__form-slot {
    margin-top: 2.75rem;
  }
  .trade-apply__form {
    margin-top: 2.75rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-top: 3px solid var(--color-accent);
    padding: 2rem;
  }
  .trade-apply__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
  }
  .trade-apply__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }
  .trade-apply__field--full {
    margin-bottom: 1.75rem;
  }
  .trade-apply label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-muted);
  }
  .trade-apply input,
  .trade-apply select,
  .trade-apply textarea {
    width: 100%;
    padding: 0.8rem 0.9rem;
    background-color: var(--color-background);
    border: 1px solid var(--color-border);
    color: var(--color-foreground);
    font-size: 0.95rem;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  }
  .trade-apply input:focus,
  .trade-apply select:focus,
  .trade-apply textarea:focus {
    outline: none;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 1px var(--color-accent);
  }
  .trade-apply ::placeholder {
    color: var(--color-muted);
  }
  .trade-apply textarea {
    resize: vertical;
    min-height: 120px;
  }
  .trade-apply__submit {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .trade-apply__success {
    padding: 1.5rem;
    border: 1px solid var(--color-accent);
    border-left-width: 4px;
    background-color: var(--color-surface);
    color: var(--color-foreground);
    line-height: 1.6;
  }
  .trade-apply__errors {
    padding: 1rem 1.25rem;
    border: 1px solid var(--color-accent);
    background-color: var(--color-surface);
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
  }
  @media (max-width: 600px) {
    .trade-apply__grid {
      grid-template-columns: 1fr;
    }
  }
/* END_SECTION:trade-application */

/* START_SECTION:trade-cta (INDEX:22) */
.trade-cta {
    background-color: var(--color-surface);
    border-top: 3px solid var(--color-accent);
    border-bottom: 1px solid var(--color-border);
    padding: 4rem 0;
  }
  .trade-cta__inner {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 var(--page-margin);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .trade-cta__content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 55ch;
  }
  .trade-cta__eyebrow {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--color-accent);
  }
  .trade-cta__heading {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    letter-spacing: 0.08em;
    color: var(--color-foreground);
  }
  .trade-cta__heading::after {
    display: none;
  }
  .trade-cta__body {
    color: var(--color-muted);
    font-size: 0.95rem;
    line-height: 1.6;
  }
  .trade-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    flex-shrink: 0;
  }
  .trade-cta__button {
    white-space: nowrap;
  }
  .trade-cta__login {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-muted);
    text-decoration: none;
    transition: color var(--transition-fast);
  }
  .trade-cta__login:hover {
    color: var(--color-accent);
  }
  @media (max-width: 768px) {
    .trade-cta__actions {
      width: 100%;
    }
    .trade-cta__button {
      width: 100%;
      justify-content: center;
    }
  }
/* END_SECTION:trade-cta */

/* CSS from block stylesheet tags */
/* START_BLOCK:group (INDEX:23) */
.group {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
  }

  .group--horizontal {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 var(--padding);
  }

  .group--vertical {
    flex-direction: column;
    align-items: var(--alignment);
    padding: var(--padding) 0;
  }
/* END_BLOCK:group */

/* START_BLOCK:text (INDEX:24) */
.text {
    text-align: var(--text-align);
  }
  .text--title {
    font-size: 2rem;
    font-weight: 700;
  }
  .text--subtitle {
    font-size: 1.5rem;
  }
/* END_BLOCK:text */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:image (INDEX:26) */
.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .image > img {
    width: 100%;
    height: auto;
  }
/* END_SNIPPET:image */