/** Shopify CDN: Minification failed

Line 6612:13 Unexpected "{"
Line 6612:22 Expected ":"
Line 8383:5 Unexpected "{"
Line 8383:14 Expected ":"

**/
:root {
  --twz-red: #d61f26;
  --twz-red-dark: #8f1217;
  --twz-red-light: #f3d7d8;
  --twz-bone: #f4f1ea;
  --twz-surface: #ece7de;
  --twz-text: #111111;
  --twz-text-secondary: #43413d;
  --twz-text-muted: #78736b;
  --twz-olive: #586347;
  --twz-gold: #c6932f;
  --twz-border: #cfc7ba;
  --twz-dark: #090909;
  --twz-shadow: 0 8px 24px rgba(17, 17, 17, 0.1);
  --twz-shadow-elevated: 0 18px 48px rgba(17, 17, 17, 0.14);
  --twz-shadow-cta: 0 12px 30px rgba(214, 31, 38, 0.18);
  --twz-radius-sm: 4px;
  --twz-radius-md: 8px;
  --twz-radius-card: 12px;
  --twz-radius-lg: 16px;
  --twz-radius-pill: 9999px;
  --twz-space-1: 4px;
  --twz-space-2: 8px;
  --twz-space-3: 12px;
  --twz-space-4: 16px;
  --twz-space-5: 20px;
  --twz-space-6: 24px;
  --twz-space-8: 32px;
  --twz-space-10: 40px;
  --twz-space-12: 48px;
  --twz-space-14: 56px;
  --twz-space-18: 72px;
  --twz-space-24: 96px;
  --twz-font-heading: "Archivo Black", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --twz-font-body: "Inter Tight", "Helvetica Neue", Arial, sans-serif;
  --twz-font-mono: "JetBrains Mono", monospace;
  --twz-display-tracking: 0;
  --twz-heading-tracking: 0;
  --twz-button-tracking: 0.08em;
  --font-heading-family: var(--twz-font-heading);
  --font-body-family: var(--twz-font-body);
  --font-accent-family: var(--twz-font-heading);
  --color-button-background: 17, 17, 17;
  --color-button-text: 244, 241, 234;
  --color-outline-button-border: 17, 17, 17;
  --page-margin-mobile: 1.6rem;
  --page-margin-tablet: 2.4rem;
  --page-margin-desktop: 2.4rem;
  --product-card-corner-radius: 1.2rem;
  --product-card-image-radius: 1.2rem;
  --collection-card-corner-radius: 1.2rem;
  --media-radius: 1.2rem;
  --tag-corner-radius: 9999px;
  --badge-corner-radius: 9999px;
  --popup-corner-radius: 16px;
  --drawer-corner-radius: 16px;

  --font-body-base-size-mobile: 16px;
  --font-body-base-size-tablet: 16px;
  --font-body-base-size-desktop: 16px;
  --font-ui-size-mobile: 14px;
  --font-ui-size-desktop: 14px;
  --font-ui-size-small-mobile: 13px;
  --font-ui-size-small-desktop: 13px;
  --font-size-cart-drawer-mobile: 16px;
  --font-size-cart-drawer-desktop: 16px;
  --base-line-height: 1.65;

  --font-hxxl-size-mobile: 68px;
  --font-hxxl-size-tablet: 104px;
  --font-hxxl-size-desktop: 104px;
  --font-hxl-size-mobile: 52px;
  --font-hxl-size-tablet: 78px;
  --font-hxl-size-desktop: 78px;
  --font-h0-size-mobile: 44px;
  --font-h0-size-tablet: 64px;
  --font-h0-size-desktop: 64px;
  --font-h1-size-mobile: 36px;
  --font-h1-size-tablet: 52px;
  --font-h1-size-desktop: 52px;
  --font-h2-size-mobile: 26px;
  --font-h2-size-tablet: 34px;
  --font-h2-size-desktop: 34px;
  --font-h3-size-mobile: 22px;
  --font-h3-size-tablet: 26px;
  --font-h3-size-desktop: 26px;
  --font-h4-size-mobile: 20px;
  --font-h4-size-tablet: 21px;
  --font-h4-size-desktop: 22px;
  --font-h5-size-mobile: 17px;
  --font-h5-size-tablet: 18px;
  --font-h5-size-desktop: 18px;
  --font-h6-size-mobile: 15px;
  --font-h6-size-tablet: 15px;
  --font-h6-size-desktop: 15px;

  --font-buttons-size-mobile: 13px;
  --font-buttons-size-desktop: 14px;
}

/* TROLLZWORLD minimal drop rebuild, scoped to the unpublished theme copy. */
body.lx-template--index,
body.lx-template--collection,
body.lx-template--product {
  --twz-display-tracking: 0;
  --twz-heading-tracking: 0;
}

.header-group {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
}

