/** Shopify CDN: Minification failed

Line 718:0 Unexpected "}"

**/
/* ============================================================
   STARWON brand layer — loaded after base.css.
   Never edit base.css; override here.
   ============================================================ */

:root {
  --starwon-accent: #050925;
  --starwon-primary: #493E64;
  --starwon-secondary: #D97172;
  --starwon-alt: #F3CA55;
  --starwon-bone: #FBF7EE;
  --starwon-sidebar-width: 200px;
  --starwon-topbar-height: 168px;
  --starwon-edge-inset: 48px;
  --starwon-content-gutter: calc(var(--starwon-sidebar-width) + var(--starwon-edge-inset));
  --starwon-chrome-inset-top: 25px;

  --starwon-easing: cubic-bezier(0.16, 1, 0.3, 1);
  --starwon-duration-fast: 220ms;
  --starwon-duration-med: 480ms;
  --starwon-duration-slow: 900ms;

  --starwon-ui-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --starwon-display-font: "Kool Beans", var(--starwon-ui-font);
  --starwon-ui-size: 14px;
  --starwon-ui-weight: 500;
  --starwon-ui-lh: 1.4;

  --font-heading--family: var(--starwon-ui-font);
  --font-body--family: var(--starwon-ui-font);
  --font-subheading--family: var(--starwon-ui-font);
  --font-accent--family: var(--starwon-ui-font);
  --font-primary--family: var(--starwon-ui-font);
}

@media screen and (min-width: 1025px) {
  :root {
    --starwon-ui-size: 13px;
    --starwon-chrome-inset-top: 20px;
  }
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: var(--starwon-ui-font);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h5, h6, .h5, .h6 {
  font-family: var(--starwon-ui-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body {
  font-family: var(--starwon-ui-font);
  -webkit-font-smoothing: antialiased;
}

.starwon-theme {
  --font-heading--family: var(--starwon-ui-font);
  --font-body--family: var(--starwon-ui-font);
  --font-subheading--family: var(--starwon-ui-font);
  --font-accent--family: var(--starwon-ui-font);
  --font-primary--family: var(--starwon-ui-font);
  font-family: var(--starwon-ui-font);
  color: #000000;

  /* Square buttons site-wide */
  --style-border-radius-buttons-primary: 0px;
  --style-border-radius-buttons-secondary: 0px;
  --style-border-radius-buttons: 0px;
  --style-border-radius-pills: 0px;
  --variant-picker-button-radius: 0px;
  --shopify-accelerated-checkout-button-border-radius: 0px;
}

.starwon-theme :is(
  .button,
  .button-secondary,
  .button-shopify-xr,
  button[type='submit'],
  input[type='submit'],
  .shopify-payment-button__button,
  .shopify-payment-button__button--unbranded,
  .facets__pill-label,
  .variant-option__button-label,
  .predictive-search-results__pill,
  .add-to-cart-button,
  .cart__checkout-button,
  .cart-drawer__checkout-button,
  .starwon-hero__cta,
  .starwon-newsletter__submit,
  .product-form-buttons .button,
  .product-form-buttons .button-secondary,
  .contact-form__button,
  .customer button,
  .customer input[type='submit']
) {
  border-radius: 0 !important;
}

.starwon-theme .starwon-heading,
.starwon-theme .starwon-subcopy,
.starwon-theme .starwon-new-arrivals,
.starwon-theme .starwon-reviews,
.starwon-theme .starwon-testimonials,
.starwon-theme .starwon-newsletter,
.starwon-theme .starwon-social,
.starwon-theme .starwon-lifestyle-row,
.starwon-theme .starwon-instagram-feed,
.starwon-theme .starwon-page {
  color: #000000;
}

.starwon-theme .content-for-layout {
  position: relative;
  z-index: 0;
}

.starwon-theme.starwon-brand-utss,
.starwon-theme.template-page-under-the-same-star,
.starwon-theme.template-product-utss,
.starwon-theme.template-page-utss-about {
  --utss-page-max: min(1400px, calc(100vw - var(--starwon-sidebar-width) - 48px));
  --utss-section-gap: 64px;
  --utss-block-gap: 24px;
}

.starwon-theme.template-page-under-the-same-star #MainContent,
.starwon-theme.template-product-utss #MainContent {
  padding-top: calc(var(--starwon-topbar-height) + 16px);
}

.starwon-theme.template-product-utss,
.starwon-theme.template-page-under-the-same-star,
.starwon-theme.template-page-utss-about,
.starwon-theme.starwon-brand-utss .starwon-utss-community,
.starwon-theme.starwon-brand-utss .starwon-utss-games,
.starwon-theme.starwon-brand-utss .starwon-utss-about {
  font-family: var(--starwon-ui-font);
}

.starwon-theme.template-product-utss :is(
  h1, h2, h3, h4, h5, h6,
  p, button, input, textarea, select, label,
  .button, .button-secondary,
  .starwon-utss-tabs__trigger
),
.starwon-theme.starwon-brand-utss :is(
  .starwon-utss-community,
  .starwon-utss-games,
  .starwon-utss-about
) :is(h1, h2, h3, p, button, input, textarea, select, label) {
  font-family: inherit;
}

/* Catalog / collection: larger cards that wrap naturally (don't force 4 columns) */
@media screen and (min-width: 750px) {
  .starwon-theme.template-collection .product-grid--grid:not([product-grid-view='zoom-out']) {
    --product-grid-columns-desktop: repeat(auto-fill, minmax(360px, 1fr));
  }
}

/* Breadcrumbs */
.starwon-breadcrumbs {
  width: 100%;
  padding: var(--starwon-breadcrumb-pad-top, 24px) 24px var(--starwon-breadcrumb-pad-bottom, 16px);
}

.starwon-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: var(--font-body--family);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.starwon-breadcrumbs__link {
  color: #000000;
  text-decoration: none;
  opacity: 0.55;
  transition: opacity var(--starwon-duration-fast) var(--starwon-easing);
}

.starwon-breadcrumbs__link:hover {
  opacity: 1;
}

.starwon-breadcrumbs__sep {
  opacity: 0.35;
  user-select: none;
}

.starwon-breadcrumbs__current {
  color: #000000;
  font-weight: 600;
  opacity: 0.9;
}

/* Product cards: title bolder / heavier than price */
.starwon-theme .product-grid .product-card a.contents .text-block,
.starwon-theme .product-grid .product-card a.contents .text-block :is(p, span) {
  font-weight: 600;
  color: #000000;
}

.starwon-theme .product-grid .product-card product-price,
.starwon-theme .product-grid .product-card product-price :is(p, span, s) {
  font-weight: 400;
  opacity: 0.72;
  letter-spacing: 0.01em;
  text-transform: none;
}

/* ============================================================
   Header — PLACES+FACES–style minimal bar
   ============================================================ */

#header-group {
  position: sticky;
  top: 0;
  z-index: 100;
}

.starwon-theme #header-group header-component,
.starwon-theme #header-group .header__row {
  color: #000000;
  transition: background-color 200ms ease;
}

/* Transparent header pages: solid white at top, ghost bar on scroll */
.starwon-theme #header-component[transparent]:not(.starwon-header-scrolled) {
  --closed-underlay-height: 100%;
  --header-logo-display: unset;
  --header-logo-inverse-display: none;
  --color-foreground: #000000;
  --color-foreground-rgb: 0 0 0;
  --color-background: #ffffff;
  --color-background-rgb: 255 255 255;
  --color-border: #000000;
  --color-border-rgb: 0 0 0;
}

.starwon-theme #header-component[transparent].starwon-header-scrolled,
.starwon-theme #header-component[transparent='not-sticky'][data-sticky-state='active'].starwon-header-scrolled {
  --closed-underlay-height: 0px !important;
  --header-logo-display: unset;
  --header-logo-inverse-display: none;
  --color-foreground: #000000;
  --color-foreground-rgb: 0 0 0;
}

.starwon-theme #header-component[transparent]:not(.starwon-header-scrolled) .header__underlay-closed {
  background: #ffffff;
}

.starwon-theme #header-component[transparent].starwon-header-scrolled .header__underlay-closed,
.starwon-theme #header-component[transparent].starwon-header-scrolled .header__underlay-open {
  background: transparent;
}

/* Non-transparent pages keep a solid white header bar */
.starwon-theme #header-component:not([transparent]) .header__underlay-closed {
  background: #ffffff;
}

.starwon-theme #header-group header-component {
  --header-logo-display: block;
  --header-logo-inverse-display: none;
}

.starwon-theme #header-group {
  --starwon-header-slot: 32px;
  --starwon-logo-scale: 2.8;
  --color-foreground: #000000;
  --color-foreground-rgb: 0 0 0;
  --color-border: #000000;
  --color-border-rgb: 0 0 0;
  --color-background: #ffffff;
  --color-background-rgb: 255 255 255;
}

@media screen and (min-width: 750px) {
  .starwon-theme #header-group {
    --starwon-logo-scale: 3.5;
  }
}

.starwon-theme #header-group .header__columns {
  position: relative;
  padding-block: 14px;
  padding-inline: clamp(16px, 4vw, 48px);
  column-gap: 24px;
  align-items: center;
  min-height: 0;
  overflow: visible;
}

.starwon-theme #header-group .header__column {
  display: flex;
  align-items: center !important;
  align-self: center;
}

