@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --b2s-black: #000;
  --b2s-white: #fff;
  --b2s-muted: rgba(255, 255, 255, 0.75);
  --b2s-faint: rgba(255, 255, 255, 0.22);
  --b2s-line: rgba(255, 255, 255, 0.28);
  --b2s-red: #b62525;
  --b2s-purple: #5433eb;
  --b2s-page: 1500px;
  --b2s-page-pad: 50px;
  --b2s-grid-gap: 40px;
  --b2s-section-gap: 52px;
  --b2s-header-height: 125px;
  --b2s-announcement-height: 43px;
  --b2s-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--b2s-black);
  color-scheme: dark;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body.b2s-theme {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  background: var(--b2s-black);
  color: var(--b2s-muted);
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.b2s-theme.is-locked {
  overflow: hidden;
}

.b2s-theme img,
.b2s-theme svg,
.b2s-theme video {
  display: block;
  max-width: 100%;
}

.b2s-theme img {
  height: auto;
}

.b2s-theme button,
.b2s-theme input,
.b2s-theme textarea,
.b2s-theme select {
  border-radius: 0;
  font: inherit;
}

.b2s-theme button,
.b2s-theme summary,
.b2s-theme [role="button"] {
  -webkit-tap-highlight-color: transparent;
}

.b2s-theme button {
  color: inherit;
}

.b2s-theme a {
  color: inherit;
  text-decoration: none;
}

.b2s-theme a:hover {
  color: var(--b2s-white);
}

.b2s-theme h1,
.b2s-theme h2,
.b2s-theme h3,
.b2s-theme h4,
.b2s-theme h5,
.b2s-theme h6 {
  margin: 0;
  color: var(--b2s-white);
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.084rem;
  line-height: 1.2;
}

.b2s-theme p {
  margin-top: 0;
}

.b2s-theme :focus-visible {
  outline: 2px solid var(--b2s-white);
  outline-offset: 4px;
}

.page-width {
  width: 100%;
  max-width: var(--b2s-page);
  margin-inline: auto;
  padding-inline: var(--b2s-page-pad);
}

.screen-reader-text,
.b2s-theme .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  background: var(--b2s-white);
  color: var(--b2s-black);
}

.b2s-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 10px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--b2s-white);
  cursor: pointer;
}

.icon-button svg,
.site-header svg,
.drawer svg,
.search-overlay svg,
.site-footer__socials svg,
.product-accordions svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.button,
.b2s-theme .button {
  display: inline-flex;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 10px 28px;
  border: 1px solid var(--b2s-white);
  background: transparent;
  color: var(--b2s-white);
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.2;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease, opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
  background: var(--b2s-white);
  color: var(--b2s-black);
}

.button--solid {
  background: var(--b2s-white);
  color: var(--b2s-black);
}

.button--solid:hover,
.button--solid:focus-visible {
  background: transparent;
  color: var(--b2s-white);
}

.button--shop {
  border-color: var(--b2s-purple);
  background: var(--b2s-purple);
  color: var(--b2s-white);
}

.button--shop:hover,
.button--shop:focus-visible {
  border-color: #6d50f4;
  background: #6d50f4;
  color: var(--b2s-white);
}

.button--full {
  width: 100%;
}

.button[disabled],
.button[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
}

.announcement-bar {
  display: grid;
  min-height: var(--b2s-announcement-height);
  padding-inline: 15px;
  place-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--b2s-black);
  color: var(--b2s-white);
}

.announcement-bar p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  text-align: center;
}

.site-header {
  position: relative;
  z-index: 40;
  min-height: var(--b2s-header-height);
  background: var(--b2s-black);
}

.site-header__inner {
  display: grid;
  min-height: var(--b2s-header-height);
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  column-gap: 20px;
  padding-block: 20px;
}

.site-logo {
  display: block;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  line-height: 0;
}

.site-logo__image {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.desktop-navigation {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 27px;
  color: var(--b2s-muted);
  font-size: 1.5rem;
}

.desktop-navigation > a,
.desktop-navigation__trigger {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  white-space: nowrap;
}

.desktop-navigation > a::after,
.desktop-navigation__trigger::after {
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-navigation > a:hover::after,
.desktop-navigation__trigger:hover::after,
.desktop-navigation__trigger[aria-expanded="true"]::after {
  transform: scaleX(1);
}

.desktop-navigation__trigger svg {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  transition: transform 180ms ease;
}

.desktop-navigation__trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.mega-menu {
  position: absolute;
  z-index: 15;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--b2s-black);
}

.mega-menu__inner {
  display: grid;
  width: min(100% - 100px, 1400px);
  margin-inline: auto;
  padding-block: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 40px;
}

.mega-menu__inner a {
  padding-block: 6px;
  color: var(--b2s-muted);
}

.mega-menu__inner a:hover {
  color: var(--b2s-white);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0;
}

.site-header__menu-toggle {
  display: none;
}

.site-header__cart {
  position: relative;
}

.cart-count {
  position: absolute;
  right: 2px;
  bottom: 1px;
  display: none;
  min-width: 18px;
  height: 18px;
  padding-inline: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: var(--b2s-white);
  color: var(--b2s-black);
  font-size: 1rem;
  line-height: 1;
}

.cart-count:not(:empty),
.cart-count[data-count]:not([data-count="0"]) {
  display: inline-flex;
}

.drawer {
  position: fixed;
  z-index: 1000;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.drawer[aria-hidden="false"] {
  visibility: visible;
  pointer-events: auto;
}

.drawer__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  opacity: 0;
  transition: opacity 280ms ease;
}

.drawer[aria-hidden="false"] .drawer__scrim {
  opacity: 1;
}

.drawer__panel {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: min(440px, calc(100vw - 30px));
  flex-direction: column;
  overflow: auto;
  overscroll-behavior: contain;
  border: 1px solid var(--b2s-line);
  background: var(--b2s-black);
  color: var(--b2s-muted);
  transition: transform 360ms var(--b2s-ease);
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.drawer__panel--left {
  left: 0;
  padding-left: env(safe-area-inset-left);
  transform: translateX(-100%);
}

.drawer__panel--right {
  right: 0;
  padding-right: env(safe-area-inset-right);
  transform: translateX(100%);
}

.drawer[aria-hidden="false"] .drawer__panel {
  transform: translateX(0);
}

.drawer__header {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--b2s-line);
}

.drawer__header h2 {
  font-size: 2.4rem;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  padding: 22px 24px;
}

.mobile-navigation a {
  display: flex;
  min-height: 52px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--b2s-white);
  font-size: 1.8rem;
}