.header-group .header-bar,
.header-group [class*="header-bar"],
.header-group .hdr-nav-desktop,
.header-group .hdr-nav-primary-level-ul {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.twz-header-logo img,
.twz-logo-img {
  max-height: 32px;
  width: auto;
  object-fit: contain;
}

.hdr-nav-primary-level-ul {
  gap: 12px !important;
}

.hdr-nav-primary-level-ul a,
.nav-ul--primary a,
.header-group .cart-link,
.header-group [href="/cart"] {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body.lx-template--index .shopify-section:first-child {
  margin-top: 0;
}

.twz-home-banner {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.twz-home-banner__image {
  display: block;
  width: 100%;
  height: clamp(90px, 16vw, 240px);
  object-fit: cover;
  object-position: center center;
}

.twz-home-products {
  display: block !important;
  background: #fff;
}

.twz-home-products__header {
  margin-bottom: 18px;
}

.twz-home-products__title {
  margin: 0;
  font-family: var(--twz-font-heading) !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  color: #050505 !important;
}

.twz-home-products__text {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #111 !important;
}

.twz-home-products__text p {
  margin: 0 0 10px !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.twz-home-products .cr-container {
  display: block !important;
  margin-top: 0;
}

.twz-home-products .facets-wrapper {
  width: 100% !important;
  margin-bottom: 18px;
  border: 0 !important;
}

.twz-home-products .product-grid-container {
  width: 100% !important;
  margin-top: 0 !important;
}

.twz-home-products .facets__form,
.twz-home-products .facets-container,
.twz-home-products .mobile-facets__open-wrapper {
  border-radius: 0 !important;
}

.twz-home-products .facets__summary,
.twz-home-products .facet-filters__sort,
.twz-home-products .mobile-facets__open {
  min-height: 36px;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.twz-home-products .product-grid {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  column-gap: 16px;
  row-gap: 34px;
}

.twz-home-products .card-product {
  border: 0 !important;
  box-shadow: none !important;
}

.twz-home-products .card-product--badges .twz-badge:not(.twz-badge--dark) {
  display: none !important;
}

.twz-home-products .twz-favorite-toggle {
  display: none !important;
}

.twz-home-products .card-product--badges .twz-badge--dark {
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.twz-home-products .card-product .card-information,
.twz-home-products .card-product [class*="card-product--text"],
.twz-home-products .card-product [class*="card-product--info"] {
  text-align: left !important;
}

.twz-home-products .card-product .price,
.twz-home-products .card-product .price__container {
  font-size: 12px !important;
  font-weight: 600;
}

.twz-home-products--range {
  background: #fff !important;
}

.twz-home-products--range .cr-container {
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.twz-home-products--range .product-grid-container,
.twz-home-products--range .collection {
  width: 100% !important;
  max-width: none !important;
}

.twz-range-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 760px !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px)) !important;
  justify-content: center !important;
  column-gap: 36px !important;
  row-gap: 42px !important;
  list-style: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.twz-range-grid__item {
  display: block !important;
  min-width: 0 !important;
}

.twz-range-card {
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  color: #050505 !important;
  background: #fff !important;
}

.twz-range-card__media {
  display: flex !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

.twz-range-card__image,
.twz-range-card__placeholder {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.twz-range-card__placeholder {
  background: #f7f7f7 !important;
  fill: #d8d8d8 !important;
}

.twz-range-card__meta {
  display: block !important;
  width: 88% !important;
  max-width: 300px !important;
  margin: 0 auto !important;
  padding: 7px 0 0 !important;
  font-family: var(--twz-font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #050505 !important;
  text-align: left !important;
}

.twz-range-card__title {
  display: block !important;
  font-weight: 400 !important;
  overflow-wrap: anywhere !important;
}

.twz-range-card__price {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin-top: 2px !important;
  color: #d61f26 !important;
  font-weight: 400 !important;
}

.twz-range-card__compare {
  color: rgba(5, 5, 5, 0.52) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

body.lx-template--index .shopify-section:not(:first-child) {
  background: #fff;
}

body.lx-template--index main > .shopify-section:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

body.lx-template--index main > .shopify-section:not(:first-child) .section-inner,
body.lx-template--index main > .shopify-section:not(:first-child) [class*="section-inner"] {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

body.lx-template--index .shopify-section:not(:first-child) h1,
body.lx-template--index .shopify-section:not(:first-child) h2,
body.lx-template--index .shopify-section:not(:first-child) h3 {
  letter-spacing: 0 !important;
}

body.lx-template--index main > .shopify-section:not(:first-child) h1,
body.lx-template--index main > .shopify-section:not(:first-child) h2 {
  font-size: clamp(26px, 4vw, 52px) !important;
  line-height: 0.95;
}

body.lx-template--index main > .shopify-section:not(:first-child) .card-product {
  opacity: 0.78;
}

body.lx-template--product .main-product--section .product__info-container {
  max-width: 520px;
  margin-inline: auto;
}

body.lx-template--product .main-product--section .product__title h1,
body.lx-template--product .main-product--section .product__title h2 {
  font-size: clamp(22px, 3vw, 34px) !important;
  line-height: 1;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body.lx-template--product .main-product--section .product-price-block .price,
body.lx-template--product .main-product--section .product-price-block .price__container {
  font-size: 15px !important;
}

body.lx-template--product .main-product--section .product-form__input input[type="radio"] + label,
body.lx-template--product .main-product--section .twz-product-buy .button,
body.lx-template--product .main-product--section .twz-product-buy button {
  border-radius: 0 !important;
  letter-spacing: 0 !important;
}

body.lx-template--product .main-product--section .product-form__buttons {
  margin-top: 12px !important;
}

body.lx-template--product .main-product--section .accordion-title,
body.lx-template--product .main-product--section .product-description-standard {
  font-size: 12px;
  letter-spacing: 0 !important;
}

body.lx-template--product .main-product--section .product-main-media-section,
body.lx-template--product .main-product--section .product-main-media-section *,
body.lx-template--product .main-product--section .product-media-component,
body.lx-template--product .main-product--section .product-media,
body.lx-template--product .main-product--section .product-media-image,
body.lx-template--product .main-product--section .product-media-image img,
body.lx-template--product .main-product--section .product-media-image video {
  border-radius: 0 !important;
}

body.lx-template--product .main-product--section .product-media-component,
body.lx-template--product .main-product--section .product-media,
body.lx-template--product .main-product--section .product-media-image {
  overflow-y: visible !important;
  overscroll-behavior: auto !important;
}

@media screen and (max-width: 949px) {
  body.lx-template--product .main-product--section .product-media-component {
    touch-action: pan-x pan-y pinch-zoom !important;
  }

  body.lx-template--product .main-product--section .product-media {
    display: flex !important;
    flex-flow: row nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-x pan-y pinch-zoom !important;
    scrollbar-width: none !important;
  }

  body.lx-template--product .main-product--section .product-media::-webkit-scrollbar {
    display: none !important;
  }

  body.lx-template--product .main-product--section .product-media-image {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
  }
}

@media screen and (max-width: 749px) {
  .twz-home-banner__image {
    height: clamp(70px, 28vw, 140px);
    object-position: center center;
  }

  .twz-home-products .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 12px;
    row-gap: 28px;
  }

  .twz-home-products--range .cr-container {
    width: calc(100vw - 40px) !important;
  }

  .twz-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 24px !important;
  }

  .twz-range-card__meta {
    width: 86% !important;
    max-width: 170px !important;
    font-size: 11px !important;
    padding-top: 7px !important;
  }

  .twz-header-logo img,
  .twz-logo-img {
    max-height: 28px;
  }
}

html {
  font-size: 16px !important;
}

html,
body {
  background: var(--twz-bone);
  color: var(--twz-text);
  font-family: var(--twz-font-body);
}

body {
  font-size: 16px !important;
  line-height: 1.65 !important;
  letter-spacing: 0;
}

p,
li,
dd,
dt,
blockquote,
.body-copy,
.product-description-standard,
.accordion-panel,
.rte,
.rte p,
.rte li {
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.card-product-title-h3,
.card-product-title-h3 * {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

.card-product--merch-price,
.card-product--price .price-item,
.card-product--price .price {
  font-size: 15px !important;
  font-weight: 700 !important;
}

h1, .h1 {
  font-size: clamp(36px, 6vw, 52px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.035em !important;
}

h2, .h2 {
  font-size: clamp(26px, 4vw, 34px) !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
}

h3, .h3 {
  font-size: clamp(20px, 2.4vw, 26px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
}

h4, .h4 {
  font-size: clamp(18px, 1.8vw, 22px) !important;
  line-height: 1.15 !important;
}

h5, .h5 {
  font-size: clamp(16px, 1.4vw, 18px) !important;
  line-height: 1.25 !important;
}

h6, .h6 {
  font-size: 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.section-label,
.mini-kicker,
.caption,
.title,
.product__title,
.pgc__title,
.fb__wordmark-text,
.rh__heading {
  font-family: var(--twz-font-heading) !important;
  color: var(--twz-text);
}

h1,
.h1 {
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 0.96;
  letter-spacing: -0.035em;
}

h2,
.h2 {
  font-size: clamp(2.7rem, 4vw, 4.4rem);
  line-height: 1;
  letter-spacing: var(--twz-heading-tracking);
}

h3,
.h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
}

p,
li,
input,
textarea,
select {
  font-family: var(--twz-font-body);
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

.button,
button.button,
a.button,
.shopify-payment-button__button,
.button--primary,
.product-form__submit,
.rh__btn,
.fb__nl-btn {
  border-radius: var(--twz-radius-md) !important;
  font-family: var(--twz-font-body) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: var(--twz-button-tracking) !important;
  text-transform: uppercase !important;
  box-shadow: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease !important;
}

.button,
button.button,
a.button,
.shopify-payment-button__button,
.product-form__submit,
.rh__btn.rh__btn--primary,
.fb__nl-btn {
  background: var(--twz-text) !important;
  border: 1px solid var(--twz-text) !important;
  color: var(--twz-bone) !important;
}

.button:hover,
button.button:hover,
a.button:hover,
.shopify-payment-button__button:hover,
.product-form__submit:hover,
.rh__btn.rh__btn--primary:hover,
.fb__nl-btn:hover {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
  color: var(--twz-bone) !important;
  box-shadow: var(--twz-shadow-cta) !important;
  transform: translateY(-1px);
}

.button--secondary,
.button--outline,
.rh__btn.rh__btn--secondary {
  background: transparent !important;
  border: 1px solid currentColor !important;
  color: var(--twz-text) !important;
}

.button--secondary:hover,
.button--outline:hover,
.rh__btn.rh__btn--secondary:hover {
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
}

.button:focus-visible,
.shopify-payment-button__button:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--twz-red);
  outline-offset: 2px;
}

.skip-to-content-link {
  background: var(--twz-red) !important;
  color: var(--twz-bone) !important;
}

.page-width,
.content-for-layout > .shopify-section:not(.header-group) {
  position: relative;
}

.header-group {
  position: sticky;
  top: 0;
  z-index: 30;
}

.header-announcement-bar {
  background: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  border-bottom: 1px solid rgba(244, 241, 234, 0.18) !important;
  font-family: var(--twz-font-body) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.header-announcement-bar a {
  color: inherit !important;
}

.header-bar-inner {
  background: rgba(244, 241, 234, 0.88) !important;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  box-shadow: var(--twz-shadow) !important;
  backdrop-filter: blur(18px);
}

.header-bar-inner,
.header-bar-inner a,
.header-bar-inner button,
.nav-ul--primary,
.hdr-item-market-selector,
.hdr-item-language-selector {
  color: var(--twz-text) !important;
}

.header-bar-inner a,
.header-bar-inner button,
.nav-ul--primary,
.hdr-st-item-label,
.mob-parent-accordion-button,
.header-drawer-language-selector {
  font-family: var(--twz-font-body) !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.header-bar-inner a:hover,
.header-bar-inner button:hover,
.nav-ul--primary a:hover {
  color: var(--twz-red) !important;
}

.header--logo a {
  text-decoration: none;
}

.header--logo-wordmark {
  display: block;
  font-family: var(--twz-font-heading);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.92;
  color: var(--twz-text);
  text-transform: uppercase;
}

.header--logo-tagline {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--twz-font-body);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--twz-text-muted);
  text-transform: uppercase;
  white-space: nowrap;
}

.header--logo-textlockup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-bar-inner .icon,
.header-bar-inner svg {
  color: var(--twz-text) !important;
}

.card-wrapper,
.product-card-wrapper,
.card-product,
.collection-card,
.blog-article-card,
.pgc__card,
.fb__col,
.tb__item {
  border-radius: var(--twz-radius-card);
}

.card-wrapper .card,
.card-product,
.collection-card,
.blog-article-card {
  background: transparent;
}

.price,
.product-price-block,
.price-item {
  color: var(--twz-text) !important;
}

.price-item--sale,
.price__sale .price-item {
  color: var(--twz-red) !important;
}

.badge,
.pgc__badge,
.product-badge,
.pill {
  border-radius: var(--twz-radius-pill) !important;
  font-family: var(--twz-font-body) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}

.badge,
.product-badge {
  background: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  border: 1px solid var(--twz-text) !important;
}

.price,
.pgc__price,
.pgc__price--sale,
.product__price {
  font-family: var(--twz-font-body) !important;
  font-weight: 800 !important;
}

.caption,
.mini-kicker,
.section-label,
.eyebrow,
.fb__col-title,
.tb__label,
.sl__col-label {
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.section-border-width-normal,
.section-border-width-full {
  border-color: var(--twz-border) !important;
}

.rh__heading,
.pgc__title,
.fb__wordmark-text,
.sl__city {
  text-transform: uppercase !important;
}

.rh__sub,
.pgc__name,
.fb__nl-sub,
.tb__sub,
.sl__col-value {
  color: inherit;
}

@media (max-width: 750px) {
  h1,
  .h1 {
    font-size: clamp(2.8rem, 11vw, 4.4rem);
  }

  h2,
  .h2 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
  }

  .header--logo-tagline {
    display: none;
  }
}

.twz-product-shell {
  background:
    radial-gradient(circle at top left, rgba(214, 31, 38, 0.08), transparent 28%),
    linear-gradient(180deg, #f7f3ec 0%, var(--twz-bone) 100%);
}

.twz-product-frame {
  gap: 0.9rem;
  align-items: stretch;
}

.twz-product-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.08);
  background: rgba(236, 231, 222, 0.68);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.twz-product-media .product-media-component,
.twz-product-media .product-media-image {
  background: rgba(255, 255, 255, 0.96);
}

.twz-product-media .product-media-image img,
.twz-product-media .product-media-image video {
  transform: scale(1.03);
  transform-origin: center top;
}

.twz-product-panel {
  background: rgba(244, 241, 234, 0.88);
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 20px;
  box-shadow: var(--twz-shadow);
  padding: clamp(1.85rem, 2.8vw, 2.85rem);
  backdrop-filter: blur(14px);
  min-height: 100%;
}

.twz-product-panel .tax-note,
.twz-product-panel .tax-note a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.twz-product-panel .product-breadcrumb-block,
.twz-product-panel .product__vendor_block,
.twz-product-panel .product-inventory-container,
.twz-product-panel .tax-note {
  font-family: var(--twz-font-body) !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
}

.twz-product-panel .product__vendor_block a,
.twz-product-panel .product-breadcrumb-block a {
  color: inherit !important;
}

.twz-product-panel .product__vendor_block a:hover,
.twz-product-panel .product-breadcrumb-block a:hover {
  color: var(--twz-red) !important;
}

.twz-product-panel .product__title {
  margin-top: 0.3rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.twz-product-panel .product__title h1,
.twz-product-panel .product__title h2 {
  font-family: var(--twz-font-heading) !important;
  font-size: clamp(2.5rem, 3.6vw, 4.3rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.05em !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}

.twz-product-panel .product-price-block {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  padding: 1.2rem 0;
}

.twz-product-panel .price,
.twz-product-panel .price-item,
.twz-product-panel .cart-item__final-price {
  font-size: clamp(1.55rem, 2.5vw, 2.3rem) !important;
  line-height: 1 !important;
}

.twz-product-panel .product-form__input .form__label,
.twz-product-panel .variant-picker--block-title,
.twz-product-panel .quantity__label {
  font-family: var(--twz-font-body) !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
}

.twz-product-variants .product-form__input input[type="radio"] + label {
  border-radius: 9999px !important;
  border: 1px solid rgba(17, 17, 17, 0.14) !important;
  background: rgba(236, 231, 222, 0.85) !important;
  color: var(--twz-text) !important;
  font-family: var(--twz-font-body) !important;
  font-size: 0.86rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.twz-product-variants .product-form__input input[type="radio"]:checked + label,
.twz-product-variants .product-form__input input[type="radio"] + label:hover {
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
}

.twz-product-panel .quantity {
  min-height: 60px;
  border-radius: 9999px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: rgba(236, 231, 222, 0.78);
}

.twz-product-panel .quantity__button,
.twz-cart-page-items .quantity__button,
.twz-cart-drawer-panel .quantity__button {
  color: var(--twz-text) !important;
}

.twz-product-panel .quantity__input,
.twz-cart-page-items .quantity__input,
.twz-cart-drawer-panel .quantity__input {
  font-family: var(--twz-font-body);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--twz-text);
}

.twz-product-buy .product-form__buttons,
.twz-product-buy .shopify-payment-button,
.twz-product-buy .shopify-payment-button__button {
  width: 100%;
}

.twz-product-buy .product-form__fit-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: rgba(236, 231, 222, 0.7);
}

.twz-product-buy .product-form__fit-note-icon {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--twz-red);
}

.twz-product-buy .product-form__fit-note-icon .icon {
  width: 100%;
  height: 100%;
}

.twz-product-buy .product-form__fit-note-copy {
  display: grid;
  gap: 0.25rem;
}

.twz-product-buy .product-form__fit-note-heading,
.twz-product-buy .product-form__fit-note-text {
  margin: 0;
}

.twz-product-buy .product-form__fit-note-heading {
  font-family: var(--twz-font-body);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--twz-text);
}

.twz-product-buy .product-form__fit-note-text {
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--twz-text-secondary);
}

.twz-product-buy .product-form__submit,
.twz-product-buy .shopify-payment-button__button--unbranded {
  min-height: 60px;
}

.twz-product-buy .product-form__submit {
  border-radius: 14px !important;
  font-family: var(--twz-font-heading) !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

.twz-product-panel .accordion {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.twz-product-panel .accordion-title {
  padding: 1.15rem 0;
  font-family: var(--twz-font-heading) !important;
  font-size: 1.08rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: var(--twz-text) !important;
}

.twz-product-panel .accordion-panel {
  color: var(--twz-text-secondary);
}

.twz-product-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--twz-space-4);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  padding: 1rem 0;
}

.twz-product-reassurance__item {
  display: grid;
  gap: 0.35rem;
}

.twz-product-reassurance__kicker {
  font-family: var(--twz-font-body);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--twz-red);
}

.twz-product-reassurance__copy {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--twz-text-secondary);
}

.hero-banner-half-section {
  background: var(--twz-dark);
}

.shop-by-vendor-section {
  background:
    linear-gradient(180deg, rgba(214, 31, 38, 0.05) 0%, transparent 26%),
    var(--twz-bone);
}

.twz-cart-page-header h1 {
  text-transform: uppercase;
}

.twz-cart-page-header .cart-header-message {
  max-width: 36rem;
  margin: 1rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: var(--twz-radius-card);
  background: rgba(236, 231, 222, 0.85);
}

.twz-cart-page-items .cart__items {
  padding: 0 var(--page-margin-mobile) var(--twz-space-10);
}

.twz-cart-page-items .cart-items,
.twz-cart-drawer-lines .cart-items {
  border-collapse: separate;
  border-spacing: 0 1rem;
}

.twz-cart-page-items .cart-item,
.twz-cart-drawer-lines .cart-item {
  background: rgba(244, 241, 234, 0.94);
  box-shadow: var(--twz-shadow);
}

.twz-cart-page-items .cart-item td,
.twz-cart-drawer-lines .cart-item td {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  background: transparent;
}

.twz-cart-page-items .cart-item td:first-child,
.twz-cart-drawer-lines .cart-item td:first-child {
  border-left: 1px solid rgba(17, 17, 17, 0.08);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.twz-cart-page-items .cart-item td:last-child,
.twz-cart-drawer-lines .cart-item td:last-child {
  border-right: 1px solid rgba(17, 17, 17, 0.08);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.twz-cart-page-items .cart-item__image-wrapper,
.twz-cart-drawer-panel .cart-item__image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  background: #e9e3d8;
}

.twz-cart-page-items .cart-item__vendor,
.twz-cart-drawer-panel .cart-item__vendor,
.twz-cart-page-items .product-option dt,
.twz-cart-drawer-panel .product-option dt {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--twz-text-muted);
}

.twz-cart-page-items .cart-item__product-title,
.twz-cart-drawer-panel .cart-item__name {
  font-family: var(--twz-font-heading) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  color: var(--twz-text) !important;
}

.twz-cart-page-items .cart-remove--button-link,
.twz-cart-drawer-panel .button-cart-item-remove {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--twz-text-muted);
}

.twz-cart-page-items .cart-remove--button-link:hover,
.twz-cart-drawer-panel .button-cart-item-remove:hover {
  color: var(--twz-red);
}

.twz-cart-summary-panel {
  border-radius: 24px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  background: linear-gradient(180deg, rgba(236, 231, 222, 0.96) 0%, rgba(244, 241, 234, 0.96) 100%);
  box-shadow: var(--twz-shadow-elevated);
  padding: clamp(1.25rem, 2vw, 2rem);
}

.twz-cart-summary .cart__footer_header,
.twz-cart-summary .grand-total-row p,
.twz-cart-summary .totals-row p {
  color: var(--twz-text);
}

.twz-cart-summary .cart__footer_header span,
.twz-cart-summary .grand-total-row p:first-child {
  font-family: var(--twz-font-heading);
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.twz-cart-summary .cart-footer-tax-info,
.twz-cart-summary .cart-footer-tax-info a {
  color: var(--twz-text-muted);
}

.twz-cart-drawer .cart-drawer__overlay {
  background: rgba(9, 9, 9, 0.42);
  backdrop-filter: blur(6px);
}

.twz-cart-drawer-panel {
  background: linear-gradient(180deg, rgba(244, 241, 234, 0.98) 0%, rgba(236, 231, 222, 0.96) 100%);
}

.twz-cart-drawer-panel .drawer__header,
.twz-cart-drawer-panel .drawer__footer {
  border-color: rgba(17, 17, 17, 0.08);
}

.twz-cart-drawer-panel .drawer__title,
.twz-cart-drawer-panel .drawer-empty-paragraph {
  font-family: var(--twz-font-heading);
  text-transform: uppercase;
  letter-spacing: -0.03em;
}

.twz-cart-drawer-panel .cart-drawer-message {
  border-radius: 16px;
  background: rgba(17, 17, 17, 0.04);
  border: 1px solid rgba(17, 17, 17, 0.08);
}

@media (min-width: 750px) {
  .twz-product-frame {
    gap: 1rem;
  }

  .twz-cart-page-items .cart__items {
    padding: 0 var(--page-margin-tablet) var(--twz-space-12);
  }
}

@media (min-width: 950px) {
  .twz-product-frame {
    gap: 0;
  }

  .product-main-top-section.twz-product-frame .product-main-media-section.twz-product-media {
    width: 54%;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }

  .product-main-top-section.twz-product-frame .product-main-info-section.twz-product-info {
    width: 46%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

  .product-main-top-section.product-main-top-section-margin--full-width .product-main-info-section.twz-product-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .twz-product-panel {
    max-width: none !important;
    min-height: 100%;
    margin: 0 !important;
    border-radius: 0 24px 24px 0;
    border-left: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: none;
    background: linear-gradient(180deg, rgba(244, 241, 234, 0.98) 0%, rgba(236, 231, 222, 0.96) 100%);
  }

  .product-main-info-section.twz-product-info {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
  }

  .product-main-top-section.product-main-top-section-margin--full-width .product-main-info-section.twz-product-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .twz-product-media .product-media--mobile-slider--desktop-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2px;
    align-items: start;
    background: rgba(17, 17, 17, 0.04);
  }

  .twz-product-media .product-media-component,
  .twz-product-media .product-media-image {
    background: #ffffff;
  }

  .twz-product-media .product-media-image img,
  .twz-product-media .product-media-image video {
    transform: none;
    transform-origin: center center;
  }

  .product-main-top-section.twz-product-frame .product-media--mobile-slider--desktop-grid .product-media-image {
    margin-bottom: 0;
  }
}

@media (max-width: 989px) {
  .twz-product-panel {
    padding: 1.65rem;
    border-radius: 22px;
  }

  .twz-product-buy .product-form__fit-note {
    margin-bottom: 0.9rem;
    padding: 0.9rem 0.95rem;
  }

  .twz-product-panel .product__title h1,
  .twz-product-panel .product__title h2 {
    font-size: clamp(2.8rem, 11vw, 4rem) !important;
  }

  .twz-product-panel .product-price-block {
    padding: 1.1rem 0;
  }

  .twz-product-panel .product-form__input .form__label,
  .twz-product-panel .variant-picker--block-title,
  .twz-product-panel .quantity__label {
    font-size: 0.82rem !important;
  }

  .twz-product-variants .product-form__input input[type="radio"] + label {
    font-size: 0.9rem !important;
  }

  .twz-product-reassurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 750px) {
  .twz-product-panel .product-price-block {
    padding: 1rem 0;
  }

  .twz-product-panel .price,
  .twz-product-panel .price-item {
    font-size: 1.7rem !important;
  }

  .twz-product-panel .product-breadcrumb-block,
  .twz-product-panel .product__vendor_block,
  .twz-product-panel .product-inventory-container,
  .twz-product-panel .tax-note {
    font-size: 0.82rem !important;
  }

  .twz-product-panel .accordion-title {
    font-size: 1.02rem !important;
  }

  .twz-product-buy .product-form__fit-note-heading {
    font-size: 0.72rem;
  }

  .twz-product-buy .product-form__fit-note-text {
    font-size: 0.9rem;
    line-height: 1.46;
  }

  .twz-cart-page-items .cart__items {
    padding-left: 0;
    padding-right: 0;
  }

  .twz-cart-page-items .cart-item,
  .twz-cart-drawer-lines .cart-item {
    box-shadow: none;
  }

  .twz-cart-page-items .cart-item td,
  .twz-cart-drawer-lines .cart-item td {
    border-left: 1px solid rgba(17, 17, 17, 0.08);
    border-right: 1px solid rgba(17, 17, 17, 0.08);
  }
}

.twz-favorites-opener {
  position: relative;
  min-width: 44px;
  min-height: 44px;
}

.twz-favorites-opener .icon-heart,
.twz-favorite-toggle .icon-heart {
  width: 2.15rem;
  height: 2.15rem;
}

.twz-favorites-count-bubble {
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  min-width: 1.45rem;
  min-height: 1.45rem;
}

.twz-favorites-count-bubble.is-empty {
  opacity: 0;
  transform: scale(0.75);
}

.featured-collection-section .twz-merch-reference,
.product-grid-carousel-section .twz-merch-reference {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: transparent;
  line-height: 1;
}

.featured-collection-section .twz-merch-reference .card-media,
.product-grid-carousel-section .twz-merch-reference .card-media {
  position: relative;
  display: block;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  overflow: visible;
  aspect-ratio: auto;
}

.featured-collection-section .twz-merch-reference .card-product-image-outer,
.product-grid-carousel-section .twz-merch-reference .card-product-image-outer,
.featured-collection-section .twz-merch-reference .card-product--image,
.product-grid-carousel-section .twz-merch-reference .card-product--image,
.featured-collection-section .twz-merch-reference .card-product--image-wrapper,
.product-grid-carousel-section .twz-merch-reference .card-product--image-wrapper {
  background: #ece7de;
}

.featured-collection-section .twz-merch-reference .twz-merch-media-stage,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-stage {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 0.72;
  overflow: hidden;
  background: #ece7de;
}

.featured-collection-section .twz-merch-reference .card-product--image,
.product-grid-carousel-section .twz-merch-reference .card-product--image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0 !important;
  margin-bottom: 0;
  border-radius: 0;
}

.featured-collection-section .twz-merch-reference .card-product--image-wrapper,
.product-grid-carousel-section .twz-merch-reference .card-product--image-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.45rem 0.3rem;
}

.featured-collection-section .twz-merch-reference .card-product--image-wrapper img,
.product-grid-carousel-section .twz-merch-reference .card-product--image-wrapper img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 0 !important;
}

.featured-collection-section .twz-merch-reference .twz-merch-media-slide,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide {
  overflow: hidden;
  opacity: 0;
  transform: translateX(4.5%);
  transition:
    opacity 0.34s ease,
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-collection-section .twz-merch-reference .twz-merch-media-slide img,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide img {
  transform: scale(1.18);
  transform-origin: center center;
  transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-collection-section .twz-merch-reference .twz-merch-media-track,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.featured-collection-section .twz-merch-reference .twz-merch-media-slide,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-collection-section .twz-merch-reference .twz-merch-media-slide.is-active,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.featured-collection-section .twz-merch-reference .twz-merch-media-slide.is-before,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide.is-before {
  transform: translateX(-4.5%);
}

.featured-collection-section .twz-merch-reference .twz-merch-media-slide.is-active img,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide.is-active img {
  transform: scale(1.2);
}

.featured-collection-section .twz-merch-reference .card-product--badges,
.product-grid-carousel-section .twz-merch-reference .card-product--badges {
  top: 0.95rem;
  left: 0.95rem;
  width: auto;
  padding: 0;
  z-index: 3;
}

.featured-collection-section .twz-merch-reference .card-product--badges span,
.product-grid-carousel-section .twz-merch-reference .card-product--badges span {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #171717 !important;
  box-shadow: none !important;
  padding: 0.24rem 0.8rem !important;
  font-family: var(--twz-font-body) !important;
  font-size: 0.82rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.featured-collection-section .twz-merch-reference .card-product--text-section-link,
.product-grid-carousel-section .twz-merch-reference .card-product--text-section-link {
  text-decoration: none;
}

.featured-collection-section .twz-merch-reference .card-product--text-section,
.product-grid-carousel-section .twz-merch-reference .card-product--text-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  column-gap: 1rem;
  row-gap: 0.38rem;
  align-items: start;
  padding: 0.72rem 0 0;
  border: 0;
}

.featured-collection-section .twz-merch-reference .twz-merch-hover-ui,
.product-grid-carousel-section .twz-merch-reference .twz-merch-hover-ui {
  position: relative;
  display: grid;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem 0.95rem;
  background: transparent;
  z-index: 3;
}

.featured-collection-section .twz-merch-reference .twz-merch-detail-rail,
.product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail {
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: calc(100% + 0.85rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;

  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.featured-collection-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only,
.product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only {
  grid-template-columns: auto;
  justify-content: end;
}

.featured-collection-section .twz-merch-reference .twz-merch-nav,
.product-grid-carousel-section .twz-merch-reference .twz-merch-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: -1.375rem;
  border: 0;
  background: transparent;
  color: #111111;
  opacity: 0;
  transform: translateY(0.35rem);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  pointer-events: none;
}

.featured-collection-section .twz-merch-reference .twz-merch-nav svg,
.product-grid-carousel-section .twz-merch-reference .twz-merch-nav svg {
  width: 1.3rem;
  height: 1.3rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-nav span,
.product-grid-carousel-section .twz-merch-reference .twz-merch-nav span {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 300;
}

.featured-collection-section .twz-merch-reference .twz-merch-nav--prev,
.product-grid-carousel-section .twz-merch-reference .twz-merch-nav--prev {
  left: 0.65rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-nav--next,
.product-grid-carousel-section .twz-merch-reference .twz-merch-nav--next {
  right: 0.65rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumbs,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumbs {
  display: flex;
  gap: 0.42rem;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumb,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
  flex: 0 0 auto;
  width: 3.15rem;
  height: 3.9rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.96);
  padding: 0.15rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumb.is-active,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumb.is-active {
  border-color: #111111;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumb img,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumbs::-webkit-scrollbar,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumbs::-webkit-scrollbar {
  display: none;
}

.featured-collection-section .twz-merch-reference .twz-merch-sizes,
.product-grid-carousel-section .twz-merch-reference .twz-merch-sizes {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  min-width: 0;
  opacity: 0;
  transform: translateY(0.65rem);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
  pointer-events: none;
}

.featured-collection-section .twz-merch-reference .twz-merch-sizes::-webkit-scrollbar,
.product-grid-carousel-section .twz-merch-reference .twz-merch-sizes::-webkit-scrollbar {
  display: none;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-chip,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.2rem;
  height: 3.45rem;
  padding: 0 1rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: #111111;
  font-family: var(--twz-font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-chip.is-active,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip.is-active {
  border-color: #111111;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-chip.is-disabled,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip.is-disabled {
  color: rgba(17, 17, 17, 0.28);
}

.featured-collection-section .twz-merch-reference .twz-merch-size-more,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-more {
  flex: 0 0 auto;
  color: #111111;
  font-family: var(--twz-font-body);
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add {
  flex: 0 0 auto;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-form,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-form {
  margin: 0;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.98);
  color: #111111;
  padding: 0;
  box-shadow: none;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button svg,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button svg {
  width: 1.08rem;
  height: 1.08rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button .loading__spinner,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button .loading__spinner {
  position: absolute;
}

@media (hover: hover) and (pointer: fine) {
  .featured-collection-section .twz-merch-reference:hover .twz-merch-nav,
  .product-grid-carousel-section .twz-merch-reference:hover .twz-merch-nav,
  .featured-collection-section .twz-merch-reference:hover .twz-merch-detail-rail,
  .product-grid-carousel-section .twz-merch-reference:hover .twz-merch-detail-rail,
  .featured-collection-section .twz-merch-reference:hover .twz-merch-sizes,
  .product-grid-carousel-section .twz-merch-reference:hover .twz-merch-sizes,
  .featured-collection-section .twz-merch-reference:focus-within .twz-merch-nav,
  .product-grid-carousel-section .twz-merch-reference:focus-within .twz-merch-nav,
  .featured-collection-section .twz-merch-reference:focus-within .twz-merch-detail-rail,
  .product-grid-carousel-section .twz-merch-reference:focus-within .twz-merch-detail-rail,
  .featured-collection-section .twz-merch-reference:focus-within .twz-merch-sizes,
  .product-grid-carousel-section .twz-merch-reference:focus-within .twz-merch-sizes {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

@media (max-width: 749px) {
  .featured-collection-section .twz-merch-reference .twz-merch-media-stage,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-media-stage {
    aspect-ratio: 0.78;
  }

  .featured-collection-section .twz-merch-reference .card-product--image-wrapper,
  .product-grid-carousel-section .twz-merch-reference .card-product--image-wrapper {
    padding: 0.28rem 0.34rem 0.22rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-media-slide img,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-media-slide img {
    transform: scale(1.12);
  }

  .featured-collection-section .twz-merch-reference .twz-merch-nav,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-nav {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-hover-ui,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-hover-ui {
    gap: 0.65rem;
    padding: 0.7rem 0.7rem 0.75rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-detail-rail,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail {
    left: 0.7rem;
    right: 0.7rem;
    bottom: calc(100% + 0.72rem);
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-thumb,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
    width: 2.8rem;
    height: 3.4rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-chip,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
    min-width: 3.3rem;
    height: 2.95rem;
    padding: 0 0.7rem;
    font-size: 0.88rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-more,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-more {
    font-size: 0.88rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-sizes,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-sizes {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
    width: 3rem;
    height: 3rem;
  }
}

.featured-collection-section .twz-merch-reference .card-product--title,
.product-grid-carousel-section .twz-merch-reference .card-product--title {
  grid-column: 1;
  grid-row: 1;
  display: block;
  margin: 0;
}

.featured-collection-section .twz-merch-reference .card-product-title-h3,
.product-grid-carousel-section .twz-merch-reference .card-product-title-h3 {
  font-family: var(--twz-font-body) !important;
  font-size: 1.08rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  margin: 0 !important;
  color: #171717 !important;
}

.featured-collection-section .twz-merch-reference .card-product--info,
.product-grid-carousel-section .twz-merch-reference .card-product--info {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 0;
  white-space: nowrap;
}

.featured-collection-section .twz-merch-reference .card-product--price,
.product-grid-carousel-section .twz-merch-reference .card-product--price {
  margin: 0;
  color: #171717;
}

.featured-collection-section .twz-merch-reference .card-product--merch-price,
.product-grid-carousel-section .twz-merch-reference .card-product--merch-price {
  font-family: var(--twz-font-body);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
}

.featured-collection-section .twz-merch-reference .card-product--merch-subtitle,
.product-grid-carousel-section .twz-merch-reference .card-product--merch-subtitle {
  grid-column: 1;
  grid-row: 2;
  font-family: var(--twz-font-body);
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #8e8e8e;
}

.featured-collection-section .twz-merch-reference .card-product-vendor,
.product-grid-carousel-section .twz-merch-reference .card-product-vendor,
.featured-collection-section .twz-merch-reference .card-product--color-count,
.product-grid-carousel-section .twz-merch-reference .card-product--color-count {
  display: none !important;
}

.featured-collection-section .twz-merch-reference .card-product--single-image-wrapper,
.product-grid-carousel-section .twz-merch-reference .card-product--single-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.twz-favorite-toggle {
  position: absolute;
  top: 0.95rem;
  right: 0.95rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1f1f1f;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.twz-favorite-toggle:hover,
.twz-favorite-toggle.is-active {
  background: transparent;
  color: #1f1f1f;
  transform: scale(1.04);
}

.twz-favorite-toggle.is-active .icon-heart path {
  fill: currentColor;
}

.twz-favorites-drawer {
  position: fixed;
  inset: 0;
  z-index: 70;
  pointer-events: none;
}

.twz-favorites-drawer.is-open {
  pointer-events: auto;
}

.twz-favorites-drawer__overlay {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(9, 9, 9, 0.42);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.twz-favorites-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(100%, 34rem);
  height: 100%;
  padding: 1.5rem 1.5rem 0;
  background: linear-gradient(180deg, rgba(244, 241, 234, 0.98) 0%, rgba(236, 231, 222, 0.97) 100%);
  box-shadow: -20px 0 48px rgba(9, 9, 9, 0.14);
  transform: translateX(100%);
  transition: transform 0.26s ease;
}

.twz-favorites-drawer.is-open .twz-favorites-drawer__overlay {
  opacity: 1;
}

.twz-favorites-drawer.is-open .twz-favorites-drawer__panel {
  transform: translateX(0);
}

.twz-favorites-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.twz-favorites-drawer__header-copy {
  display: grid;
  gap: 0.35rem;
}

.twz-favorites-drawer__eyebrow {
  margin: 0;
  color: rgba(17, 17, 17, 0.58);
  font-family: var(--twz-font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.twz-favorites-drawer__title-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.twz-favorites-drawer__header h2 {
  margin: 0;
  font-family: var(--twz-font-heading) !important;
  font-size: clamp(1.7rem, 3vw, 2.15rem) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.05em !important;
  text-transform: uppercase !important;
}

.twz-favorites-drawer__count {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.7rem 0.34rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(244, 241, 234, 0.8);
  color: rgba(17, 17, 17, 0.72);
  font-family: var(--twz-font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.twz-favorites-drawer__close {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: transparent;
  color: var(--twz-text);
}

.twz-favorites-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding-top: 1.15rem;
  padding-bottom: 1rem;
}

.twz-favorites-drawer__empty {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  padding: 1.75rem 0 0;
}

.twz-favorites-drawer__empty[hidden] {
  display: none !important;
}

.twz-favorites-drawer__empty-title {
  margin: 0;
  font-family: var(--twz-font-heading);
  font-size: clamp(1.3rem, 2.8vw, 1.65rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: uppercase;
}

.twz-favorites-drawer__empty-copy {
  margin: 0;
  color: var(--twz-text-secondary);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 28ch;
}

.twz-favorites-drawer__empty-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3.3rem;
  margin-top: 0.35rem;
  padding: 0.95rem 1.45rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  background: #111111;
  color: #f4f1ea !important;
  font-family: var(--twz-font-body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.twz-favorites-drawer__empty-cta:hover {
  background: var(--twz-red);
  border-color: var(--twz-red);
  color: #fff !important;
}

.twz-favorites-drawer__list {
  display: grid;
  gap: 1rem;
}

.twz-favorites-drawer__list[hidden] {
  display: none !important;
}

.twz-favorites-item {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.45);
}

.twz-favorites-item__image,
.twz-favorites-item__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 0.73;
  background: #e9e6e1;
  border-radius: 0.9rem;
  overflow: hidden;
}

.twz-favorites-item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.twz-favorites-item__body {
  display: grid;
  gap: 0.42rem;
  align-content: start;
}

.twz-favorites-item__vendor {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--twz-text-muted);
}

.twz-favorites-item__vendor:empty {
  display: none;
}

.twz-favorites-item__title {
  text-decoration: none;
  color: var(--twz-text);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.28;
}

.twz-favorites-item__title:hover {
  color: var(--twz-red);
}

.twz-favorites-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding-top: 0.1rem;
}

.twz-favorites-item__compare {
  font-size: 0.92rem;
  color: var(--twz-text-muted);
  text-decoration: line-through;
}

.twz-favorites-item__price {
  font-size: 1rem;
  font-weight: 700;
}

.twz-favorites-item__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 0.45rem;
  flex-wrap: wrap;
}

.twz-favorites-item__link,
.twz-favorites-item__remove {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}

.twz-favorites-item__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: #111111;
  color: #f4f1ea !important;
}

.twz-favorites-item__remove {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--twz-text-muted);
}

.twz-favorites-item__link:hover,
.twz-favorites-item__remove:hover {
  color: var(--twz-red);
}

.twz-favorites-item__link:hover {
  border-color: var(--twz-red);
  background: var(--twz-red);
  color: #fff !important;
}

.twz-favorites-drawer__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 0 1.35rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.twz-favorites-drawer__footer[hidden] {
  display: none !important;
}

.twz-favorites-drawer__footer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.95rem 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  background: transparent;
  color: var(--twz-text) !important;
  font-family: var(--twz-font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.twz-favorites-drawer__footer-cta:hover {
  background: #111111;
  border-color: #111111;
  color: #f4f1ea !important;
}

@media (max-width: 989px) {
  .featured-collection-section .twz-merch-reference .card-product--image-wrapper,
  .product-grid-carousel-section .twz-merch-reference .card-product--image-wrapper {
    padding: 0.45rem;
  }

  .twz-favorite-toggle {
    top: 0.85rem;
    right: 0.85rem;
  }
}

@media (max-width: 750px) {
  .featured-collection-section .twz-merch-reference .card-product--text-section,
  .product-grid-carousel-section .twz-merch-reference .card-product--text-section {
    padding-top: 0.64rem;
    row-gap: 0.28rem;
  }

  .featured-collection-section .twz-merch-reference .card-product-title-h3,
  .product-grid-carousel-section .twz-merch-reference .card-product-title-h3,
  .featured-collection-section .twz-merch-reference .card-product--merch-price,
  .product-grid-carousel-section .twz-merch-reference .card-product--merch-price {
    font-size: 0.98rem !important;
  }

  .featured-collection-section .twz-merch-reference .card-product--merch-subtitle,
  .product-grid-carousel-section .twz-merch-reference .card-product--merch-subtitle {
    font-size: 0.8rem;
  }

  .twz-favorites-drawer__panel {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .twz-favorites-drawer__header h2 {
    font-size: 1.5rem !important;
  }

  .twz-favorites-drawer__count {
    font-size: 0.72rem;
  }

  .twz-favorites-drawer__empty {
    padding-top: 1rem;
  }

  .twz-favorites-item {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    padding: 0.75rem;
  }
}

.pgc__view-all,
.sbv__view-all {
  min-height: 44px;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
}

.cse__label {
  font-size: clamp(1.05rem, 1.55vw, 1.8rem) !important;
}

.fb__nl-heading {
  font-size: clamp(1.65rem, 2.3vw, 2.25rem) !important;
}

.fb__nl-sub {
  font-size: 1rem !important;
  line-height: 1.65 !important;
}

.fb__nl-input {
  min-height: 50px !important;
  font-size: 0.96rem !important;
}

.fb__nl-btn {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
  color: #f4f1ea !important;
  min-height: 50px !important;
  padding-inline: 1.5rem !important;
  font-size: 0.82rem !important;
  box-shadow: 0 14px 32px rgba(214, 31, 38, 0.18);
}

.fb__col-title {
  font-size: 0.76rem !important;
}

.fb__col-list a,
.fb__shipping {
  font-size: 1rem !important;
}

:root {
  --twz-panel-bg: rgba(247, 243, 236, 0.9);
  --twz-panel-border: rgba(17, 17, 17, 0.08);
  --twz-panel-highlight: rgba(255, 255, 255, 0.72);
  --twz-surface-strong: #f7f3ec;
  --twz-surface-soft: #f1ece3;
  --twz-shadow-soft: 0 20px 45px rgba(17, 17, 17, 0.09);
  --twz-shadow-premium: 0 28px 70px rgba(17, 17, 17, 0.14);
}

html,
body {
  background:
    radial-gradient(circle at top left, rgba(214, 31, 38, 0.08), transparent 22%),
    radial-gradient(circle at 100% 18%, rgba(17, 17, 17, 0.05), transparent 28%),
    linear-gradient(180deg, #f7f3ec 0%, #f4f1ea 58%, #f1ece3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 18%, transparent 78%, rgba(17, 17, 17, 0.02)),
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.015) 0 1px, transparent 1px 72px);
  opacity: 0.45;
  z-index: 0;
}

.shopify-section,
.content-for-layout,
main {
  position: relative;
  z-index: 1;
}

.header-announcement-bar {
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.98) 0%, rgba(23, 23, 23, 0.96) 45%, rgba(9, 9, 9, 0.98) 100%) !important;
  letter-spacing: 0.18em !important;
}

.header-bar-inner {
  background:
    linear-gradient(180deg, rgba(249, 246, 240, 0.94) 0%, rgba(241, 236, 227, 0.9) 100%) !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  box-shadow:
    0 18px 40px rgba(17, 17, 17, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(22px);
}

.nav-ul--primary a,
.hdr-st-item-label {
  position: relative;
}

.nav-ul--primary a::after,
.hdr-st-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 2px;
  background: var(--twz-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s ease;
}

.nav-ul--primary a:hover::after,
.hdr-st-item-label:hover::after,
.nav-ul--primary a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-nav-desktop-dd-panel {
  background:
    linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(237, 231, 222, 0.96) 100%) !important;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 26px 70px rgba(17, 17, 17, 0.11);
}

.dd-nav-img-wrapper,
.menu-drawer-feature-block {
  border-radius: 22px;
  border-color: rgba(17, 17, 17, 0.08) !important;
  box-shadow: var(--twz-shadow-soft);
}

.dd-nav-image-title-span,
.menu-drawer-feature-block--heading {
  font-family: var(--twz-font-heading) !important;
  font-size: 1.15rem !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
}

.dd-nav-image-sub-title,
.menu-drawer-feature-block--subheading {
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
  color: var(--twz-text-secondary) !important;
}

.rh__sticky {
  background:
    radial-gradient(circle at 18% 18%, rgba(214, 31, 38, 0.18), transparent 24%),
    linear-gradient(135deg, #141414 0%, #0b0b0b 48%, #171717 100%);
}

.rh__panel {
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0.9) 0%, rgba(9, 9, 9, 0.72) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  backdrop-filter: blur(18px);
}

.rh__eyebrow {
  letter-spacing: 0.18em !important;
  color: rgba(244, 241, 234, 0.68) !important;
}

.rh__heading {
  font-size: clamp(3.5rem, 7vw, 7rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.055em !important;
}

.rh__sub {
  max-width: 34ch;
  font-size: clamp(1rem, 1.3vw, 1.18rem) !important;
  line-height: 1.65 !important;
  color: rgba(244, 241, 234, 0.82) !important;
}

.rh__btn.rh__btn--primary {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
  box-shadow: 0 18px 38px rgba(214, 31, 38, 0.26) !important;
}

.rh__btn.rh__btn--primary:hover,
.rh__btn.rh__btn--primary:focus-visible {
  background: #ef2e36 !important;
  border-color: #ef2e36 !important;
}

.rh__btn.rh__btn--secondary {
  background: transparent !important;
  border-color: rgba(244, 241, 234, 0.28) !important;
  color: #f4f1ea !important;
}

.rh__frame::before {
  opacity: 0.5 !important;
}

.pgc__title,
.sbv__heading,
.efaq__heading,
.cse__title {
  letter-spacing: -0.055em !important;
  line-height: 0.9 !important;
}

.pgc__header,
.sbv__inner,
.efaq__inner {
  max-width: 1480px;
}

.cse__inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cse__grid {
  width: 100% !important;
  padding: 0 !important;
}

.pgc__card-slot,
.ymal__card,
.sbv__card {
  filter: saturate(1.02);
}

.shop-by-vendor-section .sbv__heading {
  font-family: var(--twz-font-heading) !important;
  font-size: clamp(3rem, 5.2vw, 5rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.055em !important;
  max-width: 8ch;
}

.shop-by-vendor-section .sbv__bar {
  margin-bottom: 1.5rem;
  padding-bottom: 0.2rem;
}

.shop-by-vendor-section .sbv__pill {
  min-height: 60px;
  border: 1px solid rgba(17, 17, 17, 0.1) !important;
  border-radius: 999px !important;
  background: rgba(248, 244, 237, 0.88) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
  color: var(--twz-text) !important;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease,
    background-color 0.18s ease;
}

.shop-by-vendor-section .sbv__pill:hover,
.shop-by-vendor-section .sbv__pill--active {
  transform: translateY(-1px);
  box-shadow: var(--twz-shadow-soft);
}

.shop-by-vendor-section .sbv__pill--active {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #f4f1ea !important;
}

.shop-by-vendor-section .sbv__pill-img {
  border-radius: 999px;
}

.shop-by-vendor-section .sbv__card {
  border-radius: 24px !important;
  border: 1px solid rgba(17, 17, 17, 0.08) !important;
  background:
    linear-gradient(180deg, rgba(248, 244, 237, 0.98) 0%, rgba(244, 241, 234, 0.95) 100%) !important;
  box-shadow: var(--twz-shadow-soft);
  overflow: hidden;
}

.shop-by-vendor-section .sbv__card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 17, 17, 0.12) !important;
  box-shadow: var(--twz-shadow-premium);
}

.shop-by-vendor-section .sbv__card-img-wrap {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(241, 236, 227, 0.82) 100%) !important;
}

.shop-by-vendor-section .sbv__card-body {
  padding: 1rem 1rem 1.05rem !important;
}

.shop-by-vendor-section .sbv__card-vendor {
  font-size: 0.68rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  color: var(--twz-red) !important;
}

.shop-by-vendor-section .sbv__card-name {
  font-family: var(--twz-font-body) !important;
  font-size: 1.14rem !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  color: var(--twz-text) !important;
}

.shop-by-vendor-section .sbv__price {
  font-size: 1.1rem !important;
}

.twz-product-shell {
  background:
    radial-gradient(circle at top left, rgba(214, 31, 38, 0.1), transparent 22%),
    radial-gradient(circle at 85% 15%, rgba(17, 17, 17, 0.05), transparent 24%),
    linear-gradient(180deg, #f7f3ec 0%, #f4f1ea 52%, #f1ece3 100%);
}

.twz-product-media {
  border-radius: 28px;
  box-shadow: var(--twz-shadow-premium);
  background:
    linear-gradient(180deg, rgba(241, 236, 227, 0.92) 0%, rgba(236, 231, 222, 0.88) 100%);
}

.twz-product-media .product-media-component,
.twz-product-media .product-media-image {
  background: rgba(255, 255, 255, 0.98);
}

.twz-product-panel {
  background:
    linear-gradient(180deg, rgba(247, 243, 236, 0.98) 0%, rgba(241, 236, 227, 0.96) 100%);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 28px;
  box-shadow: var(--twz-shadow-soft);
}

.twz-product-panel .product__title h1,
.twz-product-panel .product__title h2 {
  font-size: clamp(2.8rem, 3.9vw, 4.8rem) !important;
}

.twz-product-panel .product-price-block {
  padding: 1.35rem 0;
}

.twz-product-panel .price,
.twz-product-panel .price-item,
.twz-product-panel .cart-item__final-price {
  font-size: clamp(1.7rem, 2.7vw, 2.55rem) !important;
}

.twz-product-variants .product-form__input input[type="radio"] + label {
  min-height: 54px;
  background: rgba(248, 244, 237, 0.95) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.twz-product-panel .quantity {
  min-height: 64px;
  background: rgba(248, 244, 237, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

.twz-product-buy .product-form__fit-note {
  background: rgba(248, 244, 237, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.twz-product-buy .product-form__submit {
  min-height: 64px;
  background: linear-gradient(180deg, #111111 0%, #0a0a0a 100%) !important;
  border-color: #111111 !important;
  box-shadow: 0 18px 38px rgba(17, 17, 17, 0.14);
}

.twz-product-buy .product-form__submit:hover {
  background: linear-gradient(180deg, #d61f26 0%, #b4171d 100%) !important;
  border-color: #d61f26 !important;
}

.twz-product-panel .accordion-title {
  font-size: 1.12rem !important;
  letter-spacing: -0.03em !important;
}

.twz-product-reassurance {
  padding: 1.15rem 0;
}

.twz-product-reassurance__kicker {
  font-size: 0.72rem;
}

.twz-product-reassurance__copy {
  font-size: 0.92rem;
  line-height: 1.55;
}

.twz-favorites-drawer__panel {
  background:
    linear-gradient(180deg, rgba(248, 244, 237, 0.99) 0%, rgba(241, 236, 227, 0.98) 100%);
  box-shadow: -28px 0 80px rgba(9, 9, 9, 0.2);
}

.twz-favorites-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(248, 244, 237, 0.78) 100%);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.06);
}

.efaq {
  background:
    radial-gradient(circle at top, rgba(214, 31, 38, 0.09) 0, rgba(214, 31, 38, 0) 36%),
    linear-gradient(180deg, #f7f3ec 0%, #f4f1ea 100%);
}

.efaq__list {
  border-top-width: 1px;
}

.efaq__item {
  border-bottom-width: 1px;
}

.efaq__question {
  font-family: var(--twz-font-body);
  font-weight: 700;
  letter-spacing: -0.01em;
}

@media (max-width: 989px) {
  .rh__panel {
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.26);
  }

  .shop-by-vendor-section .sbv__heading {
    font-size: clamp(2.4rem, 10vw, 3.8rem) !important;
  }

  .twz-product-panel {
    border-radius: 24px;
  }

  .twz-product-panel .product__title h1,
  .twz-product-panel .product__title h2 {
    font-size: clamp(3rem, 11vw, 4.35rem) !important;
  }
}

.hdr-menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
}

.header-nav-desktop-dd-panel {
  background: linear-gradient(180deg, rgba(244, 241, 234, 0.98) 0%, rgba(236, 231, 222, 0.98) 100%) !important;
}

.dd-nav-dd-contents {
  gap: 1.4rem;
}

.dd-nav-contents-with-image {
  align-items: start;
}

.dd-nav-img-wrapper,
.menu-drawer-feature-block {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(255, 255, 255, 0.45);
}

.dd-nav-img {
  overflow: hidden;
  background: rgba(236, 231, 222, 0.9);
}

.dd-nav-img img,
.menu-drawer-feature-block--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.dd-nav-img-wrapper:hover .dd-nav-img img,
.menu-drawer-feature-block:hover .menu-drawer-feature-block--image img {
  transform: scale(1.03);
}

.dd-nav-image-title,
.menu-drawer-feature-block--text {
  padding: 1rem 1rem 1.1rem;
}

.dd-nav-image-title-span,
.menu-drawer-feature-block--heading {
  font-family: var(--twz-font-heading) !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
}

.dd-nav-image-sub-title,
.menu-drawer-feature-block--subheading {
  color: var(--twz-text-secondary);
}

.menu-drawer-feature-block--button,
.dd-nav-image--button {
  margin-top: 0.75rem;
  font-family: var(--twz-font-body);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .header-bar-inner {
    padding-inline: 0.5rem;
  }

  .menu-drawer-feature-block {
    margin-top: 1rem;
  }
}

.tb__label {
  font-size: clamp(0.98rem, 1vw, 1.16rem) !important;
  line-height: 1.16 !important;
}

.tb__sub {
  font-size: clamp(0.88rem, 0.9vw, 1rem) !important;
  line-height: 1.45 !important;
}

.efaq__kicker {
  font-size: 0.88rem !important;
}

.efaq__subheading {
  font-size: clamp(1.05rem, 1.2vw, 1.18rem) !important;
  line-height: 1.72 !important;
}

.efaq__question {
  font-size: clamp(1.08rem, 1.5vw, 1.34rem) !important;
  line-height: 1.28 !important;
}

.efaq__answer,
.efaq__footer-text {
  font-size: clamp(0.98rem, 1.05vw, 1.08rem) !important;
  line-height: 1.78 !important;
}

.pgc__view-all,
.sbv__view-all,
.efaq__cta {
  font-size: 0.94rem !important;
  letter-spacing: 0.16em !important;
}

.shop-by-vendor-section .sbv__pill {
  font-size: 0.92rem !important;
}

.shop-by-vendor-section .sbv__card-vendor {
  font-size: 0.82rem !important;
}

.shop-by-vendor-section .sbv__card-name {
  font-size: clamp(1.08rem, 1.2vw, 1.24rem) !important;
  line-height: 1.12 !important;
}

.shop-by-vendor-section .sbv__price {
  font-size: 1.12rem !important;
}

.featured-collection-section .twz-merch-reference .twz-merch-hover-ui,
.product-grid-carousel-section .twz-merch-reference .twz-merch-hover-ui {
  gap: 0.88rem;
  padding: 0.9rem 1rem 1rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only,
.product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only {
  left: auto;
  right: 1rem;
  width: auto;
  justify-content: flex-end;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumbs,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumbs {
  gap: 0.55rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumb,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
  width: 3.45rem;
  height: 4.15rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-sizes,
.product-grid-carousel-section .twz-merch-reference .twz-merch-sizes {
  gap: 0.62rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-chip,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
  min-width: 4.4rem;
  height: 3.55rem;
  padding: 0 1.05rem;
  font-size: 1.02rem;
  font-weight: 800;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-more,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-more {
  font-size: 1.02rem;
  font-weight: 800;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
  width: 3.55rem;
  height: 3.55rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button svg,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button svg {
  width: 1.16rem;
  height: 1.16rem;
}

.featured-collection-section .twz-merch-reference .card-product-title-h3,
.product-grid-carousel-section .twz-merch-reference .card-product-title-h3 {
  font-size: 1.12rem !important;
  line-height: 1.22 !important;
}

.featured-collection-section .twz-merch-reference .card-product--merch-price,
.product-grid-carousel-section .twz-merch-reference .card-product--merch-price {
  font-size: 1.12rem;
  font-weight: 700;
}

.featured-collection-section .twz-merch-reference .card-product--merch-subtitle,
.product-grid-carousel-section .twz-merch-reference .card-product--merch-subtitle {
  font-size: 0.96rem;
  line-height: 1.25;
}

.twz-product-panel .product-breadcrumb-block,
.twz-product-panel .product__vendor_block,
.twz-product-panel .product-inventory-container,
.twz-product-panel .tax-note {
  font-size: 0.88rem !important;
}

.twz-product-panel .product__title h1,
.twz-product-panel .product__title h2 {
  font-size: clamp(2.85rem, 4vw, 4.8rem) !important;
}

.twz-product-panel .product-price-block {
  padding: 1.35rem 0;
}

.twz-product-panel .price,
.twz-product-panel .price-item,
.twz-product-panel .cart-item__final-price {
  font-size: clamp(1.7rem, 2.7vw, 2.6rem) !important;
}

.twz-product-panel .product-form__input .form__label,
.twz-product-panel .variant-picker--block-title,
.twz-product-panel .quantity__label {
  font-size: 0.88rem !important;
}

.twz-product-variants .product-form__input input[type="radio"] + label {
  min-height: 4rem !important;
  padding-inline: 1.1rem !important;
  font-size: 0.98rem !important;
}

.twz-product-panel .quantity {
  min-height: 64px;
}

.twz-product-buy .product-form__fit-note {
  margin-bottom: 1.2rem;
  padding: 1.05rem 1.1rem;
}

.twz-product-buy .product-form__fit-note-heading {
  font-size: 0.8rem;
}

.twz-product-buy .product-form__fit-note-text {
  font-size: 1rem;
  line-height: 1.55;
}

.twz-product-buy .product-form__submit,
.twz-product-buy .shopify-payment-button__button--unbranded {
  min-height: 64px;
}

.twz-product-buy .product-form__submit {
  font-size: 1.12rem !important;
}

.twz-product-panel .accordion-title {
  font-size: 1.14rem !important;
}

.twz-product-panel .accordion-panel {
  font-size: 1rem;
  line-height: 1.72;
}

.twz-size-guide {
  display: grid;
  gap: 1rem;
}

.twz-size-guide__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--twz-text-secondary);
}

.twz-size-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.twz-size-guide__cell {
  display: grid;
  gap: 0.32rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 16px;
  background: rgba(236, 231, 222, 0.48);
}

.twz-size-guide__cell strong {
  font-family: var(--twz-font-body);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--twz-text);
}

.twz-size-guide__cell span {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--twz-text-secondary);
}

.twz-cart-page-header h1 {
  font-size: clamp(2.7rem, 4vw, 4.2rem) !important;
  letter-spacing: -0.05em !important;
}

.twz-cart-page-header .cart-header-message {
  padding: 1.15rem 1.35rem;
}

.twz-cart-page-header .cart-header-message--title {
  display: block;
  font-family: var(--twz-font-heading);
  font-size: 1.14rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.twz-cart-page-header .cart-header-message--text {
  display: block;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.35rem;
}

.twz-cart-page-items .cart-item__vendor,
.twz-cart-drawer-panel .cart-item__vendor,
.twz-cart-page-items .product-option dt,
.twz-cart-drawer-panel .product-option dt {
  font-size: 0.76rem;
}

.twz-cart-page-items .cart-item__product-title,
.twz-cart-drawer-panel .cart-item__name {
  font-size: 1.12rem !important;
  line-height: 1.08 !important;
}

.twz-cart-page-items .product-option,
.twz-cart-drawer-panel .product-option,
.twz-cart-page-items .product-option dd,
.twz-cart-drawer-panel .product-option dd,
.twz-cart-page-items .price,
.twz-cart-drawer-panel .price {
  font-size: 0.98rem;
  line-height: 1.55;
}

.twz-cart-summary-panel {
  border-radius: 28px;
  padding: clamp(1.5rem, 2.4vw, 2.35rem);
}

.twz-cart-summary .cart__footer_header span,
.twz-cart-summary .grand-total-row p:first-child,
.twz-cart-summary .totals__subtotal-value,
.twz-cart-summary .totals-row p {
  font-size: 1.04rem;
}

.twz-cart-summary .grand-total-row p:first-child,
.twz-cart-summary .grand-total-row .totals__subtotal-value {
  font-size: 1.2rem;
}

.twz-cart-summary .cart__checkout-button,
.twz-cart-drawer-panel .cart__checkout-button {
  min-height: 62px;
  border-radius: 16px;
  font-family: var(--twz-font-heading);
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.twz-cart-drawer-panel .drawer__title,
.twz-cart-drawer-panel .drawer-empty-paragraph {
  font-size: 1.24rem;
}

.twz-cart-drawer-panel .cart-drawer-message,
.twz-cart-drawer-panel .product-option,
.twz-cart-drawer-panel .cart-item__price-wrapper {
  font-size: 0.98rem;
}

@media (max-width: 989px) {
  .tb__label {
    font-size: 0.92rem !important;
  }

  .tb__sub {
    font-size: 0.84rem !important;
  }

  .twz-product-panel .product__title h1,
  .twz-product-panel .product__title h2 {
    font-size: clamp(3rem, 11.5vw, 4.3rem) !important;
  }

  .twz-product-panel .price,
  .twz-product-panel .price-item,
  .twz-product-panel .cart-item__final-price {
    font-size: clamp(1.8rem, 7.6vw, 2.35rem) !important;
  }

  .twz-size-guide__grid {
    grid-template-columns: 1fr;
  }

  .twz-cart-summary-panel {
    border-radius: 24px;
  }
}

@media (max-width: 749px) {
  .featured-collection-section .twz-merch-reference .twz-merch-hover-ui,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-hover-ui {
    gap: 0.75rem;
    padding: 0.78rem 0.78rem 0.85rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-detail-rail,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail {
    left: 0.78rem;
    right: 0.78rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only {
    left: auto;
    right: 0.78rem;
    width: auto;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-thumb,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
    width: 3rem;
    height: 3.55rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-chip,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
    min-width: 3.55rem;
    height: 3.05rem;
    font-size: 0.96rem;
    padding: 0 0.84rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-more,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-more {
    font-size: 0.96rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
    width: 3.15rem;
    height: 3.15rem;
  }

  .featured-collection-section .twz-merch-reference .card-product-title-h3,
  .product-grid-carousel-section .twz-merch-reference .card-product-title-h3,
  .featured-collection-section .twz-merch-reference .card-product--merch-price,
  .product-grid-carousel-section .twz-merch-reference .card-product--merch-price {
    font-size: 1rem !important;
  }

  .featured-collection-section .twz-merch-reference .card-product--merch-subtitle,
  .product-grid-carousel-section .twz-merch-reference .card-product--merch-subtitle {
    font-size: 0.88rem;
  }

  .twz-cart-page-header h1 {
    font-size: clamp(2.5rem, 12vw, 3.4rem) !important;
  }

  .twz-cart-page-items .cart-item__product-title,
  .twz-cart-drawer-panel .cart-item__name {
    font-size: 1.04rem !important;
  }
}

.featured-collection-section .twz-merch-reference .twz-merch-media-stage,
.product-grid-carousel-section .twz-merch-reference .twz-merch-media-stage {
  aspect-ratio: 0.78;
}

.featured-collection-section .twz-merch-reference .twz-merch-hover-ui,
.product-grid-carousel-section .twz-merch-reference .twz-merch-hover-ui {
  gap: 0.95rem;
  padding: 1rem 1rem 1.08rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-detail-rail,
.product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail {
  left: 1rem;
  right: 1rem;
  bottom: calc(100% + 0.95rem);
  align-items: end;
}

.featured-collection-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only,
.product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only {
  left: auto;
  right: 1rem;
  width: max-content;
  display: flex;
  justify-content: flex-end;
  justify-items: end;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumbs,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumbs {
  gap: 0.55rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-thumb,
.product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
  width: 3.6rem;
  height: 4.35rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-sizes,
.product-grid-carousel-section .twz-merch-reference .twz-merch-sizes {
  gap: 0.7rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-chip,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
  min-width: 4.7rem;
  height: 3.8rem;
  padding: 0 1.15rem;
  font-size: 1.06rem;
  font-weight: 800;
}

.featured-collection-section .twz-merch-reference .twz-merch-size-more,
.product-grid-carousel-section .twz-merch-reference .twz-merch-size-more {
  font-size: 1.04rem;
  font-weight: 800;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add {
  margin-left: auto;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
  width: 3.7rem;
  height: 3.7rem;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button svg,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button svg {
  width: 1.22rem;
  height: 1.22rem;
}

.featured-collection-section .twz-merch-reference .card-product-title-h3,
.product-grid-carousel-section .twz-merch-reference .card-product-title-h3 {
  font-size: 1.18rem !important;
}

.featured-collection-section .twz-merch-reference .card-product--merch-price,
.product-grid-carousel-section .twz-merch-reference .card-product--merch-price {
  font-size: 1.16rem;
}

.featured-collection-section .twz-merch-reference .card-product--merch-subtitle,
.product-grid-carousel-section .twz-merch-reference .card-product--merch-subtitle {
  font-size: 1rem;
}

.twz-product-panel .product-breadcrumb-block,
.twz-product-panel .product__vendor_block,
.twz-product-panel .product-inventory-container,
.twz-product-panel .tax-note {
  font-size: 0.92rem !important;
}

.twz-product-panel .product__title h1,
.twz-product-panel .product__title h2 {
  font-size: clamp(3rem, 4.3vw, 5rem) !important;
}

.twz-product-panel .product-price-block {
  padding: 1.45rem 0;
}

.twz-product-panel .price,
.twz-product-panel .price-item,
.twz-product-panel .cart-item__final-price {
  font-size: clamp(1.9rem, 2.9vw, 2.85rem) !important;
}

.twz-product-panel .product-form__input .form__label,
.twz-product-panel .variant-picker--block-title,
.twz-product-panel .quantity__label {
  font-size: 0.94rem !important;
}

.twz-product-variants .product-form__input input[type="radio"] + label {
  min-height: 4.2rem !important;
  padding-inline: 1.2rem !important;
  font-size: 1.02rem !important;
}

.twz-product-buy .product-form__fit-note {
  margin-bottom: 1.35rem;
  padding: 1.12rem 1.18rem;
}

.twz-product-buy .product-form__fit-note-heading {
  font-size: 0.84rem;
}

.twz-product-buy .product-form__fit-note-text {
  font-size: 1.04rem;
  line-height: 1.58;
}

.twz-size-guide__lead {
  font-size: 1.04rem;
}

.twz-size-guide__cell strong {
  font-size: 0.84rem;
}

.twz-size-guide__cell span {
  font-size: 0.98rem;
}

.twz-product-reassurance__kicker {
  font-size: 0.78rem;
}

.twz-product-reassurance__copy {
  font-size: 0.96rem;
  line-height: 1.58;
}

.twz-cart-header-reassurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.35rem auto 0;
  max-width: 72rem;
}

.twz-cart-header-reassurance__item,
.twz-cart-summary-reassurance__item {
  display: grid;
  gap: 0.28rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 18px;
  background: rgba(236, 231, 222, 0.72);
}

.twz-cart-header-reassurance__kicker,
.twz-cart-summary-reassurance__kicker {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--twz-red);
}

.twz-cart-header-reassurance__copy,
.twz-cart-summary-reassurance__copy {
  font-size: 0.96rem;
  line-height: 1.58;
  color: var(--twz-text);
}

.twz-cart-page-items .cart-item__vendor,
.twz-cart-drawer-panel .cart-item__vendor,
.twz-cart-page-items .product-option dt,
.twz-cart-drawer-panel .product-option dt {
  font-size: 0.82rem;
}

.twz-cart-page-items .cart-item__product-title,
.twz-cart-drawer-panel .cart-item__name {
  font-size: 1.18rem !important;
}

.twz-cart-page-items .product-option,
.twz-cart-drawer-panel .product-option,
.twz-cart-page-items .product-option dd,
.twz-cart-drawer-panel .product-option dd,
.twz-cart-page-items .price,
.twz-cart-drawer-panel .price,
.twz-cart-drawer-panel .cart-item__price-wrapper {
  font-size: 1.02rem;
}

.twz-cart-summary-panel {
  border-radius: 30px;
  padding: clamp(1.7rem, 2.8vw, 2.55rem);
}

.twz-cart-summary .cart__footer_header span,
.twz-cart-summary .grand-total-row p:first-child,
.twz-cart-summary .totals__subtotal-value,
.twz-cart-summary .totals-row p {
  font-size: 1.08rem;
}

.twz-cart-summary .grand-total-row p:first-child,
.twz-cart-summary .grand-total-row .totals__subtotal-value {
  font-size: 1.28rem;
}

.twz-cart-summary .cart__checkout-button,
.twz-cart-drawer-panel .cart__checkout-button {
  min-height: 64px;
  font-size: 1.08rem;
}

.twz-cart-summary-reassurance {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.twz-cart-page-items .cart__warnings {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.twz-cart-page-items .cart__empty-text {
  display: block !important;
  margin: 0 !important;
  font-size: 1.16rem;
  line-height: 1.45;
}

.twz-cart-page-items.is-empty .cart__warnings {
  padding: 2rem 0 3rem;
}

.twz-cart-empty-cta {
  min-width: 220px;
  min-height: 56px;
  border-radius: 999px;
  font-family: var(--twz-font-heading);
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 989px) {
  .twz-cart-header-reassurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .featured-collection-section .twz-merch-reference .twz-merch-media-stage,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-media-stage {
    aspect-ratio: 0.82;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-hover-ui,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-hover-ui {
    gap: 0.82rem;
    padding: 0.82rem 0.82rem 0.92rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-detail-rail,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail {
    left: 0.82rem;
    right: 0.82rem;
    bottom: calc(100% + 0.82rem);
  }

  .featured-collection-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail.is-quick-only {
    right: 0.82rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-thumb,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
    width: 3.05rem;
    height: 3.72rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-chip,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
    min-width: 3.8rem;
    height: 3.2rem;
    font-size: 1rem;
    padding: 0 0.9rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-more,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-more {
    font-size: 1rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
    width: 3.2rem;
    height: 3.2rem;
  }

  .featured-collection-section .twz-merch-reference .card-product-title-h3,
  .product-grid-carousel-section .twz-merch-reference .card-product-title-h3,
  .featured-collection-section .twz-merch-reference .card-product--merch-price,
  .product-grid-carousel-section .twz-merch-reference .card-product--merch-price {
    font-size: 1.06rem !important;
  }

  .featured-collection-section .twz-merch-reference .card-product--merch-subtitle,
  .product-grid-carousel-section .twz-merch-reference .card-product--merch-subtitle {
    font-size: 0.92rem;
  }

  .twz-product-panel .product-form__input .form__label,
  .twz-product-panel .variant-picker--block-title,
  .twz-product-panel .quantity__label {
    font-size: 0.9rem !important;
  }

  .twz-product-variants .product-form__input input[type="radio"] + label {
    min-height: 4rem !important;
    min-width: 4.2rem !important;
    font-size: 1rem !important;
  }

  .twz-cart-summary-panel {
    padding: 1.45rem;
  }
}

.twz-header-logo .header--logo-std   { display: block;  }
.twz-header-logo .header--logo-inverted { display: none; }
.hdr-trans-hp .twz-header-logo .header--logo-std     { display: none;  }
.hdr-trans-hp .twz-header-logo .header--logo-inverted { display: block; }

.twz-header-logo img,
.twz-logo-img {
  display: block !important;
  width: auto !important;
  max-width: 220px !important;
  height: 36px !important;
  object-fit: contain !important;
}
@media (min-width: 750px) {
  .twz-header-logo img, .twz-logo-img { height: 40px !important; max-width: 260px !important; }
}
@media (min-width: 990px) {
  .twz-header-logo img, .twz-logo-img { height: 44px !important; max-width: 300px !important; }
}

.twz-pdp-support {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.twz-pdp-payments__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.twz-pdp-payments__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 2rem;
  padding: 0.34rem 0.54rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.84);
}

.twz-pdp-payments__item .icon {
  width: 2rem;
  height: 1.15rem;
}

.twz-pdp-proof-list {
  display: grid;
  gap: 0.8rem;
}

.twz-pdp-proof-list__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.twz-pdp-proof-list__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: 0.15rem;
  color: var(--twz-red);
}

.twz-pdp-proof-list__icon svg {
  width: 100%;
  height: 100%;
}

.twz-pdp-proof-list__copy {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--twz-text);
}

.twz-pdp-feature-strip {
  display: grid;
  gap: 1rem;
  padding: 1.3rem 1.35rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at top, rgba(214, 31, 38, 0.08) 0%, rgba(214, 31, 38, 0) 42%),
    rgba(255, 255, 255, 0.56);
}

.twz-pdp-feature-strip__title {
  margin: 0;
  font-family: var(--twz-font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--twz-text);
}

.twz-pdp-feature-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.twz-pdp-feature-strip__item {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  text-align: center;
}

.twz-pdp-feature-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.3rem;
  height: 3.3rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: var(--twz-text);
  background: rgba(244, 241, 234, 0.82);
}

.twz-pdp-feature-strip__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.twz-pdp-feature-strip__label {
  font-family: var(--twz-font-body);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--twz-text);
}

@media (min-width: 990px) {
  .tb__label {
    font-size: 1rem !important;
  }

  .tb__sub {
    font-size: 0.98rem !important;
  }

  .efaq__question {
    font-size: 1.34rem !important;
  }

  .efaq__answer,
  .efaq__subheading {
    font-size: 1.1rem !important;
  }

  .featured-collection-section .card-product-title-h3,
  .product-grid-carousel-section .card-product-title-h3,
  .shop-by-vendor-section .card-product-title-h3 {
    font-size: 1.2rem !important;
    line-height: 1.24 !important;
  }

  .featured-collection-section .card-product--merch-price,
  .product-grid-carousel-section .card-product--merch-price,
  .shop-by-vendor-section .card-product--merch-price {
    font-size: 1.12rem !important;
  }

  .featured-collection-section .card-product--merch-subtitle,
  .product-grid-carousel-section .card-product--merch-subtitle,
  .shop-by-vendor-section .card-product--merch-subtitle {
    font-size: 0.98rem !important;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-thumb,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-thumb {
    width: 3.45rem;
    height: 4.15rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-size-chip,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-size-chip {
    min-width: 4.15rem;
    height: 3.5rem;
    padding-inline: 0.95rem;
    font-size: 1rem;
  }

  .featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
  .product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
    width: 3.45rem;
    height: 3.45rem;
  }

  .twz-product-panel {
    max-width: 41rem;
    padding: clamp(2.8rem, 3.8vw, 4rem) clamp(2.8rem, 3.2vw, 3.4rem);
  }

  .twz-product-panel .product-breadcrumb-block,
  .twz-product-panel .product__vendor_block,
  .twz-product-panel .product-inventory-container,
  .twz-product-panel .tax-note {
    font-size: 1rem !important;
  }

  .twz-product-panel .product-form__input .form__label,
  .twz-product-panel .variant-picker--block-title,
  .twz-product-panel .quantity__label {
    font-size: 1rem !important;
  }

  .twz-product-variants .product-form__input input[type="radio"] + label {
    min-width: 4.6rem !important;
    min-height: 4.45rem !important;
    padding-inline: 1.25rem !important;
    font-size: 1.08rem !important;
  }

  .twz-product-panel .quantity {
    min-height: 4.4rem;
  }

  .twz-product-buy .product-form__fit-note {
    gap: 0.95rem;
    padding: 1.22rem 1.3rem;
  }

  .twz-product-buy .product-form__fit-note-heading {
    font-size: 0.92rem;
  }

  .twz-product-buy .product-form__fit-note-text {
    font-size: 1.12rem;
    line-height: 1.65;
  }

  .twz-product-buy .product-form__submit,
  .twz-product-buy .shopify-payment-button__button--unbranded {
    min-height: 68px;
    font-size: 1.14rem !important;
  }

  .twz-pdp-payments__item {
    min-width: 3.2rem;
    min-height: 2.2rem;
  }

  .twz-pdp-proof-list__copy {
    font-size: 1.02rem;
  }

  .twz-pdp-feature-strip {
    padding: 1.5rem;
  }

  .twz-pdp-feature-strip__title {
    font-size: 0.98rem;
  }

  .twz-pdp-feature-strip__label {
    font-size: 0.88rem;
  }

  .twz-size-guide__lead {
    font-size: 1.08rem;
  }

  .twz-size-guide__cell strong {
    font-size: 0.9rem;
  }

  .twz-size-guide__cell span {
    font-size: 1rem;
  }

  .twz-product-panel .accordion-title {
    font-size: 1.16rem !important;
  }

  .twz-product-panel .accordion-panel,
  .twz-product-panel .accordion-panel p,
  .twz-product-panel .accordion-panel li {
    font-size: 1rem;
    line-height: 1.75;
  }

  .twz-product-reassurance {
    gap: 0;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.54);
  }

  .twz-product-reassurance__item {
    padding: 1.3rem 1.35rem;
  }

  .twz-product-reassurance__item:not(:last-child) {
    border-right: 1px solid rgba(17, 17, 17, 0.08);
  }

  .twz-product-reassurance__kicker {
    font-size: 0.82rem;
  }

  .twz-product-reassurance__copy {
    font-size: 1rem;
    line-height: 1.6;
  }
}

@media (max-width: 989px) {
  .twz-pdp-support {
    gap: 1rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }

  .twz-pdp-feature-strip__grid {
    gap: 0.65rem;
  }

  .twz-pdp-feature-strip__icon {
    width: 2.85rem;
    height: 2.85rem;
  }

  .twz-pdp-feature-strip__label {
    font-size: 0.74rem;
  }
}

@media (min-width: 990px) {
  .twz-product-media .product-media--mobile-slider--desktop-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    background: rgba(17, 17, 17, 0.06);
  }

  .twz-product-media .product-media--mobile-slider--desktop-grid .product-media-image:first-child {
    grid-column: 1 / -1;
  }

  .twz-product-media .product-media-image {
    margin-bottom: 0 !important;
    background: #fff;
  }

  .twz-product-media .product-media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

@media (max-width: 989px) {
  .product-media--mobile-slider .product-media-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.twz-product-panel .product__title h1,
.twz-product-panel .product__title h2 {
  font-size: clamp(2.6rem, 4vw, 4.4rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.045em !important;
}

.twz-product-panel .price,
.twz-product-panel .price-item {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem) !important;
}

.twz-product-panel .product-description-standard,
.twz-product-panel .accordion-panel,
.twz-product-panel .accordion-panel p {
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

.twz-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.25rem calc(0.9rem + env(safe-area-inset-bottom));
  background: rgba(244, 241, 234, 0.97);
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 -8px 28px rgba(17, 17, 17, 0.1);
  transition: transform 0.26s ease;
}

.twz-sticky-atc.is-hidden {
  transform: translateY(110%);
}

.twz-sticky-atc__info {
  flex: 1;
  min-width: 0;
  display: grid;
  gap: 0.1rem;
}

.twz-sticky-atc__name {
  font-family: var(--twz-font-heading);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--twz-text);
}

.twz-sticky-atc__price {
  font-family: var(--twz-font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--twz-text);
}

.twz-sticky-atc__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.5rem;
  background: var(--twz-text);
  border: 0;
  color: var(--twz-bone);
  font-family: var(--twz-font-body);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.twz-sticky-atc__btn:hover {
  background: var(--twz-red);
}

@media (min-width: 990px) {
  .twz-sticky-atc {
    display: none;
  }
}

.twz-trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 2.4rem;
  padding: 0.9rem var(--page-margin-mobile);
  background: var(--twz-text);
  color: var(--twz-bone);
  font-family: var(--twz-font-body);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.twz-trust-strip__sep {
  opacity: 0.3;
}

.twz-inventory-urgency {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: rgba(214, 31, 38, 0.08);
  border: 1px solid rgba(214, 31, 38, 0.18);
  font-family: var(--twz-font-body);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--twz-red);
}

.twz-inventory-urgency::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--twz-red);
  flex-shrink: 0;
  animation: twz-pulse 1.6s ease infinite;
}

@keyframes twz-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.38; }
}

.twz-delivery-promise {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1rem;
  border-radius: var(--twz-radius-md);
  background: rgba(88, 99, 71, 0.08);
  border: 1px solid rgba(88, 99, 71, 0.18);
  font-family: var(--twz-font-body);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--twz-olive);
}

.twz-delivery-promise__icon {
  font-size: 1.15rem;
  flex-shrink: 0;
}

.twz-scarcity-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.65rem;
  background: rgba(214, 31, 38, 0.1);
  border: 1px solid rgba(214, 31, 38, 0.22);
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--twz-red);
  white-space: nowrap;
}

.efaq__heading,
.faq-ecomvault h2,
.section-collapsible-content h2 {
  font-size: clamp(2.8rem, 5vw, 5rem) !important;
  letter-spacing: -0.055em !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}

.efaq__question,
.collapsible-content .accordion-title {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.efaq__answer,
.collapsible-content .accordion-panel,
.collapsible-content .accordion-panel p {
  font-size: 1rem !important;
  line-height: 1.75 !important;
  color: var(--twz-text-secondary) !important;
}

.main-collection-product-grid .card-product-title-h3 {
  font-size: 1.08rem !important;
  font-weight: 600 !important;
}

.main-collection-product-grid .card-product--price .price-item {
  font-size: 1rem !important;
  font-weight: 800 !important;
}

.section-heading,
.featured-collection-section h2,
.product-grid-carousel-section h2,
.section-feature-icons h2,
.section-testimonials h2,
.section-tabs h2,
.newsletter h2 {
  font-size: clamp(2.4rem, 4.5vw, 4rem) !important;
  letter-spacing: -0.05em !important;
  line-height: 0.92 !important;
}

.header-announcement-bar,
.header-announcement-bar *,
.announcement-bar__message {
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
}

.nav-ul--primary .hdr-st-item-label,
.nav-ul--primary > li > a {
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
}

.twz-cart-drawer-panel .cart-item__name,
.twz-cart-drawer-panel .cart-item__product-title {
  font-size: 1.05rem !important;
}

.twz-cart-drawer-panel .price-item,
.twz-cart-drawer-panel .cart-item__final-price {
  font-size: 1.05rem !important;
}

.twz-product-variants .product-form__input input[type="radio"] + label {
  min-height: 52px !important;
  min-width: 52px !important;
  font-size: 0.92rem !important;
  padding: 0 1.2rem !important;
}

.twz-pdp-trust-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  padding-top: 0.65rem;
}

.twz-pdp-trust-item {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  font-family: var(--twz-font-body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--twz-text-muted);
}

.twz-pdp-trust-icon {
  font-size: 1rem;
  color: var(--twz-olive);
}

.twz-merch-quick-add-button {
  min-width: 3.6rem !important;
  min-height: 3.6rem !important;
}

.fb__col-list a,
.footer__link,
.fb__shipping {
  font-size: 1rem !important;
  line-height: 1.75 !important;
}

.fb__col-title {
  font-size: 0.76rem !important;
  letter-spacing: 0.18em !important;
}

.breadcrumb,
.breadcrumb a,
.product-breadcrumb-block {
  font-size: 14px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea {
  font-size: 16px !important;
  min-height: 52px;
}

.main-collection-product-grid .card-product-title-h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.main-collection-product-grid .card-product--price .price-item,
.main-collection-product-grid .card-product--price .price {
  font-size: 15px !important;
  font-weight: 700 !important;
}
.main-collection-product-grid .card-product--merch-subtitle {
  font-size: 13px !important;
}

.section-heading,
.featured-collection-section h2,
.product-grid-carousel-section h2,
.section-feature-icons h2,
.section-testimonials h2,
.section-tabs h2,
.newsletter h2 {
  font-size: clamp(28px, 4.5vw, 44px) !important;
  letter-spacing: -0.05em !important;
  line-height: 0.92 !important;
}

.price,
.price-item,
.product-price,
.cart-item__final-price,
.totals__total-value {
  font-size: 16px !important;
  font-weight: 700 !important;
}
.cart-item__product-title,
.cart-item__name {
  font-size: 15px !important;
}
.cart-item__vendor,
.product-option,
.product-option dt,
.product-option dd {
  font-size: 13px !important;
}
label,
.form__label,
.variant-picker--block-title,
.quantity__label {
  font-size: 13px !important;
}
.drawer__title,
.cart-drawer__title {
  font-size: 22px !important;
}

.header-announcement-bar {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.announcement-bar__message {
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
}

.twz-shipping-bar {
  padding: 12px 16px 10px;
  background: rgba(17, 17, 17, 0.04);
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
}
.twz-shipping-bar__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--twz-text-muted);
}
.twz-shipping-bar__text strong {
  color: var(--twz-olive);
  font-size: 12px !important;
}
.twz-shipping-bar__track {
  height: 4px;
  background: rgba(17, 17, 17, 0.1);
  border-radius: 999px;
  overflow: hidden;
}
.twz-shipping-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, var(--twz-olive), #7a9060);
  border-radius: 999px;
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 990px) {
  .twz-product-media .product-media--mobile-slider--desktop-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4px !important;
    background: #e8e3da !important;
  }
  .twz-product-media .product-media--mobile-slider--desktop-grid
    .product-media-image:first-child {
    grid-column: 1 / -1 !important;
  }
  .twz-product-media .product-media-image {
    margin-bottom: 0 !important;
    background: #fff !important;
  }
  .twz-product-media .product-media-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }
}

.twz-product-panel .product__title h1,
.twz-product-panel .product__title h2 {
  font-size: clamp(28px, 4vw, 48px) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase !important;
}
.twz-product-panel .price,
.twz-product-panel .price-item {
  font-size: clamp(20px, 2.6vw, 28px) !important;
  font-weight: 800 !important;
}
.twz-product-panel .product-description-standard,
.twz-product-panel .accordion-panel,
.twz-product-panel .accordion-panel p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: var(--twz-text-secondary) !important;
}
.twz-product-panel .accordion-title {
  font-size: 14px !important;
  letter-spacing: 0.1em !important;
}
.twz-product-panel .product-form__input .form__label,
.twz-product-panel .variant-picker--block-title,
.twz-product-panel .quantity__label {
  font-size: 12px !important;
  letter-spacing: 0.14em !important;
}
.twz-product-variants .product-form__input input[type="radio"] + label {
  font-size: 14px !important;
  min-height: 52px !important;
  min-width: 52px !important;
  padding: 0 16px !important;
}

.twz-cutoff-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(88, 99, 71, 0.1);
  border: 1px solid rgba(88, 99, 71, 0.2);
  border-radius: 10px;
  margin-bottom: 12px;
}
.twz-cutoff-banner__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--twz-olive);
  flex-shrink: 0;
  animation: twz-pulse 1.6s ease infinite;
}
.twz-cutoff-banner__text {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--twz-olive);
  margin: 0;
}

.twz-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.twz-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--twz-text-secondary);
  white-space: nowrap;
}
.twz-trust-pill svg,
.twz-trust-pill span:first-child {
  color: var(--twz-olive);
  font-size: 13px;
}

.twz-ticker {
  overflow: hidden;
  white-space: nowrap;
  background: var(--twz-text);
  color: var(--twz-bone);
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.twz-ticker__track {
  display: inline-flex;
  animation: twz-marquee 28s linear infinite;
  gap: 0;
}
.twz-ticker__track:hover {
  animation-play-state: paused;
}
.twz-ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.twz-ticker__sep {
  color: var(--twz-red);
  font-size: 14px !important;
  line-height: 1;
  flex-shrink: 0;
}
@keyframes twz-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.twz-sticky-atc {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  background: rgba(244, 241, 234, 0.97);
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(20px);
  box-shadow: 0 -8px 28px rgba(17, 17, 17, 0.1);
}
.twz-sticky-atc.is-visible {
  display: flex;
}
.twz-sticky-atc__info {
  flex: 1;
  min-width: 0;
}
.twz-sticky-atc__name {
  font-family: var(--twz-font-heading);
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--twz-text);
  margin: 0;
  line-height: 1.2;
}
.twz-sticky-atc__price {
  font-size: 14px !important;
  font-weight: 700;
  color: var(--twz-text-muted);
  margin: 0;
  line-height: 1.2;
}
.twz-sticky-atc__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 22px;
  background: var(--twz-text);
  border: 0;
  color: var(--twz-bone);
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s;
}
.twz-sticky-atc__btn:hover {
  background: var(--twz-red);
}
@media (min-width: 990px) {
  .twz-sticky-atc { display: none !important; }
}

.twz-inventory-urgency {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(214, 31, 38, 0.08);
  border: 1px solid rgba(214, 31, 38, 0.18);
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--twz-red);
}
.twz-inventory-urgency::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--twz-red);
  flex-shrink: 0;
  animation: twz-pulse 1.6s ease infinite;
}

.twz-delivery-promise {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 10px;
  background: rgba(88, 99, 71, 0.08);
  border: 1px solid rgba(88, 99, 71, 0.18);
}
.twz-delivery-promise__icon {
  font-size: 18px !important;
  flex-shrink: 0;
}
.twz-delivery-promise__text {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--twz-olive);
  margin: 0;
  line-height: 1.4;
}

.efaq__heading,
.faq-ecomvault h2,
.section-collapsible-content h2 {
  font-size: clamp(32px, 5vw, 56px) !important;
  letter-spacing: -0.055em !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}
.efaq__question,
.collapsible-content .accordion-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.02em !important;
}
.efaq__answer,
.collapsible-content .accordion-panel,
.collapsible-content .accordion-panel p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: var(--twz-text-secondary) !important;
}

.fb__nl-heading {
  font-size: clamp(24px, 3vw, 32px) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.96 !important;
}
.fb__nl-sub {
  font-size: 15px !important;
  line-height: 1.65 !important;
}
.fb__nl-input {
  font-size: 15px !important;
  min-height: 52px !important;
}
.fb__nl-btn {
  font-size: 12px !important;
  min-height: 52px !important;
}

.fb__col-list a,
.footer__link,
.fb__shipping {
  font-size: 15px !important;
  line-height: 1.8 !important;
}
.fb__col-title {
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  font-weight: 800 !important;
}
.fb__copyright {
  font-size: 12px !important;
}

@media (max-width: 749px) {
  h1, .h1 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }
  h2, .h2 {
    font-size: clamp(22px, 7vw, 30px) !important;
  }
  h3, .h3 {
    font-size: clamp(19px, 5vw, 24px) !important;
  }
  body, p, li {
    font-size: 16px !important;
  }
  .twz-product-panel .product__title h1,
  .twz-product-panel .product__title h2 {
    font-size: clamp(26px, 8vw, 38px) !important;
  }
  .twz-product-panel .price,
  .twz-product-panel .price-item {
    font-size: 22px !important;
  }
  .twz-trust-pills {
    gap: 6px;
  }
}

@keyframes twz-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}

.card-wrapper,
.product-card-wrapper {
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.22s ease !important;
}
.card-wrapper:hover,
.product-card-wrapper:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 40px rgba(17, 17, 17, 0.1) !important;
}

.collection-sub-nav__item a,
.facet-filters-tag {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.price-item--sale,
.price__sale .price-item,
.card-product--price .price--on-sale .price-item--sale {
  color: var(--twz-red) !important;
  font-weight: 800 !important;
}
.price-item--regular.price-item--on-sale {
  text-decoration: line-through !important;
  color: var(--twz-text-muted) !important;
  font-weight: 400 !important;
}

.twz-cart-drawer-panel .cart-item__name,
.cart-item__product-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
}
.twz-cart-drawer-panel .price-item,
.cart-item__final-price {
  font-size: 16px !important;
  font-weight: 800 !important;
}
.cart-drawer__footer .totals__total-value,
.grand-total-row .price {
  font-size: 20px !important;
  font-weight: 800 !important;
}

.predictive-search__item-heading {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.predictive-search__price {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.button,
a.button,
button.button,
.product-form__submit {
  font-size: 13px !important;
  letter-spacing: 0.1em !important;
  min-height: 52px !important;
  padding-inline: 24px !important;
}
.shopify-payment-button__button--unbranded {
  font-size: 13px !important;
  min-height: 52px !important;
}

.twz-header-logo {
  display: flex;
  align-items: center;
}
.twz-header-logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.twz-logo-inverted-filter { filter: invert(1); }

.nav-ul--primary a,
.hdr-st-item-label {
  color: var(--twz-text) !important;
}
.nav-ul--primary a:hover,
.hdr-st-item-label:hover {
  color: var(--twz-red) !important;
}

.shopify-payment-button__button--branded,
.payment-icons,
.list-payment {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

.shopify-payment-button__button--branded img,
.list-payment svg,
.list-payment img,
.payment-icon,
.component-list-payment svg,
.payment-methods img,
.component-list-payment img {
  height: 28px !important;
  width: auto !important;
}

[class*="payment"] svg,
[class*="payment"] img {
  height: 26px !important;
}
.shopify-payment-button__more-options {
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 8px !important;
}

.product-feature-icon-grid--wrapper,
.twz-pdp-feature-strip,
.product-icons-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.product-feature-icon-grid--item,
.twz-pdp-feature-strip__item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--twz-text-secondary) !important;
  line-height: 1.4 !important;
}
.product-feature-icon-grid--item .icon,
.product-feature-icon-grid--item svg,
.twz-pdp-feature-strip__icon {
  width: 20px !important;
  height: 20px !important;
  color: var(--twz-red) !important;
  flex-shrink: 0 !important;
}

.twz-pdp-feature-strip {
  padding: 20px !important;
  background: rgba(255,255,255,0.55) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  border-radius: 16px !important;
  margin: 16px 0 !important;
}
.twz-pdp-feature-strip__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
  text-align: center !important;
}
.twz-pdp-feature-strip__icon {
  width: 44px !important;
  height: 44px !important;
  margin: 0 auto 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(17,17,17,0.1) !important;
  background: rgba(244,241,234,0.9) !important;
}
.twz-pdp-feature-strip__icon svg,
.twz-pdp-feature-strip__icon .icon {
  width: 20px !important;
  height: 20px !important;
}
.twz-pdp-feature-strip__label {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: var(--twz-text) !important;
}

.twz-product-buy .product-form__submit {
  min-height: 60px !important;
  font-size: 14px !important;
  border-radius: 12px !important;
  background: #111111 !important;
  letter-spacing: 0.08em !important;
}
.twz-product-buy .product-form__submit:hover {
  background: var(--twz-red) !important;
  box-shadow: 0 12px 32px rgba(214,31,38,0.22) !important;
}

.shopify-payment-button__button--unbranded {
  min-height: 52px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}
.shopify-payment-button__button--branded {
  border-radius: 10px !important;
  min-height: 52px !important;
}

.product-form__input input[type="radio"] + label {
  min-height: 50px !important;
  min-width: 50px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #f4f1ea !important;
}

.quantity {
  min-height: 56px !important;
  border-radius: 10px !important;
}
.quantity__button {
  font-size: 20px !important;
  width: 48px !important;
}
.quantity__input {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.product__title h1,
.product__title h2 {
  font-size: clamp(26px, 3.8vw, 44px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
}

.product-price-block .price,
.product-price-block .price-item {
  font-size: clamp(22px, 2.5vw, 30px) !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}
.price-item--regular:not(.price-item--on-sale) {
  font-size: clamp(22px, 2.5vw, 30px) !important;
}

.accordion-title {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 18px 0 !important;
}
.accordion-panel p,
.accordion-panel li,
.product-description-standard p,
.product-description-standard li {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: var(--twz-text-secondary) !important;
}

.product__vendor_block,
.product__vendor_block a,
.product-inventory-container,
.product-breadcrumb-block,
.product-breadcrumb-block a {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
}
.product__vendor_block a:hover,
.product-breadcrumb-block a:hover {
  color: var(--twz-red) !important;
}

.twz-product-reassurance {
  margin-top: 16px !important;
}
.twz-product-reassurance__kicker {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
}
.twz-product-reassurance__copy {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.twz-favorites-item__price,
.twz-favorites-item__compare {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.twz-favorites-item__compare {
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  color: var(--twz-text-muted) !important;
}
.twz-favorites-item__title {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}
.twz-favorites-item__vendor {
  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}
.twz-favorites-drawer__header h2 {
  font-size: 26px !important;
  letter-spacing: -0.04em !important;
}
.twz-favorites-drawer__eyebrow {
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
}

.main-collection-product-grid .card-product-title-h3 {
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.35 !important;
  text-transform: none !important;
}
.main-collection-product-grid .card-product--merch-price,
.main-collection-product-grid .card-product--price .price-item {
  font-size: 15px !important;
  font-weight: 700 !important;
}
.main-collection-product-grid .card-product--merch-subtitle {
  font-size: 13px !important;
  color: #8e8e8e !important;
}

.facet-filters__label,
.facets__label,
.active-facets__button,
.facets-horizontal__item .facets__label {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
}

.header-announcement-bar {
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
}

.drawer__title {
  font-size: 22px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}
.cart-drawer__total-label,
.totals__subtotal {
  font-size: 15px !important;
  font-weight: 700 !important;
}
.totals__total-value,
.cart-total-price {
  font-size: 20px !important;
  font-weight: 800 !important;
}
.cart-item__name,
.cart-item__product-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}
.cart-item__vendor {
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.14em !important;
}
.cart-item__price-wrapper .price-item {
  font-size: 15px !important;
  font-weight: 800 !important;
}
.cart-drawer .button--checkout,
.cart-drawer .cart__checkout-button {
  min-height: 56px !important;
  font-size: 14px !important;
  border-radius: 12px !important;
}

.twz-favorites-drawer__empty-icon {
  color: var(--twz-text-muted);
  margin-bottom: 12px;
}
.twz-favorites-drawer__empty-title {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
  margin: 0 0 8px !important;
}
.twz-favorites-drawer__empty-copy {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: var(--twz-text-muted) !important;
  max-width: 26ch;
  margin: 0 0 20px !important;
}
.twz-favorites-drawer__empty-cta {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
}

.twz-favorites-drawer__add-all {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  background: var(--twz-text);
  border: 0;
  border-radius: 12px;
  color: var(--twz-bone);
  font-family: var(--twz-font-body);
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
  margin-bottom: 10px;
}
.twz-favorites-drawer__add-all:hover {
  background: var(--twz-red);
  transform: translateY(-1px);
}
.twz-favorites-drawer__add-all:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.twz-favorites-drawer__footer {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 14px 0 20px !important;
  border-top: 1px solid rgba(17,17,17,0.08) !important;
}
.twz-favorites-drawer__footer-cta {
  text-align: center;
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  color: var(--twz-text-muted) !important;
}

.twz-favorites-item {
  border-radius: 16px !important;
  padding: 14px !important;
  transition: box-shadow 0.2s ease;
}
.twz-favorites-item:hover {
  box-shadow: 0 8px 28px rgba(17,17,17,0.09) !important;
}
.twz-favorites-item__vendor {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--twz-red) !important;
  margin: 0 0 4px !important;
}
.twz-favorites-item__title {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: var(--twz-text) !important;
  text-decoration: none !important;
  display: block;
  margin-bottom: 8px !important;
}
.twz-favorites-item__title:hover { color: var(--twz-red) !important; }
.twz-favorites-item__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}
.twz-favorites-item__price {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--twz-text) !important;
}
.twz-favorites-item__compare {
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  color: var(--twz-text-muted) !important;
}
.twz-favorites-item__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.twz-favorites-item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  background: var(--twz-text);
  border-radius: 999px;
  color: var(--twz-bone) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}
.twz-favorites-item__link:hover {
  background: var(--twz-red);
  border-color: var(--twz-red);
}
.twz-favorites-item__remove {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--twz-text-muted) !important;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.twz-favorites-item__remove:hover { color: var(--twz-red) !important; }

.twz-favorites-drawer__header h2 {
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: -0.05em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.twz-favorites-drawer__eyebrow {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
  margin: 0 !important;
}
.twz-favorites-drawer__count {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
}

.rh__sub,
.klaimhero__sub {
  font-size: clamp(16px, 1.6vw, 20px) !important;
  line-height: 1.55 !important;
  max-width: 40ch;
}
.rh__heading,
.klaimhero__heading {
  font-size: clamp(52px, 9vw, 120px) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.04em !important;
}
.rh__btn,
.klaimhero__btn {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  min-height: 52px !important;
  padding: 0 28px !important;
}

.popularitems__title,
.pgc__title,
.sbv__heading {
  font-size: clamp(24px, 4vw, 40px) !important;
  letter-spacing: -0.045em !important;
  line-height: 0.92 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.popularitems__card-title {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
}
.popularitems__card-price {
  font-size: 15px !important;
  font-weight: 700 !important;
}

.trustbar__label,
.tb__label {
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}
.trustbar__sublabel,
.tb__sub {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.twocollections__heading,
.split__heading {
  font-size: clamp(28px, 5vw, 56px) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.92 !important;
  font-weight: 900 !important;
}

.faq-ecomvault__heading,
.efaq__heading {
  font-size: clamp(32px, 5.5vw, 60px) !important;
  letter-spacing: -0.055em !important;
  line-height: 0.88 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}
.faq-ecomvault__kicker,
.efaq__kicker {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: var(--twz-red) !important;
}
.faq-ecomvault__subheading,
.efaq__sub {
  font-size: 16px !important;
  line-height: 1.65 !important;
  color: var(--twz-text-muted) !important;
}
.faq-ecomvault__question,
.efaq__question {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}
.faq-ecomvault__answer,
.efaq__answer,
.efaq__answer p {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: var(--twz-text-secondary) !important;
}

.cse__label,
.brandpicker__label {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.pdp-scrolled .twz-sticky-atc {
  display: flex !important;
}

.youmayalsolike__heading,
.related-products__heading,
section[class*="related"] h2,
section[class*="youmay"] h2 {
  font-size: clamp(22px, 3vw, 32px) !important;
  letter-spacing: -0.04em !important;
  line-height: 0.94 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.twz-product-reassurance {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.5) !important;
  margin-top: 16px !important;
}
.twz-product-reassurance__item {
  display: grid !important;
  gap: 4px !important;
  padding: 14px 12px !important;
  text-align: center !important;
}
.twz-product-reassurance__item:not(:last-child) {
  border-right: 1px solid rgba(17,17,17,0.08) !important;
}
.twz-product-reassurance__kicker {
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--twz-red) !important;
}
.twz-product-reassurance__copy {
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: var(--twz-text-secondary) !important;
}

.twz-size-guide__trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--twz-text-muted) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  transition: color 0.18s;
}
.twz-size-guide__trigger:hover { color: var(--twz-text) !important; }

.product-info-tabs .tab-nav,
.product-info-tabs [role="tablist"] {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(17,17,17,0.1);
  margin-bottom: 16px;
}
.product-info-tabs .tab-item,
.product-info-tabs [role="tab"] {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 12px 18px !important;
  border-bottom: 2px solid transparent;
  color: var(--twz-text-muted) !important;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}
.product-info-tabs .tab-item.is-active,
.product-info-tabs [role="tab"][aria-selected="true"] {
  color: var(--twz-text) !important;
  border-bottom-color: var(--twz-red) !important;
}

.complementary-products .card-product-title-h3,
.related-products .card-product-title-h3 {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.complementary-products .card-product--price .price-item,
.related-products .card-product--price .price-item {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.product-form__input input[type="radio"] + label {
  font-size: 14px !important;
  min-height: 50px !important;
  min-width: 50px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  transition: background 0.18s, border-color 0.18s, color 0.18s !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
}

.product-form__input input[type="radio"]:disabled + label {
  opacity: 0.4 !important;
  text-decoration: line-through !important;
  cursor: not-allowed !important;
}

@media (max-width: 749px) {
  .twz-favorites-drawer__add-all {
    min-height: 56px;
    font-size: 14px !important;
  }
  .twz-product-reassurance {
    grid-template-columns: 1fr !important;
  }
  .twz-product-reassurance__item:not(:last-child) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(17,17,17,0.08) !important;
  }
  .twz-product-reassurance__item {
    flex-direction: row !important;
    text-align: left !important;
    padding: 12px 16px !important;
  }
}

.mcpg {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr) !important;
  gap: 0 32px !important;
  align-items: start !important;
}
.filter-layout--vertical .facets-vertical {
  position: sticky !important;
  top: 84px !important;
}
@media (max-width: 989px) {
  .mcpg {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
}

.collection-page-header,
.mcpg-header,
.collection-hero-content,
.halfsizehero__content {
  padding-bottom: 16px !important;
}
.collection__title,
.halfsizehero__heading {
  font-size: clamp(28px, 5vw, 52px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}
.collection__description {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: var(--twz-text-muted) !important;
  max-width: 56ch;
  margin-top: 10px !important;
}

.facets__header,
.facets-vertical__header,
.collection-grid-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 0 16px !important;
  border-bottom: 1px solid rgba(17,17,17,0.1) !important;
  margin-bottom: 20px !important;
}
.product-count,
.product-count__text {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  color: var(--twz-text-muted) !important;
  text-transform: uppercase !important;
}

.facet-filters__sort,
.select__select {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(17,17,17,0.15) !important;
  border-radius: 6px !important;
  padding: 8px 36px 8px 12px !important;
  background: rgba(255,255,255,0.7) !important;
  color: var(--twz-text) !important;
  cursor: pointer;
  min-height: 40px !important;
  appearance: none;
}

.facets-vertical .facets__wrapper,
.facets__wrapper--vertical {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.facets__disclosure-vertical > summary,
.facets__summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid rgba(17,17,17,0.09) !important;
  cursor: pointer !important;
  list-style: none !important;
}
.facets__summary::-webkit-details-marker { display: none; }

.facets__summary-label,
.facets__summary-line span {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--twz-text) !important;
}

.facets__display {
  padding: 12px 0 16px !important;
  border-bottom: 1px solid rgba(17,17,17,0.06) !important;
}

.facets__list .list-menu__item,
.facets__item {
  margin-bottom: 6px !important;
}

.facets__label,
.facet-checkbox + label {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--twz-text-secondary) !important;
  cursor: pointer !important;
  padding: 4px 0 !important;
  transition: color 0.15s !important;
}
.facets__label:hover { color: var(--twz-text) !important; }

.facets__checkbox,
input[type="checkbox"].facets__checkbox {
  width: 16px !important;
  height: 16px !important;
  border: 1.5px solid rgba(17,17,17,0.25) !important;
  border-radius: 3px !important;
  appearance: none !important;
  background: #fff !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  position: relative !important;
  transition: background 0.15s, border-color 0.15s !important;
}
.facets__checkbox:checked {
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
}
.facets__checkbox:checked::after {
  content: '';
  position: absolute;
  left: 4px; top: 1px;
  width: 5px; height: 9px;
  border: 2px solid #fff;
  border-top: 0; border-left: 0;
  transform: rotate(40deg);
}

.facets__count {
  margin-left: auto !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: var(--twz-text-muted) !important;
}

.facets-layout-grid--swatch .facets__item {
  display: inline-flex !important;
}
.facets__swatch {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 2px solid transparent !important;
  box-shadow: 0 0 0 1px rgba(17,17,17,0.2) !important;
  cursor: pointer !important;
  transition: box-shadow 0.15s !important;
}
.facets__swatch:hover,
input:checked + label .facets__swatch {
  box-shadow: 0 0 0 2px var(--twz-text) !important;
}

.active-facets {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
}
.active-facets__button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  height: 34px !important;
  padding: 0 12px !important;
  background: var(--twz-text) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--twz-bone) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background 0.18s !important;
}
.active-facets__button:hover { background: var(--twz-red) !important; }
.active-facets__button-remove .icon {
  width: 10px !important;
  height: 10px !important;
}

.active-facets__button-remove-all,
.active-facets__button-wrapper > a {
  display: inline-flex !important;
  align-items: center !important;
  height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid rgba(17,17,17,0.2) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--twz-text-muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.collection .product-grid,
.mcpg .product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px 12px !important;
}
@media (max-width: 989px) {
  .collection .product-grid,
  .mcpg .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px 8px !important;
  }
}
@media (max-width: 599px) {
  .collection .product-grid,
  .mcpg .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 8px !important;
  }
}