.starwon-theme #header-group .header__column--right {
  gap: 18px;
  justify-content: flex-end;
  align-items: center;
}

.starwon-theme #header-group .header__column--center {
  justify-content: center;
  align-items: center;
}

.starwon-theme #header-group .header__row--top,
.starwon-theme #header-group .header__row--top .header__columns {
  border-bottom: none;
}

/* Logo — compact layout slot so the white bar stays thin; scale visual size */
.starwon-theme #header-group .header__column--left {
  position: relative;
  flex: 0 1 auto;
  min-width: clamp(120px, 18vw, 280px);
  display: flex;
  align-items: center;
  height: var(--starwon-header-slot);
  max-height: var(--starwon-header-slot);
  overflow: visible;
  padding: 0;
  margin: 0;
}

.starwon-theme #header-group a.header-logo {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto;
  height: var(--starwon-header-slot) !important;
  max-height: var(--starwon-header-slot) !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible;
  line-height: 0;
  z-index: 2;
  --header-logo-display: block;
  --header-logo-inverse-display: none !important;
}

.starwon-theme .header-logo.spacing-style {
  --padding-block-start: 0 !important;
  --padding-block-end: 0 !important;
  --padding-inline-start: 0 !important;
  --padding-inline-end: 0 !important;
}

.starwon-theme .header-logo__image-container--original {
  display: flex !important;
  align-items: center;
  height: var(--starwon-header-slot);
  line-height: 0;
  overflow: visible;
}

.starwon-theme .header-logo__image-container--inverse {
  display: none !important;
}

.starwon-theme #header-group .header-logo__image {
  filter: none;
  object-fit: contain;
  object-position: left center;
  display: block;
  width: auto !important;
  height: var(--starwon-header-slot) !important;
  max-width: none !important;
  max-height: var(--starwon-header-slot) !important;
  margin: 0;
  padding: 0;
  transform: scale(var(--starwon-logo-scale));
  transform-origin: left center;
}

/* Horizon header tools are replaced by starwon-chrome */
.starwon-theme #header-group header-actions,
.starwon-theme #header-group .search-action,
.starwon-theme #header-group .search-action--hidden-on-menu {
  display: none !important;
}

@media screen and (min-width: 750px) {
  /* Desktop: no hamburger drawer — keep horizontal nav only */
  .starwon-theme #header-group .header__drawer {
    display: none !important;
  }

  .starwon-theme #header-group .header__column--left .search-action {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  /* Mobile: search stays with cart/account on the right, not left */
  .starwon-theme #header-group .header__columns .search-action:not(.search-action--hidden-on-menu) {
    grid-area: rightA !important;
  }
}

/* Nav + icons — vertically centered in same white bar */
.starwon-theme #header-group .header__column--center header-menu,
.starwon-theme #header-group .header__column--center .menu-list,
.starwon-theme #header-group .header__column--center .menu-list__scroll-container {
  display: flex;
  align-items: center;
  height: auto;
}

.starwon-theme #header-component .menu-list__list-item {
  padding-block: 0 !important;
  height: auto;
  align-items: center;
}

.starwon-theme #header-component .menu-list__scroll-container {
  padding-block: 0 !important;
}

.starwon-theme #header-component .menu-list__link {
  height: auto;
  min-height: 0;
  justify-content: center;
  line-height: 1;
}

.starwon-theme #header-component .menu-list__link-title {
  line-height: 1;
  padding-block: 0;
}

/* Icons — vertically centered in bar (respect duplicate-search hiding) */
.starwon-theme #header-group header-actions,
.starwon-theme #header-group .header-actions__action,
.starwon-theme #header-group .account-button,
.starwon-theme #header-group .search-action {
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
}

.starwon-theme #header-group header-actions,
.starwon-theme #header-group .header-actions__action,
.starwon-theme #header-group .account-button {
  display: none !important;
}

.starwon-theme #header-group .search-action {
  display: none !important;
}

.starwon-theme #header-group shopify-account:not(:defined) {
  min-width: 28px;
  height: 28px;
}

.starwon-theme #header-group header-component,
.starwon-theme #header-group .header__row {
  overflow: visible;
}

.starwon-theme #header-group .header__row--top {
  overflow: visible;
}

/* Nav links — uppercase, bold, spaced like P+F */
.starwon-theme #header-component .menu-list {
  --menu-horizontal-gap: 28px;
}

.starwon-theme #header-component .overflow-menu::part(list) {
  gap: var(--menu-horizontal-gap);
  margin-inline: 0;
  justify-content: center;
}

.starwon-theme #header-component .menu-list__link {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (min-width: 750px) {
  .starwon-theme #header-component .menu-list__link {
    font-size: 0.9375rem;
  }
}

.starwon-theme #header-component .menu-list__link-title {
  padding-inline: calc(var(--menu-horizontal-gap) / 2);
}

.starwon-theme #header-component .menu-list:where(:has(.menu-list__list-item:hover)) .menu-list__link,
.starwon-theme #header-component .menu-list .menu-list__link--active {
  color: #000000;
  opacity: 1;
}

/* Search — icon only; override theme header-actions svg sizing */
.starwon-theme .search-action__bar,
.starwon-theme .search-action__text-label {
  display: none !important;
}

.starwon-theme #header-group .search-action .search-action__icon-only {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
}

.starwon-theme #header-group .search-action .search-action__icon-only svg {
  width: 30px !important;
  height: 30px !important;
}

.starwon-theme #header-group .search-action__button {
  padding: 0;
  margin: 0;
  min-height: unset;
  line-height: 1;
  color: #000000;
}

.starwon-theme .header__column--right .search-action {
  margin-inline: 0;
}

/* Utilities — cart icon only, monochrome */
.starwon-theme #header-group header-actions {
  gap: 18px;
}

.starwon-theme #header-group .account-button {
  display: none !important;
}

.starwon-theme #header-group .account-button__icon {
  width: 26px;
  height: 26px;
}

.starwon-theme #header-group .header-actions__action,
.starwon-theme #header-group cart-icon {
  color: #000000;
}

.starwon-theme #header-group .header-actions__cart-icon .svg-wrapper svg {
  width: 28px;
  height: 28px;
}

.starwon-theme #header-group .header__column--right header-actions {
  margin-inline-start: 0;
}

/* Drawer / mobile menu trigger */
.starwon-theme #header-component .header__icon--menu,
.starwon-theme #header-component .header__icon--menu .svg-wrapper {
  color: #000000;
}

.starwon-theme .menu-drawer__menu-item--mainlist {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ============================================================
   Homepage wireframe placeholders
   ============================================================ */

.starwon-wireframe {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #e8e8e8;
}

.starwon-wireframe__section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #c8c8c8;
  border: 1px solid #b0b0b0;
  padding: 24px clamp(16px, 4vw, 48px);
  box-sizing: border-box;
}

.starwon-wireframe__label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a5a5a;
  text-align: center;
  pointer-events: none;
}

.starwon-wireframe__section--hero {
  min-height: clamp(360px, 70vh, 640px);
}

.starwon-wireframe__section--new-arrivals {
  min-height: 420px;
}

.starwon-wireframe__section--lifestyle {
  min-height: clamp(320px, 55vh, 520px);
}

.starwon-wireframe__section--testimonials {
  min-height: 280px;
}

.starwon-wireframe__section--newsletter {
  min-height: 200px;
}

.starwon-wireframe__section--social {
  min-height: 320px;
}

.starwon-wireframe__section--footer {
  min-height: 160px;
  margin: 0;
}

.starwon-wireframe__grid {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 1200px;
}

.starwon-wireframe__grid--products {
  grid-template-columns: repeat(4, 1fr);
}

.starwon-wireframe__grid--reviews {
  grid-template-columns: repeat(3, 1fr);
}

.starwon-wireframe__grid--social {
  grid-template-columns: repeat(6, 1fr);
}

.starwon-wireframe__cell {
  aspect-ratio: 4 / 5;
  background: #a8a8a8;
  border: 1px solid #999;
  border-radius: 2px;
}

.starwon-wireframe__grid--reviews .starwon-wireframe__cell {
  aspect-ratio: 3 / 2;
}

.starwon-wireframe__grid--social .starwon-wireframe__cell {
  aspect-ratio: 1 / 1;
}

.starwon-wireframe__bar {
  width: 100%;
  max-width: 420px;
  height: 48px;
  background: #a8a8a8;
  border: 1px solid #999;
  border-radius: 2px;
}

@media (max-width: 749px) {
  .starwon-wireframe__grid--products {
    grid-template-columns: repeat(2, 1fr);
  }

  .starwon-wireframe__grid--reviews {
    grid-template-columns: 1fr;
  }

  .starwon-wireframe__grid--social {
    grid-template-columns: repeat(3, 1fr);
  }
}

}

/* ============================================================
   Footer
   ============================================================ */

.starwon-theme footer,
.starwon-theme footer .footer-content,
.starwon-theme footer .footer-utilities,
.starwon-theme footer .starwon-reviews,
.starwon-theme footer .starwon-instagram-feed,
.starwon-theme footer a,
.starwon-theme footer .menu__heading,
.starwon-theme footer .menu__item a {
  color: #000000;
}

.starwon-theme footer .color-scheme-1,
.starwon-theme footer .color-scheme-2 {
  --color-background: #ffffff;
  --color-foreground: #000000;
  --color-foreground-rgb: 0 0 0;
}

