:root {
  --pxw-black: #11110f;
  --pxw-ink: #181714;
  --pxw-paper: #e9dfc9;
  --pxw-paper-deep: #d4c7aa;
  --pxw-bone: #fffdf7;
  --pxw-red: #bf3f2d;
  --pxw-gold: #d8ad45;
}

.pxw-collection-hero {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  color: var(--pxw-bone);
  background:
    radial-gradient(circle at 76% 24%, rgba(191, 63, 45, 0.2), transparent 24%),
    linear-gradient(105deg, #080807 0%, #151411 63%, #080807 100%);
  border-bottom: 6px solid var(--pxw-red);
}

.pxw-collection-hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  pointer-events: none;
  background:
    repeating-linear-gradient(98deg, transparent 0 44px, rgba(255, 255, 255, 0.05) 45px, transparent 46px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px);
  mix-blend-mode: screen;
}

.pxw-collection-hero::after {
  content: "ARCHIVE 01";
  position: absolute;
  right: -0.04em;
  bottom: -0.26em;
  color: rgba(255, 253, 247, 0.035);
  font: 900 clamp(5rem, 12vw, 12rem)/0.8 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.045em;
  white-space: nowrap;
  pointer-events: none;
}

.pxw-collection-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: clamp(28px, 4vw, 72px);
  width: min(100% - 64px, 1780px);
  min-height: 300px;
  margin: 0 auto;
  padding: 28px 0 24px;
  align-items: stretch;
}

.pxw-collection-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1180px;
}