.card-product,
.card-wrapper {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.card-product--image,
.card-product--image-wrapper,
.card-product-image-outer {
  border-radius: 0 !important;
  background: #ece7de !important;
  overflow: hidden !important;
}

.card-product--image img {
  transition: opacity 0.28s ease !important;
}

.card-product--text-section,
.card-product--text-section-link {
  padding: 12px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-decoration: none !important;
}

.card-product-title-h3,
.card-product--title h3,
.card-product-title-h3 * {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  color: var(--twz-text) !important;
  margin: 0 0 4px !important;
}

.card-product--price,
.card-product--info {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}
.card-product--merch-price,
.card-product--price .price-item,
.card-product--price .price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--twz-text) !important;
}

.card-product--price .price-item--sale {
  color: var(--twz-red) !important;
}
.card-product--price .price-item--regular.price-item--on-sale {
  text-decoration: line-through !important;
  color: var(--twz-text-muted) !important;
  font-weight: 400 !important;
  font-size: 12px !important;
}

.card-product--merch-subtitle {
  font-size: 12px !important;
  color: var(--twz-text-muted) !important;
  margin-top: 2px !important;
}

.card-product-vendor {
  display: none !important;
}

.card-product--badges {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}
.badge,
.card-product--badges span {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  padding: 0 8px !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  background: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  border: 0 !important;
}
.badge--sale,
.card-product--badges .badge--sale {
  background: var(--twz-red) !important;
}
.badge--new,
.badge--nieuw {
  background: var(--twz-text) !important;
}