/* ============================================================
   Inner pages (About, Contact, Policies, Size Guide)
   ============================================================ */

.starwon-page {
  position: relative;
  padding: clamp(48px, 8vw, 100px) clamp(20px, 5vw, 64px);
}

.starwon-page__inner {
  max-width: 720px;
  margin: 0 auto;
}

.starwon-page__title {
  margin-bottom: 0.75rem;
}

.starwon-page__intro {
  margin-bottom: 1.5rem;
}

.starwon-page__content {
  font-family: var(--font-body--family);
  font-size: 1rem;
  line-height: 1.65;
  opacity: 0.9;
}

.starwon-page__content h2,
.starwon-page__content h3 {
  font-family: var(--font-heading--family);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 2rem 0 0.75rem;
}

.starwon-page__content a {
  color: var(--starwon-alt);
}

.starwon-size-guide__table-wrap {
  margin-top: 2rem;
  overflow-x: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.starwon-size-guide__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body--family);
  font-size: 0.9rem;
}

.starwon-size-guide__table th,
.starwon-size-guide__table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.starwon-size-guide__table thead th {
  font-family: var(--font-subheading--family);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--starwon-alt);
}

.starwon-size-guide__table tbody th {
  font-weight: 600;
}

.starwon-size-guide__note {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  opacity: 0.75;
  max-width: 52ch;
}

/* Footer site map */
.starwon-footer-nav {
  padding: clamp(32px, 5vw, 48px) clamp(20px, 5vw, 64px) 0;
}

.starwon-footer-nav__grid {
  display: grid;
  gap: 28px 32px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  max-width: 960px;
}

.starwon-footer-nav__heading {
  font-family: var(--font-subheading--family);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--starwon-alt);
  margin: 0 0 12px;
}

.starwon-footer-nav__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.starwon-footer-nav__list a {
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0.88;
  transition: color var(--starwon-duration-fast) var(--starwon-easing),
    opacity var(--starwon-duration-fast) var(--starwon-easing);
}

.starwon-footer-nav__list a:hover {
  color: var(--starwon-alt);
  opacity: 1;
}

/* Cart + collection layout */
.starwon-theme.template-cart .content-for-layout,
.starwon-theme.template-collection .content-for-layout,
.starwon-theme.template-page .content-for-layout,
.starwon-theme.template-index .content-for-layout {
  position: relative;
  z-index: 0;
}

.starwon-theme.template-cart #shopify-section-cart-section,
.starwon-theme.template-cart .shopify-section:has([data-testid="cart-page"]) {
  background: transparent;
}

.starwon-theme.template-page .shopify-section:has(.contact-form) {
  background: transparent;
}

.starwon-theme.template-page .contact-form,
.starwon-theme.template-page .section:has(.contact-form) {
  color: #000000;
}

/* ============================================================
   Reusable section eyebrow + heading
   ============================================================ */

.starwon-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  font-family: var(--font-subheading--family);
  font-size: 0.75rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--starwon-alt);
  margin: 0 0 0.75rem;
}
.starwon-eyebrow::before {
  content: '';
  width: 1.6em;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}

.starwon-heading {
  font-family: var(--starwon-display-font);
  font-weight: 400;
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.starwon-subcopy {
  font-family: var(--font-body--family);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.55;
  max-width: 52ch;
  margin: 0 0 1.5rem;
  opacity: 0.86;
}

/* Smooth entrance on scroll */
.starwon-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity var(--starwon-duration-slow) var(--starwon-easing),
    transform var(--starwon-duration-slow) var(--starwon-easing);
}
.starwon-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .starwon-reveal { opacity: 1; transform: none; transition: none; }
}

/* ============================================================
   Hero
   ============================================================ */

.starwon-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(48px, 8vh, 120px) clamp(20px, 5vw, 64px);
  overflow: hidden;
}
.starwon-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  gap: clamp(16px, 3vw, 32px);
}
.starwon-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.starwon-hero__media img,
.starwon-hero__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.starwon-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,9,37,0.05) 0%, rgba(5,9,37,0.55) 100%);
}
.starwon-hero__wordmark {
  font-family: var(--font-heading--family);
  font-size: clamp(4rem, 18vw, 14rem);
  line-height: 0.82;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--starwon-bone);
  margin: 0;
  text-shadow: 0 4px 40px rgba(5, 9, 37, 0.5);
}
.starwon-hero__wordmark .star {
  display: inline-block;
  color: var(--starwon-alt);
  transform: translateY(-0.05em) rotate(-8deg);
  margin: 0 0.04em;
}
.starwon-hero__tagline {
  font-family: var(--font-body--family);
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  max-width: 38ch;
  opacity: 0.9;
  margin: 0;
}
.starwon-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.95em 1.6em;
  border-radius: 0;
  background: var(--starwon-alt);
  color: var(--starwon-accent);
  font-family: var(--font-subheading--family);
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--starwon-duration-fast) var(--starwon-easing),
              transform var(--starwon-duration-fast) var(--starwon-easing);
  width: max-content;
}
.starwon-hero__cta:hover { background: var(--starwon-secondary); transform: translateY(-1px); }
.starwon-hero__scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: var(--font-subheading--family);
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--starwon-bone);
  opacity: 0.7;
  animation: starwon-bob 2.4s ease-in-out infinite;
}
@keyframes starwon-bob {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.5; }
  50%      { transform: translate(-50%, 6px); opacity: 1; }
}

/* ============================================================
   New arrivals
   ============================================================ */

.starwon-new-arrivals {
  position: relative;
  padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 64px);
}
.starwon-new-arrivals__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 5vw, 56px);
  flex-wrap: wrap;
}
.starwon-new-arrivals__title { margin: 0; }
.starwon-new-arrivals__view-all {
  font-family: var(--font-subheading--family);
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: color var(--starwon-duration-fast) var(--starwon-easing);
}
.starwon-new-arrivals__view-all:hover { color: var(--starwon-alt); }

.starwon-new-arrivals__grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.starwon-new-arrivals__grid::-webkit-scrollbar {
  display: none;
}

.starwon-new-arrivals__grid > * {
  flex: 0 0 calc(50% - 6px);
  min-width: calc(50% - 6px);
  scroll-snap-align: start;
}

@media (min-width: 750px) {
  .starwon-new-arrivals__grid {
    display: grid;
    overflow-x: visible;
    scroll-snap-type: none;
    gap: clamp(16px, 2vw, 28px) clamp(12px, 2vw, 20px);
    grid-template-columns: repeat(var(--starwon-cols, 4), minmax(0, 1fr));
    padding-bottom: 0;
  }

  .starwon-new-arrivals__grid > * {
    flex: unset;
    min-width: 0;
    scroll-snap-align: unset;
  }
}

/* Built-in product-list (homepage New Arrivals) — 2-up horizontal scroll on mobile */
@media (max-width: 749px) {
  .starwon-theme.template-index [data-testid='product-list'] .resource-list__carousel slideshow-slides {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .starwon-theme.template-index [data-testid='product-list'] .resource-list__carousel slideshow-slides::-webkit-scrollbar {
    display: none;
  }

  .starwon-theme.template-index [data-testid='product-list'] .resource-list__carousel slideshow-arrows {
    display: none;
  }
}

/* ============================================================
   Lifestyle
   ============================================================ */

.starwon-lifestyle {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: flex-end;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 5vw, 64px);
  overflow: hidden;
  isolation: isolate;
}
.starwon-lifestyle__media {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.starwon-lifestyle__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.2s var(--starwon-easing);
}
.starwon-lifestyle:hover .starwon-lifestyle__media img { transform: scale(1); }
.starwon-lifestyle__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,9,37,0) 30%, rgba(5,9,37,0.7) 100%);
}
.starwon-lifestyle__content { max-width: 56ch; }

/* ============================================================
   Reviews / Testimonials
   ============================================================ */

.starwon-reviews {
  position: relative;
  padding: clamp(28px, 5vw, 48px) clamp(20px, 5vw, 48px);
  color: #000000;
  background: #ffffff;
  width: 100%;
}

.starwon-reviews--compact {
  padding: clamp(20px, 4vw, 36px) clamp(20px, 5vw, 48px);
}

.starwon-reviews__inner {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
}

.starwon-reviews__title-bar {
  margin-bottom: 12px;
}

.starwon-reviews__title-bar .starwon-eyebrow {
  margin-bottom: 0.5rem;
}

.starwon-reviews__title {
  font-family: var(--font-heading--family);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
}

.starwon-reviews__body {
  border: 1px solid #000000;
}

.starwon-reviews__list {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.starwon-review-row {
  display: grid;
  grid-template-columns: minmax(64px, 80px) minmax(0, 1fr) 72px;
  align-items: center;
  gap: 12px 16px;
  padding: 10px 14px;
  background: #ffffff;
  border-bottom: 1px solid #000000;
  text-align: left;
}

.starwon-review-row:last-child {
  border-bottom: none;
}

.starwon-review-row__stars {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin: 0;
  line-height: 1;
}

.starwon-review-row__star {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.22);
}

.starwon-review-row__star--filled {
  color: #000000;
}