.drawer__socials {
  display: flex;
  margin-top: auto;
  padding: 26px 24px calc(26px + env(safe-area-inset-bottom));
  gap: 18px;
}

.drawer__socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
}

/* Source storefront mobile menu: header remains visible and collections live in a second view. */
.drawer--mobile-menu {
  top: var(--b2s-mobile-menu-top, calc(var(--b2s-announcement-height) + var(--b2s-header-height)));
}

.drawer--mobile-menu .drawer__scrim {
  background: rgba(255, 255, 255, 0.5);
}

.drawer--mobile-menu .drawer__panel {
  width: calc(100vw - 40px);
  max-width: none;
  overflow: hidden;
  border: 0;
  color: var(--b2s-muted);
  transition-duration: 220ms;
}

.mobile-menu__close {
  position: absolute;
  z-index: 4;
  top: var(--b2s-mobile-close-top, -74px);
  left: calc(var(--b2s-page-pad) - 10px);
  background: var(--b2s-black);
}

.mobile-menu__inner {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 0;
  grid-template-rows: minmax(0, 1fr) auto;
}

.drawer--mobile-menu .mobile-navigation {
  position: relative;
  display: block;
  min-height: 0;
  padding: 56px 0;
  overflow: hidden auto;
  overscroll-behavior: contain;
}

.mobile-menu__view {
  width: 100%;
}

.mobile-menu__view--root {
  visibility: visible;
  transform: translateX(0);
  transition: transform 220ms ease, visibility 0s linear 0s;
}

.mobile-menu__view--submenu {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 15px 0 40px;
  overflow: hidden auto;
  background: var(--b2s-black);
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 220ms ease, visibility 0s linear 220ms;
}

.mobile-navigation.is-submenu-open .mobile-menu__view--root {
  visibility: hidden;
  transform: translateX(-30%);
  transition: transform 220ms ease, visibility 0s linear 220ms;
}

.mobile-navigation.is-submenu-open .mobile-menu__view--submenu {
  visibility: visible;
  transform: translateX(0);
  transition: transform 220ms ease, visibility 0s linear 0s;
}

.drawer--mobile-menu .mobile-navigation__item,
.drawer--mobile-menu .mobile-navigation__back {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  padding: 11px 32px;
  border: 0;
  background: transparent;
  color: var(--b2s-muted);
  cursor: pointer;
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
  line-height: 1.5;
  text-align: left;
}

.drawer--mobile-menu .mobile-navigation__item:hover,
.drawer--mobile-menu .mobile-navigation__item:focus-visible,
.drawer--mobile-menu .mobile-navigation__back:hover,
.drawer--mobile-menu .mobile-navigation__back:focus-visible {
  background: rgba(255, 255, 255, 0.04);
  color: var(--b2s-white);
}

.drawer--mobile-menu .mobile-navigation__item svg {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
}

.drawer--mobile-menu .mobile-navigation__back {
  margin: 0 0 15px;
  padding-inline: 26px;
  font-size: 1.4rem;
}

.drawer--mobile-menu .mobile-navigation__back svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  transform: rotate(180deg);
}

.mobile-menu__utility {
  padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.03);
}

.mobile-menu__account {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-left: -12px;
  padding: 12px;
  color: var(--b2s-white);
  font-size: 1.4rem;
  gap: 10px;
}

.mobile-menu__account svg {
  width: 20px;
  height: 20px;
}

.drawer--mobile-menu .drawer__socials {
  margin: 20px 0 0 -12px;
  padding: 0;
  gap: 0;
}

.drawer--mobile-menu .drawer__socials a {
  width: 49px;
  height: 44px;
  padding-inline: 12px;
}

.search-overlay {
  position: fixed;
  z-index: 900;
  inset: 0;
  visibility: hidden;
  overflow: auto;
  background: rgba(0, 0, 0, 0.98);
  opacity: 0;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.search-overlay[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}

.search-overlay__inner {
  min-height: 100%;
  padding-top: 54px;
  padding-bottom: 54px;
}

.search-overlay__header {
  display: flex;
  align-items: center;
  gap: 18px;
}

.search-overlay__form {
  flex: 1;
}

.search-field {
  position: relative;
  display: block;
}

.search-field input {
  width: 100%;
  height: 58px;
  padding: 12px 55px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--b2s-white);
  font-size: 1.8rem;
}

.search-field > svg {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
}

.search-overlay__results {
  display: grid;
  padding-top: 45px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.search-result {
  min-width: 0;
}

.search-result img {
  width: 100%;
  aspect-ratio: 1;
  background: var(--b2s-black);
  object-fit: cover;
}

.search-result h3 {
  margin-top: 12px;
  font-size: 1.6rem;
}

.search-result p {
  margin: 2px 0 0;
}

.search-empty {
  grid-column: 1 / -1;
  padding-block: 40px;
  text-align: center;
}

.cart-drawer__status,
.cart-page__status {
  padding: 22px 24px;
}

.cart-drawer__items,
.cart-page__items {
  display: flex;
  flex-direction: column;
}

.cart-line {
  display: grid;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
}

.cart-line__image {
  width: 92px;
  aspect-ratio: 1;
  object-fit: cover;
}

.cart-line__body {
  min-width: 0;
}

.cart-line__title {
  margin: 0 0 2px;
  font-size: 1.6rem;
}

.cart-line__variant,
.cart-line__price {
  margin: 0;
  font-size: 1.4rem;
}

.cart-line__actions {
  display: flex;
  align-items: center;
  margin-top: 12px;
  gap: 10px;
}

.cart-line__actions button {
  min-width: 34px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid var(--b2s-line);
  background: transparent;
  cursor: pointer;
}

.cart-line__remove {
  margin-left: auto;
  border: 0 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cart-drawer__footer {
  margin-top: auto;
  padding: 24px 24px calc(24px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--b2s-line);
}

.cart-drawer__subtotal,
.cart-page__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--b2s-white);
  font-size: 1.8rem;
}