.card-wrapper:hover,
.card-product:hover {
  transform: none !important;
}

.card-product--quick-add,
.quick-add__submit {
  position: absolute !important;
  bottom: 10px !important;
  left: 10px !important;
  right: 10px !important;
  opacity: 0 !important;
  transform: translateY(6px) !important;
  transition: opacity 0.22s ease, transform 0.22s ease !important;
  height: 44px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  background: rgba(17,17,17,0.9) !important;
  color: #f4f1ea !important;
  backdrop-filter: blur(8px) !important;
  border: 0 !important;
}
@media (hover: hover) {
  .card-product:hover .card-product--quick-add,
  .card-wrapper:hover .quick-add__submit {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 40px 0 !important;
}
.pagination__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid rgba(17,17,17,0.15) !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--twz-text) !important;
  text-decoration: none !important;
  transition: background 0.15s, border-color 0.15s !important;
}
.pagination__item--current,
.pagination__item:hover {
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
}

.facets-drawer,
.facets-mobile-drawer {
  background: var(--twz-bone) !important;
}
.facets-drawer__header,
.facets-mobile-drawer__header {
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  border-bottom: 1px solid rgba(17,17,17,0.1) !important;
  padding: 18px 20px !important;
}
.facets-drawer .button,
.facets-mobile-drawer .button {
  min-height: 52px !important;
  font-size: 13px !important;
  border-radius: 8px !important;
}

