/* AUTO-GENERATED by scripts/build-pdp-blocks-css.js from pdp-blocks.manifest.json — do not edit by hand */

/* --- blocks/st-product-description/st-product-description.css --- */
/* ==========================================================================
   CSS Variables
   ========================================================================== */

.st-product-description {
  --st-description-font-family: inherit;
  --st-description-font-weight: 400;
  --st-description-font-style: normal;
  --st-description-font-size: 16px;
  --st-description-font-size-mobile: 14px;
  --st-description-color: #000;
  --st-description-line-height: 160%;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.st-product-description {
  font-family: var(--st-description-font-family);
  font-weight: var(--st-description-font-weight);
  font-style: var(--st-description-font-style);
  font-size: var(--st-description-font-size);
  color: var(--st-description-color);
  line-height: var(--st-description-line-height);
}

.st-product-description--empty {
  display: none !important;
}

/* ==========================================================================
   Rich Text Elements
   ========================================================================== */

.st-product-description p {
  margin: 0 0 0.75em;
}

.st-product-description p:last-child {
  margin-bottom: 0;
}

.st-product-description ul,
.st-product-description ol {
  margin: 0 0 0.75em;
  padding-left: 1.5em;
}

.st-product-description ul {
  list-style-type: disc;
}

.st-product-description ol {
  list-style-type: decimal;
}

.st-product-description ul:last-child,
.st-product-description ol:last-child {
  margin-bottom: 0;
}

.st-product-description li {
  margin-bottom: 0.25em;
}

.st-product-description strong {
  font-weight: 700;
}

.st-product-description em {
  font-style: italic;
}

/* ==========================================================================
   Mobile (max-width: 959px)
   ========================================================================== */

@media (max-width: 959px) {
  .st-product-description {
    font-size: var(--st-description-font-size-mobile);
  }
}

/* --- blocks/st-product-key-features/st-product-key-features.css --- */
/* ==========================================================================
   CSS Variables
   ========================================================================== */

.st-product-key-features {
  --st-kf-font-family: inherit;
  --st-kf-font-weight: 400;
  --st-kf-font-style: normal;
  --st-kf-font-size: 13px;
  --st-kf-font-size-mobile: 12px;
  --st-kf-color: #000;
  --st-kf-line-height: 160%;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.st-product-key-features {
  font-family: var(--st-kf-font-family);
  font-weight: var(--st-kf-font-weight);
  font-style: var(--st-kf-font-style);
  font-size: var(--st-kf-font-size);
  color: var(--st-kf-color);
  line-height: var(--st-kf-line-height);
}

.st-product-key-features .product-detail__key-features {
  gap: var(--sp-1);
  justify-content: center;
}

.st-product-key-features--empty {
  display: none !important;
}

/* ==========================================================================
   Icon Box
   ========================================================================== */

.st-product-key-features .icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: var(--sp-2);
}

.st-product-key-features .icon-box__icon {
  flex-shrink: 0;
}

.st-product-key-features .icon-xl {
  width: 72px;
  height: 72px;
}

.st-product-key-features .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.st-product-key-features .icon-box__text {
  text-align: center;
  max-width: 100px;
}

/* ==========================================================================
   Rich Text Elements
   ========================================================================== */

.st-product-key-features p {
  margin: 0 0 0.75em;
}

.st-product-key-features p:last-child {
  margin-bottom: 0;
}

.st-product-key-features ul,
.st-product-key-features ol {
  margin: 0 0 0.75em;
  padding-left: 1.5em;
}

.st-product-key-features ul {
  list-style-type: disc;
}

.st-product-key-features ol {
  list-style-type: decimal;
}

.st-product-key-features ul:last-child,
.st-product-key-features ol:last-child {
  margin-bottom: 0;
}

.st-product-key-features li {
  margin-bottom: 0.25em;
}

.st-product-key-features strong {
  font-weight: 700;
}

.st-product-key-features em {
  font-style: italic;
}

/* ==========================================================================
   Mobile (max-width: 959px)
   ========================================================================== */

@media (max-width: 959px) {
  .st-product-key-features {
    font-size: var(--st-kf-font-size-mobile);
  }

  .st-product-key-features .product-detail__key-features {
    gap: 0;
  }
}

/* --- blocks/st-variants-nav/st-variants-nav.css --- */
/* ==========================================================================
   CSS Variables
   ========================================================================== */

.st-variants-nav {
  --st-variant-option-border-width: 1px;
  --st-variant-option-border-radius: 999px;
  --st-variant-option-padding: 3px;
  --st-variant-card-width: 82px;
  --st-variant-card-height: 107px;
  --st-variant-card-padding-top: 10px;
  --st-variant-card-padding-right: 8px;
  --st-variant-card-padding-bottom: 10px;
  --st-variant-card-padding-left: 8px;
  --st-variant-card-circle-size: 60px;
  --st-variant-card-label-size: 12px;
  --st-variant-card-line-height: 1.2;
  --st-variant-card-selected-border-width: 3px;
}

.st-variants-nav[data-size="small"] {
  --st-variant-option-padding: 2px;
  --st-variant-card-width: 74px;
  --st-variant-card-height: 99px;
  --st-variant-card-circle-size: 54px;
}

.st-variants-nav[data-size="large"] {
  --st-variant-option-padding: 4px;
  --st-variant-card-width: 90px;
  --st-variant-card-height: 115px;
  --st-variant-card-circle-size: 66px;
}

/* ==========================================================================
   Variant Label
   ========================================================================== */

.st-variants-nav__block {
  --st-variant-label-gap: 8px;
  display: flex;
  flex-direction: column;
}

.st-variants-nav__label-container {
  margin-bottom: var(--st-variant-label-gap);
  --st-variant-label-font-family: inherit;
  --st-variant-label-font-weight: 400;
  --st-variant-label-font-style: normal;
  --st-variant-label-font-size: 14px;
  --st-variant-label-font-size-mobile: 12px;
  --st-variant-label-color: #444;
}

.st-variants-nav__label-container--empty {
  display: none !important;
}

.st-variants-nav__label {
  margin: 0;
  font-family: var(--st-variant-label-font-family);
  font-weight: var(--st-variant-label-font-weight);
  font-style: var(--st-variant-label-font-style);
  font-size: var(--st-variant-label-font-size);
  color: var(--st-variant-label-color);
  line-height: 150%;
}

/* ==========================================================================
   Options list
   ========================================================================== */

.st-variants-nav .variant-picker__options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 2px;
}