.cart-drawer__footer p,
.cart-page__footer p {
  font-size: 1.3rem;
}

.cart-drawer__view {
  display: block;
  margin-top: 13px;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-main {
  min-height: 30vh;
}

.b2s-section {
  padding-block: 36px;
}

.home-main > .b2s-section + .b2s-section {
  margin-top: var(--b2s-section-gap);
}

.home-hero__grid {
  display: grid;
  height: 695px;
  grid-template-columns: 68.85% 31.15%;
}

.home-hero__media,
.home-hero__media img {
  width: 100%;
  height: 100%;
}

.home-hero__media {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.home-hero__media img {
  object-fit: cover;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--b2s-grid-gap);
}

.product-card {
  min-width: 0;
  align-self: start;
  color: var(--b2s-muted);
}

.product-card__media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: var(--b2s-black);
  aspect-ratio: 1;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 500ms var(--b2s-ease), opacity 300ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .product-card__media:hover img {
    transform: scale(1.025);
  }
}

.product-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #060606, #111);
}

.product-card__badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 4px 13px;
  border-radius: 40px;
  background: var(--b2s-red);
  color: var(--b2s-white);
  font-size: 1.2rem;
  letter-spacing: 0.07rem;
  line-height: 1;
}

.product-card__content {
  padding-top: 13px;
}

.product-card__title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.35;
}

.product-card__title a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-card__price {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
  gap: 3px 8px;
}

.product-card__price s {
  opacity: 0.72;
}

.product-card__button {
  width: 100%;
  margin-top: 16px;
}

.featured-collection__link {
  margin-top: 24px;
  text-align: center;
}

.featured-collection__link a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.section-title {
  margin-bottom: 30px;
  font-size: 3.36rem;
  line-height: 1.215;
}

.section-title--h1 {
  font-size: 5.6rem;
}

.collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--b2s-grid-gap);
}

.collage__item {
  min-width: 0;
}

.collage--with-editorial .collage__item--editorial {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.collage--with-editorial .collage__item--1 {
  grid-column: 3;
  grid-row: 1;
}

.collage--with-editorial .collage__item--2 {
  grid-column: 3;
  grid-row: 2;
}

.collage__item--editorial img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.collage--products-only .collage__item--1 {
  grid-column: 1 / span 2;
}

.collage--products-only .collage__item--2 {
  grid-column: 3;
}

.collage--products-only .collage__item--1 .product-card__media {
  aspect-ratio: 1;
}

.collage--products-only .collage__item--2 .product-card__media {
  aspect-ratio: 0.645;
}

.rich-cta .page-width {
  text-align: center;
}

.rich-cta .button {
  min-width: 188px;
}

.video-poster {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #080808;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.video-poster img,
.video-poster iframe {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.video-poster__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: var(--b2s-black);
  transform: translate(-50%, -50%);
  transition: transform 220ms var(--b2s-ease);
}

.video-poster:hover .video-poster__play {
  transform: translate(-50%, -50%) scale(1.08);
}

.video-poster__play svg {
  width: 34px;
  height: 34px;
  margin-left: 3px;
  fill: currentColor;
  stroke: currentColor;
}

.site-footer {
  margin-top: 52px;
  padding: 32px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--b2s-black);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.35fr;
  gap: 40px;
}

.site-footer__block h2 {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

.site-footer__block p,
.site-footer__block ul {
  margin: 0;
}

.site-footer__block ul {
  padding: 0;
  list-style: none;
}

.site-footer__block li + li {
  margin-top: 5px;
}

.site-footer__block a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.newsletter-form {
  position: relative;
  max-width: 440px;
}

.newsletter-form__field {
  position: relative;
  display: block;
}

.newsletter-form input[type="email"] {
  width: 100%;
  height: 49px;
  padding: 10px 54px 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: transparent;
  color: var(--b2s-white);
}

.newsletter-form button {
  position: absolute;
  top: 2px;
  right: 2px;
  display: grid;
  width: 45px;
  height: 45px;
  padding: 10px;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.newsletter-form button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
}

.form-message {
  margin: 8px 0 0;
  font-size: 1.3rem;
}

.form-message--success {
  color: #9be6aa;
}

.form-message--error {
  color: #ff9b9b;
}

.site-footer__socials {
  display: flex;
  margin-top: 28px;
  gap: 12px;
}

.site-footer__socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
}

.site-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  gap: 24px;
}

.site-footer__bottom p {
  margin: 0;
  font-size: 1.2rem;
}

.payment-marks {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0;
  padding: 0;
  gap: 6px;
  list-style: none;
}