@media (max-width: 989px) {
  .facets-horizontal {
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    padding-bottom: 2px !important;
    -webkit-overflow-scrolling: touch !important;
  }
  .facets-horizontal::-webkit-scrollbar { display: none; }
  .facets__disclosure {
    display: inline-flex !important;
    flex-shrink: 0 !important;
  }
  .facets__summary {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(17,17,17,0.18) !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,0.7) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    border-bottom: 1px solid rgba(17,17,17,0.18) !important;
    margin-bottom: 0 !important;
  }
  .facets__summary[aria-expanded="true"],
  details[open] .facets__summary {
    background: var(--twz-text) !important;
    border-color: var(--twz-text) !important;
    color: var(--twz-bone) !important;
  }
}

.cart__title-page,
.main-cart-header h1 {
  font-size: clamp(28px, 5vw, 52px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
  line-height: 0.9 !important;
}
.cart__header-message,
.cart-header-message {
  font-size: 14px !important;
  color: var(--twz-text-muted) !important;
  max-width: 44ch;
}

.cart__contents {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 380px !important;
  gap: 40px !important;
  align-items: start !important;
}
@media (max-width: 989px) {
  .cart__contents {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

.cart-items th,
.cart-items .cart-item__heading {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(17,17,17,0.1) !important;
}

.cart-item {
  border-bottom: 1px solid rgba(17,17,17,0.07) !important;
  padding: 20px 0 !important;
}
.cart-item:last-child {
  border-bottom: 0 !important;
}

.cart-item__image-wrapper,
.cart-item__image-container {
  width: 88px !important;
  height: 110px !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #ece7de !important;
  flex-shrink: 0 !important;
}
.cart-item__image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.cart-item__details {
  flex: 1 !important;
  min-width: 0 !important;
}
.cart-item__vendor,
.cart-item__name a {
  display: block;
}
.cart-item__vendor {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--twz-red) !important;
  margin-bottom: 4px !important;
}
.cart-item__name a,
.cart-item__product-title,
.cart-item__name {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  color: var(--twz-text) !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}
.cart-item__name a:hover { color: var(--twz-red) !important; }

.product-option {
  font-size: 13px !important;
  color: var(--twz-text-muted) !important;
  margin-top: 6px !important;
}
.product-option dt {
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}

.cart-item__price-wrapper .price-item,
.cart-item__final-price {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--twz-text) !important;
}
.cart-item__price-wrapper .price-item--regular.price-item--on-sale {
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  color: var(--twz-text-muted) !important;
}

.cart-item .quantity {
  min-height: 44px !important;
  border-radius: 8px !important;
  background: rgba(244,241,234,0.9) !important;
  border: 1px solid rgba(17,17,17,0.12) !important;
}
.cart-item .quantity__button {
  width: 40px !important;
  font-size: 18px !important;
}
.cart-item .quantity__input {
  font-size: 15px !important;
  font-weight: 700 !important;
  width: 40px !important;
}

.cart-remove--button-link,
.button-cart-item-remove,
.cart-item__remove {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  cursor: pointer !important;
  transition: color 0.18s !important;
  margin-top: 10px !important;
  display: inline-block !important;
}
.cart-remove--button-link:hover,
.button-cart-item-remove:hover,
.cart-item__remove:hover {
  color: var(--twz-red) !important;
}

.cart__footer,
.cart-footer,
.cart__summary {
  background: linear-gradient(180deg, rgba(244,241,234,0.98) 0%, rgba(236,231,222,0.96) 100%) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 8px 32px rgba(17,17,17,0.08) !important;
}

.cart__footer .totals,
.totals {
  display: grid !important;
  gap: 10px !important;
  margin-bottom: 16px !important;
}
.totals__subtotal,
.totals__subtotal-value,
.totals-row p {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--twz-text-secondary) !important;
}
.totals__subtotal-value,
.cart-footer .price {
  font-weight: 700 !important;
  color: var(--twz-text) !important;
}
.grand-total-row p,
.cart__footer .grand-total-row * {
  font-size: 18px !important;
  font-weight: 900 !important;
  color: var(--twz-text) !important;
  letter-spacing: -0.02em !important;
}
.totals__total-value,
.cart-total-price {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: var(--twz-text) !important;
}