.starwon-review-row__main {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.starwon-review-row__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.starwon-review-row__headline {
  font-family: var(--font-body--family);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.starwon-review-row__text {
  font-family: var(--font-body--family);
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(0, 0, 0, 0.78);
}

.starwon-review-row__meta {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  white-space: nowrap;
}

.starwon-review-row__product {
  justify-self: end;
  width: 72px;
  flex-shrink: 0;
}

.starwon-review-row__product-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.starwon-review-row__product-box {
  width: 72px;
  height: 72px;
  border: 1px solid #000000;
  overflow: hidden;
  background: #f5f5f5;
}

.starwon-review-row__product-box img,
.starwon-review-row__product-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.starwon-review-row__product-placeholder {
  padding: 16%;
  box-sizing: border-box;
  fill: rgba(0, 0, 0, 0.18);
}

.starwon-review-row__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  flex-shrink: 0;
}

.starwon-review-row__author {
  font-family: var(--font-body--family);
  font-size: 0.82rem;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 749px) {
  .starwon-review-row {
    grid-template-columns: minmax(0, 1fr) 56px;
    grid-template-areas:
      'stars product'
      'main product';
    gap: 8px 12px;
    padding: 12px 14px;
  }

  .starwon-review-row__stars {
    grid-area: stars;
  }

  .starwon-review-row__main {
    grid-area: main;
  }

  .starwon-review-row__product {
    grid-area: product;
    align-self: center;
    width: 56px;
  }

  .starwon-review-row__product-box {
    width: 56px;
    height: 56px;
  }
}

/* ============================================================
   Newsletter
   ============================================================ */

.starwon-newsletter {
  position: relative;
  padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 64px);
  text-align: center;
}
.starwon-newsletter__inner {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  justify-items: center;
}
.starwon-newsletter__inner .starwon-eyebrow { justify-content: center; }
.starwon-newsletter__form {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 100%;
  max-width: 420px;
  margin-top: 8px;
  background: none;
  border: none;
}
.starwon-newsletter__input {
  flex: 1;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  border-radius: 0;
  padding: 0 0 8px;
  font: inherit;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: inherit;
  outline: none;
  appearance: none;
  box-shadow: none;
}
.starwon-newsletter__input:focus {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.starwon-newsletter__input::placeholder {
  color: rgba(0, 0, 0, 0.38);
  text-transform: none;
}
.starwon-newsletter__submit {
  background: none;
  color: inherit;
  border: 0;
  padding: 0 0 8px;
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity var(--starwon-duration-fast) var(--starwon-easing);
}
.starwon-newsletter__submit:hover {
  opacity: 1;
  background: none;
}
.starwon-newsletter__msg {
  font-size: 0.85rem;
  margin: 6px 0 0;
}
.starwon-newsletter__msg--error { color: var(--starwon-secondary); }
.starwon-newsletter__msg--ok    { color: var(--starwon-alt); }

/* ============================================================
   Social grid
   ============================================================ */

.starwon-social {
  position: relative;
  padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 64px);
}
.starwon-social__head {
  text-align: center;
  margin-bottom: clamp(28px, 5vw, 56px);
}
.starwon-social__head .starwon-eyebrow { justify-content: center; }
.starwon-social__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 750px) {
  .starwon-social__grid { grid-template-columns: repeat(var(--starwon-social-cols, 6), 1fr); }
}
.starwon-social__tile {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
}
.starwon-social__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--starwon-duration-med) var(--starwon-easing);
}
.starwon-social__tile:hover img { transform: scale(1.06); }
.starwon-social__tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,9,37,0) 60%, rgba(5,9,37,0.5) 100%);
  opacity: 0;
  transition: opacity var(--starwon-duration-fast) var(--starwon-easing);
}
.starwon-social__tile:hover::after { opacity: 1; }
.starwon-social__tile-handle {
  position: absolute;
  inset: auto 0 10px 0;
  text-align: center;
  font-family: var(--font-subheading--family);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--starwon-bone);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--starwon-duration-fast) var(--starwon-easing),
              transform var(--starwon-duration-fast) var(--starwon-easing);
  z-index: 2;
}
.starwon-social__tile:hover .starwon-social__tile-handle { opacity: 1; transform: translateY(0); }

/* ============================================================
   Cart count + fill
   ============================================================ */

.starwon-theme .header-actions__cart-icon .cart-bubble {
  --cart-bubble-size: 18px;
  top: -4px;
  right: -6px;
  width: auto;
  min-width: var(--cart-bubble-size);
  height: var(--cart-bubble-size);
  padding: 0 4px;
  aspect-ratio: auto;
  border-radius: 0;
}

.starwon-theme .header-actions__cart-icon .cart-bubble__background {
  background: #000000;
  border-radius: 0;
}

.starwon-theme .header-actions__cart-icon .cart-bubble__text,
.starwon-theme .header-actions__cart-icon .cart-bubble__text-count {
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 700;
}

.starwon-theme cart-icon.cart-icon--has-items .svg-wrapper svg path {
  fill: rgba(0, 0, 0, 0.08);
}

.starwon-theme cart-icon[data-cart-fill='2'] .svg-wrapper svg path,
.starwon-theme cart-icon[data-cart-fill='3'] .svg-wrapper svg path,
.starwon-theme cart-icon[data-cart-fill='4'] .svg-wrapper svg path,
.starwon-theme cart-icon[data-cart-fill='5'] .svg-wrapper svg path {
  fill: rgba(0, 0, 0, 0.18);
}

/* ============================================================
   Product page — variant select + gallery
   ============================================================ */

.starwon-theme .variant-option__button-label:has(input:checked),
.starwon-theme .variant-option__button-label:has(input[data-current-checked='true']) {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

.starwon-theme .variant-option__button-label:has(input:checked) .variant-option__button-label__text,
.starwon-theme .variant-option__button-label:has(input[data-current-checked='true']) .variant-option__button-label__text {
  color: #ffffff;
}

/* Collection listings: static first image only (no hover swap or card carousel) */
.starwon-theme.template-collection .card-gallery slideshow-slide:not(:first-child) {
  display: none !important;
}

.starwon-theme.template-collection .card-gallery slideshow-arrows,
.starwon-theme.template-collection .card-gallery slideshow-controls {
  display: none !important;
}

.starwon-theme.template-collection .card-gallery slideshow-component,
.starwon-theme.template-collection .card-gallery slideshow-component[in-viewport] {
  --cursor: pointer;
  touch-action: auto;
}

.starwon-theme.template-collection .card-gallery slideshow-slides,
.starwon-theme.template-collection .card-gallery slideshow-component[in-viewport] slideshow-slides {
  overflow: hidden !important;
  scroll-snap-type: none !important;
  overscroll-behavior: auto;
  cursor: pointer;
}

.starwon-theme .product-information__media slideshow-slide,
.starwon-theme .product-information__media .product-media-container {
  scroll-snap-align: start;
}

.starwon-theme .product-information__media slideshow-slides {
  scroll-snap-type: x mandatory;
}

/* Product page — layout beside image, below top chrome */
.starwon-theme.template-product .product-information.section {
  padding-top: calc(var(--starwon-topbar-height) + 24px);
  padding-inline: var(--starwon-content-gutter);
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .starwon-theme.template-product .product-information__grid.product-information__grid--half {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px) !important;
    gap: var(--gap, 48px);
    align-items: start;
    max-width: none;
  }

  .starwon-theme.template-product .product-information--media-left.product-information__grid--half .product-information__media {
    grid-column: 1 / 2 !important;
    padding-inline-end: 0;
  }

  .starwon-theme.template-product .product-information--media-left.product-information__grid--half .product-details {
    grid-column: 2 / 3 !important;
    padding-inline-start: 0;
    max-width: 420px;
    align-self: start;
  }

  .starwon-theme.template-product .product-details.sticky-content--desktop {
    position: static;
    top: auto;
  }
}