.payment-marks span {
  display: grid;
  min-width: 38px;
  height: 24px;
  padding-inline: 5px;
  place-items: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.live-chat-button {
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 16px;
  background: var(--b2s-white);
  color: var(--b2s-black) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.toast {
  position: fixed;
  z-index: 1300;
  right: 20px;
  bottom: 20px;
  max-width: min(380px, calc(100vw - 30px));
  padding: 13px 18px;
  border: 1px solid var(--b2s-white);
  background: var(--b2s-black);
  color: var(--b2s-white);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.product-page {
  padding: 36px 0 12px;
}

.product-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 40px;
}

.product-gallery__track {
  display: grid;
  gap: 20px;
}

.product-gallery__item {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: var(--b2s-black);
  cursor: zoom-in;
  aspect-ratio: 1;
}

.product-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery__dots {
  display: none;
}

.product-info {
  position: sticky;
  top: 20px;
  padding: 5px 0 0;
}

.product-info__vendor {
  margin: 0 0 5px;
  font-size: 1.1rem;
  letter-spacing: 0.12rem;
}

.product-info h1 {
  max-width: 590px;
  font-size: clamp(4rem, 4vw, 5.6rem);
  line-height: 1.15;
}

.product-info__price {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
  color: var(--b2s-white);
  font-size: 2rem;
  gap: 4px 10px;
}

.product-info__taxes {
  margin: 4px 0 0;
  font-size: 1.3rem;
}

.product-info__taxes a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-info__installments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 18px 0 0;
  gap: 4px 7px;
}

.payment-chip {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 3px 7px;
  border-radius: 2px;
  color: #111;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.payment-chip--klarna {
  background: #ffa8cd;
}

.payment-chip--paypal {
  background: #fff;
  color: #003087;
}

.product-form {
  margin-top: 23px;
}

.variant-picker {
  margin: 0 0 17px;
  padding: 0;
  border: 0;
}

.variant-picker legend,
.quantity-picker > label {
  display: block;
  margin-bottom: 8px;
  font-size: 1.3rem;
}

.variant-picker__values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-picker label {
  position: relative;
  cursor: pointer;
}

.variant-picker input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.variant-picker span {
  display: grid;
  min-width: 54px;
  min-height: 38px;
  padding: 6px 15px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 40px;
  color: var(--b2s-white);
  line-height: 1;
  transition: background-color 160ms ease, color 160ms ease, opacity 160ms ease;
}

.variant-picker input:checked + span {
  border-color: var(--b2s-white);
  background: var(--b2s-white);
  color: var(--b2s-black);
}

.variant-picker input:focus-visible + span {
  outline: 2px solid var(--b2s-white);
  outline-offset: 3px;
}

.variant-picker input:disabled + span {
  opacity: 0.35;
  text-decoration: line-through;
  cursor: not-allowed;
}

.quantity-picker {
  margin-bottom: 24px;
}

.quantity-picker__control {
  display: grid;
  width: 142px;
  height: 47px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  grid-template-columns: 44px 1fr 44px;
}

.quantity-picker__control button,
.quantity-picker__control input {
  width: 100%;
  height: 45px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--b2s-white);
  text-align: center;
}

.quantity-picker__control button {
  display: grid;
  place-items: center;
  cursor: pointer;
}

.quantity-picker__control button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
}

.quantity-picker__control input {
  -moz-appearance: textfield;
}

.quantity-picker__control input::-webkit-outer-spin-button,
.quantity-picker__control input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.product-form__add + .button {
  margin-top: 10px;
}

.product-form__message {
  min-height: 24px;
  margin-top: 7px;
  font-size: 1.3rem;
}

.product-description {
  margin-top: 26px;
}

.rte > :last-child {
  margin-bottom: 0;
}

.product-accordions {
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.product-accordions details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.product-accordions summary {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  color: var(--b2s-white);
  cursor: pointer;
  list-style: none;
}

.product-accordions summary::-webkit-details-marker {
  display: none;
}

.product-accordions summary svg {
  width: 16px;
  height: 16px;
  transition: transform 180ms ease;
}

.product-accordions details[open] summary svg {
  transform: rotate(180deg);
}

.product-accordions details > div {
  padding: 0 0 18px;
}

.inline-newsletter {
  margin-top: 52px;
  padding-block: 36px;
}

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

.inline-newsletter h2 {
  font-size: 2.5rem;
}

.inline-newsletter p {
  margin: 9px 0 20px;
}

.inline-newsletter .newsletter-form {
  margin-inline: auto;
}

.gallery-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.96);
}

.gallery-modal[aria-hidden="false"] {
  display: grid;
  place-items: center;
}

.gallery-modal__dialog {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.gallery-modal__dialog img {
  max-width: 92vw;
  max-height: 92vh;
  object-fit: contain;
}

.gallery-modal__close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

.collection-page {
  padding-top: 16px;
}

.collection-grid {
  row-gap: 40px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  gap: 8px;
}

.pagination a,
.pagination span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
}

.pagination [aria-current="page"] {
  border-bottom: 1px solid var(--b2s-white);
  color: var(--b2s-white);
}

.store-page,
.default-page,
.search-page,
.blog-page,
.article-page,
.cart-page,
.error-page {
  padding-block: 36px;
}

.prose-page {
  max-width: 940px;
}

.prose-page > h1,
.search-page__header h1,
.cart-page h1,
.empty-state h1 {
  margin-bottom: 30px;
  font-size: 5.6rem;
}

.prose-page .rte h1,
.prose-page .rte h2,
.prose-page .rte h3 {
  margin: 32px 0 12px;
}

.prose-page .rte h2 {
  font-size: 2.8rem;
}

.prose-page .rte ul,
.prose-page .rte ol {
  padding-left: 24px;
}

.prose-page .rte a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.prose-page .rte img {
  width: auto;
  max-width: 100%;
  margin-block: 24px;
}

.size-guide-image {
  width: min(100%, 750px);
}

.page-collection > h1 {
  margin-bottom: 40px;
  font-size: 5.6rem;
}

.lookbook {
  display: grid;
  gap: 52px;
}