.cart__footer .cart-footer-tax-info {
  font-size: 12px !important;
  color: var(--twz-text-muted) !important;
  text-align: center !important;
  margin-top: 8px !important;
}

.cart__footer .button--checkout,
.cart__checkout-button,
.cart__ctas .button {
  width: 100% !important;
  min-height: 56px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  border-radius: 10px !important;
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  margin-top: 16px !important;
  transition: background 0.2s, box-shadow 0.2s !important;
}
.cart__footer .button--checkout:hover,
.cart__checkout-button:hover {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
  box-shadow: 0 12px 32px rgba(214,31,38,0.22) !important;
}

.cart__footer .shopify-payment-button {
  margin-top: 10px !important;
}
.cart__footer .shopify-payment-button__button {
  min-height: 50px !important;
  border-radius: 8px !important;
  font-size: 13px !important;
}
.cart__footer .shopify-payment-button__more-options {
  font-size: 12px !important;
  color: var(--twz-text-muted) !important;
  margin-top: 8px !important;
}

.cart__footer .discounts__form {
  display: flex !important;
  gap: 8px !important;
  margin-bottom: 16px !important;
}
.cart__footer .discounts__form input {
  flex: 1 !important;
  min-height: 44px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(17,17,17,0.18) !important;
  background: rgba(255,255,255,0.7) !important;
  padding: 0 14px !important;
}
.cart__footer .discounts__form button {
  min-height: 44px !important;
  padding: 0 18px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  border-radius: 8px !important;
}

.cart__footer .cart__footer_header,
.cart__footer .cart-footer__summary-title {
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin-bottom: 16px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(17,17,17,0.08) !important;
}

.cart__empty-text {
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  text-transform: uppercase !important;
  color: var(--twz-text) !important;
}
.cart__login-title {
  font-size: 16px !important;
  color: var(--twz-text-muted) !important;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .twz-ticker__track { animation: none !important; }
  .twz-hero-{{ section.id }}__scroll::after { animation: none !important; }
  @keyframes twz-pulse { from { opacity: 1; } to { opacity: 1; } }
  @keyframes twz-marquee { from { transform: none; } to { transform: none; } }
}

a,
button,
[role="button"],
[data-favorite-toggle],
[data-favorites-open],
[data-favorites-close],
[data-favorites-add-all],
[data-favorite-remove],
.card-wrapper a,
.card-product a,
.button,
.btn,
.badge,
.pill,
summary,
.facets__summary,
.accordion-title,
.tab-item,
select,
label,
.facets__label,
.facets__checkbox,
.twz-merch-thumb,
.twz-merch-nav,
.twz-merch-size-chip,
.twz-merch-quick-add-button,
.active-facets__button,
.pagination__item,
.quantity__button,
.cart-remove--button-link,
.twz-favorites-item__link,
.twz-favorites-item__remove,
.twz-sticky-atc__btn,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer !important;
}
input[type="text"],
input[type="email"],
input[type="search"],
textarea {
  cursor: text !important;
}

:focus-visible {
  outline: 2px solid var(--twz-red) !important;
  outline-offset: 3px !important;
  border-radius: 2px !important;
}
.button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--twz-red) !important;
  outline-offset: 3px !important;
}

:focus:not(:focus-visible) { outline: none; }

.skip-to-content-link {
  position: absolute !important;
  top: -100% !important;
  left: 0 !important;
  z-index: 9999 !important;
  padding: 12px 20px !important;
  background: var(--twz-red) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
.skip-to-content-link:focus {
  top: 0 !important;
}

/* header-bar-inner: height only — NEVER override display/flex/grid.
   The theme uses display:grid (24-col) to place shopping tools right.
   Forcing display:flex breaks grid-column positioning → tools go left. */
.header-bar-inner {
  min-height: 64px !important;
}

.header--logo,
.twz-header-logo {
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.twz-header-logo img,
.twz-logo-img {
  display: block !important;
  width: auto !important;
  height: 36px !important;
  max-width: 200px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
}
@media (min-width: 750px) {
  .twz-header-logo img, .twz-logo-img { height: 40px !important; max-width: 240px !important; }
}
@media (min-width: 990px) {
  .twz-header-logo img, .twz-logo-img { height: 44px !important; max-width: 280px !important; }
}

.nav-ul--primary a,
.hdr-st-item-label,
.hdr-st-item-label > span {
  color: var(--twz-text) !important;
}
.nav-ul--primary a:hover,
.hdr-st-item-label:hover {
  color: var(--twz-red) !important;
}

.header-nav-desktop-dd-panel {
  background: rgba(244, 241, 234, 0.98) !important;
  border-top: 2px solid var(--twz-red) !important;
  box-shadow: 0 20px 60px rgba(17,17,17,0.14) !important;
}
.header-nav-desktop-dd-panel a {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--twz-text) !important;
}
.header-nav-desktop-dd-panel a:hover {
  color: var(--twz-red) !important;
}

.header-bar-inner .icon,
.header-bar-inner svg {
  color: var(--twz-text) !important;
}
.header-bar-inner button:hover .icon,
.header-bar-inner a:hover .icon,
.header-bar-inner button:hover svg,
.header-bar-inner a:hover svg {
  color: var(--twz-red) !important;
}

.header-announcement-bar {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  background: #111111 !important;
  color: #f4f1ea !important;
}
.header-announcement-bar a {
  color: #f4f1ea !important;
  text-decoration: none !important;
}
.announcement-bar__message,
.header-announcement-bar * {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.shopify-section + .shopify-section {
  position: relative;
}

.trustbar-section,
[class*="trustbar"] {
  border-top: 1px solid rgba(17,17,17,0.08);
  border-bottom: 1px solid rgba(17,17,17,0.08);
}

[class*="popularitems"] .card-product-title-h3,
[class*="youmayalsolike"] .card-product-title-h3 {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: var(--twz-text) !important;
}
[class*="popularitems"] .price-item,
[class*="youmayalsolike"] .price-item {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.featured-collection-section .pgc__title,
.product-grid-carousel-section .pgc__title {
  font-size: clamp(24px, 4vw, 40px) !important;
  letter-spacing: -0.045em !important;
  line-height: 0.9 !important;
  text-transform: uppercase !important;
}
.pgc__label,
.pgc__eyebrow {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--twz-red) !important;
}
.pgc__view-all {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  min-height: 44px !important;
  padding: 0 20px !important;
}

.gallery-slider-thumbnails {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  width: 72px !important;
}
.gallery-slider--thumbnail {
  width: 72px !important;
  height: 88px !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  border: 1.5px solid transparent !important;
  transition: border-color 0.18s !important;
}
.gallery-slider--thumbnail.active,
.gallery-slider--thumbnail:hover {
  border-color: var(--twz-text) !important;
}
.gallery-slider--thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.product-media-image {
  background: #f0ece4 !important;
}
.product-media-image img {
  width: 100% !important;
  object-fit: cover !important;
}

.product__title h1,
.product__title h2,
.product__info-container .product__title * {
  font-size: clamp(26px, 3.5vw, 42px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.92 !important;
  text-transform: uppercase !important;
}

body.lx-template--product .twz-product-media,
body.lx-template--product .twz-product-media *,
body.lx-template--product .product-main-media-section,
body.lx-template--product .product-main-media-section * {
  box-shadow: none !important;
}

body.lx-template--product .main-product--section .gallery-slider-thumbnails,
body.lx-template--product .main-product--section .gallery-slider--thumbnail,
body.lx-template--product .main-product--section .gallery-slider-thumbnails--mobile-bullets-bullets,
body.lx-template--product .main-product--section .gallery-slider-thumbnails--mobile-bullets-lines,
body.lx-template--product .main-product--section .gallery-slider-thumbnails--mobile-bullets-track {
  display: none !important;
}

body.lx-template--product .main-product--section .product-main-info-section,
body.lx-template--product .main-product--section .twz-product-info,
body.lx-template--product .main-product--section .product__info-container {
  padding-top: clamp(18px, 4vw, 34px) !important;
}

body.lx-template--product .main-product--section .product__title {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

.product-price-block .price,
.product-price-block .price-item {
  font-size: clamp(20px, 2.2vw, 28px) !important;
  font-weight: 800 !important;
}

.product-form__input input[type="radio"] + label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  min-width: 44px !important;
  height: auto !important;
  padding: 0 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(17,17,17,0.2) !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: var(--twz-text) !important;
  cursor: pointer !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
  white-space: nowrap !important;
}
.product-form__input input[type="radio"]:checked + label {
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
}
.product-form__input input[type="radio"] + label:hover {
  border-color: var(--twz-text) !important;
}
.product-form__input input[type="radio"]:disabled + label,
.product-form__input input[type="radio"][disabled] + label {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}

.product-form__quantity .quantity {
  border-radius: 6px !important;
  min-height: 48px !important;
  border: 1px solid rgba(17,17,17,0.2) !important;
  background: transparent !important;
}
.quantity__button,
.quantity__input {
  font-size: 15px !important;
  font-weight: 700 !important;
}

.product-form__submit {
  min-height: 56px !important;
  width: 100% !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border-radius: 8px !important;
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s !important;
}
.product-form__submit:hover:not(:disabled) {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
  box-shadow: 0 10px 28px rgba(214,31,38,0.22) !important;
  transform: translateY(-1px) !important;
}
.product-form__submit:active {
  transform: translateY(0) !important;
}
.product-form__submit[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.shopify-payment-button__button--unbranded {
  min-height: 50px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
}
.shopify-payment-button__button--branded {
  min-height: 50px !important;
  border-radius: 6px !important;
}
.shopify-payment-button__more-options {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  margin-top: 10px !important;
}

.product-description-standard p,
.product-description-standard li {
  font-size: 15px !important;
  line-height: 1.75 !important;
  color: var(--twz-text-secondary) !important;
  margin-bottom: 10px !important;
}
.accordion-title {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 16px 0 !important;
  color: var(--twz-text) !important;
  border-top: 1px solid rgba(17,17,17,0.08) !important;
}
.accordion-content,
.accordion-panel {
  font-size: 15px !important;
  line-height: 1.72 !important;
  color: var(--twz-text-secondary) !important;
  padding-bottom: 16px !important;
}

.sticky-buy-buttons {
  background: rgba(244,241,234,0.97) !important;
  border-top: 1px solid rgba(17,17,17,0.1) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: 0 -4px 20px rgba(17,17,17,0.08) !important;
}
.sticky-buy-buttons .product-form__submit {
  min-height: 50px !important;
  border-radius: 999px !important;
}

.card-product--image-wrapper,
.card-product-image-outer {
  background: #ece7de !important;
}

.facets__item input[type="checkbox"]:checked + .facets__label {
  font-weight: 800 !important;
  color: var(--twz-text) !important;
}

.facet-filters__sort {
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  padding-right: 32px !important;
}

.cart-items th {
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--twz-text-muted) !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(17,17,17,0.1) !important;
  font-weight: 800 !important;
}
.cart-item td {
  vertical-align: top !important;
  padding: 20px 0 !important;
}

.cart-shipping-bar,
[class*="shipping-bar"],
[class*="free-ship"] {
  padding: 12px 20px !important;
  background: rgba(88,99,71,0.08) !important;
  border-radius: 8px !important;
  margin-bottom: 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: var(--twz-olive) !important;
}

.fb__col-title,
.footer__column-title {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--twz-text) !important;
  margin-bottom: 16px !important;
}
.fb__col-list a,
.footer__link {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--twz-text-secondary) !important;
  text-decoration: none !important;
  line-height: 2 !important;
  transition: color 0.15s !important;
}
.fb__col-list a:hover,
.footer__link:hover { color: var(--twz-red) !important; }
.fb__copyright,
.footer__copyright {
  font-size: 12px !important;
  color: var(--twz-text-muted) !important;
}

.fb__nl-heading {
  font-size: clamp(22px, 3vw, 30px) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 0.96 !important;
  text-transform: uppercase !important;
}
.fb__nl-sub {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: var(--twz-text-muted) !important;
  margin-top: 8px !important;
}
.fb__nl-input {
  font-size: 14px !important;
  min-height: 52px !important;
  border-radius: 6px 0 0 6px !important;
  border: 1.5px solid rgba(17,17,17,0.18) !important;
  padding: 0 16px !important;
  background: rgba(255,255,255,0.8) !important;
}
.fb__nl-btn {
  min-height: 52px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  border-radius: 0 6px 6px 0 !important;
  background: var(--twz-text) !important;
  border-color: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  padding: 0 20px !important;
}
.fb__nl-btn:hover {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
}

.predictive-search {
  background: rgba(244,241,234,0.98) !important;
  border: 1px solid rgba(17,17,17,0.1) !important;
  box-shadow: 0 16px 48px rgba(17,17,17,0.12) !important;
  border-radius: 12px !important;
}
.predictive-search__item {
  border-bottom: 1px solid rgba(17,17,17,0.06) !important;
  padding: 12px 16px !important;
  transition: background 0.15s !important;
}
.predictive-search__item:hover {
  background: rgba(17,17,17,0.04) !important;
}
.predictive-search__item-heading,
.predictive-search__item-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--twz-text) !important;
}
.predictive-search__price {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: var(--twz-text) !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

@media (max-width: 749px) {

  body { overscroll-behavior-y: none; }

  .sticky-buy-buttons,
  .twz-sticky-atc {
    padding-bottom: calc(10px + env(safe-area-inset-bottom)) !important;
  }

  .btn, .button, a.button,
  .accordion-title,
  summary,
  .facets__summary,
  .nav-ul--primary a {
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
  }

  .product-media-component {
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .cart-item td {
    padding: 14px 0 !important;
  }

  .twz-hero-scroll-text { display: none; }
}

a,
.button,
button,
.badge,
.card-wrapper,
.card-product,
.facets__label,
.accordion-title,
.footer__link,
.fb__col-list a,
.twz-favorites-item,
.twz-favorites-item__link {
  transition-duration: 200ms !important;
  transition-timing-function: ease !important;
}

img[loading="lazy"] {
  background: rgba(236,231,222,0.5);
}

::selection {
  background: rgba(214, 31, 38, 0.15);
  color: var(--twz-text);
}

.twz-logo-img {
  display: block;
  width: auto !important;
  height: 36px !important;
  max-width: 220px !important;
  object-fit: contain;
}
@media (min-width: 750px)  { .twz-logo-img { height: 40px !important; } }
@media (min-width: 990px)  { .twz-logo-img { height: 44px !important; } }

.shopvendor__vendor-tabs,
.shopvendor__filter-bar,
.shopvendor__tabs,
.svs__tabs,
.svs__vendor-list,
[class*="shopvendor"] [class*="tab"],
[class*="shopvendor"] [class*="filter"],
[class*="shopvendor"] [class*="vendor-pill"],
[class*="shopvendor"] [class*="vendor-tab"] {
  display: none !important;
}

.shopvendor__title,
.svs__title,
[class*="shopvendor"] [class*="title"] {
  display: block;
}

.shopvendor-section .card-wrapper,
.shopvendor-section .card-product,
.shopvendor-section .product-card-wrapper {
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.shopvendor-section .card-product--image,
.shopvendor-section .card-product--image-wrapper,
.shopvendor-section .card-product-image-outer,
.shopvendor-section .twz-merch-media-stage {
  border-radius: 0 !important;
  background: #ece7de !important;
}

.shopvendor-section .card-product--text-section {
  padding: 12px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
}
.shopvendor-section .card-product-title-h3,
.shopvendor-section .card-product-title-h3 * {
  font-family: var(--twz-font-body) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  color: var(--twz-text) !important;
  margin: 0 0 4px !important;
}
.shopvendor-section .card-product--price .price-item,
.shopvendor-section .card-product--merch-price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: var(--twz-text) !important;
}
.shopvendor-section .card-product--price .price-item--sale {
  color: var(--twz-red) !important;
}
.shopvendor-section .card-product--price .price-item--regular.price-item--on-sale,
.shopvendor-section .card-product--merch-compare {
  text-decoration: line-through !important;
  color: var(--twz-text-muted) !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.shopvendor-section .card-product-vendor,
.shopvendor-section .card-product--merch-vendor {
  display: none !important;
}

.shopvendor-section .card-product--badges span,
.shopvendor-section .badge {
  border-radius: 0 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  background: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  height: 20px !important;
  padding: 0 7px !important;
  border: 0 !important;
}
.shopvendor-section .badge--sale { background: var(--twz-red) !important; }

.shopvendor-section .svs__grid,
[class*="shopvendor"] .product-grid,
[class*="shopvendor"] .card-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px 12px !important;
}
@media (max-width: 989px) {
  .shopvendor-section .svs__grid,
  [class*="shopvendor"] .product-grid,
  [class*="shopvendor"] .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px 8px !important;
  }
}
@media (max-width: 599px) {
  .shopvendor-section .svs__grid,
  [class*="shopvendor"] .product-grid,
  [class*="shopvendor"] .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px 8px !important;
  }
}