/* PDP gallery: main image + bottom thumbnails fit on one screen */
.starwon-theme.template-product .starwon-gallery-progress {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .starwon-theme.template-product .product-information__media .media-gallery--carousel slideshow-component:has(slideshow-controls[thumbnails]) {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .starwon-theme.template-product .product-information__media .product-media-container.constrain-height {
    --viewport-offset: calc(var(--starwon-topbar-height) + 168px);
    --constrained-min-height: 360px;
  }
}

/* One full-width slide at a time; center image inside each slide */
.starwon-theme.template-product .product-information__media slideshow-slides {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.starwon-theme.template-product .product-information__media slideshow-slide {
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.starwon-theme.template-product .product-information__media .media-gallery--carousel slideshow-container {
  overflow: visible;
}

.starwon-theme.template-product .product-information__media .product-media-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  overflow: visible;
}

.starwon-theme.template-product .product-information__media .product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.starwon-theme.template-product .product-information__media .media-fit-contain :is(img, video, .deferred-media__poster-image) {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
  display: block;
  object-fit: contain;
}

/* Arrows: icon only, very faint */
.starwon-theme.template-product .media-gallery--carousel slideshow-arrows {
  mix-blend-mode: normal;
  align-items: center;
  justify-content: space-between;
  padding-inline: 8px;
}

.starwon-theme.template-product .media-gallery--carousel slideshow-arrows .slideshow-control {
  background: none !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  width: auto;
  height: auto;
  min-width: var(--minimum-touch-target);
  min-height: var(--minimum-touch-target);
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.18);
  opacity: 0.55;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.starwon-theme.template-product .product-information__media:hover slideshow-arrows .slideshow-control,
.starwon-theme.template-product .product-information__media:focus-within slideshow-arrows .slideshow-control {
  color: rgba(0, 0, 0, 0.38);
  opacity: 0.9;
  background: none !important;
}

.starwon-theme.template-product .media-gallery--carousel slideshow-controls[thumbnails] {
  flex: 0 0 auto;
  width: 100%;
  order: 2;
}

.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnails-container {
  overflow-x: auto;
  overflow-y: hidden;
}

.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnails {
  justify-content: center;
  padding-inline: 0;
  padding-block: 0;
  gap: 10px;
  margin-inline: auto;
}

/* Thumbnails: faint gray rounded boxes instead of black outlines */
.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnail {
  width: clamp(56px, 8vw, 72px) !important;
  flex-shrink: 0;
  border: none !important;
  outline: none !important;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
  padding: 4px;
  opacity: 0.72;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnail img {
  border-radius: 6px;
}

.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnail:hover {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.06);
}

.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnail[aria-selected='true'],
.starwon-theme.template-product .media-gallery--carousel .slideshow-controls__thumbnail[aria-current='true'] {
  outline: none !important;
  border: none !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
}

/* ============================================================
   Product accordions (Stüssy-style)
   ============================================================ */

.starwon-product-accordions {
  width: 100%;
  margin-top: 8px;
}

.starwon-accordion {
  border-top: 1px solid #000000;
}

.starwon-accordion:last-of-type {
  border-bottom: 1px solid #000000;
}

.starwon-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  cursor: pointer;
  list-style: none;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.starwon-accordion__summary::-webkit-details-marker {
  display: none;
}

.starwon-accordion__icon::before {
  content: '>';
  display: inline-block;
  transition: transform 200ms ease;
}

.starwon-accordion[open] .starwon-accordion__icon::before {
  transform: rotate(90deg);
}

.starwon-accordion__panel {
  padding: 0 0 16px;
  font-family: var(--font-body--family);
  font-size: 0.82rem;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.starwon-accordion__model {
  margin: 0 0 12px;
  font-weight: 600;
}

.starwon-accordion__link {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.starwon-product-accordions__note {
  margin: 14px 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.72);
}

/* ============================================================
   Collection split + homepage links
   ============================================================ */

.starwon-collection-split-section,
.starwon-collection-split {
  background: transparent;
}

.starwon-collection-split {
  --starwon-split-top-gap: 4px;
  --starwon-split-bottom-gap: 8px;
  --starwon-split-center-pull: 220px;
  --starwon-split-mens-scale: 1.07;
  --starwon-split-womens-scale: 0.98;
  --starwon-split-image-height: calc(
    100svh - var(--starwon-topbar-height) - var(--starwon-split-top-gap) - var(--starwon-split-bottom-gap)
  );
  box-sizing: border-box;
  height: 100svh;
  padding-top: calc(var(--starwon-topbar-height) + var(--starwon-split-top-gap));
  margin: 0;
  overflow: hidden;
}

.starwon-collection-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  height: 100%;
}

.starwon-collection-split__tile {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0;
  color: inherit;
  text-decoration: none;
  overflow: visible;
  background: transparent;
  pointer-events: none;
}

.starwon-collection-split__tile:first-child {
  z-index: 1;
}

.starwon-collection-split__media {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  overflow: visible;
  background: transparent;
  pointer-events: none;
}

.starwon-collection-split__tile:first-child .starwon-collection-split__media {
  justify-content: flex-end;
}

.starwon-collection-split__tile:last-child .starwon-collection-split__media {
  justify-content: flex-start;
}

.starwon-collection-split__image,
.starwon-collection-split__placeholder {
  display: block;
  width: auto;
  height: var(--starwon-split-image-height);
  max-width: min(68vw, 920px);
  object-fit: contain;
  object-position: bottom center;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: auto;
  cursor: inherit;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}

.starwon-collection-split__image.is-alpha-hovered,
.starwon-collection-split__tile.is-alpha-hovered .starwon-collection-split__image {
  cursor: pointer;
}

.starwon-collection-split__tile:first-child .starwon-collection-split__image,
.starwon-collection-split__tile:first-child .starwon-collection-split__placeholder {
  transform: scale(var(--starwon-split-mens-scale));
  transform-origin: bottom right;
  margin-right: calc(-1 * var(--starwon-split-center-pull));
}

.starwon-collection-split__tile:last-child .starwon-collection-split__image,
.starwon-collection-split__tile:last-child .starwon-collection-split__placeholder {
  transform: scale(var(--starwon-split-womens-scale));
  transform-origin: bottom left;
  margin-left: calc(-1 * var(--starwon-split-center-pull));
}

.starwon-collection-split__tile:first-child .starwon-collection-split__image.is-alpha-hovered,
.starwon-collection-split__tile:first-child .starwon-collection-split__placeholder:hover {
  transform: scale(calc(var(--starwon-split-mens-scale) * 1.02));
}

.starwon-collection-split__tile:last-child .starwon-collection-split__image.is-alpha-hovered,
.starwon-collection-split__tile:last-child .starwon-collection-split__placeholder:hover {
  transform: scale(calc(var(--starwon-split-womens-scale) * 1.02));
}

.starwon-collection-split__tooltip {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 44%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 115px;
  padding: 11px 22px;
  font-family: var(--starwon-ui-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition:
    opacity var(--starwon-duration-fast) var(--starwon-easing),
    transform var(--starwon-duration-fast) var(--starwon-easing),
    visibility var(--starwon-duration-fast) var(--starwon-easing);
}

.starwon-collection-split__tile.is-alpha-hovered .starwon-collection-split__tooltip,
.starwon-collection-split__tile:has(.starwon-collection-split__placeholder:hover) .starwon-collection-split__tooltip,
.starwon-collection-split__tile:focus-visible .starwon-collection-split__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.starwon-collection-split__tile:first-child .starwon-collection-split__tooltip {
  left: auto;
  right: calc(var(--starwon-split-center-pull) * 0.35);
  transform: translateY(8px);
}

.starwon-collection-split__tile:first-child.is-alpha-hovered .starwon-collection-split__tooltip,
.starwon-collection-split__tile:first-child:has(.starwon-collection-split__placeholder:hover) .starwon-collection-split__tooltip,
.starwon-collection-split__tile:first-child:focus-visible .starwon-collection-split__tooltip {
  transform: translateY(0);
}

.starwon-collection-split__tile:last-child .starwon-collection-split__tooltip {
  left: calc(var(--starwon-split-center-pull) * 0.35);
  transform: translateY(8px);
}

.starwon-collection-split__tile:last-child.is-alpha-hovered .starwon-collection-split__tooltip,
.starwon-collection-split__tile:last-child:has(.starwon-collection-split__placeholder:hover) .starwon-collection-split__tooltip,
.starwon-collection-split__tile:last-child:focus-visible .starwon-collection-split__tooltip {
  transform: translateY(0);
}

.starwon-home-links {
  padding: 0;
}

.starwon-home-links__title {
  font-family: var(--font-heading--family);
  font-size: clamp(1.4rem, 3vw, 2rem);
  text-transform: uppercase;
  margin: 0 0 12px;
  padding-inline: clamp(16px, 4vw, 48px);
}

.starwon-home-links__grid {
  display: grid;
  grid-template-columns: repeat(var(--starwon-home-cols, 2), minmax(0, 1fr));
  gap: 0;
}

.starwon-home-links__tile {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.starwon-home-links__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f5f5f5;
}

.starwon-home-links__media img,
.starwon-home-links__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms ease;
}

.starwon-home-links__tile:hover .starwon-home-links__media img {
  transform: scale(1.02);
}

.starwon-home-links__caption {
  position: absolute;
  inset: auto 12px 12px 12px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

@media (max-width: 749px) {
  .starwon-collection-split {
    --starwon-split-center-pull: 88px;
    --starwon-split-mens-scale: 1.05;
    --starwon-split-womens-scale: 0.96;
  }

  .starwon-collection-split__image,
  .starwon-collection-split__placeholder {
    max-width: min(62vw, 380px);
  }

  .starwon-collection-split__tooltip {
    min-width: 100px;
    padding: 10px 16px;
    font-size: 11px;
    bottom: 48%;
  }

  .starwon-home-links__grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   Final site shell — sidebar, top search, brand toggle
   ============================================================ */

.starwon-theme.starwon-has-sidebar #header-group .header-section,
.starwon-theme.starwon-has-sidebar #header-group header-component {
  display: none !important;
}

.starwon-theme.starwon-has-sidebar #header-group {
  position: static;
  background: transparent;
}

.starwon-sidebar-section,
.starwon-theme.starwon-has-sidebar #header-group {
  margin: 0;
  background: transparent;
}

.starwon-chrome {
  --starwon-chrome-font: var(--starwon-ui-font);
  --starwon-chrome-size: var(--starwon-ui-size);
  --starwon-chrome-weight: var(--starwon-ui-weight);
  --starwon-chrome-lh: 1;
  --starwon-chrome-gap: 20px;
  --starwon-chrome-inset-right: var(--starwon-edge-inset);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 130;
  height: var(--starwon-topbar-height);
  pointer-events: none;
  background: transparent;
  transition:
    transform var(--starwon-duration-med) var(--starwon-easing),
    opacity var(--starwon-duration-fast) var(--starwon-easing),
    visibility var(--starwon-duration-fast) var(--starwon-easing);
  will-change: transform, opacity;
}

@media screen and (min-width: 1025px) {
  .starwon-chrome {
    --starwon-chrome-lh: var(--starwon-ui-lh);
    --starwon-chrome-gap: 15px;
  }
}

.starwon-chrome__logos,
.starwon-chrome__tools {
  pointer-events: auto;
}

.starwon-chrome__logos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.starwon-brand-toggle {
  display: flex;
  align-items: center;
  gap: 28px;
}

.starwon-brand-toggle__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.38;
  color: #000;
  text-decoration: none;
  transition: opacity var(--starwon-duration-fast) var(--starwon-easing), color var(--starwon-duration-fast) var(--starwon-easing);
}