.lookbook-collage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.lookbook-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lookbook-collage--left img:first-child {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.lookbook-collage--left img:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.lookbook-collage--left img:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

.lookbook-collage--right img:first-child {
  grid-column: 1;
  grid-row: 1;
}

.lookbook-collage--right img:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.lookbook-collage--right img:nth-child(3) {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}

.search-page__header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.search-page__header p {
  margin: 15px 0 0;
}

.empty-state {
  padding-block: 80px;
  text-align: center;
}

.empty-state > p:first-child {
  margin-bottom: 8px;
  font-size: 2rem;
}

.article-list {
  display: grid;
  gap: 28px;
}

.article-list article {
  padding-block: 20px;
  border-bottom: 1px solid var(--b2s-line);
}

.article-list h2 {
  font-size: 2.8rem;
}

.article-list p,
.article-meta {
  margin: 7px 0 0;
}

.article-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.article-gallery img {
  width: 100% !important;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
}

.cart-page__inner {
  max-width: 940px;
}

.cart-page__items .cart-line {
  padding-inline: 0;
  grid-template-columns: 140px minmax(0, 1fr);
}

.cart-page__items .cart-line__image {
  width: 140px;
}

.cart-page__footer {
  max-width: 520px;
  margin: 35px 0 35px auto;
  padding-top: 24px;
  border-top: 1px solid var(--b2s-line);
}

@media (max-width: 989px) {
  :root {
    --b2s-header-height: 104px;
  }

  .site-header__inner {
    grid-template-columns: 88px minmax(0, 1fr) 88px;
  }

  .site-header__menu-toggle {
    display: inline-grid;
    margin-left: -10px;
  }

  .site-logo {
    justify-self: center;
  }

  .desktop-navigation,
  .site-header__account {
    display: none;
  }

  .site-header__search {
    display: inline-grid;
  }

  .site-header__actions {
    justify-self: end;
  }

  .site-header__cart {
    margin-right: -10px;
  }

  .drawer--mobile-menu .drawer__panel {
    width: 400px;
    max-width: calc(100vw - 40px);
  }

  .product-grid,
  .search-overlay__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  }
}

@media (max-width: 749px) {
  :root {
    --b2s-page-pad: 15px;
    --b2s-grid-gap: 20px;
    --b2s-section-gap: 36px;
    --b2s-header-height: 92px;
  }

  body.b2s-theme {
    font-size: 1.5rem;
  }

  .announcement-bar {
    min-height: 40px;
  }

  .announcement-bar p {
    font-size: 1.7rem;
  }

  .site-header__inner {
    padding-block: 11px;
  }

  .site-logo,
  .site-logo__image {
    width: 62px;
    height: 62px;
  }

  .b2s-section {
    padding-block: 27px;
  }

  .home-main > .b2s-section + .b2s-section {
    margin-top: var(--b2s-section-gap);
  }

  .home-hero__grid {
    height: 435px;
    grid-template-columns: 1fr;
  }

  .home-hero__blank {
    display: none;
  }

  .product-grid,
  .search-overlay__results {
    gap: 20px;
  }

  .product-card__content {
    padding-top: 9px;
  }

  .product-card__title {
    font-size: 1.4rem;
  }

  .product-card__price {
    font-size: 1.35rem;
  }

  .product-card__button {
    min-height: 44px;
    margin-top: 11px;
    padding-inline: 8px;
    font-size: 1.35rem;
  }

  .product-card__badge {
    bottom: 7px;
    left: 7px;
    min-height: 23px;
    padding: 3px 9px;
    font-size: 1rem;
  }

  .section-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }

  .section-title--h1 {
    font-size: 4.2rem;
  }

  .collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .collage--with-editorial .collage__item--editorial {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .collage--with-editorial .collage__item--1 {
    grid-column: 1;
    grid-row: 2;
  }

  .collage--with-editorial .collage__item--2 {
    grid-column: 2;
    grid-row: 2;
  }

  .collage__item--editorial img {
    height: auto;
    min-height: 0;
    aspect-ratio: 1.18;
  }

  .collage--products-only .collage__item--1,
  .collage--products-only .collage__item--2 {
    grid-column: auto;
  }

  .collage--products-only .collage__item--1 .product-card__media,
  .collage--products-only .collage__item--2 .product-card__media {
    aspect-ratio: 1;
  }

  .video-poster__play {
    width: 56px;
    height: 56px;
  }

  .site-footer {
    margin-top: 36px;
    padding: 24px 0 9px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 29px;
  }

  .site-footer__newsletter,
  .newsletter-form {
    max-width: none;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-marks {
    max-width: 100%;
  }

  .search-overlay__inner {
    padding-top: 22px;
    padding-bottom: 30px;
  }

  .search-overlay__header {
    gap: 6px;
  }

  .search-field input,
  .newsletter-form input[type="email"] {
    font-size: 1.6rem;
  }

  .search-overlay__results {
    padding-top: 28px;
  }

  .product-page {
    padding-top: 27px;
  }

  .product-layout {
    display: block;
  }

  .product-gallery__track {
    display: flex;
    margin-inline: -15px;
    padding-inline: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 15px;
  }

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

  .product-gallery__item {
    width: calc(100vw - 30px);
    flex: 0 0 calc(100vw - 30px);
    scroll-snap-align: center;
  }

  .product-gallery__dots {
    display: flex;
    justify-content: center;
    padding: 12px 0 0;
    gap: 7px;
  }

  .product-gallery__dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
  }

  .product-gallery__dots button[aria-current="true"] {
    background: var(--b2s-white);
  }

  .product-info {
    position: static;
    margin-top: 28px;
  }

  .product-info h1 {
    font-size: 4.2rem;
  }

  .inline-newsletter {
    margin-top: 36px;
    padding-block: 27px;
  }

  .inline-newsletter h2 {
    font-size: 2.1rem;
  }

  .collection-page {
    padding-top: 12px;
  }

  .collection-grid {
    row-gap: 28px;
  }

  .store-page,
  .default-page,
  .search-page,
  .blog-page,
  .article-page,
  .cart-page,
  .error-page {
    padding-block: 27px;
  }

  .prose-page > h1,
  .search-page__header h1,
  .cart-page h1,
  .empty-state h1,
  .page-collection > h1 {
    margin-bottom: 20px;
    font-size: 4.2rem;
  }

  /*
   * SHINER ACTIVITY — smartphone
   * Le grafiche contengono già card editoriali sovrapposte. In una griglia a
   * due colonne quelle card sembravano invadere l'immagine vicina. Su telefono
   * ogni creatività occupa quindi una riga intera e mantiene il formato 9:16.
   */
  .store-page--lookbook {
    overflow-x: clip;
  }

  .lookbook {
    width: 100%;
    min-width: 0;
    gap: 16px;
  }

  .lookbook-collage {
    width: 100%;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 16px;
  }

  .lookbook .lookbook-collage > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-width: 0;
    grid-column: 1;
    grid-row: auto;
    object-fit: contain;
  }

  /* Mantiene ROCHY come apertura del secondo gruppo editoriale. */
  .lookbook .lookbook-collage--right > img:nth-child(3) {
    order: -1;
  }

  .article-gallery {
    grid-template-columns: 1fr;
  }

  .cart-page__items .cart-line {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .cart-page__items .cart-line__image {
    width: 92px;
  }

  .cart-page__footer {
    margin-left: 0;
  }
}