.product-form__submit {
  min-height: 52px !important;
  width: 100% !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border-radius: 6px !important;
  background: var(--twz-text) !important;
  border: 1px solid var(--twz-text) !important;
  color: var(--twz-bone) !important;
  cursor: pointer !important;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.product-form__submit:hover:not([disabled]) {
  background: var(--twz-red) !important;
  border-color: var(--twz-red) !important;
  box-shadow: 0 8px 24px rgba(214,31,38,0.2) !important;
}
.product-form__submit[disabled] {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}

.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button {
  width: auto !important;
  height: 36px !important;
  padding: 0 14px !important;
  border-radius: 4px !important;
  background: #111111 !important;
  border: 0 !important;
  color: #f4f1ea !important;
  font-family: var(--twz-font-body) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  transition: background 0.18s !important;
}
.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button:hover,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button:hover {
  background: var(--twz-red) !important;
}
.featured-collection-section .twz-merch-reference .twz-merch-quick-add-button svg,
.product-grid-carousel-section .twz-merch-reference .twz-merch-quick-add-button svg {
  width: 14px !important;
  height: 14px !important;
  color: currentColor !important;
}

.featured-collection-section .twz-merch-reference .twz-merch-detail-rail,
.product-grid-carousel-section .twz-merch-reference .twz-merch-detail-rail {
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

.header-bar-inner a,
.header-bar-inner button:not(.header-mobile-menu-toggle) {
  color: var(--twz-text);
}
.nav-ul--primary > li > a,
.hdr-st-item-label {
  color: var(--twz-text) !important;
  font-weight: 700;
}
.nav-ul--primary > li > a:hover,
.hdr-st-item-label:hover {
  color: var(--twz-red) !important;
}

.header-bar-inner .hdr-item-market-selector,
.header-bar-inner .hdr-item-language-selector {
  color: var(--twz-text);
}

.header-bar-inner .hdr-item-icon-button,
.header-bar-inner .hdr-item-icon-button svg {
  color: var(--twz-text);
}
.header-bar-inner .hdr-item-icon-button:hover,
.header-bar-inner .hdr-item-icon-button:hover svg {
  color: var(--twz-red);
}

.cart-count-bubble {
  background: var(--twz-red) !important;
  color: #fff !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.efaq__heading,
.pgc__title,
.rh__heading,
.fb__nl-heading {
  font-family: "Archivo Black", "Arial Black", "Helvetica Neue", Arial, sans-serif !important;
}

.efaq__kicker {
  color: var(--twz-red) !important;
}

.badge--sale,
.badge.sale,
.pgc__badge--sale,
.card-product--badges .badge--sale {
  background: var(--twz-red) !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
}

.card-wrapper:hover .card-product-title-h3,
.card-wrapper:hover .twz-merch-reference .card-product-title-h3 {
  color: var(--twz-red);
  transition: color 0.15s;
}

.header-announcement-bar,
.header-bar-inner,
[class*="trustbar"],
[class*="ticker"] {
  overflow-x: hidden;
}

/* contain ONLY applied to main content sections — never header/footer */
/* .content-for-layout is the <main> element, so this never hits header */
.content-for-layout > .shopify-section {
  contain: layout style;
}
/* Exceptions: sections that need to break out of containment */
.collection-showcase-editorial-section,
.hero-banner-section,
.trustbar-section {
  contain: none;
}

:focus-visible {
  outline: 2px solid var(--twz-red) !important;
  outline-offset: 3px !important;
}
*:focus:not(:focus-visible) {
  outline: none !important;
}

.breadcrumb,
.breadcrumbs,
[class*="breadcrumb"] {
  font-size: 13px !important;
  color: var(--twz-text-muted) !important;
  letter-spacing: 0.02em;
}
.breadcrumb a,
.breadcrumbs a {
  color: var(--twz-text-muted) !important;
  text-decoration: none !important;
}
.breadcrumb a:hover,
.breadcrumbs a:hover {
  color: var(--twz-red) !important;
}

.shopify-section + .shopify-section > * {
  margin-top: 0;
}

@media (max-width: 480px) {
  body, p, li { font-size: 15px !important; line-height: 1.65 !important; }
  h1, .h1 { font-size: clamp(28px, 10vw, 36px) !important; }
  h2, .h2 { font-size: clamp(22px, 8vw, 28px) !important; }
  h3, .h3 { font-size: clamp(18px, 6vw, 22px) !important; }
  .product-form__submit { min-height: 54px !important; font-size: 13px !important; }
  .product-form__input input[type="radio"] + label {
    min-height: 42px !important; min-width: 42px !important; font-size: 12px !important;
  }
}

.product-badges,
.main-product--badge {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-bottom: 8px !important;
}

.product-inventory-container {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
}
.product-inventory-container.product-inventory--low {
  color: var(--twz-red) !important;
}
.product-inventory-container.product-inventory--in-stock {
  color: var(--twz-olive) !important;
}

.shopvendor-section {
  background: var(--twz-bone) !important;
}

.cart__empty-text {
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
}
.cart__login-title,
.cart__empty p {
  font-size: 15px !important;
  color: var(--twz-text-muted) !important;
  line-height: 1.65 !important;
}
.cart .button,
.cart__empty .button {
  margin-top: 16px !important;
}

@media (max-width: 749px) {
  .header-bar--shopping-tools {
    gap: 4px !important;
  }
}

.card-product--image-wrapper img,
.card-product-image-outer img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.fb__nl-heading {
  font-size: clamp(24px, 4vw, 36px) !important;
  letter-spacing: -0.04em !important;
}
.fb__nl-sub {
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.twz-ticker__track,
.twz-merch-media-slide,
.twz-merch-nav,
.twz-merch-detail-rail {
  will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
  .twz-ticker__track,
  .twz-merch-media-slide,
  .twz-merch-detail-rail {
    will-change: auto;
    animation: none !important;
    transition: none !important;
  }
}

@keyframes twzHeroScrollLine {
  0%   { opacity: 0; transform: scaleY(0); transform-origin: top; }
  40%  { opacity: 1; }
  100% { opacity: 0; transform: scaleY(1); transform-origin: top; }
}

a { text-underline-offset: 3px; }

.header-announcement-bar:empty { display: none !important; }

.search__form {
  border: 1px solid rgba(17,17,17,0.15) !important;
  border-radius: 6px !important;
}
.search__input {
  font-size: 16px !important;
  font-family: var(--twz-font-body) !important;
  color: var(--twz-text) !important;
}
.search__button {
  background: var(--twz-text) !important;
  color: var(--twz-bone) !important;
  border-radius: 0 6px 6px 0 !important;
}
.search__button:hover { background: var(--twz-red) !important; }

@media (max-width: 749px) {
  .gallery-slider--thumbnails { display: none !important; }
  .product-media-component { touch-action: pan-y pinch-zoom; }
}

.twz-favorites-drawer__empty {
  text-align: center !important;
  padding: 2rem !important;
}
.twz-favorites-drawer__empty-icon {
  display: block !important;
  margin: 0 auto 1rem !important;
  opacity: 0.35 !important;
}

.button, button.button, a.button,
.product-form__submit,
.shopify-payment-button__button--unbranded {
  font-family: var(--twz-font-body) !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.featured-collection-section .twz-merch-reference .card-media,
.product-grid-carousel-section .twz-merch-reference .card-media,
.youmayalsolike-section .twz-merch-reference .card-media,
.related-products-section .twz-merch-reference .card-media,
.shopvendor-section .twz-merch-reference .card-media,
.twz-merch-reference .card-media {
  background: #f5f5f5 !important;
  border-radius: 0 !important;
  border: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.twz-merch-reference {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}

.twz-merch-reference .twz-merch-media-stage {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
  background: #f5f5f5 !important;
}

.twz-merch-reference .twz-merch-media-slide {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transform: translateX(6%) !important;
  transition:
    opacity 380ms cubic-bezier(0.25, 1, 0.25, 1),
    transform 380ms cubic-bezier(0.25, 1, 0.25, 1) !important;
  will-change: opacity, transform !important;
}
.twz-merch-reference .twz-merch-media-slide.is-before {
  transform: translateX(-6%) !important;
}
.twz-merch-reference .twz-merch-media-slide.is-active {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.twz-merch-reference .twz-merch-media-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
  transition: none !important;
}

.twz-card-badges {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  pointer-events: none !important;
}
.twz-badge {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  padding: 0 8px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  white-space: nowrap !important;
}

.twz-badge--light {
  background: #fff !important;
  color: #111111 !important;
  border: 0 !important;
}

.twz-badge--dark {
  background: #111111 !important;
  color: #fff !important;
  border: 0 !important;
}

.twz-badge--sale {
  background: var(--twz-red) !important;
  color: #fff !important;
  border: 0 !important;
}

.twz-merch-reference .twz-favorite-toggle {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 4 !important;
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  transition: transform 0.18s ease !important;
}
.twz-merch-reference .twz-favorite-toggle:hover {
  transform: scale(1.12) !important;
  background: transparent !important;
}
.twz-merch-reference .twz-favorite-toggle .icon-heart {
  width: 20px !important;
  height: 20px !important;
  color: #111111 !important;
}
.twz-merch-reference .twz-favorite-toggle.is-active .icon-heart path {
  fill: #111111 !important;
}

.twz-merch-reference .twz-merch-hover-ui {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  padding: 10px !important;
  z-index: 3 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.04) 0%, transparent 60%) !important;
  pointer-events: none !important;
}
.twz-merch-reference .twz-merch-hover-ui > * {
  pointer-events: auto !important;
}

.twz-merch-reference .twz-merch-thumbs {
  display: flex !important;
  gap: 4px !important;
  align-items: center !important;
  overflow: visible !important;
}
.twz-merch-reference .twz-merch-thumb {
  width: 28px !important;
  height: 34px !important;
  border: 1.5px solid transparent !important;
  background: rgba(255,255,255,0.88) !important;
  border-radius: 2px !important;
  overflow: hidden !important;
  padding: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: border-color 0.15s !important;
}
.twz-merch-reference .twz-merch-thumb.is-active,
.twz-merch-reference .twz-merch-thumb:hover {
  border-color: #111111 !important;
}
.twz-merch-reference .twz-merch-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.twz-merch-reference .twz-merch-quick-add-button {
  width: 38px !important;
  height: 38px !important;
  border-radius: 3px !important;
  background: rgba(255,255,255,0.96) !important;
  border: 1px solid rgba(17,17,17,0.12) !important;
  color: #111111 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s !important;
  font-size: 0 !important;
}
.twz-merch-reference .twz-merch-quick-add-button svg {
  width: 16px !important;
  height: 16px !important;
  color: #111111 !important;
  flex-shrink: 0 !important;
}
.twz-merch-reference .twz-merch-quick-add-button:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.14) !important;
}
.twz-merch-reference .twz-merch-quick-add-button:hover svg {
  color: #f5f5f5 !important;
}

.twz-merch-reference .twz-merch-quick-add-button[disabled] {
  opacity: 0.38 !important;
  cursor: not-allowed !important;
}

.twz-merch-reference .twz-merch-detail-rail {
  position: static !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
  grid-template-columns: none !important;
}

.twz-card-sizes {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  overflow: hidden !important;

  max-height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  transition:
    max-height 280ms cubic-bezier(0.25, 1, 0.25, 1),
    opacity 220ms ease,
    padding 280ms cubic-bezier(0.25, 1, 0.25, 1) !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  scrollbar-width: none !important;
}
.twz-card-sizes::-webkit-scrollbar { display: none; }

.twz-merch-reference:hover .twz-card-sizes,
.twz-merch-reference:focus-within .twz-card-sizes {
  max-height: 42px !important;
  opacity: 1 !important;
  padding: 8px 0 4px !important;
  pointer-events: auto !important;
}

.twz-merch-reference .twz-merch-size-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  min-width: 36px !important;
  padding: 0 8px !important;
  border: 1px solid rgba(17,17,17,0.16) !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: background 0.12s, border-color 0.12s, color 0.12s !important;
}
.twz-merch-reference .twz-merch-size-chip.is-active {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #fff !important;
}
.twz-merch-reference .twz-merch-size-chip:hover:not(.is-disabled):not(.is-active) {
  border-color: #111111 !important;
}

.twz-merch-reference .twz-merch-size-chip.is-disabled {
  opacity: 0.32 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
  text-decoration-color: rgba(17,17,17,0.4) !important;
}

.twz-merch-reference .twz-merch-size-more {
  font-size: 11px !important;
  font-weight: 500 !important;
  color: #888 !important;
  white-space: nowrap !important;
  padding: 0 4px !important;
  flex-shrink: 0 !important;
  letter-spacing: 0 !important;
}

.twz-merch-reference .card-product--text-section {
  padding: 10px 0 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  column-gap: 8px !important;
  row-gap: 2px !important;
  align-items: start !important;
}
.twz-merch-reference .card-product--text-section-link {
  text-decoration: none !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: grid !important;
  gap: 2px !important;
}

.twz-merch-reference .card-product-title-h3 {
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  text-transform: none !important;
  color: #111111 !important;
  margin: 0 !important;
}

.twz-merch-reference .card-product--merch-subtitle {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #888 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.twz-merch-reference .card-product--info {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  margin: 0 !important;
}
.twz-merch-reference .card-product--merch-price,
.twz-merch-reference .card-product--price .price-item {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

.twz-merch-reference .card-product--price .price-item--sale {
  color: var(--twz-red) !important;
}

.twz-merch-reference .card-product--price .price-item--regular.price-item--on-sale {
  font-size: 11px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  color: #aaa !important;
}

@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference .twz-merch-hover-ui {
    opacity: 0 !important;
    transition: opacity 220ms ease !important;
  }
  .twz-merch-reference:hover .twz-merch-hover-ui,
  .twz-merch-reference:focus-within .twz-merch-hover-ui {
    opacity: 1 !important;
  }

  .twz-merch-reference:hover .twz-merch-media-slide.is-active img {
    transform: scale(1.025) !important;
    transition: transform 600ms cubic-bezier(0.25, 1, 0.25, 1) !important;
  }
}

@media (max-width: 989px) {
  .twz-merch-reference .twz-merch-hover-ui {
    opacity: 1 !important;
  }

  .twz-card-sizes {
    max-height: 42px !important;
    opacity: 1 !important;
    padding: 8px 0 4px !important;
    pointer-events: auto !important;
  }

  .twz-merch-reference .twz-merch-size-chip {
    height: 28px !important;
    min-width: 32px !important;
    padding: 0 6px !important;
    font-size: 10px !important;
  }
}

.twz-merch-reference:has(.twz-badge--dark) .twz-merch-media-stage {
  opacity: 0.72 !important;
}

.shopvendor-section .twz-merch-reference .card-media,
.shopvendor-section .twz-merch-reference .twz-merch-media-stage {
  background: #f5f5f5 !important;
}

.twz-merch-reference .card-product-vendor,
.twz-merch-reference .card-product--color-count {
  display: none !important;
}

.twz-merch-reference .twz-merch-nav {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 4 !important;
  width: 32px !important;
  height: 32px !important;
  background: rgba(255,255,255,0.9) !important;
  border: 0 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  transition: background 0.15s, opacity 0.15s !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.twz-merch-reference .twz-merch-nav--prev { left: 8px !important; }
.twz-merch-reference .twz-merch-nav--next { right: 8px !important; }
.twz-merch-reference .twz-merch-nav span {
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
  color: #111 !important;
}

@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-merch-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .twz-merch-reference:hover .twz-merch-nav:hover {
    background: rgba(255,255,255,1) !important;
  }
}

@media (max-width: 989px) {
  .twz-merch-reference .twz-merch-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
    width: 28px !important;
    height: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .twz-merch-reference .twz-merch-media-slide,
  .twz-card-sizes,
  .twz-merch-reference .twz-merch-hover-ui,
  .twz-merch-reference .twz-merch-nav {
    transition: none !important;
    animation: none !important;
  }
}

.twz-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  font-size: 0 !important;
  color: transparent !important;
  line-height: 0 !important;
}
.twz-logo-img {

  font-size: 0 !important;
  color: transparent !important;
  display: block !important;
  width: auto !important;
  height: 36px !important;
  max-width: 220px !important;
  max-height: 100% !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;

  filter: none !important;
}
.twz-logo-inverted-filter {

  filter: brightness(0) invert(1) !important;
}
@media (min-width: 750px) {
  .twz-logo-img { height: 40px !important; max-width: 260px !important; }
}
@media (min-width: 990px) {
  .twz-logo-img { height: 44px !important; max-width: 300px !important; }
}

.twz-header-logo .header--logo-std     { display: block !important; }
.twz-header-logo .header--logo-inverted { display: none !important; }
.hdr-trans-hp .twz-header-logo .header--logo-std     { display: none !important; }
.hdr-trans-hp .twz-header-logo .header--logo-inverted { display: block !important; }

.twz-favorites-drawer {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 999 !important;
  pointer-events: none !important;
}
.twz-favorites-drawer.is-open {
  pointer-events: auto !important;
}
.twz-favorites-drawer__overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(9, 9, 9, 0.45) !important;
  opacity: 0 !important;
  transition: opacity 0.24s ease !important;
  border: 0 !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer !important;
}
.twz-favorites-drawer.is-open .twz-favorites-drawer__overlay {
  opacity: 1 !important;
}

.twz-favorites-drawer__panel {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: min(420px, 100vw) !important;
  height: 100dvh !important;
  max-height: 100dvh !important;
  overflow-y: auto !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 20px 0 !important;
  background: linear-gradient(180deg, #f8f4ed 0%, #f1ece3 100%) !important;
  box-shadow: -24px 0 80px rgba(9,9,9,0.18) !important;
  transform: translateX(100%) !important;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
  z-index: 1000 !important;
}
.twz-favorites-drawer.is-open .twz-favorites-drawer__panel {
  transform: translateX(0) !important;
}
@media (max-width: 480px) {
  .twz-favorites-drawer__panel {
    width: 100vw !important;
    padding: 16px 16px 0 !important;
  }
}

.twz-favorites-drawer__header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid rgba(17,17,17,0.1) !important;
  flex-shrink: 0 !important;
}
.twz-favorites-drawer__header h2 {
  font-size: 26px !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: #111 !important;
  font-family: "Archivo Black", "Arial Black", sans-serif !important;
}
.twz-favorites-drawer__eyebrow {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: rgba(17,17,17,0.5) !important;
  margin: 0 0 4px !important;
}
.twz-favorites-drawer__count {
  display: inline-flex !important;
  align-items: center !important;
  height: 26px !important;
  padding: 0 10px !important;
  border: 1px solid rgba(17,17,17,0.15) !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: rgba(17,17,17,0.65) !important;
  background: rgba(255,255,255,0.5) !important;
}
.twz-favorites-drawer__close {
  width: 36px !important;
  height: 36px !important;
  border: 1px solid rgba(17,17,17,0.15) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.7) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background 0.15s, border-color 0.15s !important;
}
.twz-favorites-drawer__close:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #f4f1ea !important;
}

.twz-favorites-drawer__body {
  flex: 1 !important;
  overflow-y: auto !important;
  padding: 16px 0 !important;
}