.starwon-brand-toggle__logo img,
.starwon-brand-toggle__image {
  display: block;
  max-height: 160px;
  width: auto;
  max-width: 480px;
  object-fit: contain;
}

.starwon-brand-toggle__logo.is-active,
.starwon-brand-toggle__logo:hover {
  opacity: 1;
  color: var(--starwon-primary);
}

.starwon-brand-toggle__wordmark {
  font-family: var(--font-heading--family);
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

.starwon-chrome__actions {
  position: absolute;
  top: var(--starwon-chrome-inset-top);
  right: var(--starwon-chrome-inset-right);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  color: #000;
  z-index: 2;
}

.starwon-chrome__tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--starwon-chrome-gap);
  pointer-events: auto;
}

.starwon-chrome__search,
.starwon-chrome__account,
.starwon-chrome__bag-drawer,
.starwon-chrome__tools shopify-account,
.starwon-chrome__tools shopify-account:not(:defined) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  font-family: var(--starwon-chrome-font);
  font-size: var(--starwon-chrome-size);
  font-weight: var(--starwon-chrome-weight);
  line-height: var(--starwon-chrome-lh);
  color: #000;
}

.starwon-chrome__btn,
.starwon-chrome__tools .starwon-chrome__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: var(--starwon-chrome-font);
  font-size: var(--starwon-chrome-size);
  font-weight: var(--starwon-chrome-weight);
  font-style: normal;
  letter-spacing: normal;
  line-height: var(--starwon-chrome-lh);
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.starwon-chrome__btn[hidden] {
  display: none !important;
}

.starwon-chrome__bag-label--desktop {
  display: none;
}

.starwon-chrome__bag-label--mobile {
  display: inline;
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .starwon-chrome__bag-label--desktop {
    display: inline;
  }

  .starwon-chrome__bag-label--mobile {
    display: none;
  }
}

.starwon-chrome__bag-count[hidden] {
  display: none !important;
}

.starwon-chrome__search-overlay {
  position: absolute;
  inset: 0 0 auto 0;
  height: 81px;
  display: none;
  align-items: center;
  padding: 0 180px 0 20px;
  background: #fff;
  pointer-events: auto;
  z-index: 1;
}

.starwon-chrome.is-search-open .starwon-chrome__logos {
  visibility: hidden;
}

.starwon-chrome.is-search-open .starwon-chrome__search-overlay {
  display: flex;
}

@media screen and (min-width: 1025px) {
  .starwon-chrome__search-overlay {
    height: 54px;
    padding: 0 180px 0 20px;
  }
}

.starwon-chrome__search-component,
.starwon-chrome__search-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.starwon-chrome__search-input,
.starwon-chrome__search-overlay input.search-input {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: var(--starwon-chrome-font);
  font-size: var(--starwon-chrome-size);
  font-weight: var(--starwon-chrome-weight);
  letter-spacing: normal;
  line-height: var(--starwon-chrome-lh);
  text-transform: uppercase;
  color: #000;
  outline: none;
}

.starwon-chrome__search-input::placeholder,
.starwon-chrome__search-overlay input.search-input::placeholder {
  color: #000;
  text-transform: uppercase;
  opacity: 1;
}

.starwon-chrome__search-reset {
  display: none;
}

.starwon-chrome__search-results,
.starwon-chrome__search-overlay .predictive-search-form__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: min(70vh, 520px);
  overflow: auto;
  background: #fff;
  text-align: left;
}

.starwon-chrome.is-search-open .starwon-chrome__search-results,
.starwon-chrome.is-search-open .starwon-chrome__search-overlay .predictive-search-form__content:not(:empty) {
  display: block;
}

.starwon-chrome__search-overlay input[type='search']::-webkit-search-decoration,
.starwon-chrome__search-overlay input[type='search']::-webkit-search-cancel-button,
.starwon-chrome__search-overlay input[type='search']::-webkit-search-results-button,
.starwon-chrome__search-overlay input[type='search']::-webkit-search-results-decoration {
  display: none;
}

.starwon-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 120;
  width: var(--starwon-sidebar-width);
  max-width: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--starwon-chrome-inset-top) 20px 20px var(--starwon-edge-inset);
  pointer-events: none;
}

body.starwon-chrome-hidden:not(.starwon-splash-active) .starwon-chrome {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
}

body.starwon-chrome-hidden:not(.starwon-splash-active) .starwon-sidebar__top {
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.starwon-sidebar__top,
.starwon-sidebar__list {
  pointer-events: auto;
}

.starwon-sidebar__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition:
    transform var(--starwon-duration-med) var(--starwon-easing),
    opacity var(--starwon-duration-fast) var(--starwon-easing),
    visibility var(--starwon-duration-fast) var(--starwon-easing);
  will-change: transform, opacity;
}

.starwon-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.starwon-sidebar__link,
.starwon-sidebar__sublink,
.starwon-sidebar__copyright {
  display: inline-flex;
  align-items: center;
  min-height: calc(var(--starwon-ui-size) * var(--starwon-ui-lh));
  color: #000;
  text-decoration: none;
  font-family: var(--starwon-ui-font);
  font-size: var(--starwon-ui-size);
  font-weight: var(--starwon-ui-weight);
  font-style: normal;
  letter-spacing: normal;
  line-height: var(--starwon-ui-lh);
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  transition: color var(--starwon-duration-fast) var(--starwon-easing);
}

.starwon-sidebar__link--btn {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
}

.starwon-sidebar__copyright {
  pointer-events: none;
  margin: 0;
}

.starwon-sidebar__link:hover,
.starwon-sidebar__link.is-active,
.starwon-sidebar__sublink:hover {
  color: var(--starwon-primary);
}

.starwon-sidebar__sub {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
  display: none;
}

.starwon-sidebar__item--has-children:hover .starwon-sidebar__sub,
.starwon-sidebar__item--has-children:focus-within .starwon-sidebar__sub {
  display: grid;
  gap: 6px;
}

.starwon-theme.starwon-has-sidebar #MainContent,
.starwon-theme.starwon-has-sidebar footer {
  margin-left: 0;
}

