/** Shopify CDN: Minification failed

Line 104:24 Expected identifier but found "!"
Line 160:2 Unexpected "/"
Line 1782:7 Unexpected "and"
Line 3378:1 Expected identifier but found "."

**/
@charset "utf-8";

@font-face {
  font-family: 'SKPorsche';
  src: url('SKPorsche.woff2') format('woff2'),
       url('skporsche.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}



/**
* ----------------------------------------------------------------------------
* A S R V   S P O R T S W E A R  // Media Queries
* ----------------------------------------------------------------------------
*/

/* Screen Sizez
phone:              "screen and (max-width: 640px)";
tablet:             "screen and (min-width: 641px) and (max-width: 1007px)";
tablet and up:      "screen and (min-width: 641px)";
pocket:             "screen and (max-width: 1007px)";
laptop:             "screen and (min-width: 1008px) and (max-width: 1239px)";
laptop and up:      "screen and (min-width: 1008px)";
desktop:            "screen and (min-width: 1240px)";
*/


@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important; }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important; }
}

@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important; }
}

@media screen and (min-width: 1008px) and (max-width: 1239px) {
  .hidden-lap {
    display: none !important; }
}

@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important; }
}

@media screen and (min-width: 1240px) {
  .hidden-desk {
    display: none !important; }
}


/* ---- small: icon mode ---- */
@media screen and (min-width:1000px) and (max-width:1279px) {
  .show-small-desk           { display: block !important; }
  .show-small-desk--inline-flex { display: inline-flex !important; align-items: center; }
  .hide-small-desk           { display: none !important; }
}

/* ---- widescreen: expanded menus ---- */
@media screen and (min-width:1280px) {
  .show-widescreen           { display: block !important; }
  .show-widescreen--contents { display: contents !important; }
  .hide-widescreen           { display: none !important; }
}


/**
* ----------------------------------------------------------------------------
* Size Charts
* ----------------------------------------------------------------------------
*/


.modal tr:first-of-type {
    background: black;
    color: #fff;
    font-family: 'ASRV-Standard';
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    border:solid 1px #000;
}

.modal td {
    padding: 20px 10px; !important;
    border: solid 1px;
}

.modal tr {
  border: solid 1px;
}


/**
* ----------------------------------------------------------------------------
* Countdown & Password
* ----------------------------------------------------------------------------
*/

button.password__password-button.text-with-icon span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-family: var(--heading-font-family);
}

.drawer::part(header) {
    border-block-end: none;
    justify-content: end;
    padding: 25px 25px;
}

.countdown-bar-container {
  margin-bottom: 28px; }

.countdown-items-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.countdown-value {
  font-size: 2rem; }

.countdown-name {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px; }

@media screen and (min-width: 641px) {
  .countdown-value {
    font-size: 3rem; }

  .countdown-name {
    font-size: 12px;
  }

}


/**
Cookies override
*//

.bxUFNq8u5loIAs30Tnxm,
.ZxPNBIrDobOYa4N0z7v4 {
  --button-color: #fff;
  --button-color-hover: #fff;
  --button-border-radius: 3px;
  --accept-colors-background: #fff;
  --accept-colors-text: #000000;
  --accept-colors-outline: #fff;
  --accept-colors-hover: #fff;
  --accept-colors-hover-text: #222;
  --reject-colors-background: #fff;
  --reject-colors-text: #000000;
  --reject-colors-outline: #fff;
  --reject-colors-hover: #fff;
  --reject-colors-hover-text: #222;
  --preferences-colors-background: #00000000;
  --preferences-colors-text: #fff;
  --preferences-colors-outline: #fff;
  --preferences-colors-hover: #fff;
  --preferences-colors-hover-text: #000000;
  --do-not-sell-colors-background: #fff;
  --do-not-sell-colors-text: #000000;
  --do-not-sell-colors-outline: #fff;
  --do-not-sell-colors-hover: #fff;
  --do-not-sell-colors-hover-text: #222;
  --accept-selected-colors-background: #00000000;
  --accept-selected-colors-text: #fff;
  --accept-selected-colors-outline: #f1d501;
  --accept-selected-colors-hover: #fffb27;
  --accept-selected-colors-hover-text: #222;
}

/**
* ----------------------------------------------------------------------------
* Slideshow & Hero
* ----------------------------------------------------------------------------
*/