.twz-favorites-drawer__footer {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 14px 0 20px !important;
  border-top: 1px solid rgba(17,17,17,0.1) !important;
  flex-shrink: 0 !important;
  background: inherit !important;
  position: sticky !important;
  bottom: 0 !important;
}
.twz-favorites-drawer__add-all {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  background: #111 !important;
  border: 0 !important;
  border-radius: 8px !important;
  color: #f4f1ea !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
  margin-bottom: 10px !important;
}
.twz-favorites-drawer__add-all:hover {
  background: var(--twz-red) !important;
}
.twz-favorites-drawer__footer-cta {
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(17,17,17,0.5) !important;
  text-decoration: none !important;
  display: block !important;
  padding: 8px 0 !important;
}
.twz-favorites-drawer__footer-cta:hover {
  color: #111 !important;
}

.header-bar-inner a { color: #111111; }
.nav-ul--primary a { color: #111111 !important; }
.nav-ul--primary a:hover { color: var(--twz-red) !important; }
.hdr-st-item-label { color: #111111; }
.hdr-st-item-label:hover { color: var(--twz-red); }

.header-bar-inner .hdr-item-icon-button svg,
.header-bar-inner .icon { color: #111111; }
.header-bar-inner .hdr-item-icon-button:hover svg { color: var(--twz-red); }

.cart-count-bubble {
  background: var(--twz-red) !important;
  color: #fff !important;
}

.header-announcement-bar {
  background: #111111 !important;
  color: #f4f1ea !important;
}
.header-announcement-bar a { color: #f4f1ea !important; }

/* content-visibility ONLY on main content sections — never header/footer */
/* .content-for-layout is the <main> element wrapper from layout/theme.liquid */
/* This deliberately excludes: header-group sections, footer-group sections */
.content-for-layout > .shopify-section:not(.hero-banner-section) {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}
/* Hero always renders (above fold) */
.hero-banner-section {
  content-visibility: visible;
  contain: none;
}

.twz-ticker__track,
.twz-merch-media-slide,
.twz-merch-nav,
.twz-merch-detail-rail,
.twz-favorites-drawer__panel,
.card-wrapper:hover {
  will-change: transform;
}

.twz-merch-media-slide:not(.is-active),
.twz-favorites-drawer:not(.is-open) .twz-favorites-drawer__panel {
  will-change: auto;
}

.card-product--image img,
.twz-merch-media-slide img,
.cse__media,
.tb-{{ section.id }} img {
  aspect-ratio: attr(width) / attr(height);
}

.featured-collection-section,
.product-grid-carousel-section,
.collection-showcase-editorial-section,
.shopvendor-section {
  contain: layout style;
}

.collection-showcase-editorial-section {
  contain: none;
}

@font-face {
  font-family: 'Archivo Black';
  src: local('Arial Black'), local('Helvetica Neue Bold');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  size-adjust: 108%;
  ascent-override: 93%;
  descent-override: 22%;
}

.twz-ticker__track {
  transform: translateZ(0);
}
.twz-merch-media-slide {
  backface-visibility: hidden;
}

img:not([loading]) {
  loading: lazy;
}
img[loading="eager"] {
  fetchpriority: high;
}

/* ══════════════════════════════════════════════════════════════
   CARD HOVER SWAP v2 — size+ATC replaces title/price on hover
   Cart icon only visible on hover | No icon shown without hover
   ══════════════════════════════════════════════════════════════ */

/* ── HOVER-UI: thumbnails only, HIDDEN by default ──
   No ATC button inside the image anymore.
   Thumbnails show on hover to let user switch images. */
.twz-merch-reference .twz-merch-hover-ui {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 8px !important;
  padding: 0 10px !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  pointer-events: none !important;
  z-index: 3 !important;
  opacity: 0 !important;
  transition: opacity 200ms ease !important;
}
.twz-merch-reference .twz-merch-hover-ui > * {
  pointer-events: auto !important;
}
/* Show thumbnails on hover only */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-merch-hover-ui {
    opacity: 1 !important;
  }
}
/* Mobile: thumbnails always visible */
@media (max-width: 989px) {
  .twz-merch-reference .twz-merch-hover-ui {
    opacity: 1 !important;
  }
}
/* Hide the old quick-add button if it somehow still exists */
.twz-merch-reference .twz-merch-quick-add-button {
  display: none !important;
}

/* ── CARD BOTTOM: stacking context for hover swap ── */
.twz-card-bottom {
  position: relative !important;
  min-height: 52px !important; /* reserve space so card doesn't jump */
}

/* ── HOVER ROW (size chips + ATC): hidden by default ──
   Absolutely positioned to cover the text section below it. */
.twz-card-hover-row {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  overflow: hidden !important;
  background: var(--twz-bone) !important;
  z-index: 2 !important;
  padding: 8px 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 200ms ease !important;
}
/* Desktop: show on hover */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-card-hover-row {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}
/* Mobile: always visible (no hover state on touch) */
@media (max-width: 989px) {
  .twz-card-hover-row {
    position: static !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    padding: 6px 0 !important;
  }
}

/* ── TEXT SECTION: hide on hover ── */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .card-product--text-section-link,
  .twz-merch-reference:hover .card-product--text-section {
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 180ms ease !important;
  }
}
/* Mobile: always visible (hover row is static/stacked above) */
@media (max-width: 989px) {
  .twz-merch-reference .card-product--text-section-link,
  .twz-merch-reference .card-product--text-section {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

/* ── SIZE CHIPS inside hover row ── */
.twz-card-hover-row .twz-merch-size-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  min-width: 34px !important;
  padding: 0 7px !important;
  border: 1px solid rgba(17,17,17,0.16) !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: #111111 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: background 0.12s, border-color 0.12s, color 0.12s !important;
}
.twz-card-hover-row .twz-merch-size-chip.is-active {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #fff !important;
}
.twz-card-hover-row .twz-merch-size-chip:hover:not(.is-disabled):not(.is-active) {
  border-color: #111111 !important;
}
.twz-card-hover-row .twz-merch-size-chip.is-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}
.twz-card-hover-row .twz-merch-size-more {
  font-size: 11px !important;
  color: #888 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

/* ── ADD TO BAG button in hover row ── */
.twz-card-atc-form {
  flex-shrink: 0 !important;
  margin-left: auto !important; /* push to right end */
}
.twz-card-atc-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  height: 30px !important;
  padding: 0 12px !important;
  background: #111111 !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #f5f5f5 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background 0.18s !important;
}
.twz-card-atc-btn svg {
  width: 12px !important;
  height: 12px !important;
  color: #f5f5f5 !important;
  flex-shrink: 0 !important;
}
.twz-card-atc-btn:hover {
  background: var(--twz-red) !important;
}
.twz-card-atc-btn[disabled] {
  opacity: 0.45 !important;
  cursor: not-allowed !important;
}
/* Hide when there are no sizes (only-ATC case: show differently) */
.twz-card-hover-row--no-sizes .twz-card-atc-form {
  margin-left: 0 !important;
}
.twz-card-hover-row--no-sizes .twz-card-atc-btn {
  width: 100% !important;
  justify-content: center !important;
}

/* ── Size row HIDDEN by default — override the always-visible rules above ── */
/* This rule MUST come after all others to win the cascade. */
.twz-merch-sizes.twz-card-sizes {
  position: static !important;
  max-height: 0 !important;     /* ← hidden by default */
  opacity: 0 !important;         /* ← hidden by default */
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  .twz-card-hover-row,
  .twz-merch-reference .twz-merch-hover-ui,
  .twz-merch-reference .card-product--text-section-link {
    transition: none !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   CROYEZ CARD FINAL — bag icon in image (hover only),
   size chips below image (hover slide-up), title always visible
   ══════════════════════════════════════════════════════════════ */

/* ── BAG ICON inside image: hidden by default, reveal on hover ── */
.twz-merch-reference .twz-merch-hover-ui {
  position: absolute !important;
  left: 0 !important; right: 0 !important; bottom: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  padding: 10px !important;
  pointer-events: none !important;
  z-index: 3 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.06) 0%, transparent 60%) !important;
  opacity: 0 !important;
  transition: opacity 220ms ease !important;
}
.twz-merch-reference .twz-merch-hover-ui > * {
  pointer-events: auto !important;
}
/* Show on desktop hover */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-merch-hover-ui {
    opacity: 1 !important;
  }
}
/* Always visible on mobile */
@media (max-width: 989px) {
  .twz-merch-reference .twz-merch-hover-ui {
    opacity: 1 !important;
  }
}

/* ── BAG BUTTON: clean 38px white square, clear shopping bag SVG ── */
.twz-merch-reference .twz-merch-quick-add-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  background: rgba(255,255,255,0.95) !important;
  border: 1px solid rgba(17,17,17,0.1) !important;
  border-radius: 4px !important;
  color: #111111 !important;
  padding: 0 !important;
  cursor: pointer !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  transition: background 0.18s, color 0.18s !important;
  font-size: 0 !important;
}
.twz-merch-reference .twz-merch-quick-add-button svg {
  width: 18px !important;
  height: 18px !important;
  stroke: #111111 !important;
  fill: none !important;
  flex-shrink: 0 !important;
  display: block !important;
}
.twz-merch-reference .twz-merch-quick-add-button:hover {
  background: #111111 !important;
}
.twz-merch-reference .twz-merch-quick-add-button:hover svg {
  stroke: #f5f5f5 !important;
}
.twz-merch-reference .twz-merch-quick-add-button[disabled] {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

/* ── DETAIL RAIL: thumbnails left, bag right ── */
.twz-merch-reference .twz-merch-detail-rail {
  position: static !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  width: 100% !important;
  opacity: 1 !important;
  transform: none !important;
  pointer-events: auto !important;
}

/* ── SIZE CHIPS ROW: below image, slides up on hover ── */
.twz-card-sizes {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 4px !important;
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none !important;
  background: transparent !important;
  border: 0 !important;
  transition:
    max-height 260ms cubic-bezier(0.25,1,0.25,1),
    opacity 200ms ease,
    padding 260ms cubic-bezier(0.25,1,0.25,1) !important;
  scrollbar-width: none !important;
}
/* Desktop hover: slide in */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-card-sizes,
  .twz-merch-reference:focus-within .twz-card-sizes {
    max-height: 44px !important;
    opacity: 1 !important;
    padding: 8px 0 4px !important;
    pointer-events: auto !important;
  }
}
/* Mobile: always show */
@media (max-width: 989px) {
  .twz-card-sizes {
    max-height: 44px !important;
    opacity: 1 !important;
    padding: 8px 0 4px !important;
    pointer-events: auto !important;
  }
}

/* ── SIZE CHIP buttons ── */
.twz-merch-reference .twz-merch-size-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  min-width: 36px !important;
  padding: 0 8px !important;
  border: 1px solid rgba(17,17,17,0.16) !important;
  border-radius: 2px !important;
  background: #fff !important;
  color: #111 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  transition: background 0.12s, border-color 0.12s, color 0.12s !important;
}
.twz-merch-reference .twz-merch-size-chip.is-active {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
.twz-merch-reference .twz-merch-size-chip:hover:not(.is-disabled):not(.is-active) {
  border-color: #111 !important;
}
.twz-merch-reference .twz-merch-size-chip.is-disabled {
  opacity: 0.32 !important;
  cursor: not-allowed !important;
  text-decoration: line-through !important;
}
.twz-merch-reference .twz-merch-size-more {
  font-size: 11px !important;
  color: #888 !important;
  white-space: nowrap !important;
  padding: 0 2px !important;
}

/* ── Remove old conflicting hover-row rules (from previous attempt) ── */
.twz-card-bottom,
.twz-card-hover-row,
.twz-card-atc-form,
.twz-card-atc-btn {
  display: none !important;
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  .twz-card-sizes,
  .twz-merch-reference .twz-merch-hover-ui {
    transition: none !important;
  }
}

/* ══════════════════════════════════════════════════════════════
   SIZE CHIPS — DEFINITIVE FINAL RULES (must be last in file)
   Uses long selector chain for highest possible specificity.
   ══════════════════════════════════════════════════════════════ */

/* DEFAULT: always hidden */
.twz-merch-reference .twz-merch-sizes,
.twz-merch-reference .twz-card-sizes,
.twz-merch-reference .twz-merch-sizes.twz-card-sizes {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  pointer-events: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
  transition:
    max-height 260ms cubic-bezier(0.25,1,0.25,1),
    opacity 200ms ease,
    padding 260ms cubic-bezier(0.25,1,0.25,1) !important;
}

/* HOVER DEVICES (mouse/trackpad): show on hover only */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-merch-sizes,
  .twz-merch-reference:hover .twz-card-sizes,
  .twz-merch-reference:hover .twz-merch-sizes.twz-card-sizes,
  .twz-merch-reference:focus-within .twz-merch-sizes,
  .twz-merch-reference:focus-within .twz-card-sizes {
    max-height: 44px !important;
    opacity: 1 !important;
    padding: 8px 0 4px !important;
    pointer-events: auto !important;
  }
}

/* TOUCH DEVICES (no hover): always show */
@media (hover: none) {
  .twz-merch-reference .twz-merch-sizes,
  .twz-merch-reference .twz-card-sizes,
  .twz-merch-reference .twz-merch-sizes.twz-card-sizes {
    max-height: 44px !important;
    opacity: 1 !important;
    padding: 8px 0 4px !important;
    pointer-events: auto !important;
  }
}

/* CARD IMAGE: slight inner padding so grey bg frame shows */
.twz-merch-reference .twz-merch-media-stage,
.twz-merch-reference .card-product-image-outer.twz-merch-media-stage {
  background: #f5f5f5 !important;
}
.twz-merch-reference .twz-merch-media-slide img {
  padding: 4% 6% !important;    /* shows grey frame around product image */
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  height: 100% !important;
}

/* Hover image: keep padding consistent */
@media (hover: hover) and (pointer: fine) {
  .twz-merch-reference:hover .twz-merch-media-slide.is-active img {
    transform: scale(1.02) !important;
    transition: transform 600ms cubic-bezier(0.25,1,0.25,1) !important;
  }
}

/* prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .twz-merch-reference .twz-merch-sizes,
  .twz-merch-reference .twz-card-sizes {
    transition: none !important;
  }
}

/* Final homepage grid override: must remain after legacy collection/card rules. */
.mcpg.twz-home-products {
  display: block !important;
  grid-template-columns: none !important;
}

.mcpg.twz-home-products .cr-container,
.mcpg.twz-home-products .product-grid-container,
.mcpg.twz-home-products .collection,
.mcpg.twz-home-products #product-grid:not(.twz-range-grid) {
  width: 100% !important;
  max-width: none !important;
}

.mcpg.twz-home-products #product-grid:not(.twz-range-grid) {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.mcpg.twz-home-products #product-grid.twz-range-grid {
  display: grid !important;
  width: 100% !important;
  max-width: 760px !important;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px)) !important;
  justify-content: center !important;
  column-gap: 36px !important;
  row-gap: 42px !important;
}

@media screen and (max-width: 749px) {
  .mcpg.twz-home-products #product-grid:not(.twz-range-grid) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mcpg.twz-home-products #product-grid.twz-range-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 10px !important;
    row-gap: 24px !important;
  }
}

/* Cart drawer repair: keep item image/details readable in the narrow drawer. */
cart-drawer .drawer__inner {
  width: min(480px, 100vw) !important;
  max-width: 100vw !important;
  border-radius: 0 !important;
}

cart-drawer .drawer__header {
  padding: 18px 24px !important;
}

cart-drawer .drawer__contents,
cart-drawer .drawer__footer {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

cart-drawer .drawer__cart-items-wrapper,
cart-drawer .cart-items,
cart-drawer .cart-items tbody {
  width: 100% !important;
  display: block !important;
}

cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  grid-template-areas:
    "media details"
    "media details" !important;
  column-gap: 16px !important;
  row-gap: 0 !important;
  align-items: start !important;
  width: 100% !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

cart-drawer .cart-item__media {
  grid-area: media !important;
  display: block !important;
  width: 96px !important;
  min-width: 96px !important;
  padding: 0 !important;
}

cart-drawer .cart-item__details {
  grid-area: details !important;
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

cart-drawer .cart-item__totals {
  display: none !important;
}

cart-drawer .cart-item__name,
cart-drawer .cart-item__product-title,
cart-drawer .cart-item__details .h4 {
  display: block !important;
  max-width: 100% !important;
  margin: 0 0 8px !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

cart-drawer .cart-item__discounted-prices,
cart-drawer .cart-item__price-wrapper,
cart-drawer .product-option {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 8px !important;
  width: 100% !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  word-break: normal !important;
}

cart-drawer .cart-item__details dl {
  margin: 8px 0 !important;
}

cart-drawer .cart-item__details .product-option dt,
cart-drawer .cart-item__details .product-option dd {
  display: inline !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
}

cart-drawer .cart-item__details .product-option {
  align-items: baseline !important;
}

cart-drawer .discounts__discount {
  font-size: 11px !important;
  line-height: 1.35 !important;
}

cart-drawer .cart-item__quantity-wrapper {
  margin-top: 12px !important;
}

cart-drawer .cart-item__details .quantity {
  max-width: 116px !important;
}

cart-drawer .button-cart-item-remove {
  margin-top: 8px !important;
  font-size: 11px !important;
}

cart-drawer .cart-drawer__footer .totals,
cart-drawer .cart__ctas,
cart-drawer .cart__checkout-button {
  width: 100% !important;
}

@media screen and (max-width: 520px) {
  cart-drawer .drawer__contents,
  cart-drawer .drawer__footer,
  cart-drawer .drawer__header {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  cart-drawer .cart-item {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    column-gap: 14px !important;
  }

  cart-drawer .cart-item__media {
    width: 84px !important;
    min-width: 84px !important;
  }
}

/* Cart drawer hard reset: desktop theme selectors use .cart-drawer and can beat
   the lighter custom-element selectors above after Ajax refreshes. */
#CartDrawer.cart-drawer .drawer__inner {
  width: min(480px, 100vw) !important;
  max-width: 100vw !important;
}

#CartDrawer.cart-drawer cart-drawer-items {
  overflow: auto !important;
}

#CartDrawer.cart-drawer .drawer__contents {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

#CartDrawer.cart-drawer .drawer__footer {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 18px !important;
}

#CartDrawer.cart-drawer .cart-drawer__footer {
  padding-top: 0 !important;
}

#CartDrawer.cart-drawer .cart-drawer__footer .totals {
  margin-bottom: 14px !important;
}

#CartDrawer.cart-drawer .cart-drawer__footer .totals-row {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

#CartDrawer.cart-drawer .cart-drawer__footer .totals-row p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: var(--twz-text) !important;
}

#CartDrawer.cart-drawer .cart-drawer__footer .totals__subtotal-value {
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: var(--twz-text) !important;
}

#CartDrawer.cart-drawer #CartDrawer-Form,
#CartDrawer.cart-drawer .cart-drawer__form,
#CartDrawer.cart-drawer .cart__contents {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

#CartDrawer.cart-drawer #CartDrawer-CartItems {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

#CartDrawer.cart-drawer .drawer__cart-items-wrapper,
#CartDrawer.cart-drawer .cart-items,
#CartDrawer.cart-drawer .cart-items tbody {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
}

#CartDrawer.cart-drawer .cart-item {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  grid-template-rows: auto !important;
  grid-template-areas: "media details" !important;
  gap: 0 16px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  align-items: start !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

#CartDrawer.cart-drawer .cart-item > td {
  display: block !important;
  min-width: 0 !important;
  padding: 0 !important;
}

#CartDrawer.cart-drawer .cart-item__media {
  grid-area: media !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  overflow: visible !important;
}

#CartDrawer.cart-drawer .cart-item__link,
#CartDrawer.cart-drawer .cart-item__image-container,
#CartDrawer.cart-drawer .cart-item__image-wrapper {
  display: block !important;
  width: 96px !important;
  height: 120px !important;
  min-width: 96px !important;
  max-width: 96px !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border-radius: 0 !important;
}

#CartDrawer.cart-drawer .cart-item__image-wrapper img,
#CartDrawer.cart-drawer .cart-item__image {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}

#CartDrawer.cart-drawer .cart-item__details {
  grid-area: details !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
}

#CartDrawer.cart-drawer .cart-item__details *,
#CartDrawer.cart-drawer .cart-item__name,
#CartDrawer.cart-drawer .cart-item__product-title {
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: none !important;
}

#CartDrawer.cart-drawer .cart-item__name,
#CartDrawer.cart-drawer .cart-item__product-title {
  font-size: 14px !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
}

#CartDrawer.cart-drawer .cart-item__discounted-prices,
#CartDrawer.cart-drawer .cart-item__price-wrapper,
#CartDrawer.cart-drawer .product-option {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px 8px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin-top: 6px !important;
}

#CartDrawer.cart-drawer .cart-item__details .product-option dt,
#CartDrawer.cart-drawer .cart-item__details .product-option dd {
  margin: 0 !important;
  word-break: normal !important;
}

#CartDrawer.cart-drawer .cart-item__totals {
  display: none !important;
}

#CartDrawer.cart-drawer .cart-item__quantity-wrapper {
  margin-top: 14px !important;
}

#CartDrawer.cart-drawer .cart-item__details .quantity {
  width: 116px !important;
  max-width: 116px !important;
}

#CartDrawer.cart-drawer .cart-item__details .quantity__input {
  width: 40px !important;
}

#CartDrawer.cart-drawer cart-remove-button,
#CartDrawer.cart-drawer .button-cart-item-remove {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

#CartDrawer.cart-drawer .cart-item__error:has(.cart-item__error-text:empty),
#CartDrawer.cart-drawer .cart-item__error-text:empty {
  display: none !important;
}

#CartDrawer.cart-drawer .cart-item__error svg {
  width: 16px !important;
  height: 16px !important;
}

/* Keep the TROLLZWORLD wordmark centered regardless of nav/cart width. */
#SiteHeaderInner {
  position: relative !important;
}

#SiteHeaderInner .header-mobile-logo,
#SiteHeaderInner .header-desktop-logo {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2 !important;
  justify-self: center !important;
  margin: 0 !important;
  pointer-events: auto !important;
}

#SiteHeaderInner .header-mobile-logo .twz-header-logo,
#SiteHeaderInner .header-desktop-logo .twz-header-logo,
#SiteHeaderInner .twz-logo-link {
  justify-content: center !important;
}

@media screen and (max-width: 520px) {
  #CartDrawer.cart-drawer .cart-item {
    grid-template-columns: 84px minmax(0, 1fr) !important;
    gap: 0 14px !important;
  }

  #CartDrawer.cart-drawer .cart-item__media,
  #CartDrawer.cart-drawer .cart-item__link,
  #CartDrawer.cart-drawer .cart-item__image-container,
  #CartDrawer.cart-drawer .cart-item__image-wrapper {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;
    height: 108px !important;
  }
}