@media (max-width: 380px) {
  .announcement-bar p {
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
    white-space: nowrap;
  }

  .product-grid,
  .search-overlay__results {
    column-gap: 14px;
  }

  .product-card__title,
  .product-card__price {
    font-size: 1.25rem;
  }

  .product-card__button {
    font-size: 1.2rem;
  }
}

@media (min-width: 1400px) {
  .home-hero__grid {
    grid-template-columns: 69% 31%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .announcement-bar,
  .site-header,
  .site-footer,
  .drawer,
  .search-overlay,
  .toast,
  .live-chat-button {
    display: none !important;
  }

  body.b2s-theme {
    background: #fff;
    color: #000;
  }
}

/* WooCommerce remains authoritative for cart, checkout, customer and orders. */
.b2s-theme.woocommerce-page .default-page,
.b2s-theme.woocommerce-cart .default-page,
.b2s-theme.woocommerce-checkout .default-page,
.b2s-theme.woocommerce-account .default-page {
  padding-block: 44px 70px;
}

.b2s-theme .woocommerce,
.b2s-theme .wc-block-cart,
.b2s-theme .wc-block-checkout {
  width: 100%;
  color: var(--b2s-muted);
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
}

.b2s-theme .woocommerce h1,
.b2s-theme .woocommerce h2,
.b2s-theme .woocommerce h3,
.b2s-theme .wc-block-cart h1,
.b2s-theme .wc-block-cart h2,
.b2s-theme .wc-block-checkout h1,
.b2s-theme .wc-block-checkout h2 {
  color: var(--b2s-white);
  font-family: "Oswald", sans-serif;
}

.b2s-theme .woocommerce table.shop_table,
.b2s-theme .woocommerce table.shop_table td,
.b2s-theme .woocommerce table.shop_table th,
.b2s-theme .wc-block-components-order-summary,
.b2s-theme .wc-block-components-totals-wrapper,
.b2s-theme .wc-block-cart-items {
  border-color: var(--b2s-line);
  border-radius: 0;
}

.b2s-theme .woocommerce table.shop_table th,
.b2s-theme .woocommerce table.shop_table td {
  padding: 14px;
}

.b2s-theme .woocommerce a.remove {
  color: var(--b2s-white) !important;
}

.b2s-theme .woocommerce a.remove:hover {
  background: var(--b2s-white);
  color: var(--b2s-black) !important;
}

.b2s-theme .woocommerce input.input-text,
.b2s-theme .woocommerce textarea,
.b2s-theme .woocommerce select,
.b2s-theme .wc-block-components-text-input input,
.b2s-theme .wc-block-components-combobox .wc-block-components-combobox-control input,
.b2s-theme .wc-block-components-address-form select {
  min-height: 48px;
  border: 1px solid var(--b2s-line);
  border-radius: 0;
  background: var(--b2s-black);
  color: var(--b2s-white);
}

.b2s-theme .woocommerce textarea {
  min-height: 120px;
}

.b2s-theme .woocommerce .quantity .qty {
  width: 78px;
  min-height: 45px;
  border: 1px solid var(--b2s-line);
  background: var(--b2s-black);
  color: var(--b2s-white);
}

.b2s-theme .woocommerce #respond input#submit,
.b2s-theme .woocommerce a.button,
.b2s-theme .woocommerce button.button,
.b2s-theme .woocommerce input.button,
.b2s-theme .wc-block-components-button {
  min-height: 48px;
  padding: 11px 24px;
  border: 1px solid var(--b2s-white);
  border-radius: 0;
  background: var(--b2s-white);
  color: var(--b2s-black);
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.b2s-theme .woocommerce #respond input#submit:hover,
.b2s-theme .woocommerce a.button:hover,
.b2s-theme .woocommerce button.button:hover,
.b2s-theme .woocommerce input.button:hover,
.b2s-theme .wc-block-components-button:hover {
  border-color: var(--b2s-white);
  background: transparent;
  color: var(--b2s-white);
}

.b2s-theme .woocommerce-info,
.b2s-theme .woocommerce-message,
.b2s-theme .woocommerce-error {
  border-top-color: var(--b2s-white);
  border-radius: 0;
  background: #111;
  color: var(--b2s-white);
}

.b2s-theme .woocommerce-info::before,
.b2s-theme .woocommerce-message::before {
  color: var(--b2s-white);
}

.b2s-theme .woocommerce-error {
  border-top-color: var(--b2s-red);
}

.b2s-theme .woocommerce-error::before {
  color: var(--b2s-red);
}

.b2s-theme .woocommerce-checkout #payment,
.b2s-theme .woocommerce-checkout #payment div.payment_box,
.b2s-theme .wc-block-components-radio-control-accordion-option {
  border-radius: 0;
  background: #111;
  color: var(--b2s-white);
}

.b2s-theme .woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #111;
}

.b2s-theme .select2-container--default .select2-selection--single {
  height: 48px;
  border-color: var(--b2s-line);
  border-radius: 0;
  background: var(--b2s-black);
  color: var(--b2s-white);
}

.b2s-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--b2s-white);
  line-height: 46px;
}