/* Mobile text alignment (default) */
.text-start {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-end {
  text-align: right;
}

/* Mobile button alignment (default) */
.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

slide-content_wrapper{
  position: relative;
  height: 100%;
  width: 100%:
}

.badge--new {
  background-color: black;
  color: white;
}

/* Desktop styles - AFTER mobile styles */
@media screen and (min-width: 1000px) {
  /* Desktop text alignment */
  .sm\:text-start {
    text-align: left;
  }
  
  .sm\:text-center {
    text-align: center;
  }
  
  .sm\:text-end {
    text-align: right;
  }
  
  /* Desktop button alignment */
  .sm\:justify-start {
    justify-content: flex-start;
  }
  
  .sm\:justify-center {
    justify-content: center;
  }
  
  .sm\:justify-end {
    justify-content: flex-end;
  }
}

/**
* ----------------------------------------------------------------------------
* Swatches
* ----------------------------------------------------------------------------
*/

.quick_add {
  list-style: none;
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0;
}

ul.quick_add li {
  padding: 0;
  margin: 0;
}

ul.quick_add li.block-swatch:not(.is-disabled):hover {
  border: solid 1px #000;
  color: #fff;
  background: #000;
  cursor: pointer;
}

ul.quick_add span {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

ul.quick_add span a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.bar_selector legend {
    color: #1c1b1b;
    font-family: 'ASRV-Standard';
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 10px;
    font-weight: 500 !important;
    margin-bottom: 7px;
    text-align: center;
}

product-sticky-bar.product-sticky-bar.variant-bar.is-visible {
    background: #fff;
    border-top: solid 1px #ededed;
    box-shadow: 0 0 19px 5px rgba(0, 0, 0, 0.1);
}

label.thumbnail-swatch.is-selected {
    cursor: default;
}

.thumbnail-swatch {
    width: 80px;
    height: 100%;
    aspect-ratio: 1/1;
    border: solid 1px #dddddd;
    transition: border-color .3s;
    border-radius: 5px;
    overflow: hidden;
    transform: translateZ(0);
}

.thumbnail-swatch > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.thumbnail-swatch.sold_out {
  opacity: 0.4;
  cursor: not-allowed;
}

.thumbnail-swatch.sold_out.is-selected {
  opacity: 1;
  pointer-events: none;
}

fieldset.variant-picker__option legend {
    color: #1c1b1b;
    font-weight: 400;
}

.product-info .gap-2\.5 {
    gap: 4px;
}

:disabled + .block-swatch::before,
.block-swatch.is-disabled::before {
  content: "";
  position: absolute;
  inset: var(--swatch-disabled-margin, var(--swatch-offset, 0));
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(
      to top left,
      transparent calc(50% - 1px),
      var(--swatch-disabled-strike-color, rgb(var(--border-color))) calc(50% - 1px) calc(50% + 1px),
      transparent calc(50% + 1px)
    ) no-repeat;
}

.block-swatch.is-disabled {
  opacity: .6;
}

.product-info .price-list--product > * {
    font-size: 16px;
}

.product-card sale-price.Pricing.h6.text-on-sale {
    font-weight: 600;
}

.product-info .product-title {
    color: #000;
}

.product-info span.accordion__toggle.h6 {
    line-height: 45px;
}

.product-info :checked+.block-swatch, .product-info .block-swatch.is-selected {
    border: solid 1px #000;
}

.product-info :checked+.block-swatch.is-disabled {
    background: #fff;
    color: #000;
}

/* PDP size selector: horizontal strikethrough to match quick-add sold-out style.
   Targets text-only block-swatches (size pills) — color swatches have
   .block-swatch__color inside and keep the diagonal line via :has(). */
.product-info :disabled + .block-swatch:not(:has(.block-swatch__color)),
.product-info .block-swatch.is-disabled:not(:has(.block-swatch__color)) {
  text-decoration: line-through;
}
.product-info :disabled + .block-swatch:not(:has(.block-swatch__color))::before,
.product-info .block-swatch.is-disabled:not(:has(.block-swatch__color))::before {
  display: none;
}

.page-dots>*:after {
    content: "";
    border-radius: inherit;
    opacity: 1;
    background: #fff;
    transition: opacity .25s, background .25s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #00000066;
}

button.Size_Button {
    font-family: 'ASRV-Standard';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 11px;
    font-weight: 500 !important;
}

button.Size_Button:hover {
    opacity: 0.6 !important;
}

.Size_Buttons {
    display: flex;
    justify-content: space-between;
}


.page-dots>*[aria-current=true]:after {
    background: #00000066;
    border: solid 1px #00000066;
}


scroll-carousel product-card .product-card__gallery-track {
  touch-action: pan-y;
  overflow-x: hidden;
}

/* Touch devices: show section carousel arrows persistently */
@media (hover: none) {
  .featured-collections-carousel .floating-controls-container {
    position: relative;
  }
  .featured-collections-carousel .floating-controls-container > .prev-next-button:not([disabled]) {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: 35%;
    transform: translateY(-50%) !important;
    z-index: 5;
    --circle-button-size: 1.75rem;
  }
  .featured-collections-carousel .floating-controls-container > .prev-next-button:not([disabled]) svg {
    width: .65rem;
    height: .65rem;
  }
  .featured-collections-carousel .floating-controls-container > .prev-next-button--prev:not([disabled]) {
    left: 4px;
  }
  .featured-collections-carousel .floating-controls-container > .prev-next-button--next:not([disabled]) {
    right: 4px;
  }
}

.product-gallery .page-dots {
    display: none;
}

.variant-picker__option legend, .variant-picker p.text-subdued {
  font-family: 'ASRV-Standard';
  /*text-transform: uppercase;
  letter-spacing: 0.2em;*/
  font-size: 13px;
  font-weight: 600!important;
  color: #1c1b1b;
}

.variant-picker__option .variant_color {
  padding-top: 8px;
}

@media screen and (max-width: 640px) {

  .product-info {
    max-width: 100%;
  }

  .product-info .gap-2\.5 {
    gap: 2px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .product-info .thumbnail-swatch {
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  
  .product-info label.block-swatch {
    width: 100%;
    height: 35px;
  }

  .product-info span.accordion__toggle.h6 {
    line-height: 25px;
  }

  .shopify-section--featured-product .SectionHeader.SectionHeader--center {
    text-align: center;
    overflow: hidden;
  }

  .FeaturedProduct__Heading {
    font-size: 22px;
  }

  .product-gallery__image-list {
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
    margin-inline: 0;
  }

  .product-gallery__carousel {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    grid: none !important;
    gap: 0 !important;
  }

  .product-gallery__carousel::-webkit-scrollbar {
    display: none;
  }

  .product-gallery__media {
    flex: 0 0 100%;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 0;
  }

  .product-gallery__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  product-gallery .page-dots {
    display: none;
  }

  .okeReviews-reviewsSummary.js-okeReviews-reviewsSummary.is-okeReviews-clickable {
    width: 100%;
    text-align: left;
  }
}

/**
* ----------------------------------------------------------------------------
* Pairs Well With
* ----------------------------------------------------------------------------
*/

.SectionHeader--center {
    text-align: center;
}

.SectionHeader:not(:only-child) {
    margin-bottom: 40px;
}

@media screen and (min-width: 1008px) {
  .SectionHeader:not(:only-child) {
      margin-bottom: 70px;
  }
}

.Heading {
    font-family: 'ASRV-Standard';
    font-weight: 600;
    font-style: normal;
    color: var(--shopify-editor-setting-heading_color);
    transition: color 0.2s ease-in-out;
}

.FeaturedProductHeadingContainer {
    position: relative;
}

.FeaturedProductHeadingContainer::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -24px;
    right: -24px;
    transform: translateY(-50%);
    height: 2px;
    background-color: currentColor;
}

.FeaturedProduct__Heading {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    background-color: #ffffff;
    font-family: "trumpsoftpro", sans-serif;
    font-style: italic;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1.15;
}

.FeaturedProduct__SubHeading {
    font-family: "trumpsoftpro", sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.FeaturedProduct__ViewWrapper {
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    color: #000000;
}

.Link {
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.Link--underline {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.Link--underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: currentColor;
    transform: scale(1, 1);
    transform-origin: left center;
    transition: transform 0.2s ease-in-out;
}

.shopify-section--featured-product .product-info__block-item.Buy_Block {
    margin-bottom: 0;
}

@media (-moz-touch-enabled: 0), (hover: hover) {
    .Link--underline:hover::before {
        transform: scale(0, 1);
    }
}

@media screen and (min-width: 641px) {
  .FeaturedProductHeadingContainer:not(:only-child) {
      margin-bottom: 60px;
  }
  
  .FeaturedProductHeadingContainer::before {
    left: -50px;
    right: -50px;
  }

  .FeaturedProduct__Heading {
    font-size: 55px;
    padding: 0 24px;
  }

  .FeaturedProduct__SubHeading {
    font-size: 28px;
  }
}

@media screen and (min-width: 1240px) {
  .FeaturedProductHeadingContainer:not(:only-child) {
      margin-bottom: 80px;
  }

  .FeaturedProductHeadingContainer::before {
    left: -80px;
    right: -80px;
  }
}

/**
* ----------------------------------------------------------------------------
* Our Mission
* ----------------------------------------------------------------------------
*/

.content.content--desktop.our_mission {
  display: flex;
  align-items: center;
  position: absolute;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.content.our_mission .prose {
  max-width: 576px;
  padding: 0 40px;
}


.content.our_mission .Mission_Title {
  font-family: trumpsoftpro, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-style: italic;
  letter-spacing: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.content.our_mission p {
  font-size: 16px;
}

.Content__Icon .hero-banner__text-icon {
    max-width: 60px;
    margin: 5px auto;
}

/**
* ----------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------
*/

.header .mega-menu .h6 {
    color: #4a4a4a;
    font-size: 12px;
    font-family: 'Chakra Petch';
    font-weight: 400;
    letter-spacing: 0.04rem;
}

/**
* ----------------------------------------------------------------------------
* Footer
* ----------------------------------------------------------------------------
*/
.Footer__MobileStoresButtons--container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.Footer__MobileStoreButton--container {
  max-width: 9rem;
  width: 100%;
}

.Footer__MobileStoreButton {
  display: block;
}

.footer {
  color: #000;
}

.footer .text-subdued, .footer .link-faded {
  color: rgba(0,0,0,0.65);
}

.footer .link-faded:hover {
  color: #000;
}

.footer-copyright{
  font-size: 11px;
  color: #1c1b1b;
  font-family: 'ASRV-Standard', sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-copyright:hover {
  color: #6a6a6a;
}

/* BFCM 

.footer {
  color: #fff;
}

.footer .text-subdued, .footer .link-faded {
  color: rgba(255,255,255,255.65);
}

.footer .link-faded:hover {
  color: #fff;
}
*/

.footer-copyright{
  font-size: 11px;
  color: #fff;
  font-family: 'ASRV-Standard', sans-serif;
  font-weight: 600;
  font-style: normal;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-copyright:hover {
  color: #7a7a7a;
}

.footer button.button {
  color: #fff;
  border-color: #fff;
}

.footer :is(.button,.shopify-challenge__button,.shopify-payment-button__button--unbranded):not([disabled]):hover {
  color: #fff;
  border-color: #fff;
  background: #000;
}

.italic_heading {
  font-family: "trumpsoftpro", sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  font-style: italic;
}

@media screen and (min-width: 641px) {
  .payment-methods {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .footer__inner {
    width: 100%;
    display: block;
}

  .footer__aside {
    margin-top: 40px;
  }

  .footer-copyright {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin: 0 -20px 10px;
}
}

/**
*
* Two Column Text with Image
*
*/

.two-col-text-with-image {
    padding: 50px 40px 0px;
    max-width: 1400px;
    margin: auto;
}

.two-col-text-with-image .two-col-text-with-image__block__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
    align-items: center;
}

.two-col-text-with-image .two-col-text-with-image__text {
    text-align: center;
}

.two-col-text-with-image .two-col-text-with-image__text .two-col-text-with-image__text-title, .two-col-text-with-image .two-col-text-with-image__text .two-col-text-with-image__text-sub-title {
    font-family: var(--heading-font-family);
    font-size: 23px;
    font-weight: var(--heading-font-weight);
    letter-spacing: 0;
    line-height: 40px;
    text-transform: uppercase;
}

.two-col-text-with-image .two-col-text-with-image__text .two-col-text-with-image__text-body {
    margin-top: 35px;
    font-size: 16px;
}

.two-col-text-with-image .two-col-text-with-image__text .two-col-text-with-image__text-body {
    margin-top: 35px;
    font-size: 16px;
}

.two-col-text-with-image .two-col-text-with-image__text {
    text-align: center;
}

.two-col-text-with-image .two-col-text-with-image__icon-blocks {
    margin-top: 35px;
}

.two-col-text-with-image .two-col-text-with-image__icon-block img {
    width: 60px;
}

.two-col-text-with-image .two-col-text-with-image__icon-blocks, .two-col-text-with-image .two-col-text-with-image__icon-block {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}

.two-col-text-with-image .two-col-text-with-image__icon-block {
    flex-direction: column;
}

.two-col-text-with-image .two-col-text-with-image__block:nth-of-type(n+2) {
    padding-top: 50px;
}

.two-col-text-with-image .two-col-text-with-image--right .two-col-text-with-image__img {
    grid-row: 1;
    grid-column: 2;
}

.two-col-text-with-image .two-col-text-with-image__block:nth-of-type(n+2) .two-col-text-with-image__img {
    margin-top: -215px;
}

@media screen and (max-width: 640px) {
    .two-col-text-with-image {
        padding-left: 20px;
        padding-right: 20px;
    }

    .two-col-text-with-image .two-col-text-with-image__block__container {
        grid-template-columns: 1fr;
    }
  
    .two-col-text-with-image .two-col-text-with-image__text {
        margin-top: 40px;
    }

    .two-col-text-with-image .two-col-text-with-image__text .two-col-text-with-image__text-title {
        font-size: 24px;
    }

    .two-col-text-with-image .two-col-text-with-image__icon-block img {
        width: 40px;
    }

    .two-col-text-with-image .two-col-text-with-image__block:nth-of-type(2n) .two-col-text-with-image__img {
        grid-row: unset;
        grid-column: unset;
    }

    .two-col-text-with-image .two-col-text-with-image__block:nth-of-type(n+2) .two-col-text-with-image__img {
        margin-top: 40px;
    }
}


/**
* ----------------------------------------------------------------------------
* Base CSS from Previous Theme
* ----------------------------------------------------------------------------
*/

a.btn.klaviyo-bis-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 14px 0;
    border: 1px solid transparent;
    background: #1c1b1b;
    color: #fff;
    text-transform: var(--button-text-transform);
    font: var(--button-font);
    letter-spacing: var(--button-letter-spacing);
    margin-top: 10px;
    border-radius: var(--button-border-radius);
}


button.button.w-full:disabled {
    background: #fff;
    color: #000;
    margin-bottom: 10px;
}

.Container {
  margin: 0 auto;
  padding: 0 24px;
}

.Section--spacingNormal {
  margin: 40px 0; 
}

.Section--spacingLarge,
.Section--spacingExtraLarge {
  margin: 90px 0; }

.shopify-section--bordered > .Section--spacingNormal {
  padding: 40px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.shopify-section--bordered > .Section--spacingLarge,
.shopify-section--bordered > .Section--spacingExtraLarge {
  padding: 90px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.text-subdued {
  color: #515151;
}

.text-subdued.line-through {
    opacity: 0.6;
}

.sale-price {
  color: var(--on-sale-text);
}

p.prose.announcement.heading.is-selected a {
    text-decoration: none;
    background: transparent;
}

@media screen and (min-width: 641px) {
  .Container {
    padding: 0 50px; 
  }
}

@media screen and (min-width: 1008px) {
  .Section--spacingNormal {
    margin: 80px 0;
  }

  .Section--spacingLarge {
    margin: 120px 0;
  }

  .Section--spacingExtraLarge {
    margin: 145px 0;
  }

  .shopify-section--bordered > .Section--spacingNormal {
    padding: 80px 0;
  }

  .shopify-section--bordered > .Section--spacingLarge {
    padding: 120px 0;
  }

  .shopify-section--bordered > .Section--spacingExtraLarge {
    padding: 145px 0;
  }
}

@media screen and (min-width: 1240px) {
  .Container {
    padding: 0 80px;
  }
}
  
/**
* ----------------------------------------------------------------------------
* Image lazy loader (integrates with lazy sizes)
* ----------------------------------------------------------------------------
*/

@-webkit-keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(100%);
  }
}

@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(100%);
  }
}

.Image--fadeIn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.Image--lazyLoaded.Image--fadeIn {
  opacity: 1;
}


@keyframes stock-pulse {
  0% {
      opacity: 0.5;
  }
  
  to {
      transform: scale(2.5);
      opacity: 0;
  }
}

/* Base Media Queries */


/**
 * ----------------------------------------------------------------------------
 * Aspect Ratio
 * ----------------------------------------------------------------------------
 */



.AspectRatio {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.AspectRatio::before {
  content: '';
  display: block;
  border-color: green;
}

.AspectRatio > img {
  max-height: 100%;
  max-width: 100%;
}

.AspectRatio--withFallback > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.no-js .AspectRatio > img {
  display: none !important;
}

@supports (--css: variables) {
  .AspectRatio--withFallback {
    padding-bottom: 0 !important;
  }

  .AspectRatio::before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }

  .AspectRatio > img,
  .no-js .AspectRatio > noscript img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

.AspectRatio--square::before {
  padding-bottom: 100%;
}

.AspectRatio--short::before {
  padding-bottom: 75%;
}

.AspectRatio--tall::before {
  padding-bottom: 150%;
}

.AspectRatio--square > img,
.AspectRatio--short > img,
.AspectRatio--tall > img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .AspectRatio--square > img,
  .AspectRatio--short > img,
  .AspectRatio--tall > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.Image--lazyLoad[data-sizes="auto"] {
  width: 100%; /* this is needed to help LazySizes calculate the correct size */
}


/**
 * ----------------------------------------------------------------------------
 * Featured Icons Section on PDPs
 * ----------------------------------------------------------------------------
 */

.Relative {
  position: relative;
}

.Absolute {
  position: absolute;
}

.Inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Opacity-0 {
  opacity: 0;
}


.FeaturedIcons__Container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.FeaturedIcon__Item {
  color: var(--text_color);
}

.FeaturedIcons__Wrapper {
  max-width: 1330px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}

.FeaturedIcon__Item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  justify-content: center;
  align-items: center;
}

.FeaturedIcon__Item-imageContainer {
  width: 45px;
  max-width: 100%;
  flex-shrink: 0;
}

.FeaturedIcon__Item-content {
  flex-grow: 1;
  font-size: 12px;
  line-height: 1.2;
}

.FeaturedIcon__Item-title {
  letter-spacing: normal;
}

@media screen and (max-width: 640px) {
  .FeaturedIcons__OuterContainer.show-border-mobile-top {
    border-top: 1px solid var(--border_color);
  }
  .FeaturedIcons__OuterContainer.show-border-mobile-bottom {
    border-bottom: 1px solid var(--border_color);
  }

  .FeaturedIcon__Item {
    width: calc((100% / var(--mobile_items_per_row)) - ((5px * (var(--mobile_items_per_row) - 1)) / var(--mobile_items_per_row)));
  }

  .FeaturedIcon__Item-content.center-on-mobile {
    text-align: center;
  }
}

@media screen and (min-width: 641px) {
  .FeaturedIcons__Container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .FeaturedIcons__OuterContainer.show-border-tablet-and-up-top {
    border-top: 1px solid var(--border_color);
  }
  .FeaturedIcons__OuterContainer.show-border-tablet-and-up-bottom {
    border-bottom: 1px solid var(--border_color);
  }

  .FeaturedIcon__Item-content {
    font-size: 14px; /* Adjusted from to-size(12px) as to-size is not standard CSS */
  }

  .FeaturedIcons__Wrapper {
    gap: 20px 40px;
  }

  .FeaturedIcon__Item {
    flex-wrap: nowrap;
  }

  /* .FeaturedIcon__Item-imageContainer {
    width: 64px;
  } */
}

/**
 * ----------------------------------------------------------------------------
 * Okendo Reviews
 * ----------------------------------------------------------------------------
 */

.okeReviews.okeReviews--theme .okeReviews-button {
    color: #1c1b1b!important;
    transition: .4s all!important;
  
}

.okeReviews.okeReviews--theme .okeReviews-button:hover {
    color: #ffffff!important;
    background: #1c1b1b!important;
    transition: .4s all!important;
}


/**
 * ----------------------------------------------------------------------------
 * Features Section on PDPs
 * ----------------------------------------------------------------------------
 */

.FeaturesOuterWrapper {
  max-width: 1330px;
  margin: 0 auto;
}

.FeaturesMainWrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.FeaturesContent__Title {
  font-family: "trumpsoftpro", sans-serif;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  color: var(--title_color);
}

.FeaturesContent__Title:not(:only-child) {
  margin-bottom: 20px;
}

.FeaturesContent {
  color: var(--content_color);
  line-height: 1.43;
  font-size: 16px; /* Assuming to-size(16px) translates directly to 16px */
}

.FeaturesIcons__Container:not(:only-child) {
  margin-top: 40px;
}

.FeaturesIcon__Item {
  color: var(--icons_color);
}

.FeaturesIcons__Wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 5px;
  text-align: center;
}

.FeaturesIcon__Item-imageContainer {
  width: 80px;
  max-width: 100%;
  margin: 0 auto;
}

.FeaturesIcon__Item-content {
  font-size: 12px; /* Assuming to-size(12px) translates directly to 12px */
  line-height: 1.67;
}

.FeaturesTextContentContainer {
    text-align: center;
}

.shopify-section--featured-product .SectionHeader.SectionHeader--center {
    text-align: center;
    overflow: hidden;
}

/* Phone Media Query */
@media screen and (max-width: 640px) {
  .FeaturesIcon__Item {
    width: calc((100% / var(--mobile_items_per_row)) - ((5px * (var(--mobile_items_per_row) - 1)) / var(--mobile_items_per_row)));
  }
}

/* Tablet and Up Media Query */
@media screen and (min-width: 641px) {
  .FeaturesIcon__Item-content {
    font-size: 1rem;
  }

  .FeaturesIcons__Wrapper {
    gap: 20px 40px;
  }

  .FeaturesMainWrapper {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .FeaturesImageContainer,
  .FeaturesTextContentContainer {
    width: calc(50% - 20px);
  }

  .FeaturesTextContentContainer {
    order: var(--content_desktop_order);
  }
}

/* Desktop Media Query */
@media screen and (min-width: 1240px) {
  .FeaturesImageContainer {
    width: calc(40% - 20px);
  }

  .FeaturesTextContentContainer {
    width: calc(40% - 20px);
    padding: 0 30px;
  }

  .FeaturesContent__Title {
    font-size: 28px; /* Assuming to-size(28px) translates directly to 28px */
  }

  .FeaturesContent {
    font-size: 16px; /* Assuming to-size(16px) translates directly to 16px */
  }
}

/**
 * ----------------------------------------------------------------------------
 * Badges
 * ----------------------------------------------------------------------------
 */

.badge-pricing {
  display: flex;
  gap: .75rem;
}

.feature-badge {
  font-weight: 600;
  font-family: 'ASRV-Standard';
}


.anchor-marker {
  display:block;
  position:relative;
  height:0;
  visibility:hidden;
  scroll-margin-top: calc(var(--header-height, 0px) + var(--announcement-bar-height, 0px));
}

@media screen and (max-width: 640px) {

  .product-gallery__image-list button.prev {
    background: transparent;
    z-index: 99;
    position:absolute;
    left: 0
    top: 0;
    height:100%;
    padding:50px;
    margin-left: -20px;
  } 

  .product-gallery__image-list button.next {
    background: transparent;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    padding:50px;
    margin-right: -20px;
  } 

  .product-gallery__carousel {
    gap: 0;
  }

}

@media screen and (min-width: 641px) {
  .product-gallery__image-list button.prev, .product-gallery__image-list button.next {
    display: none;
  }

}

.product-card__info .color-swatch {
    --collection-swatch-offset: 2px;
    --collection-swatch-size: 1.85rem;
    --collection-swatch-border-size: 1px;
    --collection-swatch-disabled-strike-color: rgb(var(--border-color));
    width: var(--collection-swatch-size);
    height: var(--collection-swatch-size);
    padding: var(--collection-swatch-offset);
    border: var(--collection-swatch-border-size) solid transparent;
    background: content-box var(--swatch-background) no-repeat center / cover;
    place-items: center;
    display: grid;
    position: relative;
}

:disabled + .product-card__info .product-card__info .color-swatch::before,
.product-card__info .color-swatch.is-disabled::before,
.product-card__info .color-swatch.sold_out::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: var(--swatch-disabled-margin, var(--swatch-offset));
  border-radius: inherit;
  pointer-events: none; 
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 1px), #fff calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)
  ) no-repeat;
}

:checked + .product-card__info .color-swatch,
.product-card__info .color-swatch.is-selected {
  --swatch-disabled-margin: 0;
  --swatch-disabled-strike-color: currentColor;
  border-color: currentColor;
}
:focus-visible + .product-card__info .color-swatch {
  outline-offset: var(--swatch-offset);
}

.product-info .flex-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.product-info .flex-variants .block-swatch {
  width: 100%;
}


@media screen and (min-width: 641px) {
  .flex {
    display: block;
  }
}

.product-card__info--swatches {
    display: flex;
    flex-direction: column;
}

.product-title.h6, :where(.prose h6) {
    font-size: calc(var(--text-h6-product) - 2px);
    line-height: 1.7;
}

.card-swatches-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.card-swatches {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 2px 0;
  margin: 0;
  border: 0;
  min-width: 0;
  flex: 1 1 0%;
}

.card-swatches::-webkit-scrollbar {
  display: none;
}

.card-swatches > .sr-only {
  position: absolute !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.card-swatches .color-swatch {
  --swatch-size: 28px;
  width: var(--swatch-size);
  height: var(--swatch-size);
  flex-shrink: 0;
}

.card-swatches .thumbnail-swatch {
  flex-shrink: 0;
  width: 60px;
}

@media screen and (max-width: 640px) {
  .card-swatches .color-swatch {
    --swatch-size: 24px;
  }
}

.card-swatches__arrow {
  display: none;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  cursor: default;
  color: #000000;
  opacity: .15;
  flex-shrink: 0;
  width: 20px;
  height: 16px;
  transition: opacity .15s;
  pointer-events: none;
}

.card-swatches__arrow.is-visible {
  opacity: .5;
  pointer-events: auto;
  cursor: pointer;
}

.card-swatches__arrow.is-visible:hover {
  opacity: 1;
}

.card-swatches__arrow svg {
  width: 24px;
  height: 12px;
}

@media (min-width: 700px) {
  .card-swatches__arrow.is-shown {
    display: flex;
  }
}

@media (max-width: 699px) {
  .card-swatches {
    scroll-snap-type: x mandatory;
  }
  .card-swatches .color-swatch,
  .card-swatches .thumbnail-swatch {
    scroll-snap-align: start;
  }
}

.facets .color-swatch {
    --swatch-size: 2rem;
}

.facets .color-swatch.border {
    box-shadow: inset 0 0 0 1px #ededed;
}

.active-facets {
  padding-top: 50px;
}
@media and (min-width: 641px) {
.product-info__block-item .rebuy-widget {
    margin-bottom: 100px;
}
}

.Hero__AppButtons a {
    background: unset !important;
}

.Hero__AppButtons a {
    transition: all .2s;
}

.Hero__AppButtons a:hover {
    transition: all .2s;
    filter:brightness(0.9);
}

/* Forms */

._formSubmitButton_cit2d_96  {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    width: 100% !important;
    padding: 14px 0;
    background: #1c1b1b;
    color: #fff;
    font-weight: 600;
    text-transform: var(--button-text-transform);
    font: var(--button-font);
    margin-top: 10px;
    border-radius: var(--button-border-radius);
}

.restock-msg {
  color: var(--asrv-black);
}

p.wr-text-sm.wr-leading-tight.wr-text-gray-800 {
    display: none !important;
}

[data-block-type=bundle-buy-buttons] button.button.w-full:disabled {
    opacity: .5;
    cursor: not-allowed;
}

[data-block-type=bundle-buy-buttons] button.button.w-full {
    gap: 0.4em;
}

  .pack-variants .block-swatch {
    padding: 0;
  }

  a.bundle-single-link {
    text-align: center;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: -10px;
    font-style: italic;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out;
}

  a.bundle-single-link:hover {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
  }

a.block-swatch.product-option-link {
    padding: 0;
}

label.block-swatch.sold_out.product-option-link {
  padding: 0;
  pointer-events: none;
  opacity: .6;
}

.header [data-title="He is risen."] summary {
  font-family: 'ASRV-Standard';
  font-weight: 400;
  font-size: 20px;
  color: var(--asrv-red);
}

#sidebar-menu li.custom_nav_item a[data-title="He is Risen."] {
  font-family: 'ASRV-Standard';
  font-weight: 400;
  font-size: 18px;
  color: var(--asrv-red);
}

.header__cart-count {
  font-family: 'ASRV-Standard';
  color: var(--asrv-red);
}

.header__secondary-nav .h6 {
  user-select: none;
}

.header__primary-nav .h6 {
  font-size: var(--text-h6);
}

.header__primary-nav {
  column-gap: 1rem;
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 2rem;
  }
}

.product-card__image--placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.product-card__gallery-track > .product-gallery__media {
  position: relative;
  z-index: 1;
}

.product-card__image {
  filter: brightness(0.98);
}

.product-card__image--secondary {
  filter: unset;
}

.product-card__media > * {
  border-radius: .625rem;
  overflow:hidden;
}

.product-card .product-title.h6 {
    letter-spacing: 0.125rem;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
}


/**
* ----------------------------------------------------------------------------
* DSG Designation
* ----------------------------------------------------------------------------
*/

.product-dsg {
  display: inline-block;
  font-family: 'ASRV-Standard';
  font-weight: 300;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #fff;
  background: #323232;
  padding: 4px;
  line-height: 1;
  margin-bottom: 4px;
}

.product-dsg::selection, .product-card__dsg--badge::selection, .product-card__dsg--side::selection {
  background:#323232;
  color: #c4c4c4;
}

.product-card__dsg--badge {
  display: inline-block;
  font-family: 'ASRV-Standard';
  font-weight: 300;
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #fff;
  background: #323232;
  padding: 4px;
  line-height: 0.85;
  margin-bottom: 1px;
}

.product-card__dsg-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.product-card__dsg--side {
  display: inline-block;
  font-family: 'ASRV-Standard';
  font-weight: 300;
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #fff;
  background: #323232;
  padding: 4px;
  line-height: 0.85;
  white-space: nowrap;
  writing-mode: vertical-lr;
  flex-shrink: 0;
  align-self: flex-start;
}

@media screen and (min-width: 641px) {
  .product-card__dsg--badge {
    font-size: 10.5px;
    padding: 4px;
    line-height:0.85;
  }

  .product-card__dsg--side {
    font-size: 10.5px;
    padding: 4px;
    line-height:0.85;
  }
}

/* PDPs */
h1.product-title.h1 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
}

.product-gallery__media.is-initial img {
  opacity: 1;
  filter: brightness(0.98);
}

/* border-radius moved to .product-card__media container so all gallery
   frames share a single rounded mask, not each image individually. */

.designed-for__item {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
  line-height: 1.2;
  font-family: 'Chakra Petch';
}
.designed-for__icon {
  width: 32px;
  height: auto;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
}
.designed-for__item strong {
  font-family: 'ASRV-Standard';
  font-weight: 400;
}

.fabric-tech-content {
  padding: 5px 0;
}
.fabric-tech-logo {
  padding-bottom: 20px;
}
.fabric-tech-logo img {
  height: auto;
  max-width: 180px;
  opacity: 0.50;
  transition: opacity 0.3s;
}
.fabric-tech-logo a:hover img {
  opacity: 1;
}
.accordion__content ul,
.accordion__content ol {
  margin: 0;
  padding: 0;
  list-style: disc inside;
}
.fabric-tech-description {
  font-family: 'Avenir ASRV';
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 12px;
}
.fabric-tech-card {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 20px 22px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.fabric-tech-card__heading {
  font-family: 'ASRV-Standard', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}
.fabric-tech-card__body {
  font-family: 'Chakra Petch', sans-serif;
  color: #565656;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.fabric-tech-video-link {
  padding-top: 4px;
}
.fabric-tech-video-link a {
  font-family: 'ASRV-Standard', sans-serif;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
}
.fabric-tech-video-link a:hover {
  color: #000;
}

span.accordion__toggle.h5 {
  font-size: 12px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

.accordion__content > *:not(img) {
  opacity: 0.7;
}
.accordion__content.prose {
  font-size: 12px;
  line-height: 20px;
  font-family: 'Avenir ASRV';
  font-weight: 500;
}

.accordion__content.prose em {
    font-weight: 400;
    font-family: 'Chakra Petch';
    font-style: unset;
    color: #000;
}

/* =========================================================================
   Product card — Phase 2: price-anchored hover
   Layout: info block contains [meta-stack][hover-reveal][price]
   - meta-stack is absolute-positioned, overlays the hover-reveal's reserved space at rest
   - hover-reveal has reserved min-height = meta-height (via JS-set --meta-height var)
   - On hover: meta-stack translates up onto image bottom (white bg); reveal fades in
   - Price stays fixed in flow; card total height unchanged
   ========================================================================= */

product-card {
  --meta-height: 70px; /* fallback; JS overrides per card */
  /* Contain the card's internal z-index usage (info z:5, meta z:2, etc.) so it
     doesn't climb above the site header at page level. */
  isolation: isolate;
}
product-card.product-card {
  gap: 0.5rem;
}

product-card .product-card__figure {
  position: relative;
}

/* The info block becomes a positioning context, and allows meta overflow up onto image */
product-card .product-card__info,
product-card .product-card__info--swatches {
  position: relative;
  overflow: visible;
}

/* Meta stack: DSG + Title + Color. Always visible.
   At rest: sits in normal position (at top of its flow slot).
   On hover: translates up onto image bottom, white bg covers image. */
/* Force v-stack parents of the meta-stack to full width so the white bg spans the card */
product-card .product-card__info .v-stack,
product-card .product-card__info--swatches .v-stack,
product-card .product-card__dsg-row > .v-stack {
  justify-self: stretch;
  width: 100%;
}

product-card .product-card__meta-stack {
  position: relative;
  z-index: 2;
  background: rgb(var(--background));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-self: stretch;
  width: calc(100% + 1px);
  gap: 0.25rem;
  padding-top: 0.25rem;
  transition: transform 0.3s ease;
  will-change: transform;
}

/* Price-anchored hover: on hover, pull the info-block UP by the same amount the reveal grows.
   Reveal expands DOWN by --extra-bottom; info slides UP by --extra-bottom (overlapping image bottom).
   Net effect: price's absolute position is locked; card total height stays constant.
   White background ensures the image doesn't peek through when info overlaps. */
product-card.product-card .product-card__info,
product-card.product-card .product-card__info--swatches {
  background: rgb(var(--background));
  margin-top: 0;
  transition: margin-top 0.3s ease;
  /* Force consistent flex-column layout with no gap so both swatch and non-swatch
     variants behave identically. Theme.css default applies grid with 0.75rem gap
     which creates inconsistent spacing between meta / reveal / price. */
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (hover: hover) {
  product-card:hover .product-card__info,
  product-card:hover .product-card__info--swatches,
  product-card.is-sticky-open .product-card__info,
  product-card.is-sticky-open .product-card__info--swatches {
    margin-top: calc(-1 * var(--extra-bottom, 0px));
  }
}

/* Hover-only extra breathing room above DSG (extends white background upward onto the image
   without changing rest-state layout). Tweak the height value to taste. */
product-card .product-card__meta-stack::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 0;
  background: rgb(var(--background));
  transition: height 0.25s ease;
  pointer-events: none;
}

/* White background extending DOWNWARD a few pixels below meta-stack to seal any
   subpixel seam with the hover-reveal beneath it, without covering swatches. */
product-card .product-card__meta-stack::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 3px;
  background: rgb(var(--background));
  pointer-events: none;
}

@media (hover: hover) {
  product-card:hover .product-card__meta-stack::before,
  product-card.is-sticky-open .product-card__meta-stack::before {
    height: 0.75rem;
  }
}

@media (hover: hover) {
  product-card:hover .product-card__meta-stack,
  product-card.is-sticky-open .product-card__meta-stack {
    transform: translateY(calc(-1 * var(--card-slot, var(--meta-height))));
  }
}

/* --card-slot drives translate distance + reveal min/max height + margin-top offset.
   Default = meta-height (full Stone Island shift for swatches cards).
   For no-swatches cards it collapses to just the reveal content height, so the
   reveal only reserves exactly what it needs — no oversized gap above sizes. */
product-card {
  --card-slot: var(--meta-height);
}
product-card.pc--no-swatches {
  --card-slot: var(--reveal-height);
}
/* No reveal at all — force slot to 0 and kill hover shift / info slide */
product-card.pc--no-reveal {
  --card-slot: 0px;
}
product-card.pc--no-reveal .product-card__hover-reveal {
  display: none !important;
}
/* No reveal = no solid background needed on meta-stack or info block */
product-card.pc--no-reveal .product-card__meta-stack,
product-card.pc--no-reveal .product-card__meta-stack::before,
product-card.pc--no-reveal .product-card__meta-stack::after,
product-card.pc--no-reveal .product-card__info,
product-card.pc--no-reveal .product-card__info--swatches {
  background: transparent;
}
@media (hover: hover) {
  product-card.pc--no-reveal:hover .product-card__meta-stack,
  product-card.pc--no-reveal.is-sticky-open .product-card__meta-stack {
    transform: none;
  }
  product-card.pc--no-reveal:hover .product-card__meta-stack::before,
  product-card.pc--no-reveal.is-sticky-open .product-card__meta-stack::before {
    height: 0;
  }
  product-card.pc--no-reveal.product-card:hover .product-card__info,
  product-card.pc--no-reveal.product-card:hover .product-card__info--swatches {
    margin-top: 0;
  }
}

/* ── is-peeked: user-clicked gallery browse mode ──
   Uses clip-path to visually hide the reveal content WITHOUT changing any
   layout properties (max-height, margin-top, --card-slot stay at hover values).
   Since layout doesn't change, price position is mathematically locked. */
@media (hover: hover) {
  product-card.is-peeked:hover .product-card__hover-reveal,
  product-card.is-peeked.is-sticky-open .product-card__hover-reveal {
    clip-path: inset(0% -60px 100% -60px);
    opacity: 0;
    pointer-events: none;
    max-height: var(--card-slot, var(--meta-height));
  }
  product-card.is-peeked:hover .product-card__meta-stack,
  product-card.is-peeked.is-sticky-open .product-card__meta-stack {
    transform: none;
  }
  product-card.is-peeked:hover .product-card__meta-stack::before,
  product-card.is-peeked.is-sticky-open .product-card__meta-stack::before {
    height: 0;
  }
  product-card.is-peeked:hover .product-card__info,
  product-card.is-peeked:hover .product-card__info--swatches,
  product-card.is-peeked.is-sticky-open .product-card__info,
  product-card.is-peeked.is-sticky-open .product-card__info--swatches {
    margin-top: 0;
  }
}

/* Hover reveal: swatches + sizes. Sits where meta was; reserved space keeps price anchored.
   At rest: reserved height but content hidden.
   On hover: content visible.
   Uses negative margin-top to pull it up under the meta-stack (they occupy the same slot). */
product-card .product-card__hover-reveal {
  position: relative;
  z-index: 1;
  /* Reveal sits in the slot that meta vacates on hover.
     At rest: clipped to 0 height so rest state is compact (no gap between meta and price).
     On hover: expands to natural content height. Card grows; price shifts down by (reveal - meta). */
  /* No -1px offset — let the reveal's flow position align exactly with meta's slot.
     Any subpixel seam is sealed by the meta-stack ::after white extension. */
  margin-top: calc(-1 * var(--card-slot, var(--meta-height)));
  max-height: var(--card-slot, var(--meta-height));
  /* Reserve at least the card-slot height so price sits at a consistent
     position within each card — see --card-slot definition above. */
  min-height: var(--card-slot, var(--meta-height));
  /* clip-path keeps vertical clipping while allowing horizontal overflow
     so the carousel arrows can sit outside the card on either side. */
  overflow: visible;
  clip-path: inset(0% -60px 0% -60px);
  display: flex;
  flex-direction: column;
  /* Push short reveal content (sold-out text, single Add-to-Cart link, sizes-only)
     to the BOTTOM of the reserved slot so it sits right above price. Multi-variant
     cards whose content already fills the slot are unaffected. */
  justify-content: flex-end;
  gap: 0.625rem;
  padding-top: 0.25rem;
  background: rgb(var(--background));
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.25s ease 0.05s, clip-path 0.3s ease;
}

/* When quick-add-sizes lives inside our hover-reveal (not inside figure),
   force it into normal flow so it stacks below the swatches. */
product-card .product-card__hover-reveal .quick-add-sizes {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  padding: 0;
  align-items: stretch;
}
product-card .product-card__hover-reveal .quick-add-sizes__buttons {
  justify-content: flex-start;
  background: transparent;
  backdrop-filter: none;
  padding: 0;
  width: 100%;
}

/* Single-variant "Add to Cart" — hyperlink style, no button shape */
product-card .product-card__hover-reveal .quick-add-link {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: rgb(var(--text-color));
  font-size: 12px;
  font-family: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  cursor: pointer;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.025rem;
}
product-card .product-card__hover-reveal .quick-add-link:hover {
  text-decoration-thickness: 1px;
}
product-card .product-card__hover-reveal .quick-add-sizes--single .quick-add-sizes__label {
  display: none;
}

/* Out of stock — hyperlink-style "Sold Out" label, strikethrough + not-allowed cursor */
product-card .product-card__hover-reveal .quick-add-sold-out {
  display: inline-block;
  color: rgb(var(--text-color));
  font-size: inherit;
  font-family: inherit;
  text-decoration: line-through;
  text-underline-offset: 2px;
  cursor: not-allowed;
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
product-card .product-card__hover-reveal .quick-add-sizes--sold-out .quick-add-sizes__label {
  display: none;
}

/* Product-card swatch carousel: arrows positioned absolutely OUTSIDE the card
   so the first swatch aligns flush-left with the rest of the card content.
   Prev arrow is hidden at the start of scroll (opacity 0); appears only once
   the user has scrolled. Overflow escapes via clip-path on hover-reveal. */
product-card .card-swatches-wrap {
  position: relative;
  overflow: visible;
  flex-shrink: 0; /* prevent height collapse when hover-reveal max-height contracts; preserves scrollLeft */
}

/* Prevent the track from flex-growing past its content — otherwise it fills
   the wrap width and leaves empty space between the last visible swatch and
   the next arrow. */
product-card .card-swatches {
  flex: 0 1 auto;
  /* Override the global scroll-behavior: smooth so browser-triggered scrollLeft
     resets (during opacity/max-height transition) happen instantly while the
     element is opacity:0 — the user never sees them. JS carousel-arrow calls
     use behavior:'smooth' explicitly so the carousel still animates on click. */
  scroll-behavior: auto;
  /* Extra right padding so the selected-state ring/outline on the rightmost
     visible swatch isn't clipped by overflow-x: auto. The same reason the
     base rule has padding: 2px 0 (vertical ring breathing room). clampWidth
     adds 3px to its maxWidth calculation to compensate so 4 swatches still fit. */
  padding-right: 3px;
}

/* When hovering the prev arrow area, JS adds .is-sliding-left to the wrap.
   The whole wrap (arrow + track + next arrow) slides right so the off-screen
   prev arrow comes into view. Slides back when mouse leaves the wrap. */
product-card .card-swatches-wrap {
  transition: transform 0.25s ease;
}
/* Only first-in-row cards need the slide — middle/end cards have inter-card
   gap so the prev arrow at -36px is already visible between cards. */
@media (min-width: 1280px) {
  product-card:nth-child(4n+1) .card-swatches-wrap.is-sliding-left {
    transform: translateX(20px);
  }
}
@media (max-width: 1279px) {
  product-card:nth-child(2n+1) .card-swatches-wrap.is-sliding-left {
    transform: translateX(20px);
  }
}

/* Extend the prev arrow's hover zone with an invisible pseudo-element so
   the user can't accidentally overshoot and lose the card's :hover state
   (which would close the panel). The arrow is a DOM child of product-card,
   so cursor on it keeps product-card:hover alive. */
product-card .card-swatches__arrow--prev::after {
  content: '';
  position: absolute;
  left: -30px;
  top: -15px;
  bottom: -15px;
  right: -10px;
}
product-card .card-swatches__arrow {
  opacity: 0;
  width: 44px;
  height: 36px;
  padding: 0;
  pointer-events: none;
}
/* Left arrow: keep hit area alive even when hidden so the card's :hover doesn't
   drop when the cursor sits on the outside-the-card position. Click gating is
   handled in JS (ignores clicks when arrow isn't .is-visible). */
product-card .card-swatches__arrow--prev {
  pointer-events: auto;
}

product-card .card-swatches__arrow--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -36px;
  z-index: 2;
}

/* Next arrow: stays in FLEX FLOW — sits immediately after the track. When the
   track is clamped by max-width, the next arrow lands right after the last
   visible swatch (instead of being anchored at the card's right edge).
   `right: 8px` nudges it slightly closer for visual symmetry with prev. */
product-card .card-swatches__arrow--next {
  position: relative;
  flex-shrink: 0;
  margin-left: 2px;
  right: 8px;
}
product-card .card-swatches__arrow.is-visible {
  opacity: .7;
  pointer-events: auto;
}
product-card .card-swatches__arrow.is-visible:hover {
  opacity: 1;
}

@media (hover: hover) {
  product-card:hover .product-card__hover-reveal,
  product-card.is-sticky-open .product-card__hover-reveal {
    opacity: 1;
    pointer-events: auto;
    /* Use exact measured reveal height (not a large sentinel) so the max-height
       interpolation matches the info-block margin-top interpolation — price stays locked. */
    max-height: var(--reveal-height, 500px);
  }

}


/* =========================================================================
   Product card — image gallery (Phase 3)
   Multiple product media images stacked in .product-card__media; only the
   .active one is visible. Arrows (.prev / .next) cycle through them in place.
   Progress indicator at bottom of image shows current index.
   ========================================================================= */

product-card .product-card__figure {
  position: relative;
  overflow: hidden;
  /* Room below the image for the progress line to sit just under the photo */
  padding-bottom: 4px;
}

product-card .product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: .625rem;
}

/* Horizontal carousel track — translates by -100% * index to slide images.
   overflow: visible + border-radius: 0 overrides the theme's
   `.product-card__media > * { overflow: hidden; border-radius: .625rem }` rule
   (which now applies to the track) so images 2..N aren't clipped away. */
product-card .product-card__media {
  overflow: hidden;
}

product-card .product-card__gallery-track {
  display: flex;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  border-radius: 0;
  cursor: grab;
}
product-card .product-card__gallery-track::-webkit-scrollbar {
  display: none;
}
product-card .product-card__gallery-track.is-grabbing {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

/* Each image takes full width of the track's container; lined up side by side. */
product-card .product-gallery__media {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  filter: brightness(0.98);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  pointer-events: auto;
}

/* Nav arrows — bare black chevrons, no background, no circle */
product-card .product-card__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: none;
  color: #7a7a7a;
  cursor: pointer;
  opacity: 0;
  /* Keep the hit area active at all times so the button captures clicks even
     when visually hidden — prevents the click from falling through to the
     wrapping product-card media link (which would open the PDP). */
  pointer-events: auto;
  transition: opacity 0.2s ease, color 0.15s;
}
product-card .product-card__nav:hover {
  color: #555;
}
product-card .product-card__nav.prev { left: 8px; }
product-card .product-card__nav.next { right: 8px; }
product-card .product-card__nav svg {
  width: 12px;
  height: 12px;
}

@media (hover: hover) {
  product-card:hover .product-card__nav.is-available {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Progress indicator — N equal segments along the bottom edge.
   Inactive segments are transparent; active is black. Info z-index bumped
   so that when the info panel slides up onto the image on hover, it covers
   the progress line (which lives inside the figure). */
product-card .product-card__info,
product-card .product-card__info--swatches {
  position: relative;
  z-index: 1;
}

product-card .product-card__progress {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  z-index: 1;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 4px;
  height: 2px;
  pointer-events: none;
}

/* Ensure figure itself sits below the info panel in the stacking order so
   anything inside figure (progress line, nav arrows) can't peek through. */
product-card .product-card__figure {
  z-index: 0;
}
product-card .product-card__progress-seg {
  background: transparent;
  transition: background 0.2s ease;
}
product-card .product-card__progress-seg.is-active {
  background: #000;
}
body.The_Archive product-card .product-card__progress-seg.is-active {
  background: var(--asrv-red);
}

/* Product card price / sold-out label tuning */
.product-card__sold-out-price.Pricing.h6.text-subdued {
  font-size: 12px;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #7a7a7a;
}

.Pricing.h6, :where(.prose h6) {
  font-size: var(--text-h6-price);
  line-height: 25px;
}

.thumbnail-swatch.sold_out.is-selected img {
  opacity: 0.4;
}

/* =========================================================================
   PDP Gallery Progress Bar (mobile)
   ========================================================================= */

.pdp-gallery__progress {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  z-index: 1;
  display: none;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 4px;
  height: 2px;
  pointer-events: none;
}
@media screen and (max-width: 999px) {
  .pdp-gallery__progress {
    display: grid;
  }
}

.pdp-gallery__progress:has(.pdp-gallery__progress-seg:only-child) {
  display: none !important;
}
.pdp-gallery__progress-seg {
  background: transparent;
  transition: background 0.2s ease;
}

.pdp-gallery__progress-seg.is-active {
  background: #000;
}
.is-archive .pdp-gallery__progress-seg.is-active,
.pdp-gallery__progress--red .pdp-gallery__progress-seg.is-active {
  background: var(--asrv-red);
}

.pdp-gallery__progress--dark-red .pdp-gallery__progress-seg.is-active {
  background: var(--asrv-dark-red);
}

/* =========================================================================
   Mobile expand button + is-sticky-open triggers (for touch devices with no hover)
   ========================================================================= */

/* + / × toggle button: visible only on touch devices, bottom-right of figure.
   z-index higher than .product-card__info (5) so the × stays visible on top of
   the opened panel — otherwise the panel would cover the close affordance. */
product-card .product-card__expand {
  display: none;
  position: absolute;
  z-index: 6;
  right: 6px;
  bottom: 8px;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: #7a7a7a;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.2s ease;
}
product-card .product-card__expand svg {
  width: 9px;
  height: 9px;
}

@media (hover: none) {
  /* Show only on touch devices — hover-capable devices use hover instead */
  product-card .product-card__expand {
    display: inline-flex;
  }
  /* Hide for cards with no reveal content */
  product-card.pc--no-reveal .product-card__expand {
    display: none;
  }

  /* The theme-default mobile quick-add UX (plus icon in bottom-right of image +
     popup modal) is redundant with our own .product-card__expand button.
     Hide it on our redesigned cards. */
  product-card .quick-add-sizes__mobile-trigger,
  product-card .quick-add-sizes__mobile-popup,
  product-card .quick-add-sizes__backdrop {
    display: none !important;
  }

  /* quick-add-sizes.css sets `display: none !important` on .quick-add-sizes at
     @media (pointer: coarse). We want it VISIBLE inside our hover-reveal on
     touch so the size pills show when the card is expanded. */
  product-card .product-card__hover-reveal .quick-add-sizes {
    display: flex !important;
  }
}

product-card .product-card__expand-icon {
  position: absolute;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
product-card .product-card__expand-icon--close {
  opacity: 0;
  transform: rotate(-90deg);
}
product-card.is-sticky-open .product-card__expand-icon--plus {
  opacity: 0;
  transform: rotate(90deg);
}
product-card.is-sticky-open .product-card__expand-icon--close {
  opacity: 1;
  transform: rotate(0deg);
}

/* On touch: when the card has .is-sticky-open, trigger the same visual state as hover
   (meta translates up, reveal expands, info slides). Mirrors the @media (hover: hover)
   rules above but without the hover constraint. */
@media (hover: none) {
  product-card.is-sticky-open .product-card__meta-stack {
    transform: translateY(calc(-1 * var(--card-slot, var(--meta-height))));
  }
  product-card.is-sticky-open .product-card__meta-stack::before {
    height: 0.75rem;
  }
  product-card.is-sticky-open .product-card__hover-reveal {
    opacity: 1;
    pointer-events: auto;
    max-height: var(--reveal-height, 500px);
  }
  product-card.is-sticky-open .product-card__info,
  product-card.is-sticky-open .product-card__info--swatches {
    margin-top: calc(-1 * var(--extra-bottom, 0px));
  }
  /* pc--no-reveal should never open even if is-sticky-open somehow set */
  product-card.pc--no-reveal.is-sticky-open .product-card__meta-stack {
    transform: none;
  }
  product-card.pc--no-reveal.is-sticky-open .product-card__info,
  product-card.pc--no-reveal.is-sticky-open .product-card__info--swatches {
    margin-top: 0;
  }
}


/* =========================================================================
   Stone Island-style product grid
   - 4 columns at >= 1280px
   - 2 columns below that (tablet and mobile)
   (Overrides the theme's default 3-at-tablet / 4-at-desktop stepping.)
   ========================================================================= */
.product-list.product-list {
  --product-list-items-per-row: 2;
  --product-list-max-items-per-row-allowed: 2;
}
@media (min-width: 1280px) {
  .product-list.product-list {
    --product-list-items-per-row: 4;
    --product-list-max-items-per-row-allowed: 4;
  }
}

/* =========================================================================
   Collection page grid gap — single source of truth.

   Both the container's horizontal gutter AND the product-list's row / column
   gap are bound to one variable, so they always match regardless of breakpoint.
   Adjust --collection-grid-gap (e.g. via a media query) to change both together.

   We override --product-list-calculated-row-gap directly rather than tweaking
   its clamp inputs, which avoids the variable cycle that would otherwise
   appear (calculated-row-gap's clamp upper bound references --container-gutter).
   ========================================================================= */
:root {
  --collection-grid-gap: 0.75rem; /* 12px */
}
.Home .container--xl:has(.product-list) {
  --container-gutter: var(--collection-grid-gap);
  --container-max-width: 100%;
}
.product-list:not(.product-list--carousel) {
  --product-list-calculated-row-gap: calc(var(--collection-grid-gap) * var(--product-list-vertical-spacing-factor, 1));
  --product-list-calculated-column-gap: var(--collection-grid-gap);
}
/* Theme applies a -0.625rem inline margin to the product-list below 700px
   (a subtle "bleed" effect). That cancels most of the container gutter on
   mobile — zero it out so the full --collection-grid-gap edge is visible. */
@media (max-width: 699px) {
  .product-list:not(.product-list--carousel) {
    margin-inline: 0;
  }
}

/* At narrow screens (2-column mobile grid), compress the size pills so all
   sizes fit on a single row. */
@media (max-width: 699px) {
  product-card .product-card__hover-reveal .quick-add-sizes__btn {
    min-width: 24px;
    height: 19px;
    padding: 0 3px;
  }
  product-card .product-card__hover-reveal .quick-add-sizes__buttons {
    gap: 3px;
    flex-wrap: nowrap;
  }
}

/* Smaller thumbnail swatches on mobile for tighter card layout */
@media (max-width: 699px) {
  product-card .card-swatches .thumbnail-swatch {
    width: 40px;
  }
}

/* =========================================================================
   Mobile-only: hide the gallery nav arrows (users swipe instead).
   Track layout itself is now scroll-based for all viewports (see base rule).
   ========================================================================= */
@media (hover: none) {
  product-card .product-card__nav {
    display: none !important;
  }
}

/* Tighter gap inside hover-reveal on mobile (stacks swatches + sizes closer) */
@media (max-width: 699px) {
  product-card .product-card__hover-reveal {
    gap: 0.25rem;
  }
}

/* Show the swatch-carousel arrows on mobile too (same subtle look as desktop).
   Theme's default only reveals them at >= 700px; we unlock below that. */
product-card .card-swatches__arrow.is-shown {
  display: flex;
}

/* ── Peek toggle — anchored inside meta-stack, floats 5px above it ── */
/* Button is a child of .product-card__meta-stack (position: relative).
   It translates with the meta-stack naturally on hover/un-hover. */
product-card .product-card__peek-toggle {
  display: none;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 6px 16px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

product-card .product-card__peek-handle {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: #7a7a7a;
  transition: background 0.15s, width 0.15s;
}

product-card .product-card__peek-toggle:hover .product-card__peek-handle {
  background: #555;
  width: 40px;
}

@media (hover: hover) {
  product-card .product-card__peek-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  product-card:hover .product-card__peek-toggle,
  product-card.is-sticky-open .product-card__peek-toggle {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Portrait (4:5) aspect ratio — not in theme.css, defined here */
.aspect-portrait {
  aspect-ratio: 4 / 5;
}

/* Cover fill for portrait ratio — applies to both cards and PDP gallery */
.product-gallery__media.aspect-portrait img,
product-card .product-gallery__media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Non-flatlay: cover so model shots fill the card */
.product-gallery__media.aspect-portrait img,
img.product-gallery__media.aspect-portrait {
  object-fit: cover;
}

/* Flatlay images: contain + white bg so they aren't cropped */
.product-gallery__media.aspect-portrait.flatlay img,
img.product-gallery__media.aspect-portrait.flatlay {
  object-fit: contain;
  background: #fff;
}

/* Replace the "added to cart" checkmark with the ASRV wings SVG.
   Mask-image technique lets the icon inherit the button's color (white on the
   dark --added state). Absolute-centered so it's pinned dead-center regardless
   of the button's text state (JS clears textContent on success). */
product-card .quick-add-sizes__btn--added::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  background: currentColor;
  -webkit-mask: url('asrv-wings.svg') center / contain no-repeat;
  mask: url('asrv-wings.svg') center / contain no-repeat;
  border: 0;
  transform: translate(-50%, -50%);
  margin: 0;
}

/* Video media in the product-card gallery — same sizing as images,
   plays inline muted looped with no controls (treated as a photo).
   pointer-events stays auto so click-and-drag works (native video
   controls are already absent via no `controls` attribute). */
product-card video.product-gallery__media {
  object-fit: cover;
}

/* New Era flag in the DSG badge position — same layout as DSG pill but shows
   the brand flag SVG instead of a code. */
product-card .product-card__dsg--fabric {
  background: transparent;
  border: none;
  padding: 0;
}
product-card .product-card__fabric-flag {
  display: block;
  height: 15px;
  width: auto;
}

@media (max-width: 699px) {
  product-card .product-card__fabric-flag {
    height: 12px;
  }
}

/**
 * ----------------------------------------------------------------------------
 * Archive / Auction Mode
 * — Targets both legacy Prestige class names (for ported snippets)
 *   and native v3 class names (product-card, product-title, etc.)
 * ----------------------------------------------------------------------------
 */

/* ── Page shell ─────────────────────────────────────────────── */
body.The_Archive {
  background: #232323 !important;
  background-color: #232323 !important;
  --background: 35 35 35;
}
body.The_Archive .collection,
body.The_Archive product-list {
  min-height: 250px;
}
.The_Archive::selection,
.The_Archive *::selection {
  color: #ff0000;
  background: black;
}
.The_Archive .product-title {
  color: #fff;
  font-family: 'Courier New';
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  opacity: 0.8;
  margin-bottom: 0;
}
.The_Archive .header-sidebar__linklist-button svg,
.The_Archive .header-sidebar__back-button svg {
  color: #ff5b5b;
}
.The_Archive .product-color {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
}
.final-sale {
  font-family: "Avenir ASRV";
  font-weight: 600;
  color: #727272;
  text-align: justify;
  text-align-last: left;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 2px -8px 2px;
  animation: fadeIn 1000ms ease-in-out;
  opacity: 1;
  padding: 8px;
}


/* ── Header ─────────────────────────────────────────────────── */
x-header.Header--auction,
.header.Header--auction {
  background: #0b0b0b !important;
  border-bottom: solid 1px #000;
}
x-header.Header--auction.header--transparent,
.header.Header--auction.header--transparent {
  border: 0;
}
.header__archive-logo {
  max-width: 50px;
  filter: none !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


/* ── v3 product card — dark text ────────────────────────────── */
.The_Archive product-card .product-title,
.The_Archive product-card .product-color,
.The_Archive product-card .price-list,
.The_Archive product-card .product-card__sold-out-price {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.The_Archive product-card:hover .product-title,
.The_Archive product-card:hover .product-color,
.The_Archive product-card:hover .price-list,
.The_Archive product-card:hover .product-card__sold-out-price {
  opacity: 1;
}
.The_Archive product-card .product-title {
  color: #fff !important;
  font-family: 'Courier New';
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
}
.The_Archive product-card .product-color {
  color: #fff !important;
  font-weight: 600;
  font-family: 'Chakra Petch';
  letter-spacing: 0.1rem;
}
.The_Archive product-card .price-list,
.The_Archive product-card .product-card__sold-out-price {
  color: #fff !important;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
}

/* ── Auction price block ────────────────────────────────────── */
.product-card__auction-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.The_Archive .product-card__auction-price {
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
  font-size: 12px;
  transition: opacity 0.3s;
}
.The_Archive product-card:hover .product-card__auction-price {
  opacity: 1;
}
.auction-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  opacity: 0.6;
  font-family: 'ASRV-Standard';
}
.auction-price {
  font-weight: 600;
  font-family: 'Courier New';
  font-size: 13px;
  letter-spacing: 0;
}

/* ── Legacy Prestige class name targets (carried-over snippets) */
.The_Archive .ProductMeta__Title {
  color: #fff;
  font-family: 'Courier New';
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  opacity: 0.8;
  margin-bottom: 0;
}
.The_Archive .ProductMeta .ProductColor {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
}
.ProductList .AuctionGrid .ProductItem__Title {
  color: #fff;
  font-family: 'Courier New';
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.7;
}
.ProductList .AuctionGrid .ProductItem__Title:hover { opacity: 1; }
.ProductList .AuctionGrid .ProductItem__Price {
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
}
.The_Archive .CollectionMain {
  background: linear-gradient(180deg, #232323, #1a1a1a);
}
#_a-reserve-price-message { display: none; }

/* ── Auction Pro widget overrides ───────────────────────────── */
._a-container {
  font-family: "Avenir ASRV";
  text-transform: uppercase;
}
._a-container #_a-countdown-timer {
  font-size: 16px !important;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-family: 'ASRV-Standard' !important;
  font-weight: 300 !important;
}
._a-container #_a-end-date {
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff;
}
._a-container span._a-display-block._a-margin-bottom-10._a-current-bid-font {
  letter-spacing: 0.1rem;
  margin-bottom: 0 !important;
  color: #fff;
  font-family: 'Courier New';
}
._a-container div#_a-auction-inputs {
  border-top: solid 1px #ffffff24;
  padding: 12px 0 0;
}
._a-container ._a-auction-input-container {
  border-top: solid 1px #ffffff24;
  border-bottom: 0;
  padding: 20px 0;
}
._a-banner {
  border-radius: 0 !important;
  color: #fff;
  padding: 10px;
  text-align: center;
}
._a-banner-error, ._a-banner-notification, ._a-banner-notification-alt, ._a-banner-success {
  background: #323232 !important;
  border: 0 !important;
  border-radius: 0;
}
._a-banner-message {
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Courier New';
  font-weight: 600;
  border-radius: 0 !important;
}
span#_a-banner-close-btn { display: none; }
._a-modal-btn {
  text-transform: uppercase !important;
  border-radius: 0 !important;
  padding: 12px 24px !important;
}
._a-modal-btn-confirm {
  background-color: #323232 !important;
  border: 1px solid #323232 !important;
  color: #fff;
}
._a-modal-btn-cancel {
  background-color: #ffffff !important;
  border: 1px solid #323232 !important;
}
._a-current-bid-input-btn:hover, ._a-modal-btn-confirm:hover {
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
._a-current-bid-input-btn:hover, ._a-modal-btn-cancel:hover {
  background: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}
table._a-modal-auction-bids {
  font-family: 'Courier New';
  font-weight: 600;
}
b#_a-bids-complete {
  font-family: 'ASRV-Standard';
  font-weight: 300;
  color: #ff5b5b !important;
}
b#_a-current-bid { color: #fff !important; }
b#_a-bids { color: #ff5b5b !important; }
#_a-auto-bid { color: #fff !important; }
svg._a-icon-auto-bid.icon-question-circle { fill: #ff4027 !important; }

/* ── Archive PDP ─────────────────────────────────────────────── */
.The_Archive .klaviyo-bis-trigger { display: none !important; }
.The_Archive h5.accordion-tab {
  color: #fff;
  opacity: 0.7;
  font-family: 'Courier New';
  text-transform: uppercase;
  font-weight: 600;
}
.The_Archive .panel {
  border-bottom: solid 1px #ffffff24;
}
.The_Archive h5.accordion-tab:after { color: #fff; opacity: 0.7; }
.The_Archive .accordion-div {
  border-top: solid 1px #ffffff24;
  margin-top: 40px;
}
.The_Archive .final-sale { color: #fff; }
.The_Archive .Section--ProductCallouts {
  background: linear-gradient(180deg, #232323, #1a1a1a);
  padding: 50px;
  padding-top: 0;
  color: #fff;
  margin-bottom: 0;
}
.The_Archive .Section--ProductCallouts .Product__Icons img {
  filter: invert(1);
  opacity: 0.6;
}
.The_Archive .Section--ProductCallouts .TechnicalHighlight__Heading {
  color: #fff !important;
  opacity: 0.6;
}
.The_Archive .Section--ProductCallouts p {
  color: #fff !important;
  opacity: 0.5;
}
.The_Archive .Section--ProductCallouts .Features__Heading::after {
  border-bottom: solid 1px #ffffff24 !important;
}
.The_Archive .Section--ProductCallouts .Features__Heading { color: #ffffff; }
.The_Archive section.Section.Section--spacingNormal.featured-collection { background: #1a1a1a; }

/* ── Quick-add / size pills on dark bg ──────────────────────── */
.The_Archive product-card .quick-add-sizes__size {
  color: #fff;
  border-color: #ffffff40;
  background: transparent;
}
.The_Archive product-card .quick-add-sizes__size:hover {
  background: #ffffff20;
}

/* ── Featured Collections: v2-style heading ── */
..h2.fc-heading,
button.fc-heading {
  text-transform: uppercase !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
  line-height: 1 !important;
  margin-bottom: -6px !important;
}

.fc-heading-rule {
  display: block;
  width: 100%;
  border: none;
  border-top: 1px solid #d9d9d9;
  margin: 0;
}

/* PDP legacy swatches: force explicit square size so height:100% never causes portrait/blown-out thumbnails */
/* Desktop only — on mobile let them size naturally to fit the grid */
@media screen and (min-width: 641px) {
  .variant-picker__option-values.color-swatch-thumb-legacy .thumbnail-swatch {
    width: 80px !important;
    height: 80px !important;
    flex-shrink: 0;
  }
}

.variant-picker__option-values.color-swatch-thumb-legacy .thumbnail-swatch img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* =========================================================================
   Core / Seasonal color grouping — PDP
   ========================================================================= */

/* Shared group container */
.product-color-groups {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Sub-label above each group (divider style) */
.product-color-group__label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-color-group__label-text {
  opacity: 0.55;
}

.product-color-group__label-color {
  opacity: 1;
}

/* Gap between Core and Seasonal groups (divider style) */
.product-color-groups--divider .product-color-group + .product-color-group {
  padding-top: 10px;
}

/* Tabs style — tab strip */
.product-color-groups__tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid currentColor;
  opacity: 0.85;
  margin-bottom: 10px;
}

.product-color-groups__tab {
  background: none;
  border: none;
  padding: 6px 14px 6px 0;
  font-size: 10px;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.45;
  color: inherit;
  position: relative;
  transition: opacity 0.15s;
}

.product-color-groups__tab.is-active {
  opacity: 1;
}

.product-color-groups__tab.is-active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 14px;
  height: 2px;
  background: currentColor;
}

/* Tabs style — hide non-active panel */
.product-color-groups--tabs .product-color-group[data-color-panel] {
  display: none;
}

.product-color-groups--tabs .product-color-group[data-color-panel].is-active {
  display: block;
}

.product-info .product-color.h5 {
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 0.1rem !important;
}

.product-card .product-color.h5 {
  font-size: 10px;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  opacity: 0.8;
}

/* Featured collections carousel — match gap to stacked grid (desktop + mobile) */
.product-list--carousel {
  column-gap: var(--collection-grid-gap);
  --product-list-card-width: calc(100% / var(--product-list-calculated-items-per-row) - var(--collection-grid-gap) * (var(--product-list-calculated-items-per-row) - 1) / var(--product-list-calculated-items-per-row));
}

/* Featured collections carousel — center-snap middle items on mobile */
@media screen and (max-width: 999px) {
  .product-list--carousel {
    scroll-snap-type: x mandatory !important;
  }
  .product-list--carousel > *:first-child {
    scroll-snap-align: start;
  }
  .product-list--carousel > *:last-child {
    scroll-snap-align: end;
  }
  .product-list--carousel > *:not(:first-child):not(:last-child) {
    scroll-snap-align: center;
  }
}





/* ── Archive featured-collection heading ─────────────────────────────────── */
.fc-heading--archive {
  font-family: 'Courier New', monospace;
  color: #ff5b5b;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

/* ── Strava — boost visibility on archive dark footer ───────── */
body.The_Archive .footer__strava {
  opacity: 1 !important;
}
body.The_Archive .footer__strava-label {
  opacity: 0.8 !important;
  color: #a3a3a3 !important;
}
body.The_Archive .footer__strava-logo {
  filter: brightness(1.8);
}

/* ── Archive footer buttons (Download the App + Newsletter) ─── */
body.The_Archive .footer .button {
  color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  background-color: transparent !important;
}
body.The_Archive .footer .button:not([disabled]):hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: var(--asrv-red) !important;
}

/* ── Archive pagination active link ─── */
body.The_Archive .pagination__link[aria-current="page"] {
  color: #ff5b5b;
}
/* ── Archive text blocks (bidder rules + disclaimer) ─── */
.The_Archive [data-block-type="text"] .prose {
  font-family: 'Courier New', monospace;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  opacity: 0.4;
  letter-spacing: 0.1rem;
  text-align: justify;
}

.The_Archive [data-block-type="text"] .prose:has(a[href*="login"]) {
  border: dashed 1px #ff5b5b;
  padding: 10px;
  color: #ff5b5b;
  opacity: 1;
}

.The_Archive [data-block-type="text"] .prose a {
  color: #ff5b5b;
  text-decoration: underline;
}
/* ── Archive auction block spacing ─── */
.The_Archive .product-info__block-item[data-block-type="\@app"] {
  --product-info-gap: 0;
  margin-block-end: 0 !important;
}

.The_Archive .product-info__block-item[data-block-type="final-sale"] {
  --product-info-gap: 0;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.The_Archive ._a-container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* ── Archive logo opacity + hover ─── */
.The_Archive .product-info__block-item[data-block-type="image"] {
  opacity: 0.6;
  transition: opacity 0.4s;
}

.The_Archive .product-info__block-item[data-block-type="image"]:hover {
  opacity: 1;
}

/* ── Archive description accordion content ─── */
.The_Archive [data-block-type="description"] .accordion__content {
  color: #fff !important;
  opacity: 0.7;
  font-weight: 600;
  font-family: 'Courier New', monospace !important;
}

.The_Archive [data-block-type="description"] .accordion__content p,
.The_Archive [data-block-type="description"] .accordion__content li,
.The_Archive [data-block-type="description"] .accordion__content span {
  color: #fff !important;
  font-family: 'Courier New', monospace !important;
  font-weight: 600;
}

/* ── Archive final sale tighter spacing ─── */
.The_Archive .archive-separator {
  border-top: solid 1px #ffffff24;
  padding: 10px 0;
  margin-top: -20px;
}

.The_Archive .final-sale {
  color: #fff;
}

.The_Archive .final-sale::selection {
  background-color: #b31500;
  color: #fff;
}

/* ── Archive accordion toggle (DESCRIPTION heading) ─── */
.The_Archive .accordion__toggle.h5 {
  color: #fff !important;
  opacity: 0.7;
  font-family: 'Courier New', monospace !important;
  text-transform: uppercase;
  font-weight: 600;
}

.The_Archive .accordion__toggle .animated-plus {
  color: #fff !important;
  opacity: 0.7;
}

/* ── Archive cart count — persist through JS updates ─── */
body.The_Archive .header__cart-count .number,
body.The_Archive .header__cart-count .header__cart-number {
  color: #fff !important;
}

body.The_Archive .header__cart-count {
  color: #ff5b5b !important;
}

/* ── Disable native image drag in product gallery ─── */
.product-gallery__carousel img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: none;
}

.product-gallery__media {
  pointer-events: auto;
}

/* ── Featured collection archive card styles ─── */
.is-archive product-card .product-card__progress-seg.is-active {
  background: var(--asrv-red);
}

.is-archive product-card .product-title,
.is-archive product-card .product-color,
.is-archive product-card .price-list,
.is-archive product-card .product-card__sold-out-price {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.is-archive product-card:hover .product-title,
.is-archive product-card:hover .product-color,
.is-archive product-card:hover .price-list,
.is-archive product-card:hover .product-card__sold-out-price {
  opacity: 1;
}

.is-archive product-card .product-title {
  color: #fff !important;
  font-family: 'Courier New';
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
}

.is-archive product-card .product-color {
  color: #fff !important;
  font-weight: 600;
  font-family: 'Chakra Petch';
  letter-spacing: 0.1rem;
}

.is-archive product-card .price-list,
.is-archive product-card .product-card__sold-out-price {
  color: #fff !important;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
}

.is-archive .product-card__auction-price {
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  font-family: 'ASRV-Standard';
  letter-spacing: 0.1rem;
  font-size: 12px;
  transition: opacity 0.3s;
}

.is-archive product-card:hover .product-card__auction-price {
  opacity: 1;
}

.is-archive product-card .quick-add-sizes__size {
  color: #fff;
  border-color: #ffffff40;
  background: transparent;
}

.is-archive product-card .quick-add-sizes__size:hover {
  background: #ffffff20;
}

/* ── Featured collection dual button group ─── */
.fc-button-group {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.fc-button-group--dual {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 12px;
  max-width: 500px;
  margin-inline: auto;
}

.fc-button-group--dual .button {
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 699px) {
  .fc-button-group--dual {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    max-width: 280px;
  }
}


/* ── Sidebar filter padding when banner/slideshow precedes collection ─── */
.shopify-section--collection-banner + .shopify-section .facets .accordion-list,
.shopify-section--slideshow + .shopify-section .facets .accordion-list,
.shopify-section--collection-banner + .shopify-section .facets .facet-availability,
.shopify-section--slideshow + .shopify-section .facets .facet-availability {
  padding-block-start: 20px;
}

/* ── Cap collection :only-child top margin ─── */
.collection:only-child {
  margin-block-start: 0.25rem !important;
}
@media screen and (max-width: 999px) {
  .collection:only-child {
    margin-block-start: 1rem !important;
  }
}

/* ── Collection toolbar: hide inner vertical dividers on desktop ─── */
@media screen and (min-width: 700px) {
  .collection-toolbar__button-container,
  .collection-toolbar__button-container + .collection-toolbar__button-container,
  .collection-toolbar__layout-switch-list {
    border-inline-width: 0 !important;
  }
}

/* ── Gallery / Lookbook Grid ─── */

.Gallery_List {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0;
  column-gap: 0;
  padding: 0;
  margin: 0;
}

.Gallery_List .Lookbook_ListItem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.Gallery_List li.Lookbook_ListItem--Wide.Full--wide {
  aspect-ratio: unset;
}

.Gallery_List li.Lookbook_ListItem--Wide.Full--wide img {
  height: 100%;
  width: 100%;
}

.Gallery_List .FullWide--wide {
  aspect-ratio: 2/1;
  grid-column: span 4;
}

ul li.Lookbook_ListItem--Wide {
  grid-column: span 2;
}

ul li.Lookbook_ListItem--Wide a {
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
}

ul li.Lookbook_ListItem--Wide img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

ul li.Lookbook_ListItem--Wide.Half--wide img {
  aspect-ratio: 16/9;
}

ul li.Lookbook_ListItem--Wide.Full--wide {
  grid-column: span 4;
  aspect-ratio: 4/1;
}

.Lookbook_ListItem a {
  display: block;
  overflow: hidden;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.Lookbook_ListItem img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1140px) {
  ul li.Lookbook_ListItem--Wide.Half--wide {
    display: none;
  }

  ul.Gallery_List li.Lookbook_ListItem--Wide.Half--wide {
    display: unset;
  }

  ul li.Lookbook_ListItem--Wide.Full--wide {
    grid-column: span 2;
  }

  .Gallery_List .FullWide--wide {
    aspect-ratio: 2/1;
    grid-column: span 2;
  }

  ul li.Lookbook_ListItem--Wide.Full--wide img {
    aspect-ratio: 2/1;
  }

  ul.Gallery_List li.Lookbook_ListItem--Wide.Full--wide {
    grid-column: span 4;
  }

  ul.Gallery_List li.Lookbook_ListItem--Wide.Full--wide img {
    aspect-ratio: unset;
  }
}

@media screen and (max-width: 640px) {
  ul.Gallery_List {
    grid-template-columns: repeat(2, 1fr);
  }

  ul.Gallery_List li.Lookbook_ListItem--Wide.Half--wide {
    display: unset;
  }

  ul.Gallery_List li.Lookbook_ListItem--Wide.Half--wide.Centered {
    display: none;
  }

  ul.Gallery_List li.Lookbook_ListItem--Wide.Full--wide {
    grid-column: span 2;
  }
}

/* ── Lookbook List (archive + individual) ─── */

.Lookbook_List {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--collection-grid-gap, .75rem);
  padding: var(--collection-grid-gap, .75rem);
}

.Lookbook_ListItem--4_5 img {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

img.Featured_Lookbook {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ── Lookbook Archive Grid ─── */

ul.Lookbook_List_Archive {
  gap: var(--collection-grid-gap, .75rem);
}

.Lookbook_Block__img {
  overflow: hidden;
  border-radius: .625rem;
}

ul.Lookbook_List_Archive img.Mindset_Feat {
  object-fit: cover;
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  display: block;
}

ul.Lookbook_List_Archive img {
  object-fit: cover;
  aspect-ratio: 2/3;
  width: 100%;
  height: auto;
  display: block;
}

.Lookbook_Block {
  display: block;
}

span.Lookbook_Title {
  color: #323232;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  font-size: 12px;
  font-weight: 600;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
}

/* ── Lookbook Nav Menu ─── */

.Lookbook_Menu {
  padding: 30px 30px 0;
}

h2.Lookbook_Nav {
  color: #323232;
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: 0.4s;
  font-size: 12px;
  font-weight: 600;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: 0;
}

h2.Lookbook_Nav:after {
  content: url(/cdn/shop/files/CaretDownMinor.svg);
  width: 15px;
  background: transparent;
  line-height: 13px;
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.5s;
  transform: translateY(3px);
}

h2.Lookbook_Nav.active:after {
  transform: rotate(-180deg);
}

.Lookbook_Panel {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.Lookbook_Links ul li {
  list-style: none;
}

div.Lookbook_Links {
  font-size: 14px;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 20px;
  text-align: left;
  padding: 0;
  margin-top: 10px;
}

li.View_All {
  margin-top: 10px;
}

.Lookbook_Links ul li a {
  color: #323232;
  transition: 0.2s all;
}

.Lookbook_Links ul li a:hover {
  color: #000;
}

/* ── Lookbook Pagination ─── */

.Lookbook_Pagination {
  display: flex;
  justify-content: space-between;
  margin: 30px;
  margin-top: 0;
}

.Lookbook_Pagination a {
  max-width: 350px;
  width: 100%;
  box-sizing: border-box;
}

.Lookbook_Pagination .Article_Links {
  display: flex;
  gap: 30px;
}

a.Hidden_Button {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.Hidden_Collection {
  display: none;
}

a.Prev_Button,
a.Next_Button {
  color: rgb(var(--button-text-color));
  background: rgb(var(--button-background));
  border: 1px solid rgb(var(--button-outline-color, var(--button-background)));
  border-radius: var(--button-border-radius);
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-align: center;
  min-width: 170px;
  padding: 14px 28px;
  line-height: normal;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

a.Collection_Lookbook {
  color: rgb(var(--button-background));
  border: 1px solid rgb(var(--button-background));
  background: transparent;
  border-radius: var(--button-border-radius);
  text-transform: var(--button-text-transform);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-align: center;
  min-width: 170px;
  padding: 14px 28px;
  line-height: normal;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

a.Collection_Lookbook:hover {
  color: rgb(var(--button-text-color));
  background: rgb(var(--button-background));
}

a.Next_Button {
  padding-right: 34px;
}

a.Prev_Button {
  padding-left: 34px;
}

a.Prev_Button:hover,
a.Next_Button:hover {
  background: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}

a.Next_Button:hover:before,
a.Prev_Button:hover:after {
  filter: invert(0);
  transition: filter 0.2s ease;
}

a.Next_Button:before {
  content: url(/cdn/shop/files/arrow-left.svg);
  width: 6px;
  filter: invert(1);
  background: transparent;
  line-height: 13px;
  display: inline-block;
  transition: transform 0.5s, filter 0.2s ease;
  transform: translateY(1px);
  margin-right: 15px;
}

a.Prev_Button:after {
  content: url(/cdn/shop/files/arrow-right.svg);
  width: 6px;
  filter: invert(1);
  background: transparent;
  line-height: 13px;
  display: inline-block;
  margin-left: 15px;
  transition: transform 0.5s, filter 0.2s ease;
  transform: translateY(1px);
}

div.Lookbook_Links {
  font-size: 12px;
  font-weight: 600;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: var(--heading-letter-spacing);
  line-height: 20px;
  text-align: left;
  padding: 0;
  margin-top: 10px;
}

.Lookbook_Links ul {
  margin-inline-start: 0;
  padding-inline-start: 0;
}

.Lookbook_Links ul li {
  margin-inline-start: 0;
  padding-inline-start: 0;
}

/* ── Article Toolbar ─── */

.hidden-phone {
  display: block;
}

.hidden-tablet-and-up {
  display: none;
}

@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }
  .hidden-tablet-and-up {
    display: block;
  }
}

@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }
}

.ArticleToolbar {
  position: fixed;
  top: var(--header-height, 60px);
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  background: #323232;
  color: #fff;
  z-index: 1;
  transform: translateY(-100%);
  pointer-events: none;
  transition: transform 0.3s ease-in-out;
}

.ArticleToolbar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.ArticleToolbar .Link:hover {
  color: #fff;
}

.ArticleToolbar .Text--subdued {
  color: #e05a47;
  font-size: 11px;
  font-family: "Chakra Petch", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.ArticleToolbar__ArticleTitle {
  position: relative;
  display: inline;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  color: #fff;
  font-size: 11px;
}

.ArticleToolbar__ShareList {
  display: inline-block;
}

.ArticleToolbar__ShareList .HorizontalList {
  display: inline-block;
  margin-left: 20px;
}

.HorizontalList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 12px;
}

.HorizontalList__Item {
  display: inline-block;
}

.HorizontalList__Item svg {
  width: 16px;
  height: 16px;
}

.ArticleToolbar__Nav {
  display: inline-block;
  margin-left: 50px;
}

.ArticleToolbar__Nav svg {
  color: #fff;
}

.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: rgba(255,255,255,.5);
  vertical-align: middle;
}

.ArticleToolbar__NavItem {
  text-decoration: none;
  font-size: 11px;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ArticleToolbar__NavItem svg {
  vertical-align: middle;
  width: 7px;
  height: 12px;
}

.ArticleToolbar__NavItem--prev svg {
  margin-right: 6px;
}

.ArticleToolbar__NavItem--next svg {
  margin-left: 6px;
}

@media screen and (min-width: 1008px) {
  .ArticleToolbar__ArticleTitle {
    max-width: 400px;
  }
}

@media screen and (min-width: 1140px) {
  .ArticleToolbar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ArticleToolbar__ArticleTitle {
    max-width: 550px;
  }

  .ArticleToolbar__Nav {
    margin-left: 100px;
  }
}

/* ── Mindset / Article ─── */

ul.Lookbook_List_Archive.Mindset_Archive {
  column-gap: 30px;
  row-gap: 30px;
}

.Article__ImageContainer {
  background: #000;
  position: relative;
}

.Article__ImageWrapper {
  opacity: 0.6;
  height: 70vh;
  overflow: hidden;
}

.Article__ImageWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ArticleToolbar__Center {
  margin: 0 auto;
  display: block;
  text-align: center;
}

span.ArticleToolbar__ArticleTitle.Heading.u-h7 {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 11px;
  font-family: "Chakra Petch", sans-serif !important;
}

h1.Article__Title {
  font-size: 34px;
  font-family: "ASRV-Standard";
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

h3.Article__Issue {
  font-size: 16px;
  font-family: "Chakra Petch", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.Article__Heading {
  padding: 25px;
  color: #7a7a7a;
}

.Article__QuoteWrapper {
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 0 70px;
}

img.Article_Wings {
  display: block;
  margin: 0 auto;
}

h3.Article_Quote {
  font-size: 17px;
  letter-spacing: 0.2rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Chakra Petch", sans-serif;
  padding-top: 25px;
}

.ASRV-Article .Rte p:not(:last-child),
.ASRV-Article .Rte ul:not(:last-child),
.ASRV-Article .Rte ol:not(:last-child) {
  margin-block-end: 1.6rem;
}

.ASRV-Article .Article__Body.Rte img {
  margin-bottom: 1.6rem;
}

.ASRV-Article .Article__Body.Rte ul li {
  text-align: left;
}

.ASRV-Article .Article__Body.Rte p {
  text-align: left;
}

@media screen and (min-width: 1008px) {
  .ASRV-Article .Article__Body.Rte p {
    text-align: justify;
  }
}

.ASRV-Article .Article__Body.Rte h2 {
  font-weight: 600;
  color: #808080;
  letter-spacing: 1px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.ASRV-Article .Article__Body.Rte h3 {
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "ASRV-Standard";
  margin-bottom: 0;
  margin-top: 1em;
}

.ASRV-Article .Article__Body.Rte h4 {
  color: #808080;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
}

.ASRV-Article .Article__Body.Rte h6 {
  color: #808080;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
}

.ASRV-Article .Article__Body.Rte hr + p {
  margin-bottom: 0;
  margin-top: 0;
}

.ASRV-Article .Article__Body.Rte hr {
  margin: 2em 0;
}



aside.ArticleToolbar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ArticleToolbar__Left {
  display: flex;
  justify-content: start;
}

.ArticleToolbar__Right {
  display: flex;
  justify-content: end;
}

div.ArticleFooter__Wrapper {
  margin: 60px 15px;
}

.ArticleFooter {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.ArticleFooter__Left {
  display: flex;
  justify-content: start;
}

.ArticleFooter__Right {
  display: flex;
  justify-content: end;
}

.ArticleFooter__Center {
  display: block;
  text-align: center;
}

.ArticleFooter__Center h4 {
  margin: 0;
  font-size: 22px;
  font-family: "ASRV-Standard", sans-serif;
  font-weight: 400;
  line-height: normal;
  color: #323232;
}

.ArticleFooter__Center span {
  margin: 0;
  font-size: 14px;
  font-family: "ASRV-Standard", sans-serif;
  font-weight: 300;
  color: #bababa;
}

.ArticleFooter__Mobile {
  display: none;
}

.ArticleFooter__WrapperPadded {
  padding: 50px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1140px) {
  .ArticleToolbar__Nav {
    margin-left: 0;
    margin-right: 0;
  }
}

.ASRV-Article .Article__Body {
  font-weight: 400;
  color: #424242;
  font-size: 16px;
  font-family: "Chakra Petch", sans-serif;
  text-align: justify;
}

.ASRV-Article .Article__Section.Fndr__Content {
  padding: 100px 0;
  background: #f8f8f8;
}

.ASRV-Article .Article__Section.Fndr__Content .Article__Wrapper {
  background: transparent;
  padding: 0 10px;
}

.ASRV-Article .Article__Wrapper {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  padding: 100px 24px 50px;
  background: var(--background);
}

.ASRV-Article .Music__Content .Article__Wrapper {
  margin: 0 auto;
  padding: 0px 10px 50px;
}

.ASRV-Article .Rte h2 {
  margin: unset;
  margin-bottom: 10px;
}

.ASRV-Article .Signature {
  padding-top: 20px;
}

.ASRV-Article .Neuro_Box {
  background: #f8f8f8;
  padding: 50px;
  margin-top: 50px;
}

.Primary__Button {
  color: rgb(var(--button-text-color));
  background: rgb(var(--button-background));
  border: 1px solid rgb(var(--button-outline-color, var(--button-background)));
  border-radius: var(--button-border-radius);
  font: var(--button-font);
  letter-spacing: var(--button-letter-spacing);
  text-transform: var(--button-text-transform);
  min-width: 170px;
  text-align: center;
  padding: 14px 28px;
  line-height: normal;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  z-index: 1;
  cursor: pointer;
  outline: 0;
  position: relative;
  display: inline-block;
  -webkit-tap-highlight-color: initial;
}

.Primary__Button:hover {
  background: rgb(var(--button-text-color));
  color: rgb(var(--button-background));
}

.Dark__Button {
  color: #fff;
  font-weight: 600;
}

.Dark__Button:before {
  background-color: #323232;
  transition: 0.4s all;
}

.Secondary__Button {
  color: #000;
  border: 1px solid rgb(0 0 0 / 75%);
  background: transparent;
  font-family: "Chakra Petch", sans-serif;
  font-size: 12px;
  font-weight: 400;
  min-width: 170px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 14px 28px;
  line-height: normal;
  border-radius: var(--button-border-radius);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  cursor: pointer;
  outline: 0;
  position: relative;
  display: inline-block;
}

.Secondary__Button:hover {
  border-color: rgba(106, 106, 106, 0.7);
  color: #222;
}

.Button--full {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

/* ── Lookbook Responsive ─── */

@media screen and (max-width: 1140px) {
  ul.Lookbook_List {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--collection-grid-gap, .75rem);
    padding: var(--collection-grid-gap, .75rem);
  }

  span.Lookbook_Title {
    font-size: 12px;
  }

  span.Lookbook_Title_Mobile {
    display: none;
  }

  .Lookbook_Pagination {
    display: block;
  }

  a.Hidden_Button {
    display: none;
  }

  .Lookbook_Pagination .Next_Article + .Prev_Article {
    margin-top: 15px;
  }

  .Lookbook_Pagination .Next_Article + .Article_Links {
    margin-top: 10px;
  }

  .Lookbook_Pagination .Article_Links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .Lookbook_Pagination .Article_Links .Collection_Link {
    margin: 0;
  }

  .Lookbook_Pagination .Collection_Link {
    margin: 15px 0;
  }

  .Lookbook_Pagination .Hidden_Button + .Prev_Article {
    margin-top: 0;
  }

  ul.Lookbook_List_Archive {
    gap: var(--collection-grid-gap, .75rem);
  }

  ul.Lookbook_List_Archive.Mindset_Archive {
    column-gap: 30px;
    row-gap: 30px;
  }

  .Article__ImageWrapper {
    height: 300px;
  }

  .Article__ImageWrapper img {
    object-position: center center;
  }

  img.Article_Wings {
  display: block;
  margin: 0 auto;
}

h3.Article_Quote {
    font-size: 12px;
    letter-spacing: 0.1rem;
  }

  .ASRV-Article .Article__Wrapper {
    max-width: 620px;
    margin: 0 auto;
    padding: 50px 24px;
  }

  .Article__QuoteWrapper {
    padding: 0 20px;
  }

  .ASRV-Article .Article__Section.Fndr__Content {
    padding: 50px 0;
  }

  .ASRV-Article .Article__Section.Fndr__Content .Article__Wrapper {
    background: transparent;
    padding: 0 30px;
  }

  .ASRV-Article .Article__Section.Aftr__Content .Article__Wrapper {
    padding-bottom: 0;
  }

  .ASRV-Article .Article__Section.Footer__Content {
    padding: 50px 0;
  }

  div.ArticleFooter__Wrapper {
    margin: 0px 30px;
  }

  .ArticleFooter {
    display: block;
  }

  .ArticleFooter__Center {
    padding: 10px 0;
  }

  .ArticleFooter__Center > * {
    display: none;
  }

  .ArticleFooter__Left,
  .ArticleFooter__Right {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .ArticleToolbar__Nav {
    display: inline-block;
    margin-left: 0;
    width: 100%;
  }

  .ArticleFooter__Mobile {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }

  .ArticleFooter__Mobile h4 {
    margin: 0;
    font-size: 22px;
    font-family: "ASRV-Standard", sans-serif;
    font-weight: 400;
    line-height: normal;
    color: #323232;
  }

  .ArticleFooter__Mobile span {
    margin: 0;
    font-size: 14px;
    font-family: "ASRV-Standard", sans-serif;
    font-weight: 300;
    color: #bababa;
  }
}

/* ── Collection pagination spacing ─── */
.collection .pagination {
  margin-block-start: 3rem;
}

@media screen and (max-width: 1007px) {
  .collection .pagination {
    margin-block-start: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .collection .pagination {
    margin-block-start: 1.5rem;
  }
}

/* ── Footer app download button ─── */
.footer__app-download .button {
  white-space: nowrap;
}



/* ── Gallery overflow (desktop only) ─── */
@media screen and (min-width: 1008px) {
  .product-gallery__media.gallery-overflow {
    display: none;
  }
}

/* ── Help Center Loader ─── */

#Help__Center {
  position: relative;
  background: #fff;
  overflow: hidden;
}

#Help__Center iframe {
  position: relative;
  min-height: 100vh !important;
  background: #fff;
  animation: fadeIn1 1000ms ease-in-out;
  opacity: 1;
  z-index: 1;
}

.loader {
  color: #222;
  font-family: "ASRV-Standard";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader span {
  display: inline-block;
  animation: pulse .6s alternate infinite ease-in-out;
  width: 250px;
  font-size: 64px;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .loader span {
    width: 165px;
    font-size: 48px;
  }
}

.loader span:nth-child(odd) {
  animation-delay: 1s;
}

.first_loader {
  text-align: left;
}

.second_loader {
  text-align: right;
}

@keyframes pulse {
  to {
    transform: scale(1);
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeIn1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* ── Full-width container (no gutter) ─── */
.container--full {
  margin-inline: 0;
  max-width: 100%;
}

/* ── PTC page: archive-styled footer ─────────────────────────────────
   Scoped to body.ptc-archive (set in theme.liquid for page
   template_suffix 'pro-division'). Matched against the live archive footer.
   !important is required throughout: sections/footer.liquid emits its own
   #shopify-section-{id} rules inline, which outrank anything in style.css. */

/* PTC red — this page only. Archive uses #ff5b5b; PTC uses its own. */
/* Ground + scheme variables */
body.ptc-archive .footer.color-scheme,
body.ptc-archive .footer {
  --background: 26 26 26;
  --background-without-opacity: 26 26 26;
  --background-gradient: none;
  --text-color: 255 255 255;
  --border-color: 255 255 255 / .22;
  border-top: 1px solid #C8102E;
}

/* Red hairline sits above everything */
body.ptc-archive .shopify-section-group-footer-group { border-top: 0; }

/* Social icons are the red pop */
body.ptc-archive .footer__bottom-social svg,
body.ptc-archive .footer__b2b-social svg {
  fill: #C8102E !important;
  color: #C8102E !important;
  opacity: 1 !important;
}
body.ptc-archive .footer__bottom-social svg:hover,
body.ptc-archive .footer__b2b-social svg:hover { opacity: .7 !important; }

/* Strava lockup reads white on the dark ground */
body.ptc-archive .footer__strava { opacity: 1 !important; }
body.ptc-archive .footer__strava-logo {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}
body.ptc-archive .footer__strava-label {
  color: #a3a3a3 !important;
  opacity: 1 !important;
}

/* Buttons: identical to body.The_Archive, only the hover border is PTC red.
   Target .footer .button — the theme's real button class. Do NOT target
   .footer__app-download or .footer__store-buttons; those are wrapper divs and
   hovering them paints the whole container. */
body.ptc-archive .footer .button {
  color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  background-color: transparent !important;
}
body.ptc-archive .footer .button:not([disabled]):hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #C8102E !important;
}


/* ── PTC page: mega menu on the dark header ──────────────────────────
   The column headings (<a class="h6">) carry a colour tuned for the light
   menu, which is unreadable on the dark scheme. */
body.ptc-archive .mega-menu a.h6,
body.ptc-archive .header__dropdown-menu a.h6 {
  color: #a3a3a3 !important;
  opacity: 1 !important;
}
body.ptc-archive .mega-menu a.h6:hover,
body.ptc-archive .header__dropdown-menu a.h6:hover {
  color: #ffffff !important;
}


/* Slideshow video slides: dark background while the video buffers, instead of a white flash */
.content-over-media:has(video) {
  background: #323232;
}

/* ── /pages/discounts (Shogun): use the theme button, not Shogun's ────
   The page is Shogun-rendered, so its buttons ship as .shg-btn styled by
   an inline <link> to cdn.getshogun.com. These rules re-skin all four
   (SHOP SURPLUS SALE, VERIFY STATUS x2, APPLY NOW) with the same
   declarations and custom properties as snippets/button.liquid's .button,
   so they track theme button settings like every other button on the site.

   Scoped to the Shogun page root so no other Shogun page is affected.
   !important is required: Shogun emits #id.shg-btn rules, and its
   :hover / :active rules are themselves !important. The :is(#\9, ...)
   on those two raises specificity to ID level to outrank them; #\9 is a
   never-matching placeholder, .shg-btn is what actually matches. */

[data-shogun-page-id="60ef45891056f600cb48769c"] a.shg-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  position: relative;
  justify-content: center !important;
  align-items: center !important;
  column-gap: 1.125rem !important;
  min-width: 200px !important;
  padding: 14px 28px !important;
  font: var(--button-font) !important;
  letter-spacing: var(--button-letter-spacing) !important;
  text-transform: var(--button-text-transform) !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  color: rgb(var(--button-text-color)) !important;
  background-color: rgb(var(--button-background)) !important;
  background-image: none !important;
  border: 1px solid rgb(var(--button-outline-color, var(--button-background))) !important;
  border-radius: var(--button-border-radius) !important;
  cursor: pointer !important;
  user-select: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

[data-shogun-page-id="60ef45891056f600cb48769c"] a.shg-btn:is(#\9, .shg-btn):hover,
[data-shogun-page-id="60ef45891056f600cb48769c"] a.shg-btn:is(#\9, .shg-btn):active {
  color: rgb(var(--button-hover-text-color)) !important;
  background-color: rgb(var(--button-hover-background)) !important;
  background-image: none !important;
  border-color: rgb(var(--button-hover-outline-color, var(--button-hover-background))) !important;
  text-decoration: none !important;
}

/* SHOP SURPLUS SALE keeps its red. Set as custom properties rather than
   flat colors, which is the same mechanism snippets/button.liquid uses
   (it emits style="--button-background: r g b;"), so the button keeps the
   theme's shape, type, border and transition and only swaps color. */
[data-shogun-page-id="60ef45891056f600cb48769c"] a#s-e486da00-d98f-4545-b6f5-805befffdd14.shg-btn {
  --button-background: 151 51 46;
  --button-text-color: 255 255 255;
  --button-outline-color: 151 51 46;
  --button-hover-background: 122 41 37;
  --button-hover-text-color: 255 255 255;
  --button-hover-outline-color: 122 41 37;
}