/* ==========================================================================
   Option wrapper — border color vars
   ========================================================================== */

.st-variants-nav .variant-picker__option {
  --border-color: var(
    --st-variant-unselected-border-color,
    rgba(var(--color-text), var(--variant-selector-border-opacity))
  );
}

.st-variants-nav .variant-picker__option.is-selected {
  --border-color: var(--st-variant-selected-border-color, rgb(var(--color-text)));
}

.st-variants-nav .variant-picker__option--swatch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 0;
}

/* Shape variants */

.st-variants-nav .variant-picker__option--swatch-wrapper,
.st-variants-nav .st-variants-nav__option-frame,
.st-variants-nav .variant-picker__option--swatch-wrapper .variant-picker__button--swatch,
.st-variants-nav .variant-picker__option--swatch-wrapper .variant-picker__swatch-inner {
  border-radius: var(--st-variant-option-border-radius);
}

.st-variants-nav .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-square {
  --st-variant-option-border-radius: 0px;
}

.st-variants-nav .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-circle {
  --st-variant-option-border-radius: 999px;
}

.st-variants-nav .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-round-corner {
  --st-variant-option-border-radius: 10px;
}

/* ==========================================================================
   Option frame
   ========================================================================== */

.st-variants-nav .st-variants-nav__option-frame {
  display: inline-flex;
  padding: var(--st-variant-option-padding);
  border-style: solid;
  border-width: var(--st-variant-option-border-width);
  border-color: var(--st-variant-unselected-border-color, #d9d9d9);
  transition: border-color 0.2s ease, border-width 0.2s ease;
}

.st-variants-nav .variant-picker__option--swatch-wrapper.is-selected .st-variants-nav__option-frame {
  border-color: var(--st-variant-selected-border-color, #f2b300);
}

/* ==========================================================================
   Swatch button
   ========================================================================== */

.st-variants-nav .variant-picker__option--swatch-wrapper .variant-picker__button::before,
.st-variants-nav .variant-picker__option--swatch-wrapper .variant-picker__button::after {
  display: none;
}

.st-variants-nav .variant-picker__option--swatch-wrapper .variant-picker__button--swatch {
  flex-shrink: 0;
  padding: 0;
  outline: 1px solid var(--swatch-ring-color, transparent);
  outline-offset: -1px;
}

/* ==========================================================================
   Swatch inner — checkerboard placeholder + color/image layers
   ========================================================================== */

.st-variants-nav .variant-picker__swatch-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.st-variants-nav .variant-picker__swatch-inner::before,
.st-variants-nav .variant-picker__swatch-inner::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.st-variants-nav .variant-picker__swatch-inner::before {
  background-image: var(--swatch-background-default-image);
  background-repeat: repeat;
  background-position: center;
  background-size: 16px;
}

.st-variants-nav .variant-picker__swatch-inner::after {
  background-color: var(--swatch-background-color, transparent);
  background-image: var(--swatch-background-image, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.st-variants-nav .variant-picker__button--swatch-image .variant-picker__swatch-inner::after {
  background-color: transparent;
}

/* ==========================================================================
   Display: Default — swatch sizes
   ========================================================================== */

.st-variants-nav--default .variant-picker__option--swatch-wrapper {
  align-items: center;
  justify-content: center;
}

.st-variants-nav.st-variants-nav--default
  .variant-picker__option--swatch-wrapper
  .variant-picker__button--swatch {
  display: flex;
  width: var(--st-variant-swatch-size, 30px);
  height: var(--st-variant-swatch-size, 30px);
}

.st-variants-nav[data-size="small"].st-variants-nav--default
  .variant-picker__option--swatch-wrapper
  .variant-picker__button--swatch {
  --st-variant-swatch-size: 24px;
}

.st-variants-nav[data-size="large"].st-variants-nav--default
  .variant-picker__option--swatch-wrapper
  .variant-picker__button--swatch {
  --st-variant-swatch-size: 36px;
}

/* ==========================================================================
   Display: Card
   ========================================================================== */

.st-variants-nav--card .variant-picker__options {
  align-items: flex-start;
}

.st-variants-nav--card .variant-picker__group--swatch .variant-picker__group-head {
  display: none;
}

.st-variants-nav--card .variant-picker__group--swatch .product-detail__row {
  align-items: flex-start;
}

.st-variants-nav--card .variant-picker__group--swatch .product-detail__row-main {
  flex: none;
  justify-content: flex-start;
}

.st-variants-nav--card .variant-picker__option--swatch-wrapper {
  padding: 0;
}

.st-variants-nav--card .st-variants-nav__option-frame {
  box-sizing: border-box;
  width: var(--st-variant-card-width);
  height: var(--st-variant-card-height);
  padding-top: var(--st-variant-card-padding-top);
  padding-right: var(--st-variant-card-padding-right);
  padding-bottom: var(--st-variant-card-padding-bottom);
  padding-left: var(--st-variant-card-padding-left);
  overflow: hidden;
  background: #fff;
  border-style: solid;
  border-width: var(--st-variant-option-border-width);
  border-color: var(--st-variant-unselected-border-color, #d9d9d9);
  border-radius: 0;
  box-shadow: none;
}

.st-variants-nav--card .variant-picker__option--swatch-wrapper.is-selected .st-variants-nav__option-frame {
  border-width: var(--st-variant-card-selected-border-width);
}

.st-variants-nav--card .st-variants-nav__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-width: 0;
  background: #fff;
}

.st-variants-nav--card .st-variants-nav__card-label {
  color: rgb(var(--color-text));
  font-size: var(--st-variant-card-label-size);
  line-height: var(--st-variant-card-line-height);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.st-variants-nav--card .variant-picker__option--swatch-wrapper .variant-picker__button--swatch {
  width: var(--st-variant-card-circle-size);
  height: var(--st-variant-card-circle-size);
}

.st-variants-nav--card .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-card,
.st-variants-nav--card .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-card .variant-picker__button--swatch,
.st-variants-nav--card .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-card .variant-picker__swatch-inner {
  border-radius: 999px;
}

/* ==========================================================================
   Disabled (sold out) — card
   ========================================================================== */

.st-variants-nav--card .variant-picker__option.disabled::after {
  display: none;
}

.st-variants-nav--card .variant-picker__option.disabled .st-variants-nav__option-frame {
  position: relative;
}

.st-variants-nav--card .variant-picker__option.disabled .st-variants-nav__option-frame::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  z-index: 2;
  content: "";
  width: calc(var(--st-variant-card-width) + var(--st-variant-card-height));
  height: 1px;
  background-color: var(--st-variant-unselected-border-color, #d9d9d9);
  transform: translate(-50%, -50%) rotate(atan2(calc(-1 * var(--st-variant-card-height)), var(--st-variant-card-width)));
}

.st-variants-nav--card .variant-picker__option.disabled .st-variants-nav__card-label,
.st-variants-nav--card .variant-picker__option.disabled .variant-picker__swatch-inner {
  opacity: 0.5;
}

.st-variants-nav--card .variant-picker__option.disabled .st-variants-nav__card-label {
  color: rgba(var(--color-text), 0.55);
}

/* ==========================================================================
   Disabled (sold out) — default
   ========================================================================== */

.st-variants-nav--default .variant-picker__option.disabled .st-variants-nav__option-frame {
  position: relative;
}

.st-variants-nav--default .variant-picker__option.disabled .st-variants-nav__option-frame::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  z-index: 2;
  content: "";
  width: calc(var(--st-variant-swatch-size, 30px) * 1.5);
  height: 1px;
  background-color: var(--st-variant-unselected-border-color, #d9d9d9);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.st-variants-nav--default .variant-picker__option.disabled .variant-picker__swatch-inner {
  opacity: 0.5;
}

/* ==========================================================================
   Anchor reset
   ========================================================================== */

.st-variants-nav a.variant-picker__option--swatch-wrapper {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* ==========================================================================
   Mobile (max-width: 959px)
   ========================================================================== */

@media (max-width: 959px) {
  .st-variants-nav[data-mobile-scroll="true"] .product-detail__row--mobile-direction-row {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: scroll;
    scroll-behavior: auto;
    scrollbar-width: none;
  }

  .st-variants-nav[data-mobile-scroll="true"] .product-detail__row--mobile-direction-row::-webkit-scrollbar {
    display: none;
  }

  .st-variants-nav[data-mobile-size="small"] {
    --st-variant-option-padding: 2px;
    --st-variant-card-width: 64px;
    --st-variant-card-height: 86px;
    --st-variant-card-circle-size: 46px;
  }

  .st-variants-nav[data-mobile-size="medium"] {
    --st-variant-option-padding: 3px;
    --st-variant-card-width: 70px;
    --st-variant-card-height: 94px;
    --st-variant-card-circle-size: 52px;
  }

  .st-variants-nav[data-mobile-size="large"] {
    --st-variant-option-padding: 4px;
    --st-variant-card-width: 78px;
    --st-variant-card-height: 102px;
    --st-variant-card-circle-size: 58px;
  }

  .st-variants-nav--card .variant-picker__options {
    gap: 8px;
  }

  .st-variants-nav__label {
    font-size: var(--st-variant-label-font-size-mobile);
  }
}

@media (max-width: 360px) {
  .st-variants-nav[data-mobile-size="medium"] {
    --st-variant-card-width: 73px;
  }
}

/* --- blocks/st-whats-included/st-whats-included.css --- */
/* ==========================================================================
   CSS Variables
   ========================================================================== */

.st-whats-included {
  --st-wi-title-font-family: inherit;
  --st-wi-title-font-weight: inherit;
  --st-wi-title-font-style: normal;
  --st-wi-title-font-size: 21px;
  --st-wi-title-font-size-mobile: 18px;
  --st-wi-title-color: #000000;
  --st-wi-gap: 16px;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.st-whats-included {
  display: flex;
  flex-direction: column;
  gap: var(--st-wi-gap);
  padding-top: var(--st-wi-padding-top, 0px);
  padding-right: var(--st-wi-padding-right, 0px);
  padding-bottom: var(--st-wi-padding-bottom, 0px);
  padding-left: var(--st-wi-padding-left, 0px);
}

.st-whats-included--empty {
  display: none !important;
}

/* ==========================================================================
   Title
   ========================================================================== */

.st-whats-included__title {
  margin: 0;
  font-family: var(--st-wi-title-font-family);
  font-weight: var(--st-wi-title-font-weight);
  font-style: var(--st-wi-title-font-style);
  font-size: var(--st-wi-title-font-size);
  color: var(--st-wi-title-color);
}

/* ==========================================================================
   Image
   ========================================================================== */

.st-whats-included__image-wrapper {
  width: 100%;
}

.st-whats-included__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ==========================================================================
   Mobile (max-width: 959px)
   ========================================================================== */

@media (max-width: 959px) {
  .st-whats-included__title {
    font-size: var(--st-wi-title-font-size-mobile);
  }
}

/* --- blocks/st-selling-fast/st-selling-fast.css --- */
theme-st-selling-fast {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

theme-st-selling-fast:empty {
  display: none;
}

.st-selling-fast__badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: var(--st-selling-fast-badge-min-width, 0);
  min-height: var(--st-selling-fast-badge-min-height, 0);
  background-color: var(--st-selling-fast-bg-color, #FDF6D8);
  color: var(--st-selling-fast-text-color, #1A1A1A);
  font-family: var(--sort-body-font);
  font-size: var(--st-selling-fast-font-size, 14px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--st-selling-fast-border-radius, 4px);
  padding: var(--st-selling-fast-padding-y, 6px) var(--st-selling-fast-padding-x, 10px);
  white-space: nowrap;
  box-sizing: border-box;
}

.st-selling-fast__icon {
  display: block;
  width: var(--st-selling-fast-icon-size, 20px);
  height: var(--st-selling-fast-icon-size, 20px);
  flex-shrink: 0;
  object-fit: contain;
}

.st-selling-fast__stock {
  font-family: var(--sort-body-font);
  font-size: var(--st-selling-fast-stock-font-size, 14px);
  color: var(--st-selling-fast-stock-color, #1A1A1A);
  white-space: nowrap;
}

@media (max-width: 959px) {
  .st-selling-fast__badge {
    font-size: var(--st-selling-fast-font-size-mobile, 13px);
    min-width: var(--st-selling-fast-badge-min-width-mobile, 0);
    min-height: var(--st-selling-fast-badge-min-height-mobile, 0);
  }

  .st-selling-fast__icon {
    width: var(--st-selling-fast-icon-size-mobile, 16px);
    height: var(--st-selling-fast-icon-size-mobile, 16px);
  }

  .st-selling-fast__stock {
    font-size: var(--st-selling-fast-stock-font-size-mobile, 13px);
  }
}

/* --- blocks/st-variants-selector/st-variants-selector.css --- */
/* ==========================================================================
   CSS Variables
   ========================================================================== */

.st-variants-selector {
  --st-variant-option-border-width: 1px;
  --st-variant-option-border-radius: 999px;
  --st-variant-option-padding: 3px;
  --st-variant-option-gap: 10px;
  --st-variant-card-width: 82px;
  --st-variant-card-height: 107px;
  --st-variant-card-padding-top: 10px;
  --st-variant-card-padding-right: 8px;
  --st-variant-card-padding-bottom: 10px;
  --st-variant-card-padding-left: 8px;
  --st-variant-card-circle-size: 60px;
  --st-variant-card-label-size: 12px;
  --st-variant-card-line-height: 1.2;
  --st-variant-card-selected-border-width: 3px;
  --st-variant-card-strike-width: 82px;
  --border-color: var(
    --st-variant-unselected-border-color,
    rgba(var(--color-text), var(--variant-selector-border-opacity))
  );
}

.st-variants-selector[data-size="small"] {
  --st-variant-option-padding: 2px;
  --st-variant-card-width: 74px;
  --st-variant-card-height: 99px;
  --st-variant-card-circle-size: 54px;
  --st-variant-card-strike-width: 74px;
}

.st-variants-selector[data-size="large"] {
  --st-variant-option-padding: 4px;
  --st-variant-card-width: 90px;
  --st-variant-card-height: 115px;
  --st-variant-card-circle-size: 66px;
  --st-variant-card-strike-width: 90px;
}

/* ==========================================================================
   Variant Label
   ========================================================================== */

.st-variants-selector__block {
  --st-variant-label-gap: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.st-variants-selector__label-container {
  margin-bottom: var(--st-variant-label-gap);
}

.st-variants-selector__label-container--empty {
  display: none !important;
}

.st-variants-selector__label-container {
  --st-variant-label-font-family: inherit;
  --st-variant-label-font-weight: 400;
  --st-variant-label-font-style: normal;
  --st-variant-label-font-size: 14px;
  --st-variant-label-font-size-mobile: 12px;
  --st-variant-label-color: #444;
}

.st-variants-selector__label {
  margin: 0;
  font-family: var(--st-variant-label-font-family);
  font-weight: var(--st-variant-label-font-weight);
  font-style: var(--st-variant-label-font-style);
  font-size: var(--st-variant-label-font-size);
  color: var(--st-variant-label-color);
  line-height: 150%;
}

/* ==========================================================================
   Base — Option Wrapper
   ========================================================================== */

.st-variants-selector .variant-picker__option {
  --border-color: var(
    --st-variant-unselected-border-color,
    rgba(var(--color-text), var(--variant-selector-border-opacity))
  );
}

.st-variants-selector .variant-picker__option.is-selected,
.st-variants-selector .variant-picker__option input[type="radio"]:checked + * {
  --border-color: var(--st-variant-selected-border-color, rgb(var(--color-text)));
}

.st-variants-selector .variant-picker__option--swatch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 0;
}

.st-variants-selector .variant-picker__option--swatch-wrapper,
.st-variants-selector .st-variants-selector__option-frame,
.st-variants-selector
  .variant-picker__option--swatch-wrapper
  .variant-picker__button--swatch,
.st-variants-selector
  .variant-picker__option--swatch-wrapper
  .variant-picker__swatch-inner {
  border-radius: var(--st-variant-option-border-radius);
}

/* Shape variants
   ========================================================================== */

.st-variants-selector
  .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-square {
  --st-variant-option-border-radius: 0px;
}

.st-variants-selector
  .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-circle {
  --st-variant-option-border-radius: 999px;
}

.st-variants-selector
  .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-round-corner {
  --st-variant-option-border-radius: 10px;
}

/* ==========================================================================
   Base — Option Frame
   ========================================================================== */

.st-variants-selector .st-variants-selector__option-frame {
  display: inline-flex;
  padding: var(--st-variant-option-padding);
  border-style: solid;
  border-width: var(--st-variant-option-border-width);
  border-color: var(--st-variant-unselected-border-color, #d9d9d9);
  transition: border-color 0.2s ease, border-width 0.2s ease;
}

.st-variants-selector
  .variant-picker__option--swatch-wrapper.is-selected
  .st-variants-selector__option-frame {
  border-color: var(--st-variant-selected-border-color, #f2b300);
}

/* ==========================================================================
   Base — Swatch Button
   ========================================================================== */

.st-variants-selector
  .variant-picker__option--swatch-wrapper
  .variant-picker__button::before,
.st-variants-selector
  .variant-picker__option--swatch-wrapper
  .variant-picker__button::after {
  display: none;
}

.st-variants-selector
  .variant-picker__option--swatch-wrapper
  .variant-picker__button--swatch {
  flex-shrink: 0;
  padding: 0;
  outline: 1px solid var(--swatch-ring-color, transparent);
  outline-offset: -1px;
}

/* ==========================================================================
   Hide radio inputs
   ========================================================================== */

.st-variants-selector__block .variant-picker__option input[type="radio"] {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* ==========================================================================
   Base — Swatch Inner
   ========================================================================== */

.st-variants-selector .variant-picker__swatch-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.st-variants-selector .variant-picker__swatch-inner::before,
.st-variants-selector .variant-picker__swatch-inner::after {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.st-variants-selector .variant-picker__swatch-inner::before {
  background-image: var(--swatch-background-default-image);
  background-repeat: repeat;
  background-position: center;
  background-size: 16px;
}

.st-variants-selector .variant-picker__swatch-inner::after {
  background-color: var(--swatch-background-color, transparent);
  background-image: var(--swatch-background-image, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.st-variants-selector
  .variant-picker__button--swatch-image
  .variant-picker__swatch-inner::after {
  background-color: transparent;
}

/* ==========================================================================
   Display: Default
   ========================================================================== */

.st-variants-selector--default .variant-picker__option--swatch-wrapper {
  align-items: center;
  justify-content: center;
}

/* ==========================================================================
   Display: Card
   ========================================================================== */

.st-variants-selector--card .variant-picker__options {
  gap: 12px;
  align-items: flex-start;
}

.st-variants-selector--card .variant-picker__group--swatch .variant-picker__group-head {
  display: none;
}

.st-variants-selector--card
  .variant-picker__group--swatch
  .product-detail__row {
  align-items: flex-start;
}

.st-variants-selector--card
  .variant-picker__group--swatch
  .product-detail__row-main {
  flex: none;
  justify-content: flex-start;
}

.st-variants-selector--card .variant-picker__option--swatch-wrapper {
  padding: 0;
}

.st-variants-selector--card .st-variants-selector__option-frame {
  box-sizing: border-box;
  width: var(--st-variant-card-width);
  height: var(--st-variant-card-height);
  padding-top: var(--st-variant-card-padding-top, 10px);
  padding-right: var(--st-variant-card-padding-right, 8px);
  padding-bottom: var(--st-variant-card-padding-bottom, 10px);
  padding-left: var(--st-variant-card-padding-left, 8px);
  overflow: hidden;
  background: #fff;
  border-style: solid;
  border-width: var(--st-variant-option-border-width);
  border-color: var(--st-variant-unselected-border-color, #d9d9d9);
  border-radius: 0;
  box-shadow: none;
}

.st-variants-selector--card
  .variant-picker__option--swatch-wrapper.is-selected
  .st-variants-selector__option-frame {
  border-width: var(--st-variant-card-selected-border-width);
}

.st-variants-selector--card .st-variants-selector__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  min-width: 0;
  background: #fff;
}

.st-variants-selector--card .st-variants-selector__card-label {
  color: rgb(var(--color-text));
  font-size: var(--st-variant-card-label-size);
  line-height: var(--st-variant-card-line-height);
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.st-variants-selector--card
  .variant-picker__option--swatch-wrapper
  .variant-picker__button--swatch {
  --swatch-size: var(--st-variant-card-circle-size);

  width: var(--st-variant-card-circle-size);
  height: var(--st-variant-card-circle-size);
}

.st-variants-selector--card
  .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-card,
.st-variants-selector--card
  .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-card
  .variant-picker__button--swatch,
.st-variants-selector--card
  .variant-picker__option--swatch-wrapper.variant-picker__option--swatch-card
  .variant-picker__swatch-inner {
  border-radius: 999px;
}

/* ==========================================================================
   Disabled State
   ========================================================================== */

.st-variants-selector--card .variant-picker__option.disabled::after {
  display: none;
}

.st-variants-selector--card
  .variant-picker__option.disabled
  .st-variants-selector__option-frame {
  position: relative;
}

.st-variants-selector--card
  .variant-picker__option.disabled
  .st-variants-selector__option-frame::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  z-index: 2;
  content: "";
  width: calc(var(--st-variant-card-width) + var(--st-variant-card-height));
  height: 1px;
  background-color: var(--st-variant-unselected-border-color);
  transform: translate(-50%, -50%) rotate(atan2(calc(-1 * var(--st-variant-card-height)), var(--st-variant-card-width)));
}

.st-variants-selector--card
  .variant-picker__option.disabled
  .st-variants-selector__card-label,
.st-variants-selector--card
  .variant-picker__option.disabled
  .variant-picker__swatch-inner {
  opacity: 0.5;
}

.st-variants-selector--card
  .variant-picker__option.disabled
  .st-variants-selector__card-label {
  color: rgba(var(--color-text), 0.55);
}

.product-detail__variant-picker .variant-picker__button {
  width: 100%;
}

.product-detail__variant-picker .variant-picker__button {
  padding: var(--button-padding-block) 16px;
}

/* ==========================================================================
   Mobile (max-width: 959px)
   ========================================================================== */

@media (max-width: 959px) {
  .st-variants-selector[data-mobile-size="small"] {
    --st-variant-option-padding: 2px;
    --st-variant-card-width: 64px;
    --st-variant-card-height: 86px;
    --st-variant-card-circle-size: 46px;
    --st-variant-card-strike-width: 62px;
  }

  .st-variants-selector[data-mobile-size="medium"] {
    --st-variant-option-padding: 3px;
    --st-variant-card-width: 70px;
    --st-variant-card-height: 94px;
    --st-variant-card-circle-size: 52px;
    --st-variant-card-strike-width: 70px;
  }

  .st-variants-selector[data-mobile-size="large"] {
    --st-variant-option-padding: 4px;
    --st-variant-card-width: 78px;
    --st-variant-card-height: 102px;
    --st-variant-card-circle-size: 58px;
    --st-variant-card-strike-width: 70px;
  }

  .st-variants-selector--card .variant-picker__options {
    gap: 10px;
  }

  .st-variants-selector__label {
    font-size: var(--st-variant-label-font-size-mobile);
  }

  .product-detail__variant-picker .variant-picker__option {
    flex: 1 1 30%;
  }
}