@media (max-width: 749px) {
  .b2s-theme.woocommerce-page .default-page,
  .b2s-theme.woocommerce-cart .default-page,
  .b2s-theme.woocommerce-checkout .default-page,
  .b2s-theme.woocommerce-account .default-page {
    padding-block: 27px 45px;
  }

  .b2s-theme .woocommerce table.shop_table,
  .b2s-theme .woocommerce table.shop_table tbody,
  .b2s-theme .woocommerce table.shop_table tr,
  .b2s-theme .woocommerce table.shop_table td {
    max-width: 100%;
  }
}

/*
 * 1.1.3 — Checkout field contrast fix.
 * WooCommerce Blocks can load its white field backgrounds after the theme CSS.
 * Keep every checkout control, floating label and placeholder readable regardless
 * of stylesheet order, browser colour scheme or autofill state.
 */
.b2s-theme .wc-block-checkout .wc-block-components-text-input input,
.b2s-theme .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
.b2s-theme .wc-block-checkout .wc-block-components-combobox-control input,
.b2s-theme .wc-block-checkout .components-combobox-control__input,
.b2s-theme .wc-block-checkout .wc-block-components-address-form input,
.b2s-theme .wc-block-checkout .wc-block-components-address-form select,
.b2s-theme .wc-block-checkout .wc-block-components-address-form textarea,
.b2s-theme .wc-block-checkout .wc-blocks-components-select__select,
.b2s-theme .wc-block-checkout .wc-block-components-select__select,
.b2s-theme.woocommerce-checkout .woocommerce form .form-row input.input-text,
.b2s-theme.woocommerce-checkout .woocommerce form .form-row textarea,
.b2s-theme.woocommerce-checkout .woocommerce form .form-row select,
.b2s-theme.woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #a8a8a8 !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  caret-color: #111 !important;
  color-scheme: light !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* WooCommerce Checkout Block uses floating labels inside the white controls. */
.b2s-theme .wc-block-checkout .wc-block-components-text-input label,
.b2s-theme .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control label,
.b2s-theme .wc-block-checkout .wc-block-components-combobox-control label,
.b2s-theme .wc-block-checkout .components-combobox-control__label,
.b2s-theme .wc-block-checkout .wc-block-components-address-form .wc-block-components-text-input label,
.b2s-theme .wc-block-checkout .wc-block-components-address-form .wc-block-components-combobox-control label,
.b2s-theme .wc-block-checkout .wc-blocks-components-select__label,
.b2s-theme .wc-block-checkout .wc-block-components-select__label,
.b2s-theme .wc-block-checkout .components-base-control__label {
  color: #222 !important;
  -webkit-text-fill-color: #222 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Classic WooCommerce labels sit outside the input, on the black page. */
.b2s-theme.woocommerce-checkout .woocommerce form .form-row > label,
.b2s-theme.woocommerce-checkout .woocommerce form .form-row .woocommerce-form__label,
.b2s-theme.woocommerce-checkout .woocommerce form .form-row .required {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

.b2s-theme .wc-block-checkout input::placeholder,
.b2s-theme .wc-block-checkout textarea::placeholder,
.b2s-theme.woocommerce-checkout .woocommerce input.input-text::placeholder,
.b2s-theme.woocommerce-checkout .woocommerce textarea::placeholder {
  color: #555 !important;
  -webkit-text-fill-color: #555 !important;
  opacity: 1 !important;
}

.b2s-theme .wc-block-checkout select option,
.b2s-theme.woocommerce-checkout .woocommerce select option {
  background: #fff !important;
  color: #111 !important;
}

/* Country/province dropdowns rendered by Select2 are appended outside the form. */
.b2s-theme.woocommerce-checkout .select2-dropdown,
.b2s-theme.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #a8a8a8 !important;
  background: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  color-scheme: light !important;
}

.b2s-theme.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.b2s-theme.woocommerce-checkout .select2-container--default .select2-results__option {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

.b2s-theme.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.b2s-theme.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #111 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

/* Chrome/Safari autofill must not turn the text white on a light field. */
.b2s-theme .wc-block-checkout input:-webkit-autofill,
.b2s-theme .wc-block-checkout input:-webkit-autofill:hover,
.b2s-theme .wc-block-checkout input:-webkit-autofill:focus,
.b2s-theme.woocommerce-checkout .woocommerce input.input-text:-webkit-autofill,
.b2s-theme.woocommerce-checkout .woocommerce input.input-text:-webkit-autofill:hover,
.b2s-theme.woocommerce-checkout .woocommerce input.input-text:-webkit-autofill:focus {
  -webkit-text-fill-color: #111 !important;
  caret-color: #111 !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  transition: background-color 9999s ease-out 0s !important;
}

.b2s-theme .wc-block-checkout input:autofill,
.b2s-theme.woocommerce-checkout .woocommerce input.input-text:autofill {
  background: #fff !important;
  background-color: #fff !important;
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  caret-color: #111 !important;
}

/* Preserve legibility for validation, checkboxes and radio descriptions. */
.b2s-theme .wc-block-checkout .wc-block-components-validation-error,
.b2s-theme .wc-block-checkout .wc-block-components-checkbox__label,
.b2s-theme .wc-block-checkout .wc-block-components-radio-control__label,
.b2s-theme .wc-block-checkout .wc-block-components-radio-control__description {
  opacity: 1 !important;
}

@media (max-width: 749px) {
  .b2s-theme .wc-block-checkout .wc-block-components-text-input input,
  .b2s-theme .wc-block-checkout .wc-block-components-combobox .wc-block-components-combobox-control input,
  .b2s-theme .wc-block-checkout .wc-block-components-combobox-control input,
  .b2s-theme .wc-block-checkout .components-combobox-control__input,
  .b2s-theme .wc-block-checkout .wc-block-components-address-form select,
  .b2s-theme .wc-block-checkout .wc-blocks-components-select__select,
  .b2s-theme .wc-block-checkout .wc-block-components-select__select,
  .b2s-theme.woocommerce-checkout .woocommerce form .form-row input.input-text,
  .b2s-theme.woocommerce-checkout .woocommerce form .form-row textarea,
  .b2s-theme.woocommerce-checkout .woocommerce form .form-row select {
    font-size: 16px !important;
  }
}


/*
 * 1.1.4 — WooCommerce My Account registration.
 * WooCommerce only prints the registration form when its account-registration
 * setting is enabled. The PHP migration enables it; these rules keep login and
 * registration balanced on desktop and stacked cleanly on smaller screens.
 */
.b2s-theme.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 30px;
  width: 100%;
}

/* WooCommerce's clearfix pseudo-elements must not become extra grid items. */
.b2s-theme.woocommerce-account #customer_login::before,
.b2s-theme.woocommerce-account #customer_login::after {
  display: none !important;
  content: none !important;
}