.pxw-collection-breadcrumb,
.pxw-collection-kicker,
.pxw-collection-index > p,
.pxw-collection-promises {
  font: 800 11px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pxw-collection-breadcrumb {
  display: flex;
  gap: 10px;
  margin: 0 0 16px;
  color: rgba(255, 253, 247, 0.56);
}

.pxw-collection-breadcrumb a {
  color: var(--pxw-bone);
  text-decoration: none;
}

.pxw-collection-kicker {
  margin: 0 0 8px;
  color: var(--pxw-gold);
}

.pxw-collection-hero h1 {
  max-width: 1100px;
  margin: 0;
  color: var(--pxw-bone);
  font: 900 clamp(3.5rem, 5.8vw, 6rem)/0.78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pxw-collection-hero h1 span {
  display: inline-block;
  width: max-content;
  margin-left: 0.08em;
  color: var(--pxw-red);
  font-style: italic;
  transform: skewX(-4deg);
}

.pxw-collection-lead {
  max-width: 820px;
  margin: 10px 0 0;
  color: rgba(255, 253, 247, 0.76);
  font: 500 clamp(14px, 1.05vw, 16px)/1.4 Arial, Helvetica, sans-serif;
}

.pxw-collection-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 720px;
  margin: 16px 0 0;
  padding: 12px 0 0;
  list-style: none;
  border-top: 1px solid rgba(255, 253, 247, 0.28);
}

.pxw-collection-promises li {
  display: grid;
  gap: 4px;
  padding-right: 20px;
}

.pxw-collection-promises strong {
  color: var(--pxw-bone);
  font-size: 14px;
}

.pxw-collection-promises span {
  color: rgba(255, 253, 247, 0.5);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.pxw-collection-index {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid rgba(255, 253, 247, 0.38);
  background: rgba(0, 0, 0, 0.2);
}

.pxw-collection-index > p {
  margin: 0;
  color: rgba(255, 253, 247, 0.58);
}

.pxw-collection-count {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.pxw-collection-count strong {
  color: var(--pxw-bone);
  font: 900 56px/0.78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.pxw-collection-count span {
  color: var(--pxw-gold);
  font: 900 10px/1.15 Arial, Helvetica, sans-serif;
  letter-spacing: 0.09em;
}

.pxw-collection-index .pxw-collection-index__note {
  color: var(--pxw-bone);
  font-size: 11px;
  line-height: 1.45;
}

/* Product archive */
.main-collection-container {
  display: block;
  color: var(--pxw-ink);
  background: var(--pxw-paper) !important;
  background-image:
    linear-gradient(rgba(24, 23, 20, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 23, 20, 0.035) 1px, transparent 1px) !important;
  background-size: 48px 48px !important;
}

.main-collection-container .main-collection {
  width: min(100% - 64px, 1780px);
  max-width: none;
  margin: 0 auto;
  padding: 34px 0 96px;
}

.main-collection-container .facets-desktop {
  margin: 0 0 34px;
  padding: 14px 0;
  color: var(--pxw-ink);
  border-top: 2px solid var(--pxw-ink);
  border-bottom: 1px solid rgba(24, 23, 20, 0.45);
  background: transparent;
}

.main-collection-container .facets-desktop,
.main-collection-container .facets-filtering,
.main-collection-container .facets-sorting-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.main-collection-container .main-collection__list {
  gap: clamp(22px, 2vw, 38px) clamp(18px, 1.8vw, 32px);
}

.main-collection-container .main-collection__list > li {
  min-width: 0;
}

.main-collection-container .block-product-card {
  height: 100%;
}

.main-collection-container .block-product-image__layer-image-wrapper {
  overflow: hidden;
  background: var(--pxw-paper-deep) !important;
  border: 1px solid var(--pxw-ink) !important;
  border-radius: 0 !important;
  box-shadow: 7px 7px 0 var(--pxw-red) !important;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.main-collection-container .block-product-card:hover .block-product-image__layer-image-wrapper {
  transform: translate(-3px, -3px);
  box-shadow: 10px 10px 0 var(--pxw-red) !important;
}

.main-collection-container .block-product-image__image {
  filter: saturate(0.82) contrast(1.04);
  transition: transform 320ms ease, filter 180ms ease;
}

.main-collection-container .block-product-card:hover .block-product-image__image {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.06);
}

.main-collection-container .block-product-card__quick-add {
  position: relative;
  display: grid !important;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  place-items: center;
  list-style: none;
  color: var(--pxw-bone) !important;
  background: rgba(17, 17, 15, 0.94) !important;
  border: 1px solid rgba(255, 253, 247, 0.72) !important;
  border-radius: 50% !important;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.main-collection-container .block-product-card__quick-add::-webkit-details-marker {
  display: none;
}

.main-collection-container .block-product-card__quick-add .icon-quick-add {
  width: 16px;
  height: 16px;
  color: var(--pxw-bone) !important;
  fill: var(--pxw-bone) !important;
  opacity: 1 !important;
}

.main-collection-container .block-product-card__quick-add .icon-quick-add path {
  color: var(--pxw-bone) !important;
  fill: var(--pxw-bone) !important;
  opacity: 1 !important;
}

.main-collection-container .block-product-card__quick-add:hover {
  color: var(--pxw-bone) !important;
  background: var(--pxw-red) !important;
  border-color: var(--pxw-red) !important;
  transform: translateY(-2px);
}

.main-collection-container .block-product-card__quick-add:focus-visible {
  outline: 3px solid var(--pxw-gold);
  outline-offset: 3px;
}

.main-collection-container .block-product-card__quick-add.disabled,
.main-collection-container .block-product-card__quick-add:disabled {
  opacity: 0.46;
  cursor: not-allowed;
  transform: none;
}

.main-collection-container .block-product-card-info {
  position: relative;
  gap: 7px !important;
  padding-top: 25px !important;
}

.main-collection-container .block-product-card-info::before {
  content: "ARCHIVE PIECE";
  position: absolute;
  top: 6px;
  left: 0;
  color: var(--pxw-red);
  font: 900 9px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.12em;
}

.main-collection-container .block-product-title {
  min-height: 2.7em;
  color: var(--pxw-ink) !important;
  font: 900 clamp(13px, 1vw, 16px)/1.28 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.main-collection-container .block-product-price,
.main-collection-container .product-price__item {
  color: var(--pxw-ink) !important;
  font: 900 15px/1.2 Arial, Helvetica, sans-serif !important;
}

.main-collection-container .block-product-buy-button {
  min-height: 44px;
  margin-top: 5px;
  color: var(--pxw-bone) !important;
  background: var(--pxw-ink) !important;
  border: 1px solid var(--pxw-ink) !important;
  border-radius: 0 !important;
  font: 900 11px/1 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.main-collection-container .block-product-buy-button:hover {
  color: var(--pxw-bone) !important;
  background: var(--pxw-red) !important;
  border-color: var(--pxw-red) !important;
}

.main-collection-container .pagination,
.main-collection-container [class*="pagination"] {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
}

@media (max-width: 767px) {
  .pxw-collection-hero {
    min-height: 0;
    border-bottom-width: 5px;
  }

  .pxw-collection-hero__inner {
    display: block;
    width: min(100% - 32px, 520px);
    min-height: 0;
    padding: 20px 0 18px;
  }

  .pxw-collection-breadcrumb {
    display: none;
  }

  .pxw-collection-kicker {
    margin-bottom: 8px;
    font-size: 8.5px;
    letter-spacing: 0.1em;
  }

  .pxw-collection-hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.3rem);
    line-height: 0.78;
    white-space: normal;
  }

  .pxw-collection-hero h1 span {
    display: block;
    margin-left: 0;
    transform: translateX(0.06em) skewX(-4deg);
  }

  .pxw-collection-lead {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .pxw-collection-promises {
    margin-top: 12px;
    padding-top: 10px;
  }

  .pxw-collection-promises strong {
    font-size: 10px;
  }

  .pxw-collection-promises span {
    display: none;
  }

  .pxw-collection-index {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px;
    padding: 8px 12px;
  }

  .pxw-collection-index > p {
    display: none;
  }

  .pxw-collection-count strong {
    font-size: 38px;
  }

  .pxw-collection-count span {
    font-size: 8px;
  }

  .main-collection-container .main-collection {
    width: min(100% - 28px, 720px);
    padding: 20px 0 68px;
  }

  .main-collection-container .facets-mobile {
    margin-bottom: 24px;
    padding: 10px 0;
    color: var(--pxw-ink);
    border-top: 2px solid var(--pxw-ink);
    border-bottom: 1px solid rgba(24, 23, 20, 0.45);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
  }

  .main-collection-container .main-collection__list {
    gap: 26px 12px;
  }

  .main-collection-container .block-product-image__layer-image-wrapper {
    box-shadow: 4px 4px 0 var(--pxw-red) !important;
  }

  .main-collection-container .block-product-card:hover .block-product-image__layer-image-wrapper {
    transform: none;
    box-shadow: 4px 4px 0 var(--pxw-red) !important;
  }

  .main-collection-container .block-product-card-info {
    gap: 5px !important;
    padding-top: 23px !important;
  }

  .main-collection-container .block-product-title {
    display: -webkit-box !important;
    min-height: 2.56em;
    max-height: 2.56em;
    overflow: hidden;
    font-size: 11px !important;
    line-height: 1.28 !important;
    white-space: normal !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .main-collection-container .block-product-price,
  .main-collection-container .product-price__item {
    font-size: 12px !important;
  }

  .main-collection-container .block-product-card__quick-add {
    width: 44px;
    height: 44px;
  }

  .main-collection-container .block-product-card__quick-add .icon-quick-add {
    width: 18px;
    height: 18px;
  }
}

/* v28 collection offer hero: full-width continuous discount field */
.pxw-collection-hero.pxw-collection-offer {
  min-height: 0;
  border-bottom-width: 6px;
  background:
    radial-gradient(circle at 74% 18%, rgba(191, 63, 45, 0.26), transparent 25%),
    linear-gradient(105deg, #080807 0%, #171310 62%, #080807 100%);
}

.pxw-collection-offer::after {
  content: "SAVE MORE";
  right: -0.02em;
  bottom: -0.3em;
  font-size: clamp(5rem, 12vw, 12rem);
}

.pxw-collection-offer .pxw-collection-hero__inner {
  display: block;
  width: 100%;
  min-height: 210px;
  padding: 0;
}

.pxw-collection-offer__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.pxw-collection-offer__header {
  grid-area: header;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.pxw-collection-offer__eyebrow,
.pxw-collection-offer__status,
.pxw-collection-offer__tier p,
.pxw-collection-offer__tier span,
.pxw-collection-offer__shipping span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pxw-collection-offer__eyebrow {
  margin: 0 0 7px;
  color: var(--pxw-red);
  font-size: 10px;
}

.pxw-collection-offer h1 {
  max-width: none;
  font-size: clamp(3rem, 4.4vw, 4.6rem);
  line-height: 0.85;
  white-space: normal;
}

.pxw-collection-offer h1 span {
  display: block;
  margin: 0;
  transform: translateX(0.04em) skewX(-4deg);
}

.pxw-collection-offer__lead {
  margin: 10px 0 0;
  color: rgba(255, 253, 247, 0.72);
  font: 500 13px/1.35 Arial, Helvetica, sans-serif;
}

.pxw-collection-offer__status {
  width: max-content;
  margin: 10px 0 0;
  padding-top: 8px;
  color: var(--pxw-gold);
  border-top: 1px solid rgba(255, 253, 247, 0.25);
  font-size: 8px;
}

.pxw-collection-offer__tiers {
  position: relative;
  isolation: isolate;
  grid-area: tiers;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  min-height: 210px;
  padding: 0;
  border: 0;
  background: #0b0a09;
  box-shadow: none;
}

.pxw-collection-offer__tiers::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 5px
    ),
    radial-gradient(circle at 51% 12%, rgba(191, 63, 45, 0.38), transparent 34%),
    linear-gradient(90deg, rgba(8, 8, 7, 0.88), rgba(18, 13, 11, 0.72) 50%, rgba(8, 8, 7, 0.9));
  content: "";
  pointer-events: none;
}

.pxw-collection-offer__fabric {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  pointer-events: none;
}

.pxw-collection-offer__tier {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 210px;
  padding: 24px clamp(8px, 3vw, 48px);
  text-align: center;
  border: 0;
  background: transparent;
}

.pxw-collection-offer__tier p {
  margin: 0 0 11px;
  color: rgba(255, 253, 247, 0.88);
  font-size: 14px;
}

.pxw-collection-offer__tier strong {
  color: var(--pxw-bone);
  font: 900 clamp(2.45rem, 3.2vw, 3.7rem)/0.78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pxw-collection-offer__tier span {
  margin-top: 16px;
  padding: 7px 12px;
  color: var(--pxw-bone);
  background: var(--pxw-red);
  border: 1px solid rgba(255, 253, 247, 0.13);
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.26);
  font-size: 10px;
  line-height: 1;
}

.pxw-collection-offer__tier span b {
  color: inherit;
}

.pxw-collection-offer__shipping {
  grid-area: shipping;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  padding: 10px 14px;
  border-top: 1px solid rgba(255, 253, 247, 0.18);
  border-bottom: 1px solid rgba(255, 253, 247, 0.18);
  background: rgba(0, 0, 0, 0.18);
}

.pxw-collection-offer__shipping svg {
  width: 40px;
  height: 30px;
  fill: none;
  stroke: var(--pxw-red);
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.6;
}

.pxw-collection-offer__shipping > div {
  display: grid;
  gap: 3px;
}

.pxw-collection-offer__shipping strong {
  color: var(--pxw-bone);
  font: 900 16px/1.05 Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.pxw-collection-offer__shipping > div > span {
  color: var(--pxw-red);
  font-size: 8px;
}

.pxw-collection-offer__shipping .pxw-collection-offer__shipping-note {
  color: rgba(255, 253, 247, 0.58);
  font-size: 8px;
  line-height: 1.35;
  text-align: right;
}

@media (max-width: 767px) {
  .pxw-collection-hero.pxw-collection-offer {
    min-height: 0;
    border-bottom-width: 5px;
  }

  .pxw-collection-offer .pxw-collection-hero__inner {
    display: block;
    min-height: 120px;
    padding: 0;
  }

  .pxw-collection-offer::after {
    bottom: -0.18em;
    font-size: 6.5rem;
  }

  .pxw-collection-offer__eyebrow {
    margin-bottom: 5px;
    font-size: 8px;
  }

  .pxw-collection-offer h1 {
    font-size: clamp(2.25rem, 10.5vw, 3rem);
    line-height: 0.84;
  }

  .pxw-collection-offer__lead {
    margin-top: 7px;
    font-size: 11.5px;
  }

  .pxw-collection-offer__status {
    margin-top: 7px;
    padding-top: 6px;
    font-size: 7px;
  }

  .pxw-collection-offer__tiers {
    gap: 0;
    min-height: 120px;
    margin-top: 0;
    padding: 0;
  }

  .pxw-collection-offer__tier {
    min-height: 120px;
    padding: 8px 4px;
  }

  .pxw-collection-offer__tier p {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .pxw-collection-offer__tier strong {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
    line-height: 0.78;
  }

  .pxw-collection-offer__tier span {
    margin-top: 10px;
    padding: 6px 7px;
    font-size: 8px;
  }

  .pxw-collection-offer__shipping {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    margin-top: 11px;
    padding: 8px 10px;
  }

  .pxw-collection-offer__shipping svg {
    width: 30px;
    height: 24px;
  }

  .pxw-collection-offer__shipping strong {
    font-size: 12px;
  }

  .pxw-collection-offer__shipping > div > span,
  .pxw-collection-offer__shipping .pxw-collection-offer__shipping-note {
    font-size: 6.5px;
  }

  .pxw-collection-offer__shipping .pxw-collection-offer__shipping-note {
    grid-column: 2;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pxw-collection-offer *,
  .pxw-collection-offer *::before,
  .pxw-collection-offer *::after {
    scroll-behavior: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-collection-container .block-product-image__layer-image-wrapper,
  .main-collection-container .block-product-image__image,
  .main-collection-container .block-product-card__quick-add {
    transition: none;
  }
}

/* SHOPLINE compiled-template fallback.
   The platform can keep the previous section markup cached after an API upload;
   these rules bring the same v11 art direction to that existing markup. */
.main-collection-cover .block-main-collection__banner {
  position: relative;
  min-height: 300px !important;
  overflow: hidden;
  color: var(--pxw-bone) !important;
  background:
    radial-gradient(circle at 78% 22%, rgba(191, 63, 45, 0.2), transparent 24%),
    linear-gradient(105deg, #080807 0%, #151411 63%, #080807 100%) !important;
  border-bottom: 6px solid var(--pxw-red);
}

.main-collection-cover .block-main-collection__banner::after {
  content: "ARCHIVE 01";
  position: absolute;
  right: -0.04em;
  bottom: -0.26em;
  color: rgba(255, 253, 247, 0.035);
  font: 900 clamp(5rem, 12vw, 12rem)/0.8 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.045em;
  white-space: nowrap;
  pointer-events: none;
}

.main-collection-cover .block-main-collection__banner-sizer {
  min-height: 300px !important;
}

.main-collection-cover .block-main-collection__banner-mask {
  background:
    repeating-linear-gradient(98deg, transparent 0 44px, rgba(255, 255, 255, 0.05) 45px, transparent 46px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 5px) !important;
  opacity: 0.2 !important;
}

.main-collection-cover .block-main-collection__banner-inner {
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: min(100% - 64px, 1780px) !important;
  max-width: none !important;
  min-height: 300px;
  margin: 0 auto !important;
  padding: 28px 0 24px !important;
  text-align: left !important;
}

.main-collection-cover .block-main-collection__banner-inner::before {
  content: "DROP 01 · HEAVYWEIGHT WASHED GRAPHIC TEES";
  order: 1;
  margin-bottom: 8px;
  color: var(--pxw-gold);
  font: 900 11px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.13em;
}

.main-collection-cover .block-main-collection__banner-inner::after {
  content: "Dark folklore, occult records, fantasy damage and strange humor—printed on heavyweight washed black.";
  order: 3;
  display: block;
  max-width: 820px;
  margin-top: 10px;
  color: rgba(255, 253, 247, 0.76);
  font: 500 clamp(14px, 1.05vw, 16px)/1.4 Arial, Helvetica, sans-serif;
}

.main-collection-cover .block-main-collection__banner-inner > div {
  display: contents !important;
}

.main-collection-cover .block-main-collection__banner-inner .body4 {
  order: 0;
  margin-bottom: 16px;
  color: rgba(255, 253, 247, 0.62) !important;
  font: 800 10px/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.main-collection-cover .block-main-collection__heading {
  order: 2;
  display: flex !important;
  align-items: baseline;
  gap: 0.08em;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-align: left !important;
}

.main-collection-cover .block-main-collection__heading::before,
.main-collection-cover .block-main-collection__heading::after {
  display: inline-block;
  width: max-content;
  font: 900 clamp(3.5rem, 5.8vw, 6rem)/0.78 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.main-collection-cover .block-main-collection__heading::before {
  content: "WASHED";
  color: var(--pxw-bone);
}

.main-collection-cover .block-main-collection__heading::after {
  content: "ARCHIVE";
  color: var(--pxw-red);
  font-style: italic;
  transform: translateX(0.08em) skewX(-4deg);
}

/* Convert the cached vertical filter layout into the v11 horizontal archive bar. */
.main-collection-container .main-collection.facets-layout-vertical {
  display: block !important;
}

.main-collection-container .main-collection.facets-layout-vertical > theme-facets-form.hidden-mobile {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

.main-collection-container .facets-layout-vertical .facets-desktop {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.main-collection-container .facets-layout-vertical .facets-filtering,
.main-collection-container .facets-layout-vertical .facets-filtering__filters {
  display: flex !important;
  align-items: center;
  gap: 14px;
}

.main-collection-container .facets-layout-vertical .facets-filtering__details {
  position: relative;
  min-width: 160px;
  margin: 0 !important;
  border: 0 !important;
}

.main-collection-container .facets-layout-vertical .facets-filtering__summary {
  padding: 10px 0 !important;
}

.main-collection-container .facets-layout-vertical .facets-filtering__content {
  z-index: 20;
  min-width: 290px;
  color: var(--pxw-ink);
  background: var(--pxw-bone);
  border: 1px solid var(--pxw-ink);
  box-shadow: 6px 6px 0 var(--pxw-red);
}

.main-collection-container .facets-layout-vertical .facets-sorting-wrapper {
  margin-left: auto;
}

.main-collection-container .facets-layout-vertical .main-collection__products {
  width: 100% !important;
  max-width: none !important;
}

@media (max-width: 767px) {
  .main-collection-cover .block-main-collection__banner,
  .main-collection-cover .block-main-collection__banner-sizer,
  .main-collection-cover .block-main-collection__banner-inner {
    min-height: 260px !important;
  }

  .main-collection-cover .block-main-collection__banner-inner {
    width: min(100% - 32px, 520px) !important;
    padding: 20px 0 18px !important;
  }

  .main-collection-cover .block-main-collection__banner-inner .body4 {
    display: none;
  }

  .main-collection-cover .block-main-collection__banner-inner::before {
    font-size: 8.5px;
    letter-spacing: 0.1em;
  }

  .main-collection-cover .block-main-collection__banner-inner::after {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .main-collection-cover .block-main-collection__heading {
    display: block !important;
  }

  .main-collection-cover .block-main-collection__heading::before,
  .main-collection-cover .block-main-collection__heading::after {
    display: block;
    font-size: clamp(3.1rem, 15vw, 4.3rem);
  }
}

/* v29 collection offer banner: approved reference structure.
   This block is appended to the exact v28 release so all product-list rules stay byte-identical. */
.pxw-collection-offer-v29 {
  position: relative;
  padding: 17px clamp(8px, 1.5vw, 30px) 18px;
  overflow: hidden;
  color: var(--pxw-bone);
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px),
    radial-gradient(circle at 50% -30%, rgba(197, 69, 50, 0.18), transparent 46%),
    #070707;
  border-bottom: 5px solid var(--pxw-red);
}

.pxw-collection-offer-v29 *,
.pxw-collection-offer-v29 *::before,
.pxw-collection-offer-v29 *::after {
  box-sizing: border-box;
}

.pxw-collection-offer-v29__sr-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pxw-collection-offer-v29__frame {
  position: relative;
  width: 100%;
  height: 270px;
  margin: 0 auto;
  overflow: hidden;
  background: #050505;
  border: 2px solid #c54532;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.92) inset, 0 0 24px rgba(197, 69, 50, 0.08);
}

.pxw-collection-offer-v29__frame::before,
.pxw-collection-offer-v29__frame::after {
  position: absolute;
  z-index: 6;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  opacity: 0.62;
  background: repeating-linear-gradient(90deg, #c54532 0 17px, transparent 17px 21px, #6d2019 21px 31px);
}

.pxw-collection-offer-v29__frame::before {
  top: 184px;
}

.pxw-collection-offer-v29__frame::after {
  bottom: 2px;
}

.pxw-collection-offer-v29__visual {
  position: absolute;
  inset: 0 0 78px;
  overflow: hidden;
  background: #100d0b;
}

.pxw-collection-offer-v29__gallery {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.15fr 0.9fr 1.1fr 0.85fr 1.05fr;
  gap: 2px;
  transform: scale(1.012);
}

.pxw-collection-offer-v29__gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #17100d;
}

.pxw-collection-offer-v29__gallery figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(7, 5, 4, 0.06), rgba(7, 5, 4, 0.34)),
    linear-gradient(90deg, rgba(111, 32, 25, 0.2), transparent 50%, rgba(0, 0, 0, 0.34));
  mix-blend-mode: multiply;
}

.pxw-collection-offer-v29__gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(0.22) saturate(0.8) brightness(0.62) contrast(1.22);
  transform: scale(1.07);
}

.pxw-collection-offer-v29__gallery figure:nth-child(2) img {
  object-position: 51% 39%;
  transform: scale(1.28);
}

.pxw-collection-offer-v29__gallery figure:nth-child(3) img {
  object-position: 50% 31%;
  transform: scale(1.12);
}

.pxw-collection-offer-v29__gallery figure:nth-child(4) img {
  object-position: 50% 58%;
  transform: scale(1.22);
}

.pxw-collection-offer-v29__gallery figure:nth-child(5) img {
  object-position: 50% 36%;
  transform: scale(1.16);
}

.pxw-collection-offer-v29__gallery figure:nth-child(6) img {
  object-position: 50% 27%;
  transform: scale(1.12);
}

.pxw-collection-offer-v29__visual::before,
.pxw-collection-offer-v29__visual::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  content: "";
  pointer-events: none;
}

.pxw-collection-offer-v29__visual::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.56), transparent 17%, transparent 82%, rgba(0, 0, 0, 0.62)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent 63%);
}

.pxw-collection-offer-v29__visual::after {
  opacity: 0.22;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 4px);
}

.pxw-collection-offer-v29__stamp {
  position: absolute;
  z-index: 4;
  top: 17px;
  left: 22px;
  display: grid;
  gap: 5px;
  padding-left: 12px;
  border-left: 3px solid #c54532;
  text-shadow: 0 2px 7px #000;
}

.pxw-collection-offer-v29__stamp span {
  color: #c39a52;
  font: 900 7px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.16em;
}

.pxw-collection-offer-v29__stamp strong {
  color: #f0e6d4;
  font: 900 23px/0.85 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.02em;
}

.pxw-collection-offer-v29__issue {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 22px;
  color: rgba(240, 230, 212, 0.65);
  font: 900 6px/1.35 Arial, Helvetica, sans-serif;
  letter-spacing: 0.14em;
  text-align: right;
}

.pxw-collection-offer-v29__issue b {
  color: #c54532;
  font-size: 11px;
}

.pxw-collection-offer-v29__strip {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 82px;
  overflow: hidden;
  background: rgba(8, 8, 7, 0.965);
  border-top: 2px solid #c54532;
}

.pxw-collection-offer-v29__fabric,
.pxw-collection-offer-v29__strip::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pxw-collection-offer-v29__fabric {
  display: block;
  object-fit: cover;
  object-position: center 62%;
  opacity: 0.16;
  filter: contrast(1.25);
}

.pxw-collection-offer-v29__strip::after {
  content: "";
  background: radial-gradient(circle at 50% 0, rgba(197, 69, 50, 0.14), transparent 42%);
}

.pxw-collection-offer-v29__tier {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 8px clamp(7px, 1.6vw, 25px) 7px;
  column-gap: clamp(16px, 1.5vw, 24px);
  border-right: 1px solid rgba(240, 230, 212, 0.18);
}

.pxw-collection-offer-v29__tier:last-child {
  border-right: 0;
}

.pxw-collection-offer-v29__tier::after {
  position: absolute;
  top: 10px;
  right: -3px;
  width: 5px;
  height: 62px;
  content: "";
  background: #6d2019;
  transform: skewX(-11deg);
}

.pxw-collection-offer-v29__tier:last-child::after {
  display: none;
}

.pxw-collection-offer-v29__number {
  position: absolute;
  top: 6px;
  left: 9px;
  color: rgba(240, 230, 212, 0.18);
  font: 900 9px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
}

.pxw-collection-offer-v29__tier p {
  grid-row: 1;
  justify-self: end;
  margin: 0;
  color: #f0e6d4;
  font: 900 clamp(13px, 1.25vw, 19px)/0.85 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.pxw-collection-offer-v29__discount {
  display: flex;
  grid-row: 1;
  align-items: center;
  justify-self: start;
  white-space: nowrap;
}

.pxw-collection-offer-v29__discount strong {
  color: #c54532;
  font: 900 clamp(42px, 4.25vw, 66px)/0.72 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: -0.045em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.58);
}

.pxw-collection-offer-v29__discount b {
  margin-left: 6px;
  color: #f0e6d4;
  font: 900 clamp(19px, 2vw, 30px)/0.8 Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.pxw-collection-offer-v29__tier small {
  grid-row: 2;
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: 1px;
  color: rgba(240, 230, 212, 0.62);
  font: 900 6px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.15em;
}

.pxw-collection-offer-v29__tier--max {
  background: linear-gradient(90deg, transparent, rgba(197, 69, 50, 0.13));
}

.pxw-collection-offer-v29__tier--max .pxw-collection-offer-v29__discount strong {
  color: #da513b;
}

.pxw-collection-offer-v29__tier--max em {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 3px 5px;
  color: #090908;
  background: #c39a52;
  font: 900 5px/1 Arial, Helvetica, sans-serif;
  font-style: normal;
  letter-spacing: 0.12em;
}

@media (max-width: 1050px) {
  .pxw-collection-offer-v29 {
    padding-block: 10px 12px;
    border-bottom-width: 4px;
  }

  .pxw-collection-offer-v29__frame {
    height: 242px;
    border-radius: 7px;
  }

  .pxw-collection-offer-v29__visual {
    bottom: 98px;
  }

  .pxw-collection-offer-v29__frame::before {
    top: 139px;
  }

  .pxw-collection-offer-v29__gallery {
    grid-template-columns: 1.2fr 1fr 1.2fr 1fr 1.2fr;
  }

  .pxw-collection-offer-v29__gallery figure:nth-child(n + 6) {
    display: none;
  }

  .pxw-collection-offer-v29__stamp {
    top: 12px;
    left: 13px;
  }

  .pxw-collection-offer-v29__stamp strong {
    font-size: 18px;
  }

  .pxw-collection-offer-v29__issue {
    top: 12px;
    right: 13px;
  }

  .pxw-collection-offer-v29__strip {
    height: 99px;
  }

  .pxw-collection-offer-v29__tier {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1px;
    padding: 15px 3px 7px;
  }

  .pxw-collection-offer-v29__tier p {
    grid-row: 1;
    grid-column: 1;
    justify-self: center;
    font-size: clamp(10px, 2.2vw, 15px);
    text-align: center;
  }

  .pxw-collection-offer-v29__discount {
    grid-row: 2;
    grid-column: 1;
    justify-content: center;
    justify-self: center;
  }

  .pxw-collection-offer-v29__discount strong {
    font-size: clamp(36px, 7vw, 56px);
  }

  .pxw-collection-offer-v29__discount b {
    margin-left: 3px;
    font-size: clamp(14px, 3vw, 24px);
  }

  .pxw-collection-offer-v29__tier small {
    grid-row: 3;
    grid-column: 1;
    font-size: clamp(4.5px, 0.75vw, 6px);
    letter-spacing: 0.08em;
  }

  .pxw-collection-offer-v29__number {
    top: 6px;
    left: 6px;
    font-size: 6px;
  }

  .pxw-collection-offer-v29__tier--max em {
    top: 4px;
    right: 4px;
    font-size: 4px;
  }
}

@media (max-width: 480px) {
  .pxw-collection-offer-v29__frame {
    height: 230px;
  }

  .pxw-collection-offer-v29__visual {
    bottom: 97px;
  }

  .pxw-collection-offer-v29__frame::before {
    top: 127px;
  }

  .pxw-collection-offer-v29__gallery {
    grid-template-columns: 1.2fr 1fr 1.2fr 1fr;
  }

  .pxw-collection-offer-v29__gallery figure:nth-child(5) {
    display: none;
  }

  .pxw-collection-offer-v29__stamp span {
    font-size: 5px;
  }

  .pxw-collection-offer-v29__stamp strong {
    font-size: 15px;
  }

  .pxw-collection-offer-v29__issue {
    display: none;
  }

  .pxw-collection-offer-v29__discount strong {
    font-size: 37px;
  }

  .pxw-collection-offer-v29__discount b {
    font-size: 14px;
  }

  .pxw-collection-offer-v29__tier p {
    font-size: 10px;
  }

  .pxw-collection-offer-v29__tier small {
    max-width: 110px;
    font-size: 7px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
  }

  .pxw-collection-offer-v29__tier--max em {
    padding: 2px 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pxw-collection-offer-v29 *,
  .pxw-collection-offer-v29 *::before,
  .pxw-collection-offer-v29 *::after {
    scroll-behavior: auto !important;
  }
}