@media (max-width: 749px) {
  :root {
    --starwon-sidebar-width: 0px;
    --starwon-topbar-height: 108px;
    --starwon-edge-inset: 28px;
  }

  .starwon-chrome__logos {
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .starwon-brand-toggle {
    gap: 12px;
  }

  .starwon-brand-toggle__wordmark {
    font-size: 0.95rem;
  }

  .starwon-brand-toggle__logo img,
  .starwon-brand-toggle__image {
    max-height: 100px;
    max-width: 280px;
  }

  .starwon-sidebar {
    inset: auto 0 0 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 10px var(--starwon-edge-inset) 14px;
    background: rgba(255, 255, 255, 0.92);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    pointer-events: auto;
  }

  .starwon-sidebar__item--extra,
  .starwon-sidebar__copyright {
    display: none;
  }

  .starwon-sidebar__list {
    flex-direction: row;
    gap: 16px;
  }

  .starwon-theme.starwon-has-sidebar #MainContent {
    padding-bottom: 64px;
  }

  body.starwon-chrome-hidden:not(.starwon-splash-active) .starwon-sidebar__top {
    transform: translate3d(0, 100%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .starwon-chrome,
  .starwon-sidebar__top {
    transition-duration: 0.01ms;
  }
}

/* Splash + lookbook + categories */
.starwon-splash {
  min-height: 100svh;
  box-sizing: border-box;
  background: #fff;
  display: grid;
  justify-items: center;
  align-content: start;
  overflow: hidden;
  padding-top: calc(var(--starwon-topbar-height) * 0.4);
}

html:has(body.starwon-splash-active:not(.shopify-design-mode)),
body.starwon-splash-active:not(.shopify-design-mode) {
  overflow: hidden;
  height: 100%;
}

body.starwon-splash-active:not(.shopify-design-mode) #starwon-shop,
body.starwon-splash-active:not(.shopify-design-mode) .starwon-lookbook,
body.starwon-splash-active:not(.shopify-design-mode) footer {
  visibility: hidden;
  height: 0;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

body.template-index:not(.starwon-splash-active):not(.shopify-design-mode) .shopify-section:has(.starwon-splash),
body.template-index:not(.starwon-splash-active):not(.shopify-design-mode) .starwon-splash {
  visibility: hidden;
  height: 0;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.starwon-splash__hit,
.starwon-splash__hit--portrait,
.starwon-splash__hit--landscape,
.starwon-splash__hit--full {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  width: auto;
  max-width: none;
  height: 95svh;
}

.starwon-splash__stage {
  position: relative;
  height: 100%;
}

.starwon-splash__puff-zone {
  position: absolute;
  bottom: 6%;
  left: 50%;
  width: 48%;
  height: 68%;
  transform: translateX(-50%);
  pointer-events: auto;
  cursor: pointer;
}

.starwon-splash__model,
.starwon-splash__placeholder {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: top center;
  display: block;
  transition: transform var(--starwon-duration-med) var(--starwon-easing);
  transform-origin: center bottom;
}

@media (hover: hover) and (pointer: fine) {
  .starwon-splash__stage:has(.starwon-splash__puff-zone:hover) .starwon-splash__model,
  .starwon-splash__hit:focus-visible .starwon-splash__model,
  .starwon-splash__hit:focus-visible .starwon-splash__placeholder {
    transform: scale(1.028);
  }
}

@media (prefers-reduced-motion: reduce) {
  .starwon-splash__stage:has(.starwon-splash__puff-zone:hover) .starwon-splash__model,
  .starwon-splash__hit:focus-visible .starwon-splash__model,
  .starwon-splash__hit:focus-visible .starwon-splash__placeholder {
    transform: none;
  }
}

.starwon-lookbook {
  padding: 8px 24px 64px;
}

.starwon-category-grid {
  padding-top: calc(var(--starwon-topbar-height) + 24px);
  padding-bottom: 64px;
  padding-inline: var(--starwon-content-gutter);
}

.starwon-lookbook__heading,
.starwon-category-grid__heading {
  text-align: center;
  margin: 0 0 28px;
}

.starwon-lookbook__grid {
  display: grid;
  grid-template-columns: repeat(var(--starwon-lookbook-cols, 3), minmax(0, 1fr));
  gap: 8px;
}

.starwon-lookbook__item img,
.starwon-lookbook__placeholder,
.starwon-category-grid__media img,
.starwon-category-grid__placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.starwon-lookbook__item {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #f4f4f4;
  position: relative;
}

.starwon-lookbook__caption {
  position: absolute;
  inset: auto 10px 10px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.starwon-category-grid__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 40px;
  width: 100%;
}

.starwon-category-grid__tile {
  color: inherit;
  text-decoration: none;
}

.starwon-category-grid__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f4f4;
}

.starwon-category-grid__label {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-family: var(--starwon-ui-font);
  font-weight: var(--starwon-ui-weight);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.starwon-category-grid__tile:hover .starwon-category-grid__label {
  color: var(--starwon-primary);
}

@media (max-width: 749px) {
  .starwon-lookbook__grid,
  .starwon-category-grid__tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .starwon-category-grid {
    padding-top: calc(var(--starwon-topbar-height) + 16px);
    padding-inline: var(--starwon-content-gutter);
  }

  .starwon-category-grid__tiles {
    column-gap: 16px;
    row-gap: 28px;
  }
}

/* Centered product grids */
.starwon-theme .product-grid--grid {
  justify-content: center;
}

.starwon-theme.template-collection .product-grid-container,
.starwon-theme.template-collection .collection-wrapper {
  padding-inline: var(--starwon-content-gutter);
  box-sizing: border-box;
}

.starwon-theme.template-collection .product-grid-container {
  --padding-block-start: calc(var(--starwon-topbar-height) + 40px);
  padding-block-start: calc(var(--starwon-topbar-height) + 40px);
}

.starwon-theme.template-collection .main-collection-grid {
  --padding-inline-start: 0;
  --padding-inline-end: 0;
}

.starwon-theme .collection-wrapper,
.starwon-theme .search-results,
.starwon-theme .main-collection {
  max-width: none;
  margin-inline: 0;
  width: 100%;
}

/* Color codes + gallery progress */
.starwon-color-code {
  display: block;
  margin-top: 4px;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.media-gallery,
.product-media-gallery,
slideshow-component {
  position: relative;
}

.starwon-gallery-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  width: 28px;
  height: 28px;
  color: #000;
}

.starwon-gallery-progress__icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
}

.starwon-gallery-progress__icon svg {
  width: 100%;
  height: 100%;
}

.starwon-gallery-progress__fill {
  position: absolute;
  inset: 18% 22% 16%;
  background: currentColor;
  transform-origin: bottom;
  transform: scaleY(var(--starwon-gallery-fill, 0));
  clip-path: polygon(15% 20%, 85% 20%, 85% 100%, 15% 100%);
  pointer-events: none;
}

/* Notify me — out of stock signup */
.starwon-notify {
  width: 100%;
  margin-top: 4px;
}

.starwon-notify__status {
  margin: 0 0 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000000;
}

.starwon-notify__form {
  width: 100%;
}

.starwon-notify__fields {
  display: grid;
  gap: 8px;
  width: 100%;
}

.starwon-notify__label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.starwon-notify__row {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}

.starwon-notify__input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 0;
  background: #ffffff;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #000000;
  outline: none;
  appearance: none;
  box-shadow: none;
  transition: border-color 0.2s ease;
}

.starwon-notify__input:focus {
  border-color: rgba(0, 0, 0, 0.45);
}

.starwon-notify__input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.starwon-notify__submit {
  flex-shrink: 0;
  appearance: none;
  border: none !important;
  border-radius: 0 !important;
  background: #000000 !important;
  color: #ffffff !important;
  padding: 14px 22px;
  margin: 0;
  min-height: var(--height-buy-buttons, 48px);
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  line-height: 1.2;
  transition: background-color 0.2s ease;
}

.starwon-notify__submit:hover {
  background: #222222 !important;
  color: #ffffff !important;
}

.starwon-notify__ok,
.starwon-notify__error {
  margin: 10px 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.starwon-notify__error {
  color: #8b0000;
}

@media screen and (max-width: 749px) {
  .starwon-notify__row {
    flex-direction: column;
    gap: 10px;
  }

  .starwon-notify__submit {
    width: 100%;
    padding-block: 16px;
  }
}

/* Horizontal cart */
@media (min-width: 750px) {
  .starwon-theme .cart-page {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
    align-items: start;
  }

  .starwon-theme .cart-drawer__dialog {
    width: min(920px, 94vw) !important;
  }

  .starwon-theme .cart-drawer__content {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
    align-items: stretch;
  }
}

/* Minimal footer */
.starwon-footer-minimal {
  padding: 20px 16px 24px;
}

.starwon-footer-minimal__wrap {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.starwon-footer-minimal__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  max-width: 100%;
}

.starwon-footer-minimal__label,
.starwon-footer-minimal__link,
.starwon-footer-minimal__submit {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.starwon-footer-minimal__label {
  margin: 0;
}

.starwon-footer-minimal__input {
  width: clamp(9rem, 20vw, 13rem);
  max-width: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
  padding: 0 0 6px;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  color: inherit;
  outline: none;
  appearance: none;
  box-shadow: none;
}

.starwon-footer-minimal__input:focus {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.starwon-footer-minimal__input::placeholder {
  color: rgba(0, 0, 0, 0.35);
  text-transform: none;
  letter-spacing: 0.03em;
}

.starwon-footer-minimal__submit {
  appearance: none;
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.starwon-footer-minimal__submit:hover,
.starwon-footer-minimal__link:hover,
.starwon-footer-minimal__icon-link:hover {
  color: var(--starwon-primary);
}

.starwon-footer-minimal__link {
  color: inherit;
  text-decoration: none;
}

.starwon-footer-minimal__icon-link {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}

.starwon-footer-minimal__icon {
  width: 28px;
  height: 28px;
  display: block;
}

.starwon-footer-minimal__msg {
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .starwon-footer-minimal__row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

/* Newsletter popup */
.starwon-nl-popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 130;
}

.starwon-nl-popup__icon {
  width: 64px;
  height: 64px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.starwon-nl-popup__icon svg,
.starwon-nl-popup__icon img {
  width: 64px;
  height: 64px;
  display: block;
}

.starwon-nl-popup__dismiss {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.starwon-nl-popup__panel {
  position: absolute;
  right: 0;
  bottom: 76px;
  width: min(280px, calc(100vw - 32px));
  background: #fff;
  border: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  padding: 18px 20px;
}

.starwon-nl-popup__form {
  display: grid;
  gap: 12px;
}

.starwon-nl-popup__form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
  padding: 0 0 8px;
  font-size: 0.82rem;
  outline: none;
  appearance: none;
  box-shadow: none;
}

.starwon-nl-popup__form input:focus {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

@keyframes starwon-nl-slide {
  from { transform: translateX(120%); opacity: 0; }
  to { transform: none; opacity: 1; }
}
@keyframes starwon-nl-fall {
  from { transform: translateY(-80px); opacity: 0; }
  to { transform: none; opacity: 1; }
}
@keyframes starwon-nl-walk {
  from { transform: translateX(-80px) rotate(-8deg); opacity: 0; }
  to { transform: none; opacity: 1; }
}
@keyframes starwon-nl-hole {
  from { transform: scale(0.2); opacity: 0; }
  to { transform: none; opacity: 1; }
}
@keyframes starwon-nl-fly {
  0% {
    transform: translate3d(90px, -140px, 0) scale(0.15) rotate(32deg);
    opacity: 0;
  }
  55% {
    transform: translate3d(-6px, 8px, 0) scale(1.12) rotate(-6deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
@keyframes starwon-nl-idle {
  0%,
  100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

.starwon-nl-popup.is-entering .starwon-nl-popup__icon--slide { animation: starwon-nl-slide 700ms var(--starwon-easing) both; }
.starwon-nl-popup.is-entering .starwon-nl-popup__icon--fall { animation: starwon-nl-fall 700ms var(--starwon-easing) both; }
.starwon-nl-popup.is-entering .starwon-nl-popup__icon--walk { animation: starwon-nl-walk 800ms var(--starwon-easing) both; }
.starwon-nl-popup.is-entering .starwon-nl-popup__icon--hole { animation: starwon-nl-hole 700ms var(--starwon-easing) both; }
.starwon-nl-popup.is-entering .starwon-nl-popup__icon--fly { animation: starwon-nl-fly 900ms var(--starwon-easing) both; }

.starwon-nl-popup.is-resting .starwon-nl-popup__icon {
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.18));
  animation: starwon-nl-idle 2.8s var(--starwon-easing) infinite;
}

@media (prefers-reduced-motion: reduce) {
  .starwon-nl-popup.is-entering .starwon-nl-popup__icon,
  .starwon-nl-popup.is-resting .starwon-nl-popup__icon {
    animation: none;
  }
}

/* UTSS */
.starwon-utss-community {
  padding: 0 24px 16px;
}

.starwon-utss-about {
  padding: 24px 24px 48px;
}

.starwon-utss-games {
  display: grid;
  gap: 96px;
  padding: 80px 24px 96px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.starwon-utss-about__copy,
.starwon-utss-games__item {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.starwon-utss-community__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 16px;
  max-width: var(--utss-page-max);
  margin: 0 auto;
  padding-bottom: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.starwon-utss-community__title,
.starwon-utss-community .starwon-eyebrow {
  display: none;
}

.starwon-utss-community__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.starwon-utss-community__actions .button-secondary {
  width: auto;
  min-height: 32px;
  padding: 4px 10px;
  font-size: 0.68rem;
}

.starwon-utss-community__question,
.starwon-utss-community__form,
.starwon-utss-community__answers {
  text-align: left;
  margin: 0;
}

.starwon-utss-community__question {
  flex: 1 1 280px;
  border: 0;
  padding: 0;
  background: transparent;
  min-width: 0;
}

.starwon-utss-community__question-label {
  display: none;
}

.starwon-utss-community__question-text {
  margin: 0;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.starwon-utss-community__form,
.starwon-utss-community__answers {
  display: grid;
  gap: 8px;
  flex-basis: 100%;
}

.starwon-utss-community__form[hidden],
.starwon-utss-community__answers[hidden],
.starwon-utss-community [hidden] {
  display: none !important;
}

.starwon-utss-community__form textarea,
.starwon-utss-community__form input {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  font-family: inherit;
}

.starwon-utss-community__discuss {
  display: inline-flex;
  justify-content: flex-start;
}

.starwon-utss-community__discuss {
  margin-top: 10px;
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  justify-content: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  cursor: pointer;
  text-decoration: underline;
}

.starwon-utss-community__form--reply {
  margin-top: 10px;
}

.starwon-utss-community__answer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 12px;
}

.starwon-utss-community__empty {
  margin: 0;
  opacity: 0.7;
}

.starwon-utss-community__reply {
  margin: 8px 0 0 16px;
  opacity: 0.8;
}

.starwon-utss-community__answer-author {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 4px;
}

.starwon-utss-product {
  padding: 0 24px 24px;
}

.starwon-utss-product__empty {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.starwon-utss-product__grid {
  display: grid;
  gap: 48px;
  max-width: var(--utss-page-max);
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .starwon-utss-product__grid {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: start;
    column-gap: 48px;
  }

  .starwon-utss-product__gallery {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }

  .starwon-utss-product__details {
    grid-column: 2;
    grid-row: 1;
    padding-top: 0;
  }
}

.starwon-utss-product__gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.starwon-utss-product__viewport {
  position: relative;
  display: grid;
  place-items: center;
  justify-items: center;
  width: 100%;
  min-width: 0;
  min-height: min(70vh, 720px);
  overflow: hidden;
}

.starwon-utss-product__slides {
  grid-area: 1 / 1;
  position: relative;
  display: grid;
  place-items: center;
  justify-items: center;
  width: 100%;
  min-width: 0;
  min-height: inherit;
}

.starwon-utss-product__slide {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  place-items: center;
}

.starwon-utss-product__slide[hidden] {
  display: none !important;
}

.starwon-utss-product__slide img,
.starwon-utss-product__slide svg,
.starwon-utss-product__slide video {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: min(70vh, 720px);
  margin: 0 auto;
  display: block;
  object-fit: contain;
  object-position: center center;
  justify-self: center;
}

.starwon-utss-product__arrows {
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  padding-inline: 8px;
  pointer-events: none;
}

.starwon-utss-product__arrow {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: var(--minimum-touch-target, 44px);
  min-height: var(--minimum-touch-target, 44px);
  padding: 0 6px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.18);
  opacity: 0.55;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.starwon-utss-product__viewport:hover .starwon-utss-product__arrow,
.starwon-utss-product__viewport:focus-within .starwon-utss-product__arrow {
  color: rgba(0, 0, 0, 0.38);
  opacity: 0.9;
  background: none !important;
}

.starwon-utss-product__arrow .icon-caret {
  rotate: -90deg;
  --icon-stroke-width: 1px;
}

.starwon-utss-product__arrow .svg-wrapper,
.starwon-utss-product__arrow svg {
  width: var(--slideshow-controls-icon, 2rem);
  height: var(--slideshow-controls-icon, 2rem);
}

.starwon-utss-product__thumbnails {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding-block: 2px;
}

.starwon-utss-product__thumbnail {
  flex-shrink: 0;
  width: clamp(56px, 8vw, 72px);
  padding: 4px;
  border: none;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  opacity: 0.72;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.starwon-utss-product__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}

.starwon-utss-product__thumbnail:hover {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.06);
}

.starwon-utss-product__thumbnail.is-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.14);
}

.starwon-utss-product__title {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.starwon-utss-product__price {
  margin: 0 0 32px;
  font-size: 1.25rem;
}

.starwon-utss-product__form {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.starwon-utss-product__form .button {
  width: 100%;
  min-height: 48px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.starwon-utss-product__form select {
  width: 100%;
  border: 1px solid #000;
  padding: 12px;
  font-family: inherit;
}

.starwon-utss-product__label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.starwon-utss-tabs__triggers {
  display: flex;
  gap: 0;
}

.starwon-utss-tabs__trigger {
  flex: 1;
  border: 1px solid #000;
  background: #fff;
  padding: 14px;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85rem;
  cursor: pointer;
}

.starwon-utss-tabs__trigger.is-open {
  background: var(--starwon-primary);
  color: #fff;
  border-color: var(--starwon-primary);
}

.starwon-utss-tabs__panel {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.6;
  animation: starwon-utss-panel-in 200ms var(--starwon-easing);
}

@keyframes starwon-utss-panel-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

.starwon-utss-games__media {
  max-width: 720px;
  margin: 0 auto 20px;
}

.starwon-utss-games__caption {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.starwon-utss-scroll-hint {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transform: translateX(-50%);
  color: var(--starwon-primary);
  text-decoration: none;
  filter: drop-shadow(0 0 10px rgba(72, 51, 86, 0.45));
}

.starwon-utss-scroll-hint.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.starwon-utss-scroll-hint__arrow {
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(50% 78%, 0 28%, 12% 16%, 50% 52%, 88% 16%, 100% 28%);
  animation: starwon-utss-scroll-pulse 1.4s ease-in-out infinite;
}

@keyframes starwon-utss-scroll-pulse {
  0%,
  100% { transform: translateY(0); opacity: 0.5; }
  50% { transform: translateY(8px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .starwon-utss-scroll-hint__arrow {
    animation: none;
  }
}

.starwon-utss-games__media video,
.starwon-utss-games__media img,
.starwon-utss-games__placeholder,
.starwon-utss-about__clip video,
.starwon-utss-about__clip img {
  width: 100%;
  height: auto;
  display: block;
}

.starwon-utss-about__media {
  display: grid;
  gap: 32px;
  max-width: 860px;
  margin: 40px auto 0;
}

.starwon-utss-about__clip figcaption {
  margin-top: 10px;
  text-align: center;
}

.starwon-theme.template-product-utss .starwon-gallery-progress {
  display: none;
}

.starwon-theme.template-product-utss slideshow-component {
  display: flex;
  flex-direction: column;
}

.starwon-theme.template-product-utss slideshow-component > slideshow-controls {
  order: -1;
  mix-blend-mode: normal;
  margin-bottom: 16px;
}

.starwon-theme.template-product-utss .slideshow-controls__dots {
  justify-content: center;
}

.starwon-theme.template-product-utss .slideshow-controls__dots button::after {
  --size: 1rem;
  width: var(--size);
  height: var(--size);
  background-color: rgba(0, 0, 0, 0.22);
  box-shadow: none;
}

.starwon-theme.template-product-utss .slideshow-controls__dots button[aria-selected='true']::after,
.starwon-theme.template-product-utss .slideshow-controls__dots button[aria-current='true']::after {
  background-color: var(--starwon-primary);
  box-shadow: none;
}

/* Login popover — Hellstar-style clean panel, keep current account web component */
.starwon-theme shopify-account {
  --shopify-account-color-background: #ffffff;
  --shopify-account-color-text: #000000;
  --shopify-account-color-accent: var(--starwon-primary);
  --shopify-account-color-accent-text: #ffffff;
  --shopify-account-radius-base: 0px;
  --shopify-account-radius-button: 0px;
  --shopify-account-dialog-position-top: 72px;
}