.b2s-theme.woocommerce-account #customer_login .u-column1,
.b2s-theme.woocommerce-account #customer_login .u-column2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

.b2s-theme.woocommerce-account #customer_login h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
}

.b2s-theme.woocommerce-account #customer_login form.login,
.b2s-theme.woocommerce-account #customer_login form.register {
  min-height: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid #7a7a7a;
  border-radius: 0;
  background: #000;
}

.b2s-theme.woocommerce-account #customer_login .form-row {
  margin: 0 0 16px;
  padding: 0;
}

.b2s-theme.woocommerce-account #customer_login label,
.b2s-theme.woocommerce-account #customer_login .woocommerce-privacy-policy-text,
.b2s-theme.woocommerce-account #customer_login .woocommerce-privacy-policy-text p {
  color: #e8e8e8;
  opacity: 1;
}

.b2s-theme.woocommerce-account #customer_login input.input-text {
  width: 100%;
  min-height: 50px;
  border: 1px solid #5f5f5f;
  background: #070707;
  color: #fff;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  color-scheme: dark;
  opacity: 1;
}

.b2s-theme.woocommerce-account #customer_login input.input-text:focus {
  border-color: #fff;
  outline: 1px solid #fff;
  outline-offset: 1px;
}

.b2s-theme.woocommerce-account #customer_login input.input-text::placeholder {
  color: #a8a8a8;
  -webkit-text-fill-color: #a8a8a8;
  opacity: 1;
}

.b2s-theme.woocommerce-account #customer_login input.input-text:-webkit-autofill,
.b2s-theme.woocommerce-account #customer_login input.input-text:-webkit-autofill:hover,
.b2s-theme.woocommerce-account #customer_login input.input-text:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  box-shadow: 0 0 0 1000px #070707 inset !important;
  -webkit-box-shadow: 0 0 0 1000px #070707 inset !important;
}

.b2s-theme.woocommerce-account #customer_login .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.b2s-theme.woocommerce-account #customer_login input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #fff;
}

.b2s-theme.woocommerce-account #customer_login .woocommerce-password-strength,
.b2s-theme.woocommerce-account #customer_login .woocommerce-password-hint {
  display: block;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid #3d3d3d;
  background: #111;
  color: #fff;
}

.b2s-theme.woocommerce-account #customer_login .lost_password,
.b2s-theme.woocommerce-account #customer_login .woocommerce-privacy-policy-text {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .b2s-theme.woocommerce-account #customer_login {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
}

@media (max-width: 749px) {
  .b2s-theme.woocommerce-account #customer_login h2 {
    font-size: 2.6rem;
  }

  .b2s-theme.woocommerce-account #customer_login form.login,
  .b2s-theme.woocommerce-account #customer_login form.register {
    padding: 18px;
  }

  .b2s-theme.woocommerce-account #customer_login input.input-text {
    font-size: 16px;
  }
}

/*
 * 1.1.5 — Unified WooCommerce catalog and intelligent related products.
 * Native product, shop, category and tag URLs now use the same BORN2SHINE
 * components as the virtual storefront instead of WooCommerce's fallback UI.
 */
.catalog-page__header {
  display: grid;
  margin-bottom: 38px;
  gap: 10px;
}

.catalog-page__header h1 {
  margin: 0;
  color: var(--b2s-white);
  font-size: clamp(4.2rem, 5vw, 6.4rem);
  line-height: 1.05;
}

.catalog-page__description {
  max-width: 760px;
  color: var(--b2s-muted);
}

.catalog-page__count {
  margin: 0;
  color: var(--b2s-muted);
  font-size: 1.35rem;
}

.related-products {
  padding-top: 72px;
  padding-bottom: 18px;
}

.related-products__title {
  margin-bottom: 28px;
}

.related-products__grid {
  row-gap: 40px;
}

/* Never expose WooCommerce's default sidebar/widget layout on product archives. */
.b2s-theme .woo-catalog-page + .widget-area,
.b2s-theme.woocommerce-shop .widget-area,
.b2s-theme.tax-product_cat .widget-area,
.b2s-theme.tax-product_tag .widget-area {
  display: none !important;
}

@media (max-width: 749px) {
  .catalog-page__header {
    margin-bottom: 28px;
    gap: 8px;
  }

  .catalog-page__header h1 {
    font-size: 4.2rem;
  }

  .related-products {
    padding-top: 48px;
    padding-bottom: 8px;
  }

  .related-products__title {
    margin-bottom: 20px;
    font-size: 2.7rem;
  }

  .related-products__grid {
    row-gap: 28px;
  }
}

/*
 * 1.1.7 — Instant-looking, LiteSpeed-safe product media.
 * The real card keeps a black surface while the browser fetches the file. Any
 * stale data-URI LQIP inserted by a page cache is hidden instead of flashing as
 * a large grey rectangle. data-no-lazy lets native browser loading do the work.
 */
.product-card__media,
.product-gallery__item {
  contain: layout paint;
  background: #000 !important;
}

.product-card__image,
.product-gallery__image,
.site-logo__image,
.b2s-native-image {
  background: transparent;
}

.b2s-theme .product-card__media img[src^="data:image/"],
.b2s-theme .product-gallery__item img[src^="data:image/"],
.b2s-theme .site-logo__image[src^="data:image/"] {
  opacity: 0 !important;
}
