[hidden] {
  display: none !important;
}

.iw-sale-banner-slider {
  --color-overlay-gradient: rgba(0, 0, 0, 0.4);
  --color-text-main: #ffffff;
  --color-text-sub: #e5e7eb;
  --color-counter-muted: #e5e7eb;
  --color-focus: #ffffff;
  --size-heading: 22px;
  --size-main: 28px;
  --size-caption: 16px;
  --line-main: 1.18;
  --line-caption: 1.45;
  --letter-spacing-banner: 0;
  --paragraph-gap: 10px;
  --content-x: 50%;
  --content-y: 75%;
  --content-width: 86%;
  --content-align: center;
  display: block;
  visibility: hidden;
  width: 100%;
  position: relative;
  overflow: visible;
  padding: 16px 0 38px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.iw-sale-banner-slider.is-visible {
  visibility: visible;
}

.iw-sale-banner-slider.is-mo {
  padding: 16px 0 38px;
}

.iw-sale-banner-slider__viewport {
  width: 100%;
  overflow: visible;
}

.iw-sale-banner-slider__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  will-change: transform;
  box-sizing: border-box;
  overflow: visible;
}

.iw-sale-banner {
  flex: 0 0 82%;
  max-width: 82%;
  margin: 0 6px;
  border-radius: 28px;
  overflow: hidden;
  background: transparent;
  transform: scale(1);
  transform-origin: center center;
  transition: none;
}

.iw-sale-banner[data-state="active"] {
  transform: scale(1);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
  z-index: 2;
}

.iw-sale-banner-slider.is-motion-ready .iw-sale-banner {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.iw-sale-banner-slider.is-resetting .iw-sale-banner {
  transition: none;
}

.iw-sale-banner[data-state="inactive"],
.iw-sale-banner-slider.is-mo .iw-sale-banner[data-state="inactive"] {
  transform: scale(1, 0.9);
}

.iw-sale-banner-slider.is-mo .iw-sale-banner[data-state="active"] {
  transform: scale(1);
}

.iw-sale-banner__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.iw-sale-banner__link:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: -6px;
}

.iw-sale-banner__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: transparent;
  line-height: 0;
}

.iw-sale-banner-slider.is-mo .iw-sale-banner__inner {
  aspect-ratio: 1 / 1;
}

.iw-sale-banner__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.iw-sale-banner__image--mo {
  display: block;
}

.iw-sale-banner__overlay-gradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  z-index: 2;
  background: linear-gradient(to top, var(--color-overlay-gradient), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.iw-sale-banner-slider.is-mo .iw-sale-banner__overlay-gradient {
  height: 55%;
}

.iw-sale-banner__content {
  position: absolute;
  left: var(--content-x);
  top: var(--content-y);
  z-index: 3;
  width: var(--content-width);
  max-width: 360px;
  transform: translate(-50%, -50%);
  color: var(--color-text-main);
  text-align: var(--content-align);
  line-height: normal;
}

.iw-sale-banner__texts {
  width: 100%;
}

.iw-sale-banner__texts > :first-child {
  margin-top: 0;
}

.iw-sale-banner__heading,
.iw-sale-banner__heading p {
  margin: 0;
  font-size: var(--size-heading);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: var(--letter-spacing-banner);
  color: var(--color-text-main);
}

.iw-sale-banner__subheading,
.iw-sale-banner__subheading p {
  margin: var(--paragraph-gap) 0 0;
  font-size: var(--size-main);
  line-height: var(--line-main);
  font-weight: 800;
  letter-spacing: var(--letter-spacing-banner);
  color: var(--color-text-main);
  white-space: normal;
}

.iw-sale-banner__caption {
  margin: var(--paragraph-gap) 0 0;
  font-size: var(--size-caption);
  line-height: var(--line-caption);
  font-weight: 400;
  letter-spacing: var(--letter-spacing-banner);
  color: var(--color-text-sub);
}

.iw-sale-banner__bottom {
  display: none;
  margin-top: 18px;
}

.iw-sale-banner__counter {
  position: absolute;
  left: 50%;
  bottom: 58px;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 64px;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  gap: 4px;
  color: var(--color-text-main);
  pointer-events: none;
  text-align: center;
}

.iw-sale-banner__counter-separator,
.iw-sale-banner__counter-total,
.iw-sale-banner__counter-plus {
  color: var(--color-counter-muted);
}

.iw-sale-banner-slider.is-mo .iw-sale-banner__subheading,
.iw-sale-banner-slider.is-mo .iw-sale-banner__subheading p {
  margin-top: var(--paragraph-gap);
}

.iw-sale-banner-slider.is-mo .iw-sale-banner__caption {
  margin-top: var(--paragraph-gap);
}

.iw-sale-banner-slider.is-mo .iw-sale-banner__bottom {
  display: none;
}

.ssw-loop-menu {
  display: block;
  overflow: hidden;
}

.ssw-loop-menu__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.ssw-loop-menu__viewport::-webkit-scrollbar {
  display: none;
}

.ssw-loop-menu__track {
  display: flex;
  align-items: flex-start;
  width: max-content;
  min-width: 100%;
}

.ssw-shortcut-grid {
  padding: 4px 0 32px;
}

.ssw-loop-menu--shortcuts .ssw-loop-menu__viewport {
  padding: 0 14px;
}

.ssw-loop-menu--shortcuts .ssw-loop-menu__track {
  gap: 0;
}

.ssw-loop-menu--shortcuts a {
  display: grid;
  justify-items: center;
  gap: 4px;
  width: 78px;
  color: #343238;
  font-size: 13px;
  text-decoration: none;
}

.ssw-shortcut-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.ssw-shortcut-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ssw-icon-seed {
  background: linear-gradient(135deg, #7ddc75, #ffd443);
}

.ssw-icon-member {
  background: linear-gradient(135deg, #8bd7bf, #f2ba58);
}

.ssw-icon-wheel {
  background: linear-gradient(135deg, #ca5cf6, #5e9cff);
}

.ssw-icon-shop {
  background: linear-gradient(135deg, #ff8c77, #ffc3a7);
}

.ssw-icon-drop {
  background: linear-gradient(135deg, #f4c5d0, #cc8a9e);
}

.ssw-icon-sun {
  background: linear-gradient(135deg, #74b7ff, #ffd45f);
}

.ssw-icon-mask {
  background: linear-gradient(135deg, #e6e6e6, #bdbdbd);
}

.ssw-icon-body {
  background: linear-gradient(135deg, #cdb3a4, #54433d);
}

.ssw-product-section {
  padding: 8px 14px 36px;
  text-align: center;
}

.ssw-product-section h2 {
  margin: 0 0 18px;
  font-size: 16px;
  letter-spacing: 0.18em;
}

.ssw-mini-product-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 10px;
}

.ssw-mini-product {
  position: relative;
  display: grid;
  gap: 6px;
  min-width: 0;
  text-align: left;
  text-decoration: none;
}

.ssw-mini-product__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f4f5;
}

.ssw-mini-product__media i {
  position: absolute;
  left: 7px;
  bottom: 7px;
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(17, 19, 23, 0.76);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.ssw-mini-product img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

.ssw-mini-product span {
  display: -webkit-box;
  height: calc(13px * 1.45 * 2);
  max-height: calc(13px * 1.45 * 2);
  overflow: hidden;
  color: #333;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-mini-product__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  min-width: 0;
}

.ssw-mini-product__meta em {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
  color: #a8b0b8;
  font-size: 10px;
  font-style: normal;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-mini-product__meta em span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ssw-mini-product b {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #111;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.ssw-mini-product b small {
  color: #ff2d2d;
  font-size: 12px;
  font-weight: 900;
}

.ssw-promo-collection {
  padding-top: 18px;
}

.ssw-promo-collection .ssw-section-head {
  margin-bottom: 12px;
}

.ssw-promo-collection .ssw-section-head h2 {
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-promo-collection .ssw-section-head a {
  color: #747b84;
  font-size: 12px;
}

.ssw-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 8px;
}

.ssw-promo-grid .ssw-mini-product {
  gap: 7px;
}

.ssw-promo-grid .ssw-mini-product img {
  aspect-ratio: 1 / 1;
}

.ssw-promo-grid .ssw-mini-product span {
  height: calc(12px * 1.35 * 2);
  max-height: calc(12px * 1.35 * 2);
  font-size: 12px;
  line-height: 1.35;
}

.ssw-promo-grid .ssw-mini-product__meta {
  display: grid;
  gap: 2px;
}

.ssw-promo-grid .ssw-mini-product__meta em {
  display: none;
}

.ssw-promo-grid .ssw-mini-product b {
  justify-content: flex-start;
  font-size: 14px;
  text-align: left;
}

.ssw-promo-ranking {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssw-promo-ranking li {
  min-width: 0;
}

.ssw-promo-ranking a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: #17191c;
  text-decoration: none;
}

.ssw-promo-ranking figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 7px;
  background: #f3f4f5;
}

.ssw-promo-ranking img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ssw-promo-ranking figure em {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ssw-promo-ranking span {
  display: -webkit-box;
  overflow: hidden;
  color: #282b30;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-promo-ranking b {
  display: grid;
  justify-items: end;
  gap: 2px;
  color: #111;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
}

.ssw-promo-ranking small {
  color: #ff2d2d;
  font-size: 12px;
  font-weight: 900;
}

.ssw-promo-collection--blue-rail {
  margin: 4px 0 24px;
}

.ssw-promo-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 44%;
  gap: 0;
  overflow-x: auto;
  margin: 0 -14px;
  padding: 0 14px 4px;
  scrollbar-width: none;
}

.ssw-promo-rail::-webkit-scrollbar {
  display: none;
}

.ssw-promo-rail .ssw-mini-product {
  background: #fff;
}

.ssw-promo-rail .ssw-mini-product img {
  aspect-ratio: 1 / 1.05;
  border-radius: 0;
}

.ssw-product-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: auto;
  min-height: 0;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(244, 138, 157, 0.94);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.ssw-home-section {
  padding: 8px 14px 34px;
}

.ssw-home-fv {
  display: grid;
  gap: 12px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 0 18px;
  background: #fff;
}

.ssw-home-fv-section {
  min-width: 0;
  padding: 13px 0 15px;
  border-top: 1px solid #f2edf0;
}

.ssw-home-fv-section:first-child {
  border-top: 0;
}

.ssw-home-fv-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 0 14px 10px;
}

.ssw-home-fv-section__head div {
  min-width: 0;
}

.ssw-home-fv-section__head h3 {
  margin: 0;
  color: #1f2328;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.ssw-home-fv-section__head p {
  margin: 5px 0 0;
  color: #69727c;
  font-size: 13px;
  line-height: 1.35;
}

.ssw-home-fv-section__head > span {
  flex: 0 0 auto;
  max-width: 36%;
  padding: 5px 8px;
  border: 1px solid #f4d7de;
  border-radius: 999px;
  background: #fff7f9;
  color: #d84f73;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  white-space: normal;
}

.ssw-home-fv-section__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: clamp(132px, calc((100vw - 38px) / 2), 184px);
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 14px 3px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-home-fv-section__rail::-webkit-scrollbar {
  display: none;
}

.ssw-home-fv-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid #eee7eb;
  border-radius: 8px;
  background: #fff;
  color: #202329;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(31, 35, 40, 0.06);
}

.ssw-home-fv-card__media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #f8f4f6;
  aspect-ratio: 1 / 1;
}

.ssw-home-fv-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-home-fv-rank {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 7px;
  border-radius: 999px;
  background: #1f2328;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.ssw-home-fv-card__body {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  padding: 9px 6px 10px;
}

.ssw-home-fv-card--ranking_list .ssw-home-fv-card__body {
  min-height: 102px;
  align-content: space-between;
  gap: 8px;
}

.ssw-home-fv-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  min-width: 0;
  min-height: 19px;
}

.ssw-home-fv-card__badges span {
  max-width: 100%;
  overflow: hidden;
  padding: 4px 6px;
  border-radius: 999px;
  background: #f6f7f8;
  color: #56606b;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-home-fv-card--tab_rail .ssw-home-fv-card__badges span:first-child {
  background: #eef7f5;
  color: #2d7a67;
}

.ssw-home-fv-card--deal_card .ssw-home-fv-card__badges span:first-child {
  background: #fff1d8;
  color: #91620f;
}

.ssw-home-fv-card__body strong {
  display: block;
  min-height: 0;
  max-width: 100%;
  overflow: visible;
  color: #24272d;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: normal;
}

.ssw-home-fv-card__meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ssw-home-fv-card--ranking_list .ssw-home-fv-card__meta {
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  gap: 6px;
}

.ssw-home-fv-card__meta em {
  overflow: hidden;
  color: #7a838d;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-home-fv-card__rating-star {
  color: #9aa4af;
  font-size: 10px;
  font-weight: 900;
}

.ssw-home-fv-card__meta b {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: #111317;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.ssw-home-fv-card--ranking_list .ssw-home-fv-card__meta b {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  justify-self: end;
  gap: 5px;
  text-align: right;
  white-space: nowrap;
}

.ssw-home-fv-card__meta small {
  color: #d84f73;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.ssw-widget-template {
  box-sizing: border-box;
}

.ssw-widget-template *,
.ssw-widget-template *::before,
.ssw-widget-template *::after {
  box-sizing: border-box;
}

.ssw-template-deal-grid {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 16px 14px 22px;
  background: #fff;
  color: #1f2328;
}

.ssw-template-deal-grid__head {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ssw-template-deal-grid__head h2 {
  margin: 0;
  color: #191d22;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-template-deal-grid__head p {
  margin: 5px 0 0;
  color: #6d7680;
  font-size: 13px;
  line-height: 1.35;
}

.ssw-template-deal-grid__tabs {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 2px 0 4px;
  scroll-padding-inline: 14px;
  scrollbar-width: none;
}

.ssw-template-deal-grid__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-template-deal-grid__tab {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 14px;
  border: 1px solid #e6e9ee;
  border-radius: 999px;
  background: #fff;
  color: #8a939e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.ssw-template-deal-grid__tab.has-menu::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.ssw-template-deal-grid__tab.is-active {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-template-deal-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 8px;
  will-change: transform, opacity;
}

.ssw-template-deal-grid__grid.is-sliding-out-next {
  opacity: 0;
  transform: translateX(-22px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.ssw-template-deal-grid__grid.is-sliding-out-prev {
  opacity: 0;
  transform: translateX(22px);
  transition: transform 180ms ease, opacity 180ms ease;
}

.ssw-template-deal-grid__grid.is-sliding-in-next {
  animation: ssw-template-slide-in-next 260ms ease both;
}

.ssw-template-deal-grid__grid.is-sliding-in-prev {
  animation: ssw-template-slide-in-prev 260ms ease both;
}

@keyframes ssw-template-slide-in-next {
  from {
    opacity: 0;
    transform: translateX(22px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ssw-template-slide-in-prev {
  from {
    opacity: 0;
    transform: translateX(-22px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ssw-template-deal-card {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ssw-template-deal-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d9e0ea;
  border-radius: 4px;
  background: linear-gradient(135deg, #eef7ff 0%, #dff9ee 100%);
  aspect-ratio: 1 / 1;
}

.ssw-template-deal-card--pink .ssw-template-deal-card__media {
  background: linear-gradient(135deg, #fff0f5 0%, #ffe1b8 100%);
}

.ssw-template-deal-card--green .ssw-template-deal-card__media {
  background: linear-gradient(135deg, #e2fff5 0%, #b9ffe5 100%);
}

.ssw-template-deal-card--violet .ssw-template-deal-card__media {
  background: linear-gradient(135deg, #f3edff 0%, #dcd4ff 100%);
}

.ssw-template-deal-card--aqua .ssw-template-deal-card__media {
  background: linear-gradient(135deg, #e8fbff 0%, #d7e4ff 100%);
}

.ssw-template-deal-card--cream .ssw-template-deal-card__media {
  background: linear-gradient(135deg, #fff7df 0%, #ffe5ed 100%);
}

.ssw-template-deal-card__media > span {
  display: grid;
  place-items: center;
  width: clamp(48px, 44%, 96px);
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: #2e3339;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-template-deal-card__media > img,
.ssw-concern-card__media > img,
.ssw-category-ranking-item__media > img,
.ssw-preview-ranking-card__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-template-deal-card__media > span[hidden],
.ssw-concern-card__media > span[hidden],
.ssw-category-ranking-item__media > span[hidden],
.ssw-preview-ranking-card__media > span[hidden] {
  display: none;
}

.ssw-template-deal-card__media b {
  position: absolute;
  right: 6px;
  top: 6px;
  max-width: calc(100% - 12px);
  overflow: hidden;
  padding: 4px 6px;
  border-radius: 999px;
  background: #0ecb61;
  color: #07130b;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-template-deal-grid .ssw-template-deal-card__media b {
  display: none;
}

.ssw-template-deal-card__body {
  display: grid;
  gap: 0;
  min-width: 0;
}

.ssw-template-deal-card__body em {
  justify-self: start;
  max-width: 100%;
  overflow: hidden;
  padding: 3px 6px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #6a747f;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-template-deal-grid .ssw-template-deal-card__body em {
  display: none;
}

.ssw-template-deal-card__body strong {
  display: -webkit-box;
  min-height: 37px;
  overflow: hidden;
  color: #262a30;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.52;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-template-deal-card__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
  margin-top: 6px;
  line-height: 1.15;
  text-align: right;
}

.ssw-template-deal-card__price span {
  flex: 0 0 auto;
  color: #ff3d4f;
  font-size: 13px;
  font-weight: 900;
}

.ssw-template-deal-card__price b {
  min-width: 0;
  overflow: hidden;
  color: #202329;
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-template-deal-grid__fallback {
  margin: 0;
  padding: 9px 10px;
  border: 1px dashed #e2e6eb;
  border-radius: 6px;
  background: #fafbfc;
  color: #7a838d;
  font-size: 12px;
  line-height: 1.4;
}

.ssw-concern-picker {
  display: grid;
  gap: 18px;
  width: 100%;
  padding: 18px 14px 22px;
  background: #fff;
  color: #1f2328;
}

.ssw-concern-picker__head h2 {
  margin: 0;
  color: #15191e;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-concern-picker__chips {
  display: grid;
  grid-auto-columns: minmax(96px, 27%);
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(50px, auto));
  gap: 9px 8px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 14px 3px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-concern-picker__chips::-webkit-scrollbar {
  display: none;
}

.ssw-concern-picker__chips button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 50px;
  padding: 0 8px;
  border: 1px solid #e0e4e9;
  border-radius: 4px;
  background: #fff;
  color: #737d88;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.ssw-concern-picker__chips button.is-active {
  border-color: #111317;
  background: #fff;
  color: #111317;
  box-shadow: inset 0 0 0 1px #111317;
}

.ssw-concern-picker__products {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0 -14px;
  padding: 18px 0 22px;
  background: #f6f7f8;
}

.ssw-concern-picker__products h3 {
  margin: 0;
  padding: 0 14px;
  color: #171b20;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-concern-picker__rail {
  display: grid;
  grid-auto-columns: minmax(104px, calc((100% - 48px) / 3));
  grid-auto-flow: column;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  padding: 0 14px 2px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  will-change: transform, opacity;
}

.ssw-concern-picker__rail::-webkit-scrollbar {
  display: none;
}

.ssw-concern-picker__rail.is-concern-sliding-out {
  opacity: 0;
  transform: translateX(-18px);
  transition: transform 160ms ease, opacity 160ms ease;
}

.ssw-concern-picker__rail.is-concern-sliding-in {
  animation: ssw-concern-rail-in 240ms ease both;
}

@keyframes ssw-concern-rail-in {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ssw-concern-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  scroll-snap-align: start;
}

.ssw-concern-card__media {
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9e0ea;
  border-radius: 4px;
  background: linear-gradient(135deg, #eef7ff 0%, #dff9ee 100%);
  aspect-ratio: 1 / 1;
}

.ssw-concern-card__media span {
  display: grid;
  place-items: center;
  width: 54%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #2e3339;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-concern-card strong {
  display: -webkit-box;
  min-height: 37px;
  overflow: hidden;
  color: #262a30;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.52;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-concern-card__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
  margin-top: 6px;
  line-height: 1.15;
  text-align: right;
}

.ssw-concern-card__price span {
  color: #ff3d4f;
  font-size: 13px;
  font-weight: 900;
}

.ssw-concern-card__price b {
  min-width: 0;
  overflow: hidden;
  color: #202329;
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-concern-card__evidence,
.ssw-category-ranking-item__evidence {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #7a8590;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-concern-card__evidence[hidden],
.ssw-category-ranking-item__evidence[hidden] {
  display: none;
}

.ssw-concern-picker__cta {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 18px 14px 0 0;
  padding: 0 20px;
  border: 1px solid #dde2e8;
  border-radius: 999px;
  background: #fff;
  color: #4e5864;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.ssw-concern-picker__cta::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.ssw-template-rail {
  display: grid;
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding: 18px 14px 22px;
  background: #fff;
  color: #1f2328;
}

.ssw-template-rail__head {
  display: grid;
  gap: 4px;
}

.ssw-template-rail__head h2 {
  margin: 0;
  color: #15191e;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-template-rail__head p {
  margin: 0;
  color: #7a838e;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
  letter-spacing: 0;
}

.ssw-template-rail__tabs {
  display: grid;
  grid-auto-columns: minmax(96px, 27%);
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(50px, auto));
  gap: 9px 8px;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 14px 3px;
  margin: 0 -14px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-template-rail__tabs::-webkit-scrollbar,
.ssw-template-rail__track::-webkit-scrollbar {
  display: none;
}

.ssw-template-rail__tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 50px;
  padding: 0 8px;
  border: 1px solid #e0e4e9;
  border-radius: 4px;
  background: #fff;
  color: #737d88;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  scroll-snap-align: start;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.ssw-template-rail__tabs button.is-active {
  border-color: #111317;
  background: #fff;
  color: #111317;
  box-shadow: inset 0 0 0 1px #111317;
}

.ssw-template-rail__products {
  display: grid;
  gap: 12px;
  min-width: 0;
  margin: 0 -14px;
  padding: 18px 0 22px;
  background: #f6f7f8;
}

.ssw-template-rail--ranking .ssw-template-rail__products {
  margin-top: 0;
}

.ssw-template-rail__products h3 {
  margin: 0;
  padding: 0 14px;
  color: #171b20;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-template-rail__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(104px, calc((100% - 48px) / 3));
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 14px 2px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  will-change: transform, opacity;
}

.ssw-template-rail--ranking .ssw-template-rail__track {
  grid-auto-columns: clamp(182px, 47vw, 190px);
  gap: 12px;
}

.ssw-template-rail__track.is-rail-sliding-out {
  opacity: 0;
  transform: translateX(-18px);
  transition: transform 160ms ease, opacity 160ms ease;
}

.ssw-template-rail__track.is-rail-sliding-in {
  animation: ssw-concern-rail-in 240ms ease both;
}

.ssw-template-rail-card {
  display: grid;
  gap: 6px;
  min-width: 0;
  scroll-snap-align: start;
}

.ssw-template-rail-card__media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d9e0ea;
  border-radius: 4px;
  background: linear-gradient(135deg, #eef7ff 0%, #dff9ee 100%);
  aspect-ratio: 1 / 1;
  text-decoration: none;
}

.ssw-template-rail-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-template-rail-card__media span {
  display: grid;
  place-items: center;
  width: 54%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #2e3339;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-template-rail-card__media span[hidden] {
  display: none;
}

.ssw-template-rail-card__media strong {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 0 0 6px 0;
  background: #111317;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.ssw-template-rail-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ssw-template-rail-card__body em,
.ssw-template-rail-card__body small {
  min-width: 0;
  overflow: hidden;
  color: #7a8590;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-template-rail-card__body h3 {
  display: -webkit-box;
  min-height: 37px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #262a30;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.52;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-template-rail-card__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 5px;
  min-width: 0;
  margin-top: 6px;
  line-height: 1.15;
  text-align: right;
}

.ssw-template-rail-card__price span {
  color: #ff3d4f;
  font-size: 13px;
  font-weight: 900;
}

.ssw-template-rail-card__price span:empty {
  display: none;
}

.ssw-template-rail-card__price b {
  min-width: 0;
  overflow: hidden;
  color: #202329;
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-template-rail__cta {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 18px 14px 0 0;
  padding: 0 20px;
  border: 1px solid #dde2e8;
  border-radius: 999px;
  background: #fff;
  color: #4e5864;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
}

.ssw-template-rail__cta::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.ssw-tabbed-top5 {
  display: grid;
  gap: 13px;
  width: 100%;
  min-width: 0;
  padding: 16px 14px 18px;
  background: #fff;
  color: #1c2025;
}

.ssw-tabbed-top5__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.ssw-tabbed-top5__head h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #14181d;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-tabbed-top5__head a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: #6c747d;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
  text-decoration: none;
}

.ssw-tabbed-top5__head a::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.ssw-tabbed-top5__tabs {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 8px;
  min-width: 0;
  margin: 0 -14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 14px 2px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-tabbed-top5__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-tabbed-top5__tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 34px;
  padding: 0 16px;
  border: 1px solid #dfe4ea;
  border-radius: 999px;
  background: #fff;
  color: #747d87;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  scroll-snap-align: start;
}

.ssw-tabbed-top5__tabs button.is-active {
  border-color: #111318;
  background: #111318;
  color: #fff;
}

.ssw-tabbed-top5__list {
  display: grid;
  gap: 11px;
  min-width: 0;
  will-change: opacity, transform;
}

.ssw-tabbed-top5__list.is-top5-switching-out {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.ssw-tabbed-top5__list.is-top5-switching-in {
  animation: ssw-concern-rail-in 220ms ease both;
}

.ssw-tabbed-top5-row {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.ssw-tabbed-top5-row__media {
  position: relative;
  display: block;
  width: 76px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #f3f4f5;
  color: inherit;
  text-decoration: none;
}

.ssw-tabbed-top5-row__media b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 0 0 3px 0;
  background: #050608;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.ssw-tabbed-top5-row__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-tabbed-top5-row__body {
  display: grid;
  align-content: start;
  gap: 3px;
  min-width: 0;
  height: 76px;
  padding: 4px 0 0;
  color: inherit;
  text-decoration: none;
}

.ssw-tabbed-top5-row__body h3 {
  display: -webkit-box;
  min-height: 0;
  max-height: 32px;
  margin: 0;
  overflow: hidden;
  color: #3b4046;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.32;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-tabbed-top5-row__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  min-width: 0;
  margin: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.ssw-tabbed-top5-row__price span {
  color: #ff4b57;
  font-size: 13px;
  font-weight: 950;
}

.ssw-tabbed-top5-row__price span:empty,
.ssw-tabbed-top5-row__price span[hidden] {
  display: none;
}

.ssw-tabbed-top5-row__price b {
  min-width: 0;
  overflow: hidden;
  color: #202329;
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-tabbed-top5-row__heart {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b4bcc5;
}

.ssw-tabbed-top5-row__heart span {
  display: grid;
  place-items: center;
}

.ssw-tabbed-top5-row__heart svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-tabbed-top5-row__heart[data-state="active"] {
  color: #ff62c7;
}

.ssw-new-arrivals-grid {
  display: grid;
  gap: 16px;
  width: 100%;
  min-width: 0;
  padding: 17px 14px 20px;
  background: #fff;
  color: #1c2025;
}

.ssw-new-arrivals-grid__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.ssw-new-arrivals-grid__head h2 {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #171b20;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-new-arrivals-grid__head a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: #69737e;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  text-decoration: none;
}

.ssw-new-arrivals-grid__head a::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.ssw-new-arrivals-grid__tabs {
  display: grid;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  gap: 8px;
  min-width: 0;
  margin: -4px -14px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 14px 2px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-new-arrivals-grid__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-new-arrivals-grid__tabs button {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 34px;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid #dfe4ea;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #747d87 !important;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
  letter-spacing: 0;
  outline: none;
  scroll-snap-align: start;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-new-arrivals-grid__tabs button[aria-pressed="true"] {
  border-color: #111318 !important;
  background: #111318 !important;
  color: #fff !important;
}

.ssw-new-arrivals-grid__items {
  display: grid;
  grid-auto-columns: calc((100% - 20px) / 2.5);
  grid-auto-flow: column;
  grid-template-rows: repeat(2, minmax(0, auto));
  gap: 20px 10px;
  min-width: 0;
  margin: 0 -14px;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 0 14px 4px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-new-arrivals-grid__items::-webkit-scrollbar {
  display: none;
}

.ssw-new-arrivals-grid--single-row .ssw-new-arrivals-grid__items {
  grid-template-rows: repeat(1, minmax(0, auto));
}

.ssw-new-arrivals-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  scroll-snap-align: start;
}

.ssw-new-arrivals-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #f2f4f6;
  color: inherit;
  text-decoration: none;
}

.ssw-new-arrivals-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-new-arrivals-card__name {
  display: -webkit-box;
  min-height: 32px;
  max-height: 34px;
  overflow: hidden;
  color: #252a30;
  font-size: 12px;
  font-weight: 640;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-new-arrivals-card__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  margin: -1px 0 0;
  line-height: 1.1;
  white-space: nowrap;
}

.ssw-new-arrivals-card__price span {
  flex: 0 0 auto;
  color: #ff4b57;
  font-size: 12px;
  font-weight: 950;
}

.ssw-new-arrivals-card__price b {
  min-width: 0;
  overflow: hidden;
  color: #171b20;
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
}

.ssw-new-arrivals-card__actions {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
  padding-top: 1px;
}

.ssw-new-arrivals-card__icon {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aeb7c0;
}

.ssw-new-arrivals-card__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-new-arrivals-card__icon:disabled {
  opacity: .55;
}

.ssw-new-arrivals-card__icon[data-state="active"] {
  color: #ff62c7;
}

.ssw-category-ranking {
  display: grid;
  gap: 14px;
  width: 100%;
  padding: 18px 14px 22px;
  background: #fff;
  color: #1f2328;
}

.ssw-category-ranking__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.ssw-category-ranking__head h2 {
  margin: 0;
  color: #15191e;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-category-ranking__head a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: #6f7882;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.ssw-category-ranking__head a::after {
  content: "›";
  font-size: 18px;
  line-height: 1;
}

.ssw-category-ranking__tabs {
  display: grid;
  grid-auto-columns: minmax(82px, max-content);
  grid-auto-flow: column;
  gap: 8px;
  min-width: 0;
  margin: 0 -14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0 14px 2px;
  scroll-padding-inline: 14px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.ssw-category-ranking__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-category-ranking__tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 34px;
  padding: 0 16px;
  border: 1px solid #dde3e9;
  border-radius: 999px;
  background: #fff;
  color: #7b8490;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.1;
  letter-spacing: 0;
  scroll-snap-align: start;
  white-space: nowrap;
}

.ssw-category-ranking__tabs button.is-active {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-category-ranking__list {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding-top: 2px;
  will-change: transform, opacity;
}

.ssw-category-ranking__list.is-ranking-sliding-out-next,
.ssw-category-ranking__list.is-ranking-sliding-out-prev {
  opacity: 0;
  transition: transform 150ms ease, opacity 150ms ease;
}

.ssw-category-ranking__list.is-ranking-sliding-out-next {
  transform: translateX(-18px);
}

.ssw-category-ranking__list.is-ranking-sliding-out-prev {
  transform: translateX(18px);
}

.ssw-category-ranking__list.is-ranking-sliding-in-next {
  animation: ssw-ranking-list-in-next 220ms ease both;
}

.ssw-category-ranking__list.is-ranking-sliding-in-prev {
  animation: ssw-ranking-list-in-prev 220ms ease both;
}

@keyframes ssw-ranking-list-in-next {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ssw-ranking-list-in-prev {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ssw-category-ranking-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) 26px;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.ssw-category-ranking-item__media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 4px;
  background: linear-gradient(135deg, #eef7ff 0%, #ffe8ef 100%);
  aspect-ratio: 1 / 1;
}

.ssw-category-ranking-item__media b {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 15px;
  height: 15px;
  padding: 0 3px;
  background: #050607;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
}

.ssw-category-ranking-item__media span {
  display: grid;
  place-items: center;
  width: 54%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #2e3339;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-category-ranking-item__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ssw-category-ranking-item__body strong {
  display: -webkit-box;
  min-height: 36px;
  overflow: hidden;
  color: #262a30;
  font-size: 13px;
  font-weight: 760;
  line-height: 1.38;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-category-ranking-item__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  min-width: 0;
  line-height: 1.1;
}

.ssw-category-ranking-item__price span {
  flex: 0 0 auto;
  color: #ff3d4f;
  font-size: 13px;
  font-weight: 900;
}

.ssw-category-ranking-item__price b {
  min-width: 0;
  overflow: hidden;
  color: #202329;
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-category-ranking-item__wish {
  display: grid;
  place-items: center;
  width: 26px;
  height: 34px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #b7c0ca;
  font-size: 22px;
  line-height: 1;
}

.ssw-category-ranking__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  padding-top: 12px;
}

.ssw-category-ranking__pager button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c1c9d1;
  font-size: 24px;
  line-height: 1;
}

.ssw-category-ranking__pager span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9aa3ad;
  font-size: 14px;
  font-weight: 760;
  line-height: 1;
}

.ssw-category-ranking__pager b {
  color: #5f6974;
  font-size: 15px;
}

.ssw-category-ranking__pager i {
  display: block;
  width: 1px;
  height: 12px;
  background: #d8dde3;
}

.ssw-category-ranking__pager em {
  font-style: normal;
}

.ssw-preview-gallery-page {
  margin: 0;
  background: #fff;
  color: #1d2228;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ssw-sequence-preview-meta {
  display: grid;
  gap: 10px;
  margin: 0 14px 12px;
  padding: 12px 13px;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  background: #fbfcfd;
  color: #1f2328;
}

.ssw-sequence-preview-meta > div {
  min-width: 0;
}

.ssw-sequence-preview-meta span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #eef6ff;
  color: #2b6da8;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.ssw-sequence-preview-meta h2 {
  margin: 7px 0 3px;
  color: #15191e;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssw-sequence-preview-meta p {
  margin: 0;
  color: #66717c;
  font-size: 12px;
  line-height: 1.35;
}

.ssw-sequence-preview-meta dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 9px;
  min-width: 0;
  margin: 0;
}

.ssw-sequence-preview-meta dl div {
  min-width: 0;
}

.ssw-sequence-preview-meta dt {
  color: #87919b;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.ssw-sequence-preview-meta dd {
  min-width: 0;
  margin: 2px 0 0;
  overflow: hidden;
  color: #242a31;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-gallery {
  display: grid;
  align-content: start;
  gap: 10px;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0 calc(28px + env(safe-area-inset-bottom));
  background: #f7f8fa;
}

.ssw-preview-gallery--catalog {
  width: min(1280px, calc(100vw - 48px));
  max-width: 1280px;
  gap: 18px;
  padding-bottom: calc(36px + env(safe-area-inset-bottom));
}

.ssw-preview-gallery-page--catalog-embed {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.ssw-preview-gallery--catalog-embed {
  width: 100%;
  max-width: 430px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.ssw-preview-gallery *,
.ssw-preview-gallery *::before,
.ssw-preview-gallery *::after {
  box-sizing: border-box;
}

.ssw-preview-gallery__header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
  min-width: 0;
  min-height: calc(52px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 10px 0;
  border-bottom: 1px solid rgba(227, 232, 238, 0.86);
  background: #fff;
  box-shadow: 0 1px 0 rgba(18, 24, 31, 0.03);
}

.ssw-preview-gallery__header-left,
.ssw-preview-gallery__header-title,
.ssw-preview-gallery__header-actions {
  min-width: 0;
}

.ssw-preview-gallery__header-left {
  display: grid;
  place-items: center;
}

.ssw-preview-gallery__header-left > span,
.ssw-preview-gallery__header-left > a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f2f4f6;
  color: #15191e;
  font-size: 26px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.ssw-preview-gallery__header-left > span {
  visibility: hidden;
}

.ssw-preview-gallery__header-title {
  text-align: center;
}

.ssw-preview-gallery__header-title p,
.ssw-preview-ranking__head span {
  display: block;
  margin: 3px 0 0;
  overflow: hidden;
  color: #7a838d;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-gallery__header h1 {
  margin: 0;
  color: #111317;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0;
}

.ssw-preview-gallery__header-actions {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
}

.ssw-preview-gallery__header-actions a,
.ssw-preview-gallery__card-actions a,
.ssw-preview-gallery__modes a,
.ssw-preview-gallery__sources a,
.ssw-preview-gallery__breadcrumb a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid #e1e6ec;
  border-radius: 999px;
  background: #f7f8fa;
  color: #1f2933;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-preview-gallery__breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 2px 14px 0;
  color: #77828e;
  font-size: 12px;
  font-weight: 750;
}

.ssw-preview-gallery__breadcrumb span {
  min-width: 0;
  overflow: hidden;
  color: #252b32;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-gallery__breadcrumb span::before {
  content: "/";
  margin-right: 7px;
  color: #b1bac4;
}

.ssw-preview-gallery__modes,
.ssw-preview-gallery__sources {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 14px 4px;
  scrollbar-width: none;
}

.ssw-preview-gallery__sources {
  padding-top: 0;
}

.ssw-preview-gallery__modes::-webkit-scrollbar,
.ssw-preview-gallery__sources::-webkit-scrollbar {
  display: none;
}

.ssw-preview-gallery__modes a.is-active,
.ssw-preview-gallery__sources a.is-active {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-preview-gallery__index {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 4px 14px 0;
}

.ssw-preview-gallery__catalog-tabs {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 2px 18px 0;
  padding: 4px;
  border: 1px solid #e3e8ee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35, 43, 54, 0.05);
}

.ssw-preview-gallery__catalog-tabs button {
  min-width: 58px;
  min-height: 30px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5b6671;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ssw-preview-gallery__catalog-tabs button.is-active {
  background: #111317;
  color: #fff;
}

.ssw-preview-gallery__catalog {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  padding: 4px 18px 0;
}

.ssw-preview-gallery__catalog-empty {
  margin: 0 18px;
  padding: 18px;
  border: 1px dashed #cfd7df;
  border-radius: 12px;
  background: #fff;
  color: #697481;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.ssw-preview-gallery__template-card,
.ssw-preview-gallery__catalog-card,
.ssw-preview-gallery__meta,
.ssw-preview-gallery__stage,
.ssw-preview-gallery__footer {
  border: 1px solid #edf0f3;
  border-radius: 14px;
  background: #fff;
}

.ssw-preview-gallery__template-card {
  display: grid;
  gap: 11px;
  padding: 14px;
  box-shadow: 0 8px 22px rgba(35, 43, 54, 0.05);
}

.ssw-preview-gallery__catalog-card {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  min-height: 470px;
  padding: 12px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(35, 43, 54, 0.06);
}

.ssw-preview-gallery__catalog-preview {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #edf0f3;
  border-radius: 12px;
  background: #f7f8fa;
}

.ssw-preview-gallery__catalog-preview iframe {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
  background: #fff;
}

.ssw-preview-gallery__catalog-body {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: stretch;
  gap: 10px;
  min-width: 0;
}

.ssw-preview-gallery__catalog-body code {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #68717c;
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-gallery__catalog-body > p {
  margin: 0;
  color: #5d6671;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-preview-gallery__catalog-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}

.ssw-preview-gallery__catalog-meta div {
  min-width: 0;
  padding: 8px;
  border: 1px solid #eef1f4;
  border-radius: 10px;
  background: #fafbfc;
}

.ssw-preview-gallery__catalog-meta dt {
  margin: 0 0 3px;
  color: #9099a4;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.ssw-preview-gallery__catalog-meta dd {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #242a31;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-gallery__catalog-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ssw-preview-gallery__catalog-secondary-actions a {
  color: #5c6570;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ssw-preview-gallery__catalog-more {
  align-self: end;
  min-width: 0;
}

.ssw-preview-gallery__catalog-more summary {
  width: fit-content;
  cursor: pointer;
  color: #6b747f;
  font-size: 11px;
  font-weight: 850;
}

.ssw-preview-gallery__catalog-more div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.ssw-preview-gallery__catalog-more a {
  color: #4f5964;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-preview-gallery__catalog-card .ssw-preview-gallery__template-card-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef7ff;
  color: #27628d;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.ssw-preview-gallery__catalog-card .ssw-preview-gallery__template-card-head span + span {
  background: #f5f7f9;
  color: #64717d;
}

.ssw-preview-gallery__template-card-head {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.ssw-preview-gallery__template-card span,
.ssw-preview-gallery__mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff0f4;
  color: #d7476c;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.ssw-preview-gallery__template-card span + span {
  background: #f4f7fa;
  color: #66717c;
}

.ssw-preview-gallery__template-card-copy {
  min-width: 0;
}

.ssw-preview-gallery__template-card h2 {
  display: -webkit-box;
  margin: 0 0 5px;
  overflow: hidden;
  color: #15191e;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.24;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-preview-gallery__template-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #63707c;
  font-size: 13px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-preview-gallery__template-card dl,
.ssw-preview-gallery__meta {
  display: grid;
  gap: 8px;
  margin: 0;
}

.ssw-preview-gallery__template-card dl div,
.ssw-preview-gallery__meta div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  min-width: 0;
}

.ssw-preview-gallery__template-card dt,
.ssw-preview-gallery__meta b {
  color: #73808c;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ssw-preview-gallery__template-card dd,
.ssw-preview-gallery__meta span {
  min-width: 0;
  margin: 0;
  color: #242a31;
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.ssw-preview-gallery__card-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
  align-self: end;
  margin-top: auto;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.ssw-preview-gallery__card-actions a.ssw-preview-gallery__card-primary {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-preview-gallery__card-actions::-webkit-scrollbar {
  display: none;
}

.ssw-preview-gallery__meta {
  margin: 0 14px;
  padding: 13px 14px;
}

.ssw-preview-gallery__stage {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ssw-preview-gallery--catalog-embed .ssw-preview-gallery__stage {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ssw-preview-gallery--catalog-embed .ssw-template-deal-grid,
.ssw-preview-gallery--catalog-embed .ssw-preview-ranking,
.ssw-preview-gallery--catalog-embed .ssw-common-rail,
.ssw-preview-gallery--catalog-embed .ssw-template-concern-picker,
.ssw-preview-gallery--catalog-embed .ssw-tabbed-top5,
.ssw-preview-gallery--catalog-embed .ssw-new-arrivals-grid {
  margin-top: 0;
}

.ssw-preview-gallery__meta::before {
  content: "详细信息";
  display: block;
  margin-bottom: 4px;
  color: #111317;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

.ssw-preview-gallery__empty {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px dashed #cfd7df;
  border-radius: 6px;
  background: #fbfcfd;
  color: #556270;
}

.ssw-preview-gallery__empty b {
  color: #20262d;
  font-size: 14px;
  font-weight: 900;
}

.ssw-preview-gallery__empty p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-preview-gallery__evidence,
.ssw-preview-ranking-card__body small {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 4px 6px;
  border-radius: 5px;
  background: #ecfdf3;
  color: #146c43;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-ranking {
  display: grid;
  gap: 14px;
  padding: 18px 14px 22px;
  background: #fff;
  color: #1f2328;
}

.ssw-preview-ranking__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.ssw-preview-ranking__head h2 {
  margin: 0;
  color: #15191e;
  font-size: 19px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0;
}

.ssw-preview-ranking__head p {
  max-width: 520px;
  margin: 5px 0 0;
  color: #65717d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.ssw-preview-ranking__head b {
  flex: 0 0 auto;
  padding: 6px 8px;
  border-radius: 999px;
  background: #fff4df;
  color: #805400;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.ssw-preview-ranking__rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ssw-preview-ranking-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 8px;
  border: 1px solid #e2e7ed;
  border-radius: 7px;
  background: #fff;
}

.ssw-preview-ranking-card__media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(135deg, #eef7ff 0%, #dff9ee 100%);
  aspect-ratio: 1 / 1;
}

.ssw-preview-ranking-card__media strong {
  position: absolute;
  left: 6px;
  z-index: 2;
  top: 6px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #111317;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.ssw-preview-ranking-card__media span {
  color: #2e3339;
  font-size: 11px;
  font-weight: 950;
}

.ssw-preview-ranking-card__body {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
}

.ssw-preview-ranking-card__body em {
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 3px 6px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #6a747f;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-ranking-card__body h3 {
  display: -webkit-box;
  min-height: 38px;
  margin: 0;
  overflow: hidden;
  color: #262a30;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-preview-ranking-card__body > span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  color: #6d7680;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-preview-ranking-card__body b {
  color: #202329;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.1;
}

.ssw-preview-gallery__footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  margin: 0 14px;
  padding: 12px 14px;
  color: #4f5b67;
  font-size: 13px;
  line-height: 1.35;
}

.ssw-preview-gallery__footer b {
  color: #1f252c;
}

.ssw-design-center__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ssw-design-center__card {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 230px;
  padding: 18px;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #fff;
}

.ssw-design-center__card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: #eef5ff;
  color: #275783;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.ssw-design-center__card h2 {
  margin: 12px 0 8px;
  color: #15191e;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
}

.ssw-design-center__card p {
  margin: 0;
  color: #5d6874;
  font-size: 14px;
  line-height: 1.5;
}

.ssw-sequence-preview__meta {
  display: grid;
  gap: 5px;
  margin: 0;
}

.ssw-sequence-preview__meta div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  min-width: 0;
}

.ssw-sequence-preview__meta dt {
  color: #7a858f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ssw-sequence-preview__meta dd {
  min-width: 0;
  margin: 0;
  color: #252b32;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ssw-design-center__card a,
.ssw-design-center__card button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid #111317;
  border-radius: 6px;
  background: #111317;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-design-center__card button:disabled {
  border-color: #d9e0e7;
  background: #f3f5f7;
  color: #7a858f;
  cursor: not-allowed;
}

@media (max-width: 340px) {
  .ssw-home-fv-section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ssw-home-fv-section__head > span {
    max-width: 100%;
  }

  .ssw-template-deal-grid {
    padding-inline: 10px;
  }

  .ssw-template-deal-grid__grid {
    gap: 26px 6px;
  }

  .ssw-template-deal-card__price {
    align-items: baseline;
    flex-direction: row;
    gap: 2px;
    justify-content: flex-end;
  }

  .ssw-preview-gallery__template-card dl div,
  .ssw-preview-gallery__meta div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .ssw-preview-ranking-card {
    grid-template-columns: 70px minmax(0, 1fr);
  }
}

@media (min-width: 768px) {
  .ssw-home-fv {
    gap: 18px;
    padding: 18px 24px 28px;
  }

  .ssw-home-fv-section {
    padding: 18px 0 20px;
  }

  .ssw-home-fv-section__head {
    padding-inline: 0;
  }

  .ssw-home-fv-section__head h3 {
    font-size: 22px;
  }

  .ssw-home-fv-section__rail {
    grid-auto-columns: minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: row;
    padding-inline: 0;
    overflow: visible;
  }

  .ssw-template-deal-grid {
    padding: 16px 14px 22px;
  }

  .ssw-template-deal-grid__head h2 {
    font-size: 20px;
  }

  .ssw-template-deal-grid__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .ssw-template-deal-grid__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 8px;
  }

  .ssw-template-deal-card__body strong {
    font-size: 13px;
  }

  .ssw-preview-ranking__rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ssw-preview-ranking-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }
}

.ssw-home-fv-section--ranking_list .ssw-home-fv-section__rail {
  display: flex;
  flex-wrap: nowrap;
  grid-template-columns: none;
  grid-auto-columns: unset;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-inline: 6px;
  scroll-padding-inline: 6px;
  scroll-snap-type: x proximity;
}

.ssw-home-fv-section--ranking_list .ssw-home-fv-card {
  flex: 0 0 clamp(182px, 47vw, 190px);
  width: clamp(182px, 47vw, 190px);
  scroll-snap-align: start;
}

@media (max-width: 767px) {
  .ssw-preview-gallery--catalog {
    width: 100%;
    max-width: 430px;
    gap: 10px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }

  .ssw-preview-gallery__catalog {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 4px 14px 0;
  }

  .ssw-preview-gallery__catalog-tabs {
    margin-inline: 14px;
  }

  .ssw-preview-gallery__catalog-empty {
    margin-inline: 14px;
  }

  .ssw-preview-gallery__catalog-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ssw-preview-gallery__catalog-preview iframe {
    height: 380px;
  }

  .ssw-preview-gallery__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ssw-design-center__cards {
    grid-template-columns: 1fr;
  }
}

main[data-ssw-server-tabs="true"],
.ssw-category-home {
  padding-bottom: 0;
}

main[data-ssw-server-tabs="true"] > :last-child,
.ssw-category-home > :last-child {
  margin-bottom: calc(72px + env(safe-area-inset-bottom));
}

/* Library home stack (Studio production home): keep view-all CTA above fixed bottom nav */
.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] {
  padding-bottom: 0;
  box-sizing: border-box;
}

.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] > :last-child {
  margin-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] .ssw-template-deal-grid {
  padding-bottom: 10px;
}

.ssw-guide-links {
  padding: 14px 0 12px;
}

.ssw-loop-menu--guide .ssw-loop-menu__viewport {
  padding: 0 10px;
}

.ssw-loop-menu--guide .ssw-loop-menu__track {
  gap: 15px;
}

.ssw-loop-menu--guide a {
  display: grid;
  justify-items: center;
  gap: 5px;
  width: 67px;
  min-height: 89px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #17191c;
  font-size: 13px;
  text-decoration: none;
}

.ssw-guide-icon {
  display: block;
  width: 67px;
  height: 67px;
  overflow: hidden;
}

.ssw-guide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ssw-guide-links b {
  color: #343238;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

.app-header .header-icons a[aria-label="积分"],
.app-header .header-icons a[aria-label="菜单"] {
  display: none !important;
}

.ssw-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}

.ssw-section-head h2 {
  margin: 0;
  color: #2f2d33;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
}

.ssw-section-head a {
  color: #f48a9d;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ssw-section-head--stacked {
  align-items: center;
}

.ssw-section-head--stacked div {
  min-width: 0;
}

.ssw-section-head--stacked p {
  margin: 5px 0 0;
  color: #777f87;
  font-size: 12px;
  line-height: 1.35;
}

.ssw-customer-paths__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.ssw-customer-paths__grid a {
  display: grid;
  gap: 5px;
  min-height: 84px;
  padding: 13px;
  border: 1px solid #ece3dc;
  border-radius: 8px;
  background: #fff;
  color: #29262b;
  text-decoration: none;
}

.ssw-customer-paths__grid b {
  font-size: 15px;
  line-height: 1.25;
}

.ssw-customer-paths__grid span {
  color: #777f87;
  font-size: 12px;
  line-height: 1.35;
}

.ssw-curation-tabs {
  padding-top: 10px;
}

.ssw-curation-tabs__buttons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 8px;
  overflow-x: auto;
  margin: 0 -14px 12px;
  padding: 0 14px 2px;
  scrollbar-width: none;
}

.ssw-curation-tabs__buttons::-webkit-scrollbar {
  display: none;
}

.ssw-curation-tabs__buttons button {
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #e8ded8;
  border-radius: 999px;
  background: #fff;
  color: #5b565e;
  font-size: 13px;
  font-weight: 850;
}

.ssw-curation-tabs__buttons button[aria-selected="true"] {
  border-color: #29262b;
  background: #29262b;
  color: #fff;
}

.ssw-curation-tabs__panel {
  display: none;
}

.ssw-curation-tabs__panel.is-active {
  display: block;
}

.ssw-curation-tabs__panel header {
  display: grid;
  gap: 3px;
  margin-bottom: 12px;
}

.ssw-curation-tabs__panel header b {
  color: #29262b;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.15;
}

.ssw-curation-tabs__panel header span {
  color: #777f87;
  font-size: 12px;
  line-height: 1.35;
}

.ssw-category-mix__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ssw-category-mix__grid a {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 156px;
  overflow: hidden;
  padding: 13px;
  border-radius: 8px;
  background: #2c2a2f;
  color: #fff;
  text-decoration: none;
}

.ssw-category-mix__grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
}

.ssw-category-mix__grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 18, 22, 0.05), rgba(20, 18, 22, 0.72));
}

.ssw-category-mix__grid span,
.ssw-category-mix__grid b,
.ssw-category-mix__grid em {
  position: relative;
  z-index: 1;
}

.ssw-category-mix__grid span {
  font-size: 11px;
  font-weight: 900;
}

.ssw-category-mix__grid b {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.15;
}

.ssw-category-mix__grid em {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-style: normal;
  line-height: 1.35;
}

.ssw-category-home {
  background: #fff;
}

.ssw-category-home__hero {
  display: grid;
  gap: 8px;
  margin: 10px 14px 8px;
  padding: 20px 16px;
  border-radius: 8px;
  background: #29262b;
  color: #fff;
}

.ssw-category-home__hero span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ssw-category-home__hero h1 {
  margin: 0;
  font-size: 26px;
  line-height: 1.1;
}

.ssw-category-home__hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.ssw-routine-list {
  display: grid;
  gap: 10px;
}

.ssw-routine-list a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid #e6e2dd;
  border-radius: 8px;
  background: #fbfaf8;
  color: #29262b;
  text-decoration: none;
}

.ssw-routine-list em {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #29262b;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.ssw-routine-list b,
.ssw-brand-spotlight__rail b {
  display: block;
  color: #29262b;
  font-size: 15px;
  line-height: 1.25;
}

.ssw-routine-list span,
.ssw-brand-spotlight__rail span {
  display: block;
  margin-top: 4px;
  color: #777f87;
  font-size: 12px;
  line-height: 1.35;
}

.ssw-brand-spotlight__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(118px, 34%);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.ssw-brand-spotlight__rail::-webkit-scrollbar {
  display: none;
}

.ssw-brand-spotlight__rail a {
  display: grid;
  gap: 7px;
  color: inherit;
  text-decoration: none;
}

.ssw-brand-spotlight__rail img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  object-fit: cover;
  background: #efeef0;
}

.ssw-category-cards {
  display: grid;
  gap: 10px;
}

.ssw-category-card {
  position: relative;
  display: block;
  min-height: 118px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background: #efeef0;
}

.ssw-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(28, 25, 30, 0.72), rgba(28, 25, 30, 0.12));
}

.ssw-category-card span,
.ssw-category-card b {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: 18px;
}

.ssw-category-card span {
  padding-top: 30px;
  font-size: 22px;
  font-weight: 900;
}

.ssw-category-card b {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
}

.ssw-deal-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 10px;
}

.ssw-trust-list,
.ssw-member-tiles {
  display: grid;
  gap: 10px;
}

.ssw-trust-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid #f0e4e8;
  border-radius: 8px;
  background: #fff;
}

.ssw-trust-item span,
.ssw-member-tiles span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff0f4;
  color: #f36f8d;
  font-weight: 900;
}

.ssw-trust-item b,
.ssw-member-tiles b {
  display: block;
  color: #2f2d33;
  font-size: 15px;
}

.ssw-trust-item p,
.ssw-member-tiles p,
.ssw-review-card p {
  margin: 4px 0 0;
  color: #77717a;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-review-card {
  padding: 18px;
  border-radius: 8px;
  background: #f8f9f9;
  text-align: left;
}

.ssw-review-card b {
  display: block;
  color: #2f2d33;
  font-size: 16px;
}

.ssw-member-tiles {
  grid-template-columns: repeat(2, 1fr);
}

.ssw-member-tiles a {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px #f0e4e8;
  color: inherit;
  text-decoration: none;
}

.ssw-mobile-cta-widget {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding-bottom: 92px;
}

.ssw-mobile-cta-widget a {
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: 8px;
  background: #f48a9d;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

body.single-product .buy-bar {
  display: none;
}

body.single-product .app-header,
body.single-product .top-tabs,
body.single-product .ssw-bottom-nav {
  display: none !important;
}

body.page-id-478 .app-header,
body.page-id-478 .top-tabs,
body.page-id-478 .ssw-bottom-nav,
body.page-id-478 .page-heading,
body.page-id-497 .app-header,
body.page-id-497 .top-tabs,
body.page-id-497 .page-heading,
body:has(.ssw-review-archive-page) .app-header,
body:has(.ssw-review-archive-page) .top-tabs,
body:has(.ssw-review-archive-page) .ssw-bottom-nav,
body:has(.ssw-review-archive-page) .page-heading,
body:has(.ssw-cart-page) .app-header,
body:has(.ssw-cart-page) .top-tabs,
body:has(.ssw-cart-page) .ssw-bottom-nav,
body:has(.ssw-cart-page) .page-heading,
body:has(.ssw-brand-page) .app-header,
body:has(.ssw-brand-page) .top-tabs,
body:has(.ssw-brand-page) .page-heading,
body:has(.ssw-my-reviews-page) .app-header,
body:has(.ssw-my-reviews-page) .top-tabs,
body:has(.ssw-my-reviews-page) .page-heading,
body:has(.ssw-my-feature-page) .app-header,
body:has(.ssw-my-feature-page) .top-tabs,
body:has(.ssw-my-feature-page) .ssw-bottom-nav,
body:has(.ssw-my-feature-page) .page-heading,
body:has(.ssw-order-detail-page) .app-header,
body:has(.ssw-order-detail-page) .top-tabs,
body:has(.ssw-order-detail-page) .ssw-bottom-nav,
body:has(.ssw-order-detail-page) .page-heading,
body:has(.ssw-order-lookup-page) .app-header,
body:has(.ssw-order-lookup-page) .top-tabs,
body:has(.ssw-order-lookup-page) .ssw-bottom-nav,
body:has(.ssw-order-lookup-page) .page-heading,
body:has(.ssw-order-lookup-page) .ssw-product-mobile-header,
body:has(.ssw-membership-page) .app-header,
body:has(.ssw-membership-page) .top-tabs,
body:has(.ssw-membership-page) .ssw-bottom-nav,
body:has(.ssw-membership-page) .page-heading,
body:has(.ssw-membership-page) .ssw-product-mobile-header,
body:has(.ssw-seed-center-page) .ssw-bottom-nav,
body:has(.ssw-contact-page) .app-header,
body:has(.ssw-contact-page) .top-tabs,
body:has(.ssw-contact-page) .ssw-bottom-nav,
body:has(.ssw-contact-page) .page-heading,
body:has(.ssw-contact-page) .ssw-product-mobile-header {
  display: none !important;
}

body.page-id-478,
body.page-id-497,
body:has(.ssw-review-archive-page),
body:has(.ssw-cart-page),
body:has(.ssw-brand-page),
body:has(.ssw-my-reviews-page),
body:has(.ssw-my-feature-page),
body:has(.ssw-order-detail-page),
body:has(.ssw-order-lookup-page),
body:has(.ssw-membership-page),
body:has(.ssw-contact-page) {
  background: #fff !important;
}

body.page-id-478 .page-shell,
body.page-id-478 .page-card,
body.page-id-478 .page-content,
body.page-id-497 .page-shell,
body.page-id-497 .page-card,
body.page-id-497 .page-content,
body:has(.ssw-review-archive-page) .page-shell,
body:has(.ssw-review-archive-page) .page-card,
body:has(.ssw-review-archive-page) .page-content,
body:has(.ssw-my-reviews-page) .page-shell,
body:has(.ssw-my-reviews-page) .page-card,
body:has(.ssw-my-reviews-page) .page-content,
body:has(.ssw-my-feature-page) .page-shell,
body:has(.ssw-my-feature-page) .page-card,
body:has(.ssw-my-feature-page) .page-content,
body:has(.ssw-order-detail-page) .page-shell,
body:has(.ssw-order-detail-page) .page-card,
body:has(.ssw-order-detail-page) .page-content,
body:has(.ssw-order-lookup-page) .page-shell,
body:has(.ssw-order-lookup-page) .page-card,
body:has(.ssw-order-lookup-page) .page-content,
body:has(.ssw-membership-page) .page-shell,
body:has(.ssw-membership-page) .page-card,
body:has(.ssw-membership-page) .page-content,
body:has(.ssw-contact-page) .page-shell,
body:has(.ssw-contact-page) .page-card,
body:has(.ssw-contact-page) .page-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.single-product.has-app-chrome {
  padding-top: 0;
}

body.single-product {
  box-shadow: none;
}

body.single-product.ssw-product-sheet-open {
  overflow: hidden;
}

.ssw-product-page {
  padding-top: 54px;
  padding-bottom: 82px;
  background: #fff;
}

.ssw-product-mobile-header {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(492px, 100vw);
  height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(17, 19, 22, 0.08);
  background: #fff;
  transform: translateX(-50%);
  transition: transform 150ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

body.ssw-product-header-hidden .ssw-product-mobile-header {
  pointer-events: none;
  transform: translateX(-50%) translateY(-100%);
}

.ssw-product-mobile-header button,
.ssw-product-mobile-header a {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #14171a;
  cursor: pointer;
}

.ssw-product-mobile-header nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ssw-product-mobile-header svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-product-mobile-header__cart span {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background: #f48a9d;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
}

.ssw-product-gallery {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

.ssw-product-gallery__rail {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.ssw-product-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: start;
  background: #f6f6f6;
}

.ssw-product-gallery__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.ssw-product-gallery__counter {
  position: absolute;
  left: 14px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 44px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(31, 31, 31, 0.55);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.ssw-product-gallery__counter span {
  display: inline-block;
  min-width: 1.25em;
  text-align: center;
}

.ssw-product-gallery__placeholder {
  display: grid;
  place-items: center;
  min-height: 320px;
  color: #77717a;
}

.ssw-product-summary,
.ssw-product-benefits,
.ssw-product-purchase,
.ssw-product-notice,
.ssw-product-detail-content,
.ssw-product-parameters,
.ssw-product-reviews,
.ssw-product-service {
  padding: 18px 16px;
  border-bottom: 10px solid #f6f6f6;
  background: #fff;
}

.ssw-product-summary__brand {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  margin-bottom: 12px;
  color: #878d94;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-product-summary__brand span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-product-summary__brand i {
  color: #a7adb4;
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.ssw-product-summary h1 {
  margin: 0;
  color: #17191c;
  font-size: 20px;
  line-height: 1.42;
  font-weight: 900;
  word-break: keep-all;
}

.ssw-product-summary__ko-name {
  margin: 7px 0 0;
  color: #8c9299;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.42;
}

.ssw-product-summary__meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

.ssw-product-summary__review {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  width: fit-content;
  margin-top: 0;
  color: #777f87;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-product-summary__review span {
  color: #ff9f1c;
  font-size: 14px;
}

.ssw-product-summary__review b {
  color: #4f555b;
  font-weight: 850;
}

.ssw-product-summary__review em {
  color: #8d949b;
  font-style: normal;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ssw-product-summary__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 7px;
  flex: 0 0 auto;
  margin: 0 4px 0 0;
  text-align: right;
  white-space: nowrap;
}

.ssw-product-summary__discount-rate {
  color: #ff3b30;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.ssw-product-summary__sale-price,
.ssw-product-summary__sale-price .woocommerce-Price-amount {
  color: #111317;
  font-size: 27px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
}

.ssw-product-summary__price[data-has-discount="false"] {
  display: flex;
}

.ssw-product-summary__regular-price {
  color: #a8afb6;
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.ssw-product-summary__regular-price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ssw-product-summary__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.ssw-product-summary__signals span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f8f8f8;
  color: #66616a;
  font-size: 12px;
}

.ssw-product-summary__signals span[data-tone="ready"] {
  background: #eefbf3;
  color: #1d8c4d;
}

.ssw-product-summary__signals span[data-tone="mixed"] {
  background: #fff7df;
  color: #9b6a00;
}

.ssw-product-summary__signals span[data-tone="pending"] {
  background: #f2f3f5;
  color: #69717a;
}

.ssw-product-summary__short {
  margin-top: 14px;
  color: #5f5a63;
  font-size: 14px;
  line-height: 1.6;
}

.ssw-product-seed-share {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 10px solid #f6f6f6;
  background: #fff;
}

.ssw-product-seed-share div {
  min-width: 0;
}

.ssw-product-seed-share__title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8d949b;
  font-size: 12px;
  font-weight: 850;
}

.ssw-product-seed-share__help {
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  padding: 0;
  border: 1px solid #d9dee3;
  border-radius: 50%;
  background: #fff;
  color: #68717a;
  font-size: 10px;
  line-height: 1;
  font-weight: 950;
  appearance: none;
  cursor: pointer;
}

.ssw-product-seed-share b {
  display: block;
  margin-top: 4px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-product-seed-share > button,
.ssw-product-seed-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #111317;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-product-translation-card {
  display: grid;
  gap: 5px;
  margin-top: 14px;
  padding: 14px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-product-translation-card[data-tone="ready"] {
  background: #f1fbf5;
}

.ssw-product-translation-card[data-tone="mixed"] {
  background: #fff8e7;
}

.ssw-product-translation-card b {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-product-translation-card p {
  margin: 0;
  color: #666f77;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-product-benefits dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.ssw-product-benefits dl div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ssw-product-benefits dt {
  color: #8a838c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.ssw-product-benefits dd {
  margin: 0;
  line-height: 1.25;
}

.ssw-product-benefits__point {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 24px 0 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ssw-product-benefits__point i {
  position: absolute;
  top: 50%;
  right: 0;
  color: #a4abb2;
  font-size: 18px;
  font-style: normal;
  transform: translateY(-50%);
}

.ssw-product-benefits b,
.ssw-product-benefits small {
  display: inline;
}

.ssw-product-benefits b {
  color: #333238;
  font-size: 14px;
  line-height: 1.25;
}

.ssw-product-benefits small {
  margin-top: 0;
  color: #77717a;
  font-size: 13px;
  font-weight: 700;
}

.ssw-product-benefits__overlay {
  position: fixed;
  inset: 0;
  z-index: 210;
  background: rgba(0, 0, 0, 0.48);
}

.ssw-product-benefits__sheet {
  position: fixed;
  right: max(0px, calc((100vw - 492px) / 2));
  bottom: 0;
  left: max(0px, calc((100vw - 492px) / 2));
  z-index: 211;
  display: grid;
  gap: 16px;
  padding: 24px 16px 18px;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -10px 32px rgba(15, 17, 20, 0.14);
  transform: translateY(0);
  transition: transform 220ms ease;
}

.ssw-product-benefits__sheet[aria-hidden="true"] {
  pointer-events: none;
  transform: translateY(110%);
}

.ssw-product-benefits__sheet h2 {
  margin: 0;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-product-benefits__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  color: #17191c;
  font-size: 26px;
  line-height: 1;
}

.ssw-product-benefits__sheet table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid #eef0f2;
  border-radius: 8px;
  font-size: 14px;
}

.ssw-product-benefits__sheet th,
.ssw-product-benefits__sheet td {
  padding: 13px 12px;
  border-bottom: 1px solid #eef0f2;
  text-align: center;
}

.ssw-product-benefits__sheet th {
  background: #f6f7f8;
  color: #505861;
  font-weight: 900;
}

.ssw-product-benefits__sheet td {
  color: #17191c;
  font-weight: 800;
}

.ssw-product-benefits__sheet tr[data-current="true"] td {
  background: #fff7f9;
  color: #f05d7d;
}

.ssw-product-benefits__sheet tr:last-child td {
  border-bottom: 0;
}

.ssw-product-benefits__confirm {
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: #050505;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.ssw-product-purchase h2 {
  margin: 0 0 14px;
  font-size: 17px;
}

.ssw-product-buy-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, 0.55);
}

.ssw-product-purchase[data-product-buy-sheet] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: grid;
  gap: 14px;
  max-width: 492px;
  max-height: min(78vh, 680px);
  margin: 0 auto;
  padding: 8px 16px calc(16px + env(safe-area-inset-bottom));
  overflow-y: auto;
  border: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  transition: transform 0.26s cubic-bezier(0.2, 0.86, 0.2, 1);
  overscroll-behavior: contain;
}

.ssw-product-purchase[data-product-buy-sheet][aria-hidden="true"] {
  pointer-events: none;
  transform: translateY(calc(100% + 16px));
}

.ssw-product-purchase__handle {
  justify-self: center;
  width: 42px;
  height: 5px;
  margin: 0 0 2px;
  border: 0;
  border-radius: 999px;
  background: #dde0e3;
}

.ssw-product-purchase__head {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.ssw-product-purchase__head img {
  width: 68px;
  height: 68px;
  border: 1px solid #eceff2;
  border-radius: 8px;
  object-fit: cover;
}

.ssw-product-purchase__head h2 {
  margin: 0 0 5px;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-product-purchase__head b {
  display: -webkit-box;
  overflow: hidden;
  color: #292d33;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-product-purchase__head strong,
.ssw-product-purchase__head .woocommerce-Price-amount {
  display: inline-block;
  margin-top: 7px;
  color: #111317;
  font-size: 18px;
  font-weight: 950;
}

.ssw-product-purchase__badges {
  display: flex;
  gap: 8px;
}

.ssw-product-purchase__badges span {
  min-height: 32px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #171b21;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ssw-product-purchase__badges span + span {
  border: 1px solid #e1e4e8;
  background: #fff;
  color: #30363d;
}

.ssw-purchase-related {
  display: grid;
  gap: 12px;
  padding: 2px 0 4px;
}

.ssw-purchase-related__group {
  display: grid;
  gap: 9px;
}

.ssw-purchase-related__head {
  display: flex;
  min-width: 0;
  gap: 7px;
  align-items: baseline;
}

.ssw-purchase-related__head b {
  color: #111317;
  font-size: 14px;
  font-weight: 950;
}

.ssw-purchase-related__head span {
  overflow: hidden;
  color: #30363d;
  font-size: 13px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-purchase-related__items {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 1px 2px;
  scrollbar-width: thin;
}

.ssw-purchase-related__item {
  position: relative;
  display: inline-grid;
  flex: 0 0 58px;
  width: 58px;
  min-height: 72px;
  gap: 5px;
  align-content: start;
  justify-items: center;
  padding: 5px;
  border: 1px solid #e0e3e7;
  border-radius: 6px;
  background: #fff;
  color: #17191c;
  text-align: center;
  text-decoration: none;
}

.ssw-purchase-related__item[data-current="true"] {
  border-color: #111317;
  box-shadow: inset 0 0 0 1px #111317;
}

.ssw-purchase-related__item[data-disabled="true"] {
  opacity: 0.48;
  pointer-events: none;
}

.ssw-purchase-related__item img {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: #f4f6f8;
  object-fit: cover;
}

.ssw-purchase-related__item span {
  display: -webkit-box;
  overflow: hidden;
  max-width: 100%;
  color: inherit;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-purchase-related__item em {
  position: absolute;
  right: 4px;
  bottom: 4px;
  padding: 1px 4px;
  border-radius: 999px;
  background: rgba(17, 19, 23, 0.78);
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.ssw-product-purchase-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 14px;
}

.ssw-product-purchase-guide span {
  display: grid;
  place-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: #f4f5f6;
  color: #555d65;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.ssw-product-purchase form.cart {
  display: grid;
  gap: 10px;
  margin: 0;
}

.ssw-product-purchase .quantity {
  display: none;
  align-items: center;
}

.ssw-product-purchase .woocommerce-variation-add-to-cart {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ssw-product-purchase input.qty {
  width: 82px;
  min-height: 38px;
  border: 1px solid #dde1e5;
  border-radius: 0;
  background: #fff;
  color: #111317;
  text-align: center;
  font-weight: 800;
}

.ssw-product-purchase .single_add_to_cart_button {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ssw-product-buy-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ssw-product-buy-actions button {
  min-height: 48px;
  border: 1px solid #d9dde2;
  border-radius: 8px;
  background: #fff;
  color: #111317;
  font-weight: 900;
}

.ssw-product-buy-actions button:last-child {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-product-buy-actions [data-restock-alert] {
  border-color: #111317;
  background: #fff;
  color: #111317;
}

.ssw-product-buy-actions button:disabled,
.ssw-product-buy-actions button[aria-disabled="true"],
.ssw-product-buy-actions button:last-child:disabled {
  border-color: #e1e4e8;
  background: #f1f3f5;
  color: #a3a9af;
  cursor: not-allowed;
}

.ssw-product-soldout-panel {
  display: grid;
  gap: 6px;
  padding: 18px 16px;
  border: 1px solid #eceff2;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-product-soldout-panel b {
  color: #111317;
  font-size: 16px;
  font-weight: 950;
}

.ssw-product-soldout-panel p {
  margin: 0;
  color: #7e858c;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-product-purchase table.variations {
  width: 100%;
  border-collapse: collapse;
}

.ssw-product-purchase table.variations[data-combo-source="hidden"] {
  display: none;
}

.ssw-product-combo-options,
.ssw-product-option-groups {
  display: grid;
  gap: 10px;
}

.ssw-product-combo-options label {
  display: grid;
  gap: 7px;
}

.ssw-product-combo-options span {
  color: #5f6872;
  font-size: 13px;
  font-weight: 900;
}

.ssw-product-combo-options select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #dde1e5;
  border-radius: 6px;
  background: #fff;
  color: #252a31;
  font-weight: 800;
}

.ssw-product-combo-options select:disabled {
  background: #f4f5f6;
  color: #a0a6ad;
}

.ssw-product-option-group {
  overflow: hidden;
  border: 1px solid #dfe3e7;
  border-radius: 6px;
  background: #fff;
}

.ssw-product-option-group[data-disabled="true"] {
  background: #fafafa;
  opacity: 0.58;
}

.ssw-product-option-group__trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 20px;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 0;
  background: #fff;
  color: #252a31;
  text-align: left;
}

.ssw-product-option-group__trigger span {
  color: #8a929b;
  font-size: 13px;
}

.ssw-product-option-group__trigger b {
  overflow: hidden;
  color: #20242a;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-product-option-group__trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #6f7780;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-product-option-group__list {
  border-top: 1px solid #eef0f2;
}

.ssw-product-option-group__list button {
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 13px 16px;
  border: 0;
  border-bottom: 1px solid #f0f1f2;
  background: #fff;
  color: #1f2328;
  text-align: left;
}

.ssw-product-option-group__list button:last-child {
  border-bottom: 0;
}

.ssw-product-option-group__list button[aria-pressed="true"] {
  background: #f7f8f9;
}

.ssw-product-option-group__list strong {
  font-size: 13px;
  font-weight: 900;
}

.ssw-product-option-group__list small {
  color: #59616a;
  font-size: 12px;
}

.ssw-product-option-group__list em {
  display: inline-grid;
  margin-left: 4px;
  padding: 1px 4px;
  border-radius: 3px;
  background: #eef0f2;
  color: #555d66;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
}

.ssw-product-purchase table.variations th,
.ssw-product-purchase table.variations td {
  display: block;
  padding: 0 0 8px;
  text-align: left;
}

.ssw-product-purchase table.variations tr[data-option-disabled] {
  opacity: 0.42;
}

.ssw-product-purchase table.variations label {
  display: block;
  margin-bottom: 7px;
  color: #5f6872;
  font-size: 13px;
  font-weight: 900;
}

.ssw-product-purchase select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #dde1e5;
  border-radius: 6px;
  background: #fff;
  color: #252a31;
  font-weight: 800;
}

.ssw-product-purchase select:disabled {
  background: #f4f5f6;
  color: #a0a6ad;
}

.ssw-product-purchase .reset_variations {
  display: inline-block;
  margin-top: 6px;
  color: #8a929b;
  font-size: 12px;
}

.ssw-product-purchase .woocommerce-variation-price {
  color: #111317;
  font-size: 16px;
  font-weight: 950;
}

.ssw-product-purchase .woocommerce-variation-description {
  color: #69717a;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-product-purchase .woocommerce-variation-availability,
.ssw-product-purchase .woocommerce-variation-price {
  display: none;
}

.ssw-product-selected-list {
  display: grid;
  gap: 8px;
}

.ssw-product-selected-list[hidden] {
  display: none;
}

.ssw-product-selected-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  padding: 12px;
  border: 1px solid #e8ebee;
  border-radius: 8px;
  background: #f8f9fa;
}

.ssw-product-selected-card[hidden] {
  display: none;
}

.ssw-product-selected-card > img {
  width: 64px;
  height: 64px;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  background: #fff;
  object-fit: cover;
}

.ssw-product-selected-card__body {
  position: relative;
  display: grid;
  min-width: 0;
  gap: 5px;
  padding-right: 24px;
}

.ssw-product-selected-card__remove {
  position: absolute;
  top: -2px;
  right: -2px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  color: #111317;
  font-size: 20px;
  line-height: 1;
}

.ssw-product-selected-card__body b {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-product-selected-card__body p {
  margin: 0;
  color: #31363d;
  font-size: 13px;
  font-weight: 850;
}

.ssw-product-selected-card__body small {
  color: #8a929b;
  font-size: 11px;
}

.ssw-product-selected-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 4px;
}

.ssw-product-selected-card__bottom strong,
.ssw-product-selected-card__bottom .woocommerce-Price-amount {
  color: #111317;
  font-size: 15px;
  font-weight: 950;
}

.ssw-qty-stepper {
  display: grid;
  grid-template-columns: 32px 40px 32px;
  height: 32px;
  border: 1px solid #dde1e5;
  background: #fff;
}

.ssw-qty-stepper button {
  display: grid;
  place-items: center;
  border: 0;
  background: #fff;
  color: #6b737c;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.ssw-qty-stepper span {
  display: grid;
  place-items: center;
  border-right: 1px solid #edf0f2;
  border-left: 1px solid #edf0f2;
  color: #111317;
  font-size: 13px;
  font-weight: 900;
}

.ssw-product-buy-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0 4px;
  border-top: 1px solid #eef0f2;
  color: #111317;
  font-size: 14px;
  font-weight: 900;
}

.ssw-product-buy-summary[hidden] {
  display: none;
}

.ssw-product-buy-summary strong {
  font-size: 15px;
  font-weight: 950;
}

.ssw-product-purchase-note {
  margin: 12px 0 0;
  color: #77717a;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-product-tabs {
  position: sticky;
  top: 54px;
  z-index: 62;
  display: grid;
  grid-template-columns: repeat(var(--ssw-product-tab-count, 3), minmax(72px, 1fr));
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
  background: #fff;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ssw-product-tabs__indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: #111317;
  pointer-events: none;
  transform: translateX(0);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), width 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ssw-product-tabs.is-fixed {
  position: fixed;
  top: 54px;
  right: 0;
  left: 0;
  width: min(492px, 100vw);
  margin: 0 auto;
  transform: translateY(0);
  transition: transform 150ms cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

body.ssw-product-header-hidden .ssw-product-tabs.is-fixed {
  transform: translateY(-54px);
}

.ssw-product-tabs::-webkit-scrollbar {
  display: none;
}

.ssw-product-tabs a {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 48px;
  white-space: nowrap;
  color: #77717a;
  font-size: 14px;
  font-weight: 800;
}

.ssw-product-tabs a.is-active {
  color: #111317;
  box-shadow: inset 0 -2px 0 #111317;
}

#ssw-product-detail,
#ssw-product-parameters,
#ssw-product-size,
#ssw-product-reviews {
  scroll-margin-top: 112px;
}

.ssw-product-notice {
  display: grid;
  gap: 5px;
  margin: 16px;
  padding: 14px;
  border-left: 3px solid #45aaf2;
  background: #f8fbff;
  color: #5f5a63;
  font-size: 14px;
  line-height: 1.55;
}

.ssw-product-notice[data-tone="ready"] {
  border-left-color: #2fb36d;
  background: #f2fbf6;
}

.ssw-product-notice[data-tone="mixed"] {
  border-left-color: #e6a700;
  background: #fff9e8;
}

.ssw-product-notice b {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-product-notice p {
  margin: 0;
}

.ssw-product-quality-guide {
  padding: 18px 16px;
  border-bottom: 10px solid #f6f6f6;
  background: #fff;
}

.ssw-product-quality-guide h2 {
  margin: 0 0 14px;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-product-quality-guide > div {
  display: grid;
  gap: 8px;
}

.ssw-product-quality-guide article {
  padding: 13px 14px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-product-quality-guide b {
  display: block;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-product-quality-guide p {
  margin: 6px 0 0;
  color: #666f77;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-product-customer-curation {
  display: grid;
  gap: 14px;
  padding: 18px 16px 20px;
  border-bottom: 10px solid #f6f6f6;
  background: #fff;
}

.ssw-product-customer-curation__head {
  display: grid;
  gap: 5px;
}

.ssw-product-customer-curation__head span {
  color: #ff5f8f;
  font-size: 12px;
  font-weight: 950;
}

.ssw-product-customer-curation__head h2 {
  margin: 0;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.3;
}

.ssw-product-customer-curation__head p {
  margin: 0;
  color: #68717a;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.ssw-product-customer-curation__groups {
  display: grid;
  gap: 9px;
}

.ssw-product-customer-curation__groups article {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 13px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fbfcfd;
}

.ssw-product-customer-curation__groups b {
  color: #333940;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.7;
}

.ssw-product-customer-curation__groups div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.ssw-product-customer-curation__groups span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #e4e8ec;
  border-radius: 999px;
  background: #fff;
  color: #17191c;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.ssw-product-detail-content {
  overflow: hidden;
  padding: 0;
  color: #333238;
  line-height: 1.65;
}

.ssw-product-detail-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
  padding: 18px 0;
  text-align: center;
}

.ssw-product-detail-heading span {
  justify-self: center;
  padding: 6px 12px;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.ssw-product-detail-heading h2 {
  margin: 0;
  color: #17191c;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 950;
}

.ssw-product-detail-heading p {
  margin: 0;
  color: #77717a;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-product-detail-content img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0 auto;
}

.ssw-product-detail-body {
  position: relative;
  max-height: 980px;
  overflow: hidden;
  line-height: 0;
}

.ssw-product-detail-body > * {
  margin-top: 0;
  margin-bottom: 0;
}

.ssw-product-detail-body p,
.ssw-product-detail-body figure,
.ssw-product-detail-body .wp-block-image {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.ssw-product-detail-content.is-expanded .ssw-product-detail-body,
.ssw-product-detail-content.is-not-collapsible .ssw-product-detail-body {
  max-height: none;
}

.ssw-product-detail-more {
  position: relative;
  display: grid;
  place-items: center;
  padding: 78px 16px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.78) 42%, #fff 72%);
  transform: translateY(-118px);
  margin-bottom: -118px;
}

.ssw-product-detail-more button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: min(100%, 384px);
  height: 50px;
  padding: 0 18px;
  border: 1px solid #dde1e5;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  color: #4a5158;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
}

.ssw-product-detail-more button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.ssw-product-detail-content.is-expanded .ssw-product-detail-more,
.ssw-product-detail-content.is-not-collapsible .ssw-product-detail-more {
  display: none;
}

.ssw-product-parameters {
  padding: 18px 16px 20px;
}

.ssw-product-parameters__head {
  display: grid;
  gap: 5px;
  margin-bottom: 14px;
}

.ssw-product-parameters__head h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-product-parameters__head p {
  margin: 0;
  color: #8c9299;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-product-parameters__sections {
  display: grid;
  gap: 12px;
}

.ssw-product-parameters__section {
  min-width: 0;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-product-parameters__section h3,
.ssw-product-parameters__section summary {
  margin: 0 0 12px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.ssw-product-parameters__collapse summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  list-style: none;
}

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

.ssw-product-parameters__collapse summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #8c9299;
  border-bottom: 1.5px solid #8c9299;
  transform: rotate(45deg);
  transition: transform 160ms ease;
}

.ssw-product-parameters__collapse[open] summary {
  margin-bottom: 12px;
}

.ssw-product-parameters__collapse[open] summary::after {
  transform: rotate(225deg);
}

.ssw-product-parameters__basic .ssw-product-parameters__list {
  margin-top: 12px;
}

.ssw-product-parameters__list {
  margin: 0;
  border-top: 1px solid #eef0f2;
}

.ssw-product-parameters__row {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #eef0f2;
}

.ssw-product-parameters__row dt {
  color: #8a9199;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}

.ssw-product-parameters__row dd {
  min-width: 0;
  margin: 0;
  color: #1d2024;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  word-break: break-word;
}

.ssw-product-parameters__row dd a {
  color: #111317;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ssw-product-parameters__brand article {
  display: grid;
  gap: 7px;
}

.ssw-product-parameters__brand a {
  color: inherit;
  text-decoration: none;
}

.ssw-product-parameters__brand b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  color: #111317;
  font-size: 15px;
  font-weight: 950;
}

.ssw-product-parameters__brand b i {
  color: #9aa0a6;
  font-size: 20px;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
}

.ssw-product-parameters__brand p {
  margin: 0;
  color: #555d66;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.ssw-product-parameters__tag-groups {
  display: grid;
  gap: 12px;
}

.ssw-product-parameters__features .ssw-product-parameters__tag-groups {
  max-height: 104px;
  overflow: hidden;
  margin-top: 12px;
}

.ssw-product-parameters__features summary {
  margin-bottom: 0;
  cursor: default;
}

.ssw-product-parameters__features summary::after {
  display: none;
}

.ssw-product-parameters__features.is-expanded summary {
  margin-bottom: 12px;
}

.ssw-product-parameters__features.is-expanded .ssw-product-parameters__tag-groups {
  max-height: none;
}

.ssw-product-parameters__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  min-height: 40px;
  margin-top: 12px;
  border: 1px solid #e2e5e8;
  border-radius: 0;
  background: #fff;
  color: #343a40;
  font-size: 13px;
  font-weight: 850;
}

.ssw-product-parameters__more i {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.ssw-product-parameters__features.is-expanded .ssw-product-parameters__more i {
  margin-top: 4px;
  transform: rotate(225deg);
}

.ssw-product-parameters__more [data-less],
.ssw-product-parameters__features.is-expanded .ssw-product-parameters__more [data-more] {
  display: none;
}

.ssw-product-parameters__features.is-expanded .ssw-product-parameters__more [data-less] {
  display: inline;
}

.ssw-product-parameters__features.is-not-collapsible .ssw-product-parameters__more {
  display: none;
}

.ssw-product-parameters__tag-group {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 10px;
  margin: 0;
}

.ssw-product-parameters__tag-group dt {
  color: #747b84;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.8;
}

.ssw-product-parameters__tag-group dd {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

.ssw-product-parameters__tag-group span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #e1e4e8;
  border-radius: 999px;
  background: #f8f9fa;
  color: #20242a;
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}

.ssw-product-parameters__empty {
  margin: 0;
  padding: 18px 14px;
  border-radius: 8px;
  background: #f7f8f9;
  color: #777f87;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-product-apparel {
  display: grid;
  gap: 18px;
  padding: 0 0 14px;
}

.ssw-product-apparel-section {
  min-width: 0;
  padding: 18px 14px;
  border-top: 1px solid #eee;
}

.ssw-source-info {
  display: grid;
  gap: 14px;
}

.ssw-source-brand {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #eceef1;
  border-radius: 6px;
  background: #fafafa;
}

.ssw-source-brand b {
  color: #111;
  font-size: 15px;
}

.ssw-source-brand p {
  margin: 0;
  color: #555d66;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-source-brand a {
  width: fit-content;
  color: #111;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

.ssw-source-tags {
  display: grid;
  gap: 10px;
}

.ssw-source-tags__group {
  display: grid;
  grid-template-columns: minmax(72px, 108px) minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.ssw-source-tags__group dt {
  color: #747b84;
  font-size: 12px;
  font-weight: 800;
}

.ssw-source-tags__group dd {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}

.ssw-source-tags__group span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #e1e4e8;
  border-radius: 999px;
  background: #fff;
  color: #20242a;
  font-size: 12px;
  font-weight: 700;
}

.ssw-source-notice {
  display: grid;
  gap: 10px;
}

.ssw-source-notice h3 {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 900;
}

.ssw-source-notice dl {
  display: grid;
  margin: 0;
  border-top: 1px solid #eceef1;
}

.ssw-source-notice div {
  display: grid;
  grid-template-columns: minmax(86px, 116px) minmax(0, 1fr);
  border-bottom: 1px solid #eceef1;
}

.ssw-source-notice dt,
.ssw-source-notice dd {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 1.55;
}

.ssw-source-notice dt {
  background: #f6f7f8;
  color: #626a73;
  font-weight: 800;
}

.ssw-source-notice dd {
  color: #20242a;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ssw-apparel-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 16px;
}

.ssw-apparel-tabs span,
.ssw-apparel-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #d8dadd;
  border-radius: 4px;
  color: #8a8f94;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  appearance: none;
  cursor: pointer;
}

.ssw-apparel-tabs span.is-active,
.ssw-apparel-tabs button.is-active {
  border-color: #111;
  color: #111;
}

.ssw-apparel-sheet {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #e6e8eb;
  border-bottom: 1px solid #e6e8eb;
  scrollbar-width: thin;
}

.ssw-apparel-table {
  width: max-content;
  min-width: 520px;
  border-collapse: collapse;
  color: #333238;
  font-size: 13px;
}

.ssw-apparel-table th,
.ssw-apparel-table td {
  min-width: 86px;
  padding: 12px 10px;
  border-right: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  text-align: center;
  white-space: nowrap;
}

.ssw-apparel-table th:first-child,
.ssw-apparel-table td:first-child,
.ssw-fit-table th:first-child,
.ssw-fit-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 82px;
  background: #fff;
  box-shadow: 1px 0 0 #eceff1;
}

.ssw-apparel-table th:last-child,
.ssw-apparel-table td:last-child {
  border-right: 0;
}

.ssw-apparel-table thead th {
  background: #fff;
  color: #17191c;
  font-weight: 900;
}

.ssw-apparel-table thead th:first-child {
  z-index: 3;
}

.ssw-apparel-table tbody th {
  color: #17191c;
  font-weight: 900;
}

.ssw-apparel-table .ssw-apparel-me-row th,
.ssw-apparel-table .ssw-apparel-me-row td {
  background: #fbfbfc;
  color: #6d7379;
  font-size: 12px;
}

.ssw-apparel-table .ssw-apparel-me-row th {
  background: #fbfbfc;
}

.ssw-standard-size {
  display: grid;
  gap: 12px;
  max-width: 100%;
  min-width: 0;
}

.ssw-standard-size[hidden],
.ssw-standard-size-panel[hidden],
[data-apparel-tab-panel][hidden] {
  display: none;
}

.ssw-standard-size-panel {
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}

.ssw-apparel-subtabs {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 0;
  -webkit-overflow-scrolling: touch;
}

.ssw-apparel-subtabs button {
  padding: 0;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #7c8288;
  background: transparent;
  font-size: 13px;
  line-height: 28px;
  font-weight: 800;
  white-space: nowrap;
  appearance: none;
}

.ssw-apparel-subtabs button.is-active {
  border-bottom-color: #111;
  color: #111;
}

.ssw-standard-size-table {
  width: max-content;
  min-width: 720px;
  table-layout: auto;
}

.ssw-standard-size-table th,
.ssw-standard-size-table td {
  min-width: 74px;
}

.ssw-standard-size-table th:first-child,
.ssw-standard-size-table td:first-child {
  min-width: 104px;
  max-width: 124px;
}

.ssw-standard-size .ssw-apparel-sheet {
  display: block;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
}

.ssw-standard-size-notes {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0 0 0 16px;
  color: #666f77;
  font-size: 12px;
  line-height: 1.55;
}

.ssw-fit-table {
  width: max-content;
  min-width: 620px;
  border-collapse: collapse;
  color: #333238;
  font-size: 12px;
}

.ssw-fit-table th,
.ssw-fit-table td {
  min-width: 92px;
  padding: 12px 10px;
  border-right: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  text-align: center;
  white-space: nowrap;
}

.ssw-fit-table th {
  min-width: 66px;
  color: #17191c;
  background: #fff;
  font-weight: 900;
  z-index: 2;
}

.ssw-fit-table td {
  color: #8a8f94;
}

.ssw-fit-table td.is-selected {
  color: #111;
  background: #eef4ff;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(36, 94, 255, 0.24);
}

.ssw-fit-table tr:last-child th,
.ssw-fit-table tr:last-child td,
.ssw-apparel-table tbody tr:last-child th,
.ssw-apparel-table tbody tr:last-child td {
  border-bottom: 0;
}

.ssw-product-review-widget {
  display: grid;
  gap: 14px;
}

.ssw-product-review-widget .ssw-review-list {
  gap: 14px;
}

.ssw-product-review-widget .ssw-review-card {
  gap: 14px;
  padding: 18px 16px 20px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-product-review-widget .ssw-review-card__meta {
  padding: 14px;
}

.ssw-product-review-widget__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ssw-product-review-widget__head h2 {
  margin: 0;
  color: #111;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

.ssw-product-review-widget__head h2 span {
  color: #111;
  font-size: 18px;
}

.ssw-product-review-widget__head p {
  margin: 6px 0 0;
  color: #7a8087;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-product-review-widget__head a,
.ssw-review-more {
  color: #555b62;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-review-empty {
  display: grid;
  gap: 8px;
  padding: 24px 16px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  color: #7a8087;
  text-align: center;
}

.ssw-review-empty b {
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.ssw-review-empty p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-review-write-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  align-items: center;
  padding: 13px 14px;
  border-radius: 6px;
  background: #f4f6ff;
}

.ssw-review-write-callout b,
.ssw-review-write-callout span {
  min-width: 0;
}

.ssw-review-write-callout b {
  color: #174be8;
  font-size: 13px;
  font-weight: 900;
}

.ssw-review-write-callout span {
  color: #68707a;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-review-write-callout a {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: #111;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-review-album {
  display: grid;
  gap: 8px;
}

.ssw-review-album h3 {
  margin: 0;
  color: #111317;
  font-size: 15px;
  font-weight: 950;
}

.ssw-review-photos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  overflow: hidden;
  border-radius: 6px;
}

.ssw-review-photos button,
.ssw-review-card__photos button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #f2f3f5;
  cursor: pointer;
}

.ssw-review-photos img,
.ssw-review-photos video,
.ssw-review-card__photos img,
.ssw-review-card__photos video {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f2f3f5;
}

.ssw-review-photos button span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 8px;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}

.ssw-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 240;
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  background: #000;
  color: #fff;
  touch-action: pan-y;
}

.ssw-review-lightbox[hidden] {
  display: none;
}

.ssw-review-lightbox button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.ssw-review-lightbox__close {
  position: absolute;
  top: max(16px, env(safe-area-inset-top));
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 34px;
  font-weight: 200;
  line-height: 1;
}

.ssw-review-lightbox__stage {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: calc(74px + env(safe-area-inset-top)) 0 calc(72px + env(safe-area-inset-bottom));
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.ssw-review-lightbox__stage:active {
  cursor: grabbing;
}

.ssw-review-lightbox__frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ssw-review-lightbox__image {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateX(0) translateY(-50%);
  user-select: none;
  -webkit-user-drag: none;
}

.ssw-review-lightbox__image--incoming {
  transform: translateX(100%) translateY(-50%);
}

.ssw-review-lightbox__count {
  position: absolute;
  left: 50%;
  bottom: calc(34px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.ssw-review-summary {
  display: grid;
  gap: 9px;
  padding: 16px;
  border-radius: 6px;
  background: #f7f7f8;
}

.ssw-review-summary > b {
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

.ssw-review-summary__row {
  display: grid;
  grid-template-columns: 72px minmax(74px, 1fr) minmax(80px, 44%) 38px;
  gap: 10px;
  align-items: center;
  color: #6a7178;
  font-size: 12px;
}

.ssw-review-summary__row strong {
  color: #111;
  font-weight: 900;
}

.ssw-review-summary__row i {
  display: block;
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #dfe2e6;
}

.ssw-review-summary__row em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #245eff;
}

.ssw-review-summary__row small {
  color: #5d646c;
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.ssw-review-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #eceff1;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ssw-review-filter::-webkit-scrollbar {
  display: none;
}

.ssw-review-filter button,
.ssw-review-filter select {
  flex: 0 0 auto;
  height: 34px;
  padding: 0 11px;
  border: 1px solid #dfe2e6;
  border-radius: 4px;
  color: #555b62;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ssw-review-filter button.is-active {
  border-color: #111;
  color: #111;
}

.ssw-review-filter button span {
  display: inline;
  margin-left: 5px;
  color: #858b92;
  font-size: 10px;
  line-height: 1;
  vertical-align: 1px;
}

.ssw-review-filter select {
  max-width: none;
}

.ssw-review-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 235;
}

.ssw-review-filter-modal[hidden],
.ssw-review-filter-panel {
  display: none;
}

.ssw-review-filter-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.ssw-review-filter-modal__panel {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(220px, 1fr) auto;
  width: min(100%, 430px);
  max-height: min(86vh, 660px);
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  background: #fff;
  color: #111;
  overflow: hidden;
}

.ssw-review-filter-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 16px;
}

.ssw-review-filter-modal__head b {
  font-size: 16px;
  font-weight: 950;
}

.ssw-review-filter-modal__head button {
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
}

.ssw-review-filter-modal__tabs {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 16px;
  border-bottom: 1px solid #e5e7eb;
  scrollbar-width: none;
}

.ssw-review-filter-modal__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-review-filter-modal__tabs button {
  position: relative;
  flex: 0 0 auto;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777f87;
  font-size: 14px;
  font-weight: 850;
}

.ssw-review-filter-modal__tabs button.is-active {
  color: #111;
}

.ssw-review-filter-modal__tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #111;
}

.ssw-review-filter-modal__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
  padding: 0 16px;
  background: #f6f6f7;
}

.ssw-review-filter-modal__selected > div {
  display: flex;
  flex: 1 1 auto;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.ssw-review-filter-modal__selected > div::-webkit-scrollbar {
  display: none;
}

.ssw-review-filter-modal__selected button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #747b83;
  font-size: 13px;
  font-weight: 750;
}

.ssw-review-filter-modal__body {
  overflow-y: auto;
  padding: 16px;
  overscroll-behavior: contain;
}

.ssw-review-filter-panel.is-active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 28px;
}

.ssw-review-filter-panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
  color: #1f2328;
  font-size: 14px;
  font-weight: 800;
}

.ssw-review-filter-panel input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #111;
}

.ssw-review-filter-panel p {
  grid-column: 1 / -1;
  margin: 0;
  color: #8a9097;
  font-size: 13px;
  font-weight: 750;
}

.ssw-review-filter-modal__foot {
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  border-top: 1px solid #eceff1;
}

.ssw-review-filter-modal__foot button {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.ssw-review-list {
  display: grid;
  gap: 0;
}

.ssw-review-card {
  display: grid;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #eceff1;
}

.ssw-review-card[hidden] {
  display: none !important;
}

.ssw-review-card__profile {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 34px;
}

.ssw-review-card__profile > div {
  flex: 1 1 auto;
  min-width: 0;
}

.ssw-review-card__profile > span {
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #8a9097;
  background: #f0f1f3;
  font-size: 13px;
  font-weight: 900;
}

.ssw-review-card__profile b,
.ssw-review-card__profile small,
.ssw-review-card__profile strong {
  display: block;
}

.ssw-review-card__author {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
}

.ssw-review-card__profile b {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.ssw-review-card__profile small {
  margin-top: 0;
  color: #8a9097;
  font-size: 12px;
}

.ssw-review-card__profile strong {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 0 0 auto;
  margin-top: 0;
  margin-left: auto;
  color: #ff9800;
  font-size: 13px;
  line-height: 1.2;
}

.ssw-review-stars {
  display: inline-flex;
  gap: 1px;
  color: #c8cdd2;
  letter-spacing: 0;
}

.ssw-review-stars span[data-filled="true"] {
  color: #ff9800;
}

.ssw-review-card__profile strong em {
  color: #111;
  font-style: normal;
}

.ssw-review-card__meta {
  display: grid;
  gap: 5px;
  max-width: 520px;
  margin: 0;
  padding: 12px;
  border-radius: 4px;
  background: #f7f7f8;
}

.ssw-review-card__meta div {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  min-width: 0;
}

.ssw-review-card__meta dt,
.ssw-review-card__meta dd {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-review-card__meta dt {
  color: #7d838a;
}

.ssw-review-card__meta dd {
  color: #111;
  font-weight: 700;
}

.ssw-review-card__photos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 90px));
  gap: 6px;
  max-width: 390px;
}

.ssw-review-card__photos img,
.ssw-review-card__photos video {
  border-radius: 4px;
}

.ssw-review-card__photos button {
  border-radius: 4px;
}

.ssw-review-card > p {
  margin: 0;
  color: #25282c;
  font-size: 14px;
  line-height: 1.58;
}

.ssw-review-card__actions {
  display: flex;
  gap: 8px;
}

.ssw-review-card__actions button {
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #dfe2e6;
  border-radius: 4px;
  color: #33383e;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ssw-review-more {
  display: block;
  padding: 13px;
  border: 1px solid #111;
  border-radius: 4px;
  color: #111;
  text-align: center;
}

@media (max-width: 520px) {
  .ssw-product-review-widget__head {
    align-items: flex-start;
  }

  .ssw-review-write-callout {
    grid-template-columns: 1fr;
  }

  .ssw-review-write-callout a {
    grid-row: auto;
    grid-column: auto;
  }

  .ssw-review-photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ssw-review-summary__row {
    grid-template-columns: 58px 1fr 86px 34px;
    gap: 7px;
  }

  .ssw-review-filter select {
    margin-left: 0;
  }

  .ssw-review-card__photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
}

.ssw-home-section .ssw-review-card {
  display: block;
  padding: 18px;
  border: 0;
  border-radius: 8px;
  background: #f8f9f9;
}

.ssw-home-section .ssw-review-card b {
  display: block;
  color: #2f2d33;
  font-size: 16px;
}

.ssw-home-section .ssw-review-card p {
  margin: 4px 0 0;
  color: #77717a;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-app-page.ssw-review-archive-page {
  --ssw-review-archive-header-h: 56px;
  background: #fff;
  padding-top: var(--ssw-review-archive-header-h);
  padding-bottom: 92px;
  scroll-padding-top: calc(var(--ssw-review-archive-header-h) + 12px);
}

.ssw-review-archive-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 120;
  width: min(100%, 720px);
  margin: 0 auto;
  transform: translateX(-50%);
  background: #fff;
  border-bottom: 1px solid #edf0f2;
}

.ssw-review-archive-page__inner {
  display: grid;
  gap: 14px;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 16px 16px 32px;
}

.ssw-review-archive-product {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  background: #fff;
}

.ssw-review-archive-product img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 3px;
}

.ssw-review-archive-product b,
.ssw-review-archive-product span {
  display: block;
  min-width: 0;
}

.ssw-review-archive-product b {
  overflow: hidden;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-review-archive-product span {
  margin-top: 3px;
  color: #777f87;
  font-size: 12px;
}

.ssw-review-archive-photos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ssw-review-archive-summary {
  margin-top: 0;
}

.ssw-review-archive-page .ssw-review-filter {
  padding: 2px 0 10px;
  border-bottom: 1px solid #eceff1;
}

.ssw-review-archive-page .ssw-review-list {
  gap: 14px;
}

.ssw-review-archive-page .ssw-review-card {
  gap: 14px;
  padding: 18px 16px 20px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-review-archive-page .ssw-review-card__meta {
  padding: 14px;
}

.ssw-review-archive-page .ssw-review-card > p {
  margin-top: 2px;
}

@media (max-width: 520px) {
  .ssw-review-archive-page__inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ssw-review-archive-photos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ssw-product-empty-detail {
  padding: 28px 12px;
  text-align: center;
}

.ssw-product-empty-detail b {
  display: block;
  font-size: 18px;
}

.ssw-product-empty-detail p,
.ssw-product-muted {
  color: #77717a;
}

.ssw-product-reviews article {
  padding: 14px 0;
  border-top: 1px solid #eee;
}

.ssw-product-reviews article b,
.ssw-product-reviews article p {
  display: block;
  margin: 0;
}

.ssw-product-reviews article p {
  margin-top: 6px;
  color: #5f5a63;
  line-height: 1.5;
}

.ssw-product-service details {
  border-top: 1px solid #eee;
}

.ssw-product-service summary {
  padding: 15px 0;
  color: #333238;
  font-weight: 800;
  cursor: pointer;
}

.ssw-product-service p {
  margin: 0 0 16px;
  color: #66616a;
  line-height: 1.55;
}

.ssw-product-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  max-width: 492px;
  margin: 0 auto;
  padding: 8px 16px calc(8px + env(safe-area-inset-bottom));
  border-top: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
}

.ssw-product-sticky-cta[data-stock-status="soldout"] {
  grid-template-columns: 56px minmax(0, 1fr) minmax(0, 1fr);
}

.ssw-product-sticky-cta a,
.ssw-product-sticky-cta button {
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid #e0e2e5;
  border-radius: 8px;
  background: #fff;
  color: #111317;
  font-weight: 900;
  cursor: pointer;
}

.ssw-product-sticky-cta button {
  border-color: #111317;
  background: #111317;
  color: #fff;
  font-size: 15px;
}

.ssw-product-sticky-cta[data-stock-status="soldout"] button {
  font-size: 14px;
}

.ssw-product-sticky-cta [data-restock-alert] {
  border-color: #111317;
  background: #fff;
  color: #111317;
}

.ssw-product-sticky-cta button:disabled,
.ssw-product-sticky-cta button[aria-disabled="true"] {
  border-color: #e1e4e8;
  background: #f1f3f5;
  color: #a3a9af;
  cursor: not-allowed;
}

.ssw-product-sticky-cta a[data-wishlist-toggle] {
  color: #111317;
  text-decoration: none;
}

.ssw-product-sticky-cta a[data-wishlist-toggle] span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
}

.ssw-product-sticky-cta a[data-wishlist-toggle] svg {
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.16s ease, transform 0.16s ease;
}

.ssw-product-sticky-cta a[data-wishlist-toggle][data-state="active"] {
  border-color: #111317;
  background: #fff;
  color: #f48a9d;
}

.ssw-product-sticky-cta a[data-wishlist-toggle][data-state="active"] svg {
  fill: currentColor;
  transform: scale(1.04);
}

#ch-plugin,
#ch-plugin-launcher,
#ch-plugin-script-iframe,
iframe[id*="ch-plugin"],
iframe[src*="channel.io"],
iframe[src*="channel.io"] + div {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html.ssw-channel-talk-visible #ch-plugin,
html.ssw-channel-talk-visible #ch-plugin-launcher,
html.ssw-channel-talk-visible #ch-plugin-script-iframe,
html.ssw-channel-talk-visible iframe[id*="ch-plugin"],
html.ssw-channel-talk-visible iframe[src*="channel.io"],
html.ssw-channel-talk-visible iframe[src*="channel.io"] + div {
  display: block !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.ssw-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 68;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 492px;
  min-height: 58px;
  margin: 0 auto;
  padding: 8px 6px calc(7px + env(safe-area-inset-bottom));
  border-top: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.ssw-bottom-nav a {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  color: #191b1f;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.ssw-bottom-nav span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 24px;
  line-height: 1;
}

.ssw-bottom-nav svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-bottom-nav b {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-bottom-nav a.is-active span,
.ssw-bottom-nav a.is-active b {
  color: #000;
  font-weight: 950;
}

.ssw-bottom-nav a.is-active svg {
  stroke-width: 2.25;
}

body.search .app-header,
body.search .top-tabs {
  display: none;
}

body.post-type-archive-product .ssw-shop-page__head,
body.tax-product_cat .ssw-shop-page__head,
body.tax-product_tag .ssw-shop-page__head,
.ss-app-content .ssw-shop-page__head {
  display: none;
}

.ssw-shop-page {
  min-height: 100vh;
  padding: 0 0 92px;
  background: #fff;
}

.ssw-shop-page__head {
  position: sticky;
  top: 0;
  z-index: 24;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #edf0f2;
  background: rgba(255, 255, 255, 0.98);
}

.ssw-shop-page__head h1 {
  margin: 0;
  color: #202124;
  font-size: 18px;
  font-weight: 950;
}

.ssw-shop-page__head div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ssw-shop-page__head a {
  color: #111;
  line-height: 1;
  text-decoration: none;
}

.ssw-shop-head-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
}

.ssw-shop-head-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-shop-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 12px 18px 18px;
  padding: 4px;
  border-radius: 999px;
  background: #f1f3f4;
}

.ssw-shop-tabs a {
  display: grid;
  place-items: center;
  min-height: 36px;
  border-radius: 999px;
  color: #818991;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ssw-shop-tabs a.is-active {
  background: #111;
  color: #fff;
}

.ssw-category-browser {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: calc(100svh - 56px - 58px);
  min-height: 0;
  background: #fff;
  border-bottom: 0;
  overscroll-behavior: none;
}

.ssw-category-browser__departments {
  position: relative;
  top: auto;
  z-index: 18;
  display: flex;
  gap: 0;
  overflow: hidden;
  margin: 10px 18px 12px;
  padding: 4px;
  border-radius: 999px;
  background: #f4f5f6;
  border-bottom: 0;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.ssw-category-browser__departments::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 0;
  width: calc((100% - 8px) / var(--ssw-category-count, 4));
  height: calc(100% - 8px);
  border-radius: 999px;
  background: #111;
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.12);
  transform: translateX(calc(var(--ssw-category-active-index, 0) * 100%));
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ssw-category-browser__departments::-webkit-scrollbar {
  display: none;
}

.ssw-category-browser__departments button {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  min-width: 0;
  height: 36px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #7d858d;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: color 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.ssw-category-browser__departments button.is-active {
  color: #fff;
}

.ssw-category-browser__body {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  min-height: 0;
  overflow: hidden;
}

.ssw-category-browser__rail {
  display: block;
  overflow-y: auto;
  min-height: 0;
  max-height: none;
  background: #f5f6f7;
  scrollbar-width: none;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ssw-category-browser__rail[hidden],
.ssw-category-browser__panel[hidden] {
  display: none !important;
}

.ssw-category-browser__rail::-webkit-scrollbar {
  display: none;
}

.ssw-category-browser__rail a {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0 14px;
  color: #4f555b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.ssw-category-browser__rail a.is-active {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #111;
  font-weight: 900;
}

.ssw-category-browser__content {
  overflow-y: auto;
  min-height: 0;
  max-height: none;
  padding: 0 18px 28px;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.ssw-category-browser__panel {
  min-height: 100%;
}

.ssw-category-browser__content section {
  scroll-margin-top: 14px;
}

.ssw-category-browser__content article {
  padding: 20px 0;
  border-bottom: 1px solid #eceff1;
}

.ssw-category-browser__content header,
.ssw-category-browser__group-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: inherit;
  text-decoration: none;
}

.ssw-category-browser__content header span,
.ssw-category-browser__group-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #f2f4f5;
  color: #777;
  font-weight: 950;
}

.ssw-category-browser__group-icon {
  flex: 0 0 34px;
  overflow: hidden;
}

.ssw-category-browser__group-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-category-browser__content header b,
.ssw-category-browser__group-link b {
  flex: 1 1 auto;
  color: #151719;
  font-size: 17px;
  font-weight: 950;
  min-width: 0;
}

.ssw-category-browser__group-link b {
  flex: 0 1 auto;
}

.ssw-category-browser__content header em,
.ssw-category-browser__group-link em {
  color: #a6adb4;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.ssw-category-browser__group-link i {
  flex: 0 0 auto;
  margin-left: -6px;
  color: #a5adb4;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.ssw-category-browser__content article div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

.ssw-category-browser__content article a {
  display: grid;
  gap: 0;
  min-width: 0;
  color: #25282c;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.ssw-category-browser__content article a span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-category-browser__content article a small {
  display: none;
  color: #a7adb4;
  font-size: 11px;
  font-weight: 800;
}

.ssw-category-browser__content article .ssw-category-browser__group-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: inherit;
  font-size: inherit;
  line-height: 1;
}

.ssw-category-browser__content article .ssw-category-browser__group-link span {
  overflow: hidden;
}

.ssw-category-landing {
  display: grid;
  gap: 14px;
  padding: 16px 14px 0;
  background: #fff;
}

.ssw-category-landing__hero {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 8px;
  background: #111;
  color: #fff;
}

.ssw-category-landing__hero span {
  color: #f48a9d;
  font-size: 12px;
  font-weight: 950;
}

.ssw-category-landing__hero h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-category-landing__hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.ssw-category-landing__hero small {
  justify-self: start;
  margin-top: 4px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ssw-category-landing__quick {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.ssw-category-landing__quick::-webkit-scrollbar {
  display: none;
}

.ssw-category-landing__quick a,
.ssw-category-landing__children a {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 13px;
  background: #f4f5f6;
  color: #17191c;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-category-landing__children {
  padding: 14px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-category-landing__children h3 {
  margin: 0 0 10px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-category-landing__children div {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.ssw-category-landing__children div::-webkit-scrollbar {
  display: none;
}

.ssw-category-landing__children a {
  background: #fff;
}

.ssw-shop-page__products {
  padding: 0 12px;
}

.ssw-shop-page__products .ssw-section-head span {
  color: #a1a7ad;
  font-size: 13px;
  font-weight: 800;
}

.ssw-product-filterbar {
  display: grid;
  gap: 12px;
  margin: 0 -12px 14px;
  padding: 0 12px 12px;
  background: #fff;
}

.ssw-product-filterbar__tabs {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.ssw-product-filterbar__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-product-filterbar__tabs a {
  flex: 0 0 auto;
  color: #8a9097;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-product-filterbar__tabs a.is-active {
  color: #111;
  font-weight: 950;
}

.ssw-product-filterbar__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ssw-product-filterbar__tools button {
  appearance: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.ssw-product-filterbar__checks {
  display: flex;
  gap: 12px;
  min-width: 0;
}

.ssw-product-filterbar__checks a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #33383d;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-product-filterbar__checks span {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #aeb5bc;
  border-radius: 4px;
  background: #fff;
}

.ssw-product-filterbar__checks a.is-active span {
  border-color: #111;
  background: #111;
  box-shadow: inset 0 0 0 4px #fff;
}

.ssw-product-filterbar__sort-trigger {
  flex: 0 0 auto;
  color: #33383d;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-product-filter-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
}

.ssw-product-filter-modal[hidden],
.ssw-product-filter-panel {
  display: none;
}

.ssw-product-filter-modal__shade {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.52);
}

.ssw-product-filter-modal__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-rows: auto auto auto minmax(220px, 1fr) auto;
  width: min(100vw, 492px);
  max-height: 78vh;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
  background: #fff;
  transform: translateX(-50%);
}

.ssw-product-filter-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  padding: 0 16px;
}

.ssw-product-filter-modal__head b {
  color: #111;
  font-size: 15px;
  font-weight: 950;
}

.ssw-product-filter-modal__head button {
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #333;
  font-size: 26px;
  line-height: 1;
}

.ssw-product-filter-modal__tabs {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 0 16px;
  border-bottom: 1px solid #edf0f2;
  scrollbar-width: none;
}

.ssw-product-filter-modal__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-product-filter-modal__tabs button {
  position: relative;
  flex: 0 0 auto;
  height: 40px;
  border: 0;
  background: transparent;
  color: #777f87;
  font-size: 13px;
  font-weight: 850;
}

.ssw-product-filter-modal__tabs button.is-active {
  color: #111;
  font-weight: 950;
}

.ssw-product-filter-modal__tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #111;
}

.ssw-product-filter-modal__selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 6px 16px;
  background: #f8f9fa;
}

.ssw-product-filter-modal__selected > div {
  display: flex;
  gap: 6px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.ssw-product-filter-modal__selected > div::-webkit-scrollbar {
  display: none;
}

.ssw-product-filter-modal__selected button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #6e757c;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

.ssw-product-filter-modal__body {
  overflow-y: auto;
  padding: 12px 16px 24px;
}

.ssw-product-filter-panel.is-active {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 20px;
}

.ssw-product-filter-panel label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: #191c20;
  font-size: 13px;
  font-weight: 800;
}

.ssw-product-filter-panel input {
  width: 17px;
  height: 17px;
  accent-color: #111;
}

.ssw-product-filter-modal__foot {
  padding: 12px 16px 16px;
  border-top: 1px solid #eef0f2;
}

.ssw-product-filter-modal__foot button {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 5px;
  background: #050607;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.ssw-toast {
  position: fixed;
  left: 50%;
  bottom: 92px;
  z-index: 220;
  max-width: min(320px, calc(100vw - 48px));
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 19, 22, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.3;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.ssw-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.ssw-sort-sheet {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
}

.ssw-sort-sheet:target {
  display: block;
}

.ssw-sort-sheet__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.ssw-sort-sheet__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: grid;
  width: min(600px, 100vw);
  max-height: 78vh;
  overflow-y: auto;
  padding: 12px 16px 22px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  transform: translateX(-50%);
}

.ssw-sort-sheet__handle {
  justify-self: center;
  width: 42px;
  height: 4px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #d7dbe0;
}

.ssw-sort-sheet__panel > a:not(.ssw-sort-sheet__handle) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #eef0f2;
  color: #17191c;
  text-decoration: none;
}

.ssw-sort-sheet__panel span {
  display: grid;
  gap: 3px;
}

.ssw-sort-sheet__panel b {
  font-size: 14px;
  font-weight: 950;
}

.ssw-sort-sheet__panel small {
  color: #9aa1a8;
  font-size: 11px;
}

.ssw-sort-sheet__panel em {
  color: #111;
  font-style: normal;
  font-size: 17px;
  font-weight: 950;
  text-align: right;
}

.ssw-shop-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 8px;
}

.ssw-shop-product-grid__item {
  min-width: 0;
}

.ssw-shop-product-grid__more {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 42px;
  margin: 4px 0 2px;
  border: 1px solid #dde2e7;
  border-radius: 8px;
  background: #fff;
  color: #111317;
  font-size: 14px;
  font-weight: 800;
}

.ssw-brand-page {
  max-width: 492px;
  margin: 0 auto;
  padding-bottom: 96px;
}

.ssw-brand-page__intro,
.ssw-brand-page__hero {
  padding: 22px 18px 18px;
  border-bottom: 10px solid #f6f6f6;
  background: #fff;
}

.ssw-brand-page__intro h2,
.ssw-brand-page__hero h2 {
  margin: 0;
  color: #111317;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.25;
}

.ssw-brand-page__intro p,
.ssw-brand-page__hero p {
  margin: 8px 0 0;
  color: #7d858e;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.ssw-brand-page__hero span {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin-bottom: 8px;
  padding: 0 10px;
  border-radius: 999px;
  background: #111317;
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.ssw-brand-page__list {
  display: grid;
  gap: 0;
  padding: 8px 18px 22px;
  background: #fff;
}

.ssw-brand-page__list a {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 78px;
  border-bottom: 1px solid #edf0f2;
  color: #111317;
  text-decoration: none;
}

.ssw-brand-page__list img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: #f4f5f6;
  object-fit: cover;
}

.ssw-brand-page__list span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ssw-brand-page__list b {
  overflow: hidden;
  color: #111317;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-brand-page__list em {
  color: #99a0a8;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.ssw-brand-page__list i {
  color: #a5abb2;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}

.ssw-brand-page__products {
  padding: 18px 18px 24px;
}

.ssw-shop-card {
  position: relative;
  display: grid;
  min-width: 0;
  color: #17191c;
  text-decoration: none;
}

.ssw-shop-card__media {
  position: relative;
  overflow: hidden;
  background: #f3f4f5;
}

.ssw-shop-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.35;
  object-fit: cover;
  background: #f3f4f5;
}

.ssw-shop-card[data-stock-status="soldout"] img {
  filter: grayscale(0.18);
  opacity: 0.56;
}

.ssw-shop-card__heart {
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 10px rgba(15, 18, 22, 0.12);
  cursor: pointer;
}

.ssw-shop-card__heart span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.ssw-shop-card__heart svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #111;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-shop-card__heart[data-state="active"] svg {
  fill: #ff62c7;
  stroke: #ff62c7;
}

.ssw-shop-card__flag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 6px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.1;
}

.ssw-shop-card__flag--fast {
  left: auto;
  right: 0;
  background: rgba(37, 51, 255, 0.86);
}

.ssw-shop-card__soldout {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  min-width: 0;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(17, 19, 23, 0.82);
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  transform: none;
}

.ssw-shop-card small {
  margin-top: 9px;
  overflow: hidden;
  color: #17191c;
  font-size: 12px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-shop-card b {
  display: -webkit-box;
  min-height: 34px;
  margin-top: 5px;
  overflow: hidden;
  color: #3f4449;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-shop-card em {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  min-width: 0;
  overflow: hidden;
  color: #a8b0b8;
  font-style: normal;
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-shop-card em span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ssw-shop-card__meta-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin-top: 5px;
}

.ssw-shop-card__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 5px;
  flex: 0 0 auto;
  margin-top: 0;
  padding-right: 6px;
  color: #111;
  line-height: 1.15;
  text-align: right;
}

.ssw-shop-card__price del,
.ssw-shop-card__price span {
  font-size: 12px;
  font-weight: 900;
}

.ssw-shop-card__price del {
  color: #9da4ab;
  text-decoration-thickness: 1px;
}

.ssw-shop-card__price del .woocommerce-Price-currencySymbol {
  color: inherit;
}

.ssw-shop-card__price span {
  color: #ff5a1f;
}

.ssw-shop-card__price ins {
  color: #111;
  font-size: 16px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-shop-card__price .woocommerce-Price-amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.ssw-shop-empty {
  grid-column: 1 / -1;
  display: grid;
  align-content: center;
  place-items: center;
  min-height: 220px;
  text-align: center;
}

body.post-type-archive-product .ssw-shop-empty,
body.tax-product_cat .ssw-shop-empty,
body.tax-product_tag .ssw-shop-empty {
  min-height: calc(100svh - 250px);
  padding-bottom: 76px;
}

.ssw-shop-empty b {
  font-size: 18px;
}

.ssw-shop-empty p {
  margin: 8px 0 0;
  color: #8a9097;
  font-size: 14px;
}

.ssw-shop-empty a {
  display: grid;
  place-items: center;
  min-width: 130px;
  min-height: 42px;
  margin-top: 18px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-shop-empty__suggestions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ssw-shop-empty__suggestions a {
  min-width: 0;
  min-height: 32px;
  margin: 0;
  padding: 0 12px;
  border-radius: 999px;
  background: #f4f5f6;
  color: #17191c;
  font-size: 12px;
}

.ssw-search-hub {
  padding: 56px 18px 72px;
  background: #fff;
}

.ssw-search-hub--results {
  padding-bottom: 0;
}

.ssw-search-hub form {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 25;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 30px 30px;
  gap: 3px;
  align-items: center;
  width: min(492px, 100vw);
  min-height: 56px;
  margin: 0;
  padding: 0 12px;
  border-bottom: 0;
  background: #fff;
  transform: translateX(-50%);
}

.ssw-search-hub form:has(.ssw-search-hub__clear[hidden]) {
  grid-template-columns: 34px minmax(0, 1fr) 30px;
}

.ssw-search-hub form a,
.ssw-search-hub form button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111;
  line-height: 1;
  text-align: center;
}

.ssw-search-hub form svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-search-hub__clear[hidden] {
  display: none;
}

.ssw-search-hub__clear {
  color: #69717a;
}

.ssw-search-hub__clear svg {
  width: 18px;
  height: 18px;
  stroke: #8a929a;
  stroke-width: 2.2;
}

.ssw-search-hub input[type="search"] {
  width: 100%;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f3f5f6;
  padding: 0 14px;
  color: #17191c;
  font-size: 14px;
}

.ssw-search-hub__rank {
  padding-top: 10px;
}

.ssw-search-hub__suggestions {
  position: fixed;
  top: 56px;
  bottom: 40px;
  left: 50%;
  z-index: 24;
  overflow-y: auto;
  width: min(492px, 100vw);
  padding: 4px 18px 24px;
  background: #fff;
  transform: translateX(-50%);
  -webkit-overflow-scrolling: touch;
}

.ssw-search-hub__suggestions[hidden] {
  display: none;
}

.ssw-search-hub__suggestions a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #eef0f2;
  color: #17191c;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-search-hub__suggestions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #a7afb7;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-search-hub__suggestions mark {
  background: transparent;
  color: #ff55b1;
}

.ssw-search-hub[data-searching] > :not(form):not(.ssw-search-hub__suggestions) {
  display: none;
}

.ssw-search-hub__history {
  padding-top: 4px;
  padding-bottom: 18px;
  border-bottom: 8px solid #f6f7f8;
}

.ssw-search-hub__history[hidden],
.ssw-search-hub__recent[hidden] {
  display: none;
}

.ssw-search-hub__history header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ssw-search-hub__history h2 {
  margin: 0;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-search-hub__history header button {
  border: 0;
  background: transparent;
  color: #777f87;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
}

.ssw-search-hub__history div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ssw-search-hub__history a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #e6e9ed;
  border-radius: 999px;
  color: #17191c;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-search-hub__history a button {
  border: 0;
  background: transparent;
  color: #9aa2aa;
  font: inherit;
  font-size: 15px;
  line-height: 1;
}

.ssw-search-hub__hero span,
.ssw-search-hub__results span {
  color: #f48a9d;
  font-size: 12px;
  font-weight: 950;
}

.ssw-search-hub__hero h2,
.ssw-search-hub__results h2 {
  margin: 0;
  color: #17191c;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 950;
}

.ssw-search-hub__hero p {
  margin: 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-search-hub__chips h2,
.ssw-search-hub__rank h2,
.ssw-search-hub__recent h2,
.ssw-search-hub__recommend h2 {
  margin: 0 0 14px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-search-hub__rank header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ssw-search-hub__rank header h2 {
  margin: 0;
}

.ssw-search-hub__rank header span {
  color: #b2b8bf;
  font-size: 12px;
  font-weight: 850;
}

.ssw-search-hub__chips div {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  margin: 0 -18px;
  padding: 0 18px 7px;
  scrollbar-width: none;
}

.ssw-search-hub__chips div::-webkit-scrollbar {
  display: none;
}

.ssw-search-hub__chips a {
  display: grid;
  justify-items: center;
  gap: 8px;
  flex: 0 0 56px;
  width: 56px;
  color: #17191c;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.ssw-search-hub__chips a span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #f7e9ee;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-search-hub__chips a b {
  font-size: 12px;
  font-weight: 850;
}

.ssw-search-hub__rank ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssw-search-hub__rank li {
  border-bottom: 0;
}

.ssw-search-hub__rank a {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  min-height: 36px;
  color: #17191c;
  font-size: 14px;
  text-decoration: none;
}

.ssw-search-hub__rank span {
  font-weight: 950;
}

.ssw-search-hub__rank b {
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-search-hub__rank em {
  color: #c3c8ce;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
}

.ssw-search-hub__rank em[data-trend="up"] {
  color: #ff3f55;
}

.ssw-search-hub__rank em[data-trend="down"] {
  color: #2f6cff;
}

.ssw-search-hub__guide,
.ssw-search-hub__results {
  margin-top: 24px;
  padding: 16px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-search-hub__guide b {
  display: block;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-search-hub__guide p {
  margin: 7px 0 0;
  color: #666f77;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-search-hub__results {
  display: grid;
  gap: 10px;
}

.ssw-search-hub__results div {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}

.ssw-search-hub__results div::-webkit-scrollbar {
  display: none;
}

.ssw-search-hub__results a {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #17191c;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-search-hub__recent {
  padding-top: 30px;
}

.ssw-search-hub__recommend {
  padding-top: 28px;
}

.ssw-search-recommend-grid {
  gap: 28px 8px;
}

.ssw-search-recommend-item {
  min-width: 0;
}

.ssw-search-recommend-item[hidden] {
  display: none;
}

.ssw-search-recommend-more {
  display: block;
  width: calc(100% - 36px);
  min-height: 44px;
  margin: 26px auto 0;
  border: 1px solid #e1e5e8;
  border-radius: 999px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 900;
}

.ssw-search-recommend-more[hidden] {
  display: none;
}

.ssw-search-recent-grid {
  display: grid;
  grid-auto-columns: 132px;
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  margin: 0 -18px;
  padding: 0 18px 8px;
  scrollbar-width: none;
}

.ssw-search-recent-grid::-webkit-scrollbar {
  display: none;
}

.ssw-search-recent-grid .ssw-shop-card {
  min-width: 0;
}

.ssw-search-recent-grid .ssw-shop-card__media {
  aspect-ratio: 1 / 1.18;
}

body.woocommerce-cart .app-header,
body.woocommerce-cart .top-tabs,
body.woocommerce-account .app-header,
body.woocommerce-account .top-tabs,
body.woocommerce-checkout .app-header,
body.woocommerce-checkout .top-tabs,
body.page-wishlist .app-header,
body.page-wishlist .top-tabs,
body:has(.ssw-category-page) .app-header,
body:has(.ssw-category-page) .top-tabs {
  display: none;
}

html:has(.ssw-category-page),
body.page-category,
body:has(.ssw-category-page) {
  height: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.ssw-app-page {
  min-height: 100vh;
  padding: 0 0 92px;
  background: #fff;
}

.ssw-category-page {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 492px;
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  padding-bottom: 0;
  transform: translateX(-50%);
  overscroll-behavior: none;
}

.ssw-category-page .ssw-app-page__head {
  position: relative;
  top: auto;
}

@media (max-width: 520px) {
  .ssw-category-page {
    right: 0;
    left: 0;
    max-width: none;
    transform: none;
  }
}

.ssw-app-page__head {
  position: sticky;
  top: 0;
  z-index: 28;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 76px;
  align-items: center;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #edf0f2;
  background: rgba(255, 255, 255, 0.98);
}

.ssw-app-page__head--no-actions {
  grid-template-columns: 58px minmax(0, 1fr) 58px;
}

.ssw-app-page__head h1 {
  margin: 0;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
  text-align: center;
}

.ssw-app-page__head a {
  color: #111;
  line-height: 1;
  text-decoration: none;
}

.ssw-app-page__head > a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 44px;
}

.ssw-app-page__head > a svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-app-page__head div {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.ssw-app-page__head div a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
}

.ssw-app-page__head div svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html:has(.ssw-my-page--guest),
body:has(.ssw-my-page--guest) {
  height: auto;
  overflow: auto;
  overscroll-behavior: auto;
}

.ssw-my-page--guest {
  display: block;
  width: 100%;
  min-height: 100svh;
  overflow: visible;
  padding-bottom: 84px;
}

.ssw-my-page--guest .ssw-app-page__head {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
}

.ssw-my-page--guest .ssw-auth-panel {
  min-height: 0;
  margin-bottom: 0;
  overflow: visible;
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: auto;
}

.ssw-my-page--guest .ssw-auth-panel:has(#ssw-auth-login:checked),
.ssw-my-page--guest .ssw-auth-panel:has(#ssw-auth-guest:checked) {
  overflow: visible;
  touch-action: auto;
  overscroll-behavior: auto;
}

.ssw-empty-state {
  display: grid;
  justify-items: center;
  padding: 92px 28px 84px;
  text-align: center;
}

.ssw-empty-state__art {
  position: relative;
  width: 190px;
  height: 132px;
  margin-bottom: 28px;
}

.ssw-empty-state__art span {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #f2f3f4, #dedfe1);
  box-shadow: 0 16px 30px rgba(30, 32, 36, 0.1);
}

.ssw-empty-state__art b {
  position: absolute;
  right: -20px;
  bottom: -18px;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  color: #ff62c7;
  font-size: 34px;
  box-shadow: 0 12px 26px rgba(25, 28, 32, 0.16);
}

.ssw-empty-state__art--heart b svg {
  width: 31px;
  height: 31px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.ssw-empty-state__art--cart b {
  color: #111317;
}

.ssw-empty-state__art--cart b svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.ssw-empty-state h2 {
  margin: 0;
  color: #17191c;
  font-size: 20px;
  font-weight: 950;
}

.ssw-empty-state p {
  margin: 10px 0 0;
  color: #8a9097;
  font-size: 14px;
  line-height: 1.45;
}

.ssw-empty-state > a {
  display: grid;
  place-items: center;
  min-width: 128px;
  min-height: 44px;
  margin-top: 24px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-empty-state--guest-wishlist {
  padding: 98px 28px 124px;
}

.ssw-empty-state__benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-top: 16px;
}

.ssw-empty-state__benefits span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #68707b;
  font-size: 12px;
  font-weight: 850;
}

.ssw-empty-state__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 304px);
  margin-top: 26px;
}

.ssw-empty-state__actions a {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid #111317;
  border-radius: 999px;
  background: #111317;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-empty-state__actions a + a {
  border-color: #d9dde3;
  background: #fff;
  color: #15181d;
}

.ssw-wishlist-recommend {
  padding-top: 22px;
}

.ssw-empty-state > a.ssw-empty-state__sub-link {
  min-width: auto;
  min-height: 24px;
  margin-top: 14px;
  border-radius: 0;
  background: transparent;
  color: #7a828d;
  font-size: 13px;
  font-weight: 850;
}

.ssw-app-section {
  padding: 0 14px 30px;
}

.ssw-wishlist-saved,
.ssw-recent-products {
  padding-top: 18px;
  border-top: 8px solid #f4f5f6;
}

.ssw-wishlist-saved .ssw-section-head,
.ssw-recent-products .ssw-section-head {
  justify-content: flex-start;
  gap: 6px;
}

.ssw-wishlist-saved .ssw-section-head span,
.ssw-recent-products .ssw-section-head span {
  color: #4b5158;
  font-size: 15px;
  font-weight: 850;
}

body.page-wishlist .ssw-wishlist-page {
  padding-top: 56px;
}

body.page-wishlist .ssw-wishlist-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 92;
  width: min(100vw, 492px);
  transform: translateX(-50%);
  background: #fff;
}

body.page-wishlist .ssw-wishlist-page .ssw-app-page__head h1 {
  justify-self: center;
}

body.page-wishlist .ssw-wishlist-page .ssw-app-page__head div {
  display: none;
}

.ssw-state-product-grid {
  padding-top: 0;
}

.ssw-cart-page {
  padding-top: 56px;
  padding-bottom: 206px;
}

.ssw-cart-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 140;
  width: min(100vw, 492px);
  transform: translateX(-50%);
  background: #fff;
}

.ssw-cart-list {
  display: grid;
  gap: 0;
  padding: 16px 14px 0;
}

.ssw-cart-checkout-form {
  margin: 0;
  padding-bottom: 206px;
}

.ssw-cart-select-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 14px 0;
  padding: 12px 0 8px;
}

.ssw-cart-select-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #17191c;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.ssw-cart-select-row__remove {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #7d858d;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.ssw-cart-select-row__remove:disabled {
  color: #c2c8ce;
  cursor: not-allowed;
}

.ssw-cart-select-row input,
.ssw-cart-item__check input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.ssw-cart-select-row span,
.ssw-cart-item__check span {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 19px;
  height: 19px;
  border: 1px solid #cfd4da;
  border-radius: 3px;
  background: #fff;
}

.ssw-cart-select-row span::after,
.ssw-cart-item__check span::after {
  width: 7px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  opacity: 0;
  transform: translateY(-1px) rotate(-45deg);
}

.ssw-cart-select-row input:checked + span,
.ssw-cart-select-row input:indeterminate + span,
.ssw-cart-item__check input:checked + span {
  border-color: #111;
  background: #111;
}

.ssw-cart-select-row input:disabled + span,
.ssw-cart-item__check input:disabled + span {
  border-color: #d7dce1;
  background: #eef1f4;
  box-shadow: none;
}

.ssw-cart-select-row input:checked + span::after,
.ssw-cart-item__check input:checked + span::after {
  opacity: 1;
}

.ssw-cart-select-row input:indeterminate + span::after {
  width: 9px;
  height: 0;
  border-bottom: 2px solid #fff;
  border-left: 0;
  opacity: 1;
  transform: none;
}

.ssw-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) 28px;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #eef0f2;
}

.ssw-cart-item--selectable {
  grid-template-columns: 86px minmax(0, 1fr) 28px;
  gap: 12px;
}

.ssw-cart-item[data-selected="false"] {
  opacity: 0.48;
}

.ssw-cart-item[data-stock-status="soldout"] {
  opacity: 0.56;
}

.ssw-cart-item[data-stock-status="soldout"] .ssw-cart-item__media img {
  filter: grayscale(0.18);
}

.ssw-cart-item__media {
  position: relative;
  width: 86px;
  height: 86px;
}

.ssw-cart-item__media a {
  display: block;
}

.ssw-cart-item__media img {
  display: block;
  width: 86px;
  height: 86px;
  object-fit: cover;
  background: #f3f4f5;
}

.ssw-cart-item__check {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.ssw-cart-item__check span {
  width: 20px;
  height: 20px;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.ssw-cart-shipping-progress {
  margin: 2px 14px 0;
  padding: 14px 0 8px;
  border-top: 1px solid #f0f2f4;
}

.ssw-cart-shipping-progress p {
  margin: 8px 0 0;
  color: #17191c;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
}

.ssw-cart-shipping-progress div {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: #eceff2;
}

.ssw-cart-shipping-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #39b500;
  transition: width 1040ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: width;
}

.ssw-cart-shipping-progress[data-free="true"] span {
  background: #39b500;
}

.ssw-cart-item__body {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 86px;
}

.ssw-cart-item__title {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-cart-item__meta {
  display: block;
  margin-top: 8px;
  color: #8a9097;
  font-size: 12px;
}

.ssw-cart-item__option-edit {
  justify-self: start;
  margin-top: 8px;
  padding: 5px 10px;
  border: 1px solid #dfe3e7;
  border-radius: 999px;
  background: #fff;
  color: #34383d;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  cursor: pointer;
}

.ssw-cart-item__soldout {
  justify-self: start;
  margin-top: 6px;
  padding: 3px 7px;
  border-radius: 999px;
  background: #f0f2f4;
  color: #707780;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
}

.ssw-cart-item__option-edit:disabled,
.ssw-cart-item__qty button:disabled {
  color: #aeb5bc;
  cursor: not-allowed;
}

.ssw-cart-item__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.ssw-cart-item__qty {
  display: grid;
  grid-template-columns: 28px 34px 28px;
  height: 28px;
  border: 1px solid #dde1e5;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.ssw-cart-item__qty button,
.ssw-cart-item__qty span {
  display: grid;
  place-items: center;
  min-width: 0;
  border: 0;
  border-right: 1px solid #dde1e5;
  background: #fff;
  color: #17191c;
  font-size: 13px;
  line-height: 1;
}

.ssw-cart-item__qty button:last-child {
  border-right: 0;
}

.ssw-cart-item__qty button {
  color: #69717a;
  font-size: 17px;
  cursor: pointer;
}

.ssw-cart-item[data-updating="true"] .ssw-cart-item__qty {
  opacity: 0.56;
}

.ssw-cart-item__price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  text-align: right;
  white-space: nowrap;
}

.ssw-cart-item__price del,
.ssw-cart-item__price del .woocommerce-Price-amount {
  color: #a5abb2;
  font-size: 12px;
  font-weight: 800;
}

.ssw-cart-item__price strong,
.ssw-cart-item__price strong .woocommerce-Price-amount {
  color: #111;
  font-size: 15px;
  font-weight: 950;
}

.ssw-cart-item__remove {
  align-self: start;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #7d858d;
  font-size: 20px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.ssw-cart-delete-confirm {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  place-items: center;
  padding: 24px;
}

.ssw-cart-delete-confirm__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.ssw-cart-delete-confirm__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  width: min(300px, calc(100vw - 48px));
  padding: 24px 20px 18px;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
}

.ssw-cart-delete-confirm__panel strong {
  color: #15181c;
  font-size: 17px;
  font-weight: 900;
}

.ssw-cart-delete-confirm__panel div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ssw-cart-delete-confirm__panel button {
  height: 42px;
  border: 1px solid #dde1e5;
  border-radius: 8px;
  background: #fff;
  color: #34383d;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.ssw-cart-delete-confirm__panel button:last-child {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-cart-delete-confirm__panel button:disabled {
  opacity: 0.58;
  cursor: wait;
}

.ssw-cart-option-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
}

.ssw-cart-option-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
}

.ssw-cart-option-modal__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 430px;
  max-height: min(78vh, 620px);
  margin: 0 auto;
  padding: 12px 16px 18px;
  overflow-y: auto;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -16px 34px rgba(0, 0, 0, 0.16);
}

.ssw-cart-option-modal__handle {
  display: block;
  width: 40px;
  height: 4px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #d8dce0;
}

.ssw-cart-option-modal__panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.ssw-cart-option-modal__panel header strong {
  color: #111;
  font-size: 17px;
  font-weight: 950;
}

.ssw-cart-option-modal__panel header button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f5;
  color: #3d4248;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.ssw-cart-option-modal__panel > p {
  margin: 0 0 14px;
  color: #737b84;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-cart-option-modal__groups {
  display: grid;
  gap: 8px;
}

.ssw-cart-option-group {
  overflow: hidden;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  background: #fff;
}

.ssw-cart-option-group[data-disabled="true"] {
  opacity: 0.52;
}

.ssw-cart-option-group__trigger {
  display: grid;
  grid-template-columns: 1fr auto 18px;
  align-items: center;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  background: #fff;
  color: #15181c;
  text-align: left;
  cursor: pointer;
}

.ssw-cart-option-group__trigger span {
  color: #9aa1a9;
  font-size: 13px;
  font-weight: 750;
}

.ssw-cart-option-group__trigger b {
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.ssw-cart-option-group__trigger svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ssw-cart-option-group__list {
  border-top: 1px solid #eef0f2;
}

.ssw-cart-option-group__list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid #eef0f2;
  background: #fff;
  color: #15181c;
  text-align: left;
  cursor: pointer;
}

.ssw-cart-option-group__list button:last-child {
  border-bottom: 0;
}

.ssw-cart-option-group__list button[aria-pressed="true"] {
  background: #f7f8f9;
}

.ssw-cart-option-group__list strong {
  font-size: 14px;
  font-weight: 850;
}

.ssw-cart-option-modal__save {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
}

.ssw-cart-option-modal__save:disabled {
  background: #d7dbe0;
  cursor: not-allowed;
}

.ssw-cart-summary {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: 0;
  z-index: 120;
  width: min(100%, 492px);
  max-width: 492px;
  margin: 0;
  transform: translateX(-50%);
  padding: 10px 18px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid #edf0f2;
  border-radius: 0;
  background: #f7f8f9;
  box-shadow: none;
}

.ssw-cart-summary dl {
  display: grid;
  gap: 6px;
  margin: 6px 0 0;
  padding-top: 7px;
  border-top: 1px solid #e7eaed;
}

.ssw-cart-summary dl[hidden] {
  display: none;
}

.ssw-cart-summary__details[hidden] {
  display: none;
}

.ssw-cart-summary__details {
  display: grid;
}

.ssw-cart-summary__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  min-height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #9aa1a8;
  text-align: left;
  cursor: pointer;
}

.ssw-cart-summary__toggle:focus,
.ssw-cart-summary__toggle:focus-visible {
  outline: 0;
}

.ssw-cart-summary__toggle span {
  display: block;
  color: #5f6871;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.ssw-cart-summary__toggle svg {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(180deg);
  transition: transform 180ms ease;
}

.ssw-cart-summary[data-expanded="true"] .ssw-cart-summary__toggle svg {
  transform: rotate(0deg);
}

.ssw-cart-summary dl div,
.ssw-cart-summary__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ssw-cart-summary dt,
.ssw-cart-summary dd {
  margin: 0;
  color: #777f87;
  font-size: 13px;
}

.ssw-cart-summary__total-row {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid #e2e5e8;
}

.ssw-cart-summary__total-row {
  gap: 12px;
}

.ssw-cart-summary__count {
  color: #8d949b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.ssw-cart-summary span em {
  font-style: normal;
}

.ssw-cart-summary__total {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-left: auto;
}

.ssw-cart-summary__total span {
  color: #17191c;
  font-size: 15px;
  font-weight: 900;
}

.ssw-cart-summary__total b,
.ssw-cart-summary__total b .woocommerce-Price-amount {
  color: #111;
  font-size: 20px;
  font-weight: 950;
}

.ssw-cart-summary > a,
.ssw-cart-summary > button:not(.ssw-cart-summary__toggle) {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-cart-summary > button:not(.ssw-cart-summary__toggle):disabled {
  background: #d8dce0;
  color: #fff;
}

.ssw-cart-summary__details p {
  margin: 9px 0 0;
  color: #8a9097;
  font-size: 12px;
  text-align: center;
}

.ssw-my-profile {
  display: grid;
  justify-items: center;
  padding: 30px 20px 34px;
  text-align: center;
}

.ssw-my-profile__avatar {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

.ssw-my-profile h2 {
  margin: 14px 0 0;
  color: #17191c;
  font-size: 19px;
  font-weight: 950;
}

.ssw-my-profile p {
  margin: 6px 0 0;
  color: #777f87;
  font-size: 13px;
}

.ssw-my-profile__actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.ssw-my-profile__actions a {
  display: grid;
  place-items: center;
  min-width: 104px;
  min-height: 36px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-my-profile__actions a[data-variant="secondary"] {
  background: #f3f4f5;
  color: #555d65;
}

.ssw-my-member-card {
  --ssw-member-card-bg: linear-gradient(135deg, #fff4f7 0%, #f0f1f4 100%);
  --ssw-member-card-text: #17191c;
  --ssw-member-card-muted: rgba(23, 25, 28, 0.68);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.62);
  --ssw-member-card-panel-border: rgba(23, 25, 28, 0.08);
  --ssw-member-card-badge-bg: #17191c;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #ff5f8b;
  margin: 14px 18px 16px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: var(--ssw-member-card-bg);
  color: var(--ssw-member-card-text);
  position: relative;
}

.ssw-my-member-card__settings {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--ssw-member-card-panel-border);
  border-radius: 50%;
  color: var(--ssw-member-card-text);
  background: var(--ssw-member-card-panel);
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.ssw-my-member-card__admin {
  position: absolute;
  top: 12px;
  right: 54px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--ssw-member-card-panel-border);
  border-radius: 17px;
  color: var(--ssw-member-card-text);
  background: var(--ssw-member-card-panel);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.ssw-my-member-card__settings svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-my-member-card[data-level="tier1"],
.ssw-my-member-card[data-level="welcome"] {
  --ssw-member-card-bg: linear-gradient(135deg, #fffdf8, #f3eadc);
  --ssw-member-card-text: #221b14;
  --ssw-member-card-muted: rgba(34, 27, 20, 0.66);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.48);
  --ssw-member-card-panel-border: rgba(72, 55, 34, 0.12);
  --ssw-member-card-badge-bg: #8f6a42;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #9a7550;
}

.ssw-my-member-card[data-level="tier2"],
.ssw-my-member-card[data-level="silver"] {
  --ssw-member-card-bg: linear-gradient(135deg, #fbfcfd, #eef2f7);
  --ssw-member-card-text: #17191c;
  --ssw-member-card-muted: rgba(23, 25, 28, 0.66);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.5);
  --ssw-member-card-panel-border: rgba(58, 65, 75, 0.14);
  --ssw-member-card-badge-bg: #566577;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #4f6175;
}

.ssw-my-member-card[data-level="tier3"],
.ssw-my-member-card[data-level="gold"] {
  --ssw-member-card-bg: linear-gradient(135deg, #fff9e9, #f3dfae);
  --ssw-member-card-text: #211807;
  --ssw-member-card-muted: rgba(33, 24, 7, 0.7);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.42);
  --ssw-member-card-panel-border: rgba(180, 134, 50, 0.2);
  --ssw-member-card-badge-bg: #b17d24;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #4f3100;
}

.ssw-my-member-card[data-level="tier4"],
.ssw-my-member-card[data-level="diamond"] {
  --ssw-member-card-bg: linear-gradient(135deg, #f3f9ff, #dfeaff);
  --ssw-member-card-text: #102637;
  --ssw-member-card-muted: rgba(16, 38, 55, 0.68);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.48);
  --ssw-member-card-panel-border: rgba(16, 38, 55, 0.12);
  --ssw-member-card-badge-bg: #4270c8;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #006890;
}

.ssw-my-member-card[data-level="tier5"],
.ssw-my-member-card[data-level="black"] {
  --ssw-member-card-bg: linear-gradient(135deg, #2b2e34, #0d0e10);
  --ssw-member-card-text: #fff;
  --ssw-member-card-muted: rgba(255, 255, 255, 0.68);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.1);
  --ssw-member-card-panel-border: rgba(255, 255, 255, 0.16);
  --ssw-member-card-badge-bg: #111316;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #ff8fa3;
}

.ssw-my-member-card[data-level="guest"] {
  --ssw-member-card-bg: linear-gradient(135deg, #f7f8fa, #e6ebf1);
  --ssw-member-card-text: #17191c;
  --ssw-member-card-muted: rgba(23, 25, 28, 0.62);
  --ssw-member-card-panel: rgba(255, 255, 255, 0.58);
  --ssw-member-card-panel-border: rgba(56, 64, 74, 0.12);
  --ssw-member-card-badge-bg: #17191c;
  --ssw-member-card-badge-text: #fff;
  --ssw-member-card-accent: #4b5563;
}

.ssw-my-member-card__guest-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.ssw-my-member-card__guest-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid var(--ssw-member-card-panel-border);
  border-radius: 999px;
  background: var(--ssw-member-card-panel);
  color: var(--ssw-member-card-text);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.ssw-my-page--guest .ssw-my-member-card__profile {
  padding-right: 128px;
}

.ssw-my-member-card__profile {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding-right: 38px;
}

.ssw-my-member-card__profile img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f5;
}

.ssw-my-member-card__profile span {
  display: inline-grid;
  place-items: center;
  width: max-content;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--ssw-member-card-badge-text);
  background: var(--ssw-member-card-badge-bg);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-my-member-card__profile h2 {
  overflow: hidden;
  margin: 7px 0 0;
  color: var(--ssw-member-card-text);
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-my-member-card__profile p {
  overflow: hidden;
  margin: 3px 0 0;
  color: var(--ssw-member-card-muted);
  font-size: 12px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-my-member-card__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.ssw-my-member-card__meta article {
  display: flex;
  min-height: 52px;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 10px 9px;
  border: 0;
  border-radius: 8px;
  background: var(--ssw-member-card-panel);
}

.ssw-my-member-card__meta span {
  display: block;
  color: var(--ssw-member-card-muted);
  font-size: 11px;
  font-weight: 850;
}

.ssw-my-member-card__meta b {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  width: 100%;
  margin-top: 2px;
  color: var(--ssw-member-card-accent);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.ssw-my-member-card__meta b .woocommerce-Price-amount {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 3px;
  color: inherit;
  font: inherit;
  white-space: nowrap;
}

.ssw-my-member-card__meta b .woocommerce-Price-currencySymbol {
  position: static;
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
}

.ssw-my-member-progress {
  --ssw-tier-accent-start: rgba(126, 132, 141, 0.42);
  --ssw-tier-accent-end: rgba(126, 132, 141, 0.7);
  margin: 8px 18px 0;
  padding: 0 0 14px;
}

.ssw-my-member-progress.ssw-member-benefits__progress[data-level="tier1"],
.ssw-my-member-progress.ssw-member-benefits__progress[data-level="welcome"] {
  --ssw-tier-accent-start: rgba(210, 185, 151, 0.42);
  --ssw-tier-accent-end: rgba(184, 149, 104, 0.56);
}

.ssw-my-member-progress.ssw-member-benefits__progress[data-level="tier2"],
.ssw-my-member-progress.ssw-member-benefits__progress[data-level="silver"] {
  --ssw-tier-accent-start: rgba(190, 199, 210, 0.44);
  --ssw-tier-accent-end: rgba(125, 136, 150, 0.56);
}

.ssw-my-member-progress.ssw-member-benefits__progress[data-level="tier3"],
.ssw-my-member-progress.ssw-member-benefits__progress[data-level="gold"] {
  --ssw-tier-accent-start: rgba(235, 205, 137, 0.46);
  --ssw-tier-accent-end: rgba(180, 134, 50, 0.58);
}

.ssw-my-member-progress.ssw-member-benefits__progress[data-level="tier4"],
.ssw-my-member-progress.ssw-member-benefits__progress[data-level="diamond"] {
  --ssw-tier-accent-start: rgba(159, 210, 246, 0.46);
  --ssw-tier-accent-end: rgba(75, 116, 217, 0.58);
}

.ssw-my-member-progress.ssw-member-benefits__progress[data-level="tier5"],
.ssw-my-member-progress.ssw-member-benefits__progress[data-level="black"] {
  --ssw-tier-accent-start: rgba(125, 132, 143, 0.52);
  --ssw-tier-accent-end: rgba(17, 19, 22, 0.64);
}

.ssw-my-member-progress header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.ssw-my-member-progress.ssw-member-benefits__progress p {
  margin: 0;
  color: #17191c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.ssw-my-member-progress header a {
  color: #606873;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-my-member-progress.ssw-member-benefits__progress > div {
  background: #e9edf1;
}

.ssw-my-member-progress.ssw-member-benefits__progress > small {
  display: block;
  margin-top: 5px;
  color: #9aa1a9;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
}

.ssw-my-member-progress.ssw-member-benefits__progress > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 5px;
  color: #9aa1a9;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.ssw-my-member-progress.ssw-member-benefits__progress > footer b {
  color: #606873;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.ssw-account-settings-page {
  background: #fff;
}

.ssw-account-settings-form {
  display: grid;
  gap: 12px;
  padding: 14px 18px 96px;
}

.ssw-account-settings-alert {
  padding: 12px 13px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
}

.ssw-account-settings-alert[data-tone="success"] {
  position: fixed;
  left: 50%;
  bottom: max(92px, calc(env(safe-area-inset-bottom) + 76px));
  z-index: 10030;
  width: min(360px, calc(100vw - 48px));
  color: #fff;
  background: rgba(17, 17, 17, 0.92);
  text-align: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, 10px);
  animation: ssw-toast-fade 3.2s ease forwards;
  pointer-events: none;
}

@keyframes ssw-toast-fade {
  0% {
    opacity: 0;
    transform: translate(-50%, 14px);
  }
  12%,
  72% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 10px);
    visibility: hidden;
  }
}

.ssw-account-settings-alert[data-tone="error"] {
  color: #b3261e;
  background: #fff0ee;
}

.ssw-account-settings-menu {
  display: grid;
  gap: 10px;
}

.ssw-account-settings-menu button,
.ssw-account-settings-menu a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  width: 100%;
  min-height: 74px;
  padding: 15px 16px;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-align: left;
  text-decoration: none;
}

.ssw-account-settings-menu button span,
.ssw-account-settings-menu a span {
  color: #17191c;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-account-settings-menu button small,
.ssw-account-settings-menu a small {
  grid-column: 1 / 2;
  color: #8b949e;
  font-size: 12px;
  line-height: 1.4;
}

.ssw-account-settings-menu button b,
.ssw-account-settings-menu a b {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  color: #a1a8af;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}

.ssw-account-settings-modal[hidden] {
  display: none;
}

.ssw-account-settings-modal {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: grid;
  align-items: end;
}

.ssw-account-settings-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.ssw-account-settings-modal__sheet {
  position: relative;
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr) auto;
  width: min(100%, 468px);
  max-height: min(86vh, 760px);
  margin: 0 auto;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.ssw-account-settings-modal__sheet header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  border-bottom: 1px solid #edf0f2;
}

.ssw-account-settings-modal__sheet header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  color: #17191c;
  background: transparent;
  line-height: 1;
}

.ssw-account-settings-modal__sheet header button svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-account-settings-modal__sheet header h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
  text-align: center;
}

.ssw-account-settings-modal__body {
  display: grid;
  gap: 14px;
  min-height: 0;
  padding: 16px 18px 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ssw-account-settings-modal__body p {
  margin: 0;
  color: #777f87;
  font-size: 12px;
  line-height: 1.5;
}

.ssw-account-settings-modal__body label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ssw-account-settings-modal__body label span {
  color: #30343a;
  font-size: 13px;
  font-weight: 900;
}

.ssw-account-settings-modal__body input[type="text"],
.ssw-account-settings-modal__body input[type="email"],
.ssw-account-settings-modal__body input[type="tel"],
.ssw-account-settings-modal__body input[type="password"] {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #d9dee3;
  border-radius: 8px;
  color: #17191c;
  background: #fff;
  font-size: 14px;
  outline: none;
}

.ssw-account-settings-modal__body input[readonly] {
  color: #555d65;
  background: #f7f8f9;
}

.ssw-account-settings-modal__body input:disabled {
  color: #a1a8af;
  background: #f3f4f5;
}

.ssw-account-settings-modal__body input:focus {
  border-color: #17191c;
}

.ssw-account-settings-modal__body small {
  color: #8b949e;
  font-size: 11px;
  line-height: 1.45;
}

.ssw-account-settings-modal__body small[data-current-password-status][data-state="success"] {
  color: #16833d;
}

.ssw-account-settings-modal__body small[data-current-password-status][data-state="error"] {
  color: #b3261e;
}

.ssw-account-settings-modal__sheet footer {
  padding: 12px 18px max(18px, env(safe-area-inset-bottom));
  border-top: 1px solid #edf0f2;
  background: #fff;
}

.ssw-account-settings-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #fff;
}

.ssw-account-settings-card h2 {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-account-settings-card p {
  margin: -2px 0 2px;
  color: #777f87;
  font-size: 12px;
  line-height: 1.5;
}

.ssw-account-settings-card label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ssw-account-settings-card label span {
  color: #30343a;
  font-size: 13px;
  font-weight: 900;
}

.ssw-account-settings-card input[type="text"],
.ssw-account-settings-card input[type="email"],
.ssw-account-settings-card input[type="tel"],
.ssw-account-settings-card input[type="password"] {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #d9dee3;
  border-radius: 8px;
  color: #17191c;
  background: #fff;
  font-size: 14px;
  outline: none;
}

.ssw-account-settings-card input[readonly] {
  color: #555d65;
  background: #f7f8f9;
}

.ssw-account-settings-card input:focus {
  border-color: #17191c;
}

.ssw-account-settings-card small {
  color: #8b949e;
  font-size: 11px;
  line-height: 1.45;
}

.ssw-account-avatar-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px 24px;
  align-items: center;
}

.ssw-account-avatar-upload {
  position: relative;
  display: block;
  width: 72px;
  height: 72px;
  cursor: pointer;
}

.ssw-account-avatar-upload img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f5;
}

.ssw-account-avatar-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ssw-account-avatar-upload span {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe4e8;
  border-radius: 50%;
  color: #111;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

.ssw-account-avatar-upload span svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-account-nickname-field {
  align-self: center;
}

.ssw-account-avatar-hint {
  grid-column: 1 / -1;
  color: #8b949e;
  font-size: 11px;
  line-height: 1.45;
}

.ssw-account-settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ssw-account-settings-submit {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: 950;
}

.ssw-address-book-page {
  background: #fff;
}

.ssw-address-book {
  display: grid;
  gap: 14px;
  padding: 14px 18px 96px;
}

.ssw-address-list {
  display: grid;
  gap: 10px;
}

.ssw-address-empty,
.ssw-address-card {
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  background: #fff;
}

.ssw-address-empty {
  padding: 20px 16px;
  text-align: center;
}

.ssw-address-empty b {
  display: block;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-address-empty p {
  margin: 8px 0 0;
  color: #8b949e;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-address-card {
  display: grid;
  gap: 12px;
  padding: 15px;
}

.ssw-address-card[data-default="true"] {
  border-color: #17191c;
}

.ssw-address-card h2 {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #17191c;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-address-card h2 span {
  display: inline-grid;
  place-items: center;
  min-height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  color: #fff;
  background: #111;
  font-size: 10px;
  font-weight: 950;
}

.ssw-address-card p {
  margin: 6px 0 0;
  color: #555d65;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-address-card__identity {
  color: #8b949e !important;
  font-size: 12px !important;
}

.ssw-address-card footer {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}

.ssw-address-card footer form {
  margin: 0;
}

.ssw-address-card footer button,
.ssw-address-card footer a {
  display: grid;
  place-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  color: #17191c;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-address-card footer button[data-variant="muted"] {
  color: #8b949e;
}

.ssw-address-add-button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: 950;
}

.ssw-address-modal[hidden] {
  display: none;
}

.ssw-address-modal {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: grid;
  align-items: end;
}

.ssw-address-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.ssw-address-modal__sheet {
  position: relative;
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr);
  width: min(100%, 468px);
  max-height: min(86vh, 760px);
  margin: 0 auto;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.ssw-address-modal__sheet header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  border-bottom: 1px solid #edf0f2;
}

.ssw-address-modal__sheet header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  color: #17191c;
  background: transparent;
  line-height: 1;
}

.ssw-address-modal__sheet header button svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-address-modal__sheet header h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
  text-align: center;
}

.ssw-address-form {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
}

.ssw-address-form__body {
  display: grid;
  gap: 12px;
  min-height: 0;
  padding: 16px 18px 18px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.ssw-address-form label {
  display: grid;
  gap: 7px;
}

.ssw-address-form label span {
  color: #30343a;
  font-size: 13px;
  font-weight: 900;
}

.ssw-address-form label small {
  color: #8b949e;
  font-size: 11px;
  line-height: 1.45;
}

.ssw-address-form input[type="text"],
.ssw-address-form input[type="tel"],
.ssw-address-form input[type="email"],
.ssw-address-form select {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 12px;
  border: 1px solid #d9dee3;
  border-radius: 8px;
  color: #17191c;
  background: #fff;
  font-size: 14px;
  outline: none;
}

.ssw-address-form input:focus,
.ssw-address-form select:focus {
  border-color: #17191c;
}

.ssw-address-form footer {
  display: grid;
  gap: 8px;
  padding: 12px 18px max(18px, env(safe-area-inset-bottom));
  border-top: 1px solid #edf0f2;
  background: #fff;
}

.ssw-address-form footer button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: 950;
}

.ssw-address-form footer a {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  color: #555d65;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-address-selector {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.ssw-address-slider {
  display: grid;
  grid-auto-columns: minmax(248px, 82%);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding: 7px 2px 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.ssw-address-slider::-webkit-scrollbar {
  display: none;
}

.ssw-address-select-card {
  position: relative;
  display: grid;
  gap: 7px;
  min-height: 126px;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 14px 34px 14px 14px;
  background: #fff;
  color: #17191c;
  font-family: inherit;
  text-align: left;
  scroll-snap-align: start;
}

.ssw-address-delete-badge {
  position: absolute;
  top: 7px;
  right: 9px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #111317;
  font-family: inherit;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  box-shadow: none;
}

.ssw-address-delete-badge:hover {
  background: transparent;
  color: #111317;
}

.ssw-address-delete-badge:disabled {
  opacity: 0.55;
}

.ssw-address-select-card[data-selected="true"] {
  border-color: #111317;
  box-shadow: inset 0 0 0 1px #111317;
}

.ssw-address-select-card span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.ssw-address-select-card b {
  overflow: hidden;
  font-size: 15px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-address-select-card em {
  display: inline-grid;
  place-items: center;
  min-height: 20px;
  border-radius: 999px;
  padding: 0 7px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.ssw-address-select-card small {
  color: #555d65;
  font-size: 13px;
  font-weight: 850;
}

.ssw-address-select-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #7c858e;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-address-empty button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 950;
}

.ssw-address-detail {
  display: grid;
  gap: 10px;
}

.ssw-address-detail-card {
  border: 1px solid #e5e8eb;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.ssw-address-detail-card[hidden] {
  display: none;
}

.ssw-address-detail-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.ssw-address-detail-card h2 {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  font-weight: 950;
}

.ssw-address-detail-card header span {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  border-radius: 999px;
  padding: 0 8px;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 950;
}

.ssw-address-detail-card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.ssw-address-detail-card dl div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
  min-height: 38px;
  align-items: center;
  border-bottom: 1px solid #f0f2f4;
}

.ssw-address-detail-card dl div:last-child {
  border-bottom: 0;
}

.ssw-address-detail-card dt,
.ssw-address-detail-card dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-address-detail-card dt {
  color: #8b949e;
  font-weight: 850;
}

.ssw-address-detail-card dd {
  color: #17191c;
  font-weight: 850;
}

.ssw-address-detail-card footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  margin-top: 14px;
}

.ssw-address-detail-card footer form {
  margin: 0;
}

.ssw-address-detail-card footer button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 42px;
  border: 1px solid #111;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
}

.ssw-address-detail-card footer button[data-variant="muted"] {
  min-width: 72px;
  border-color: #dfe4e8;
  background: #fff;
  color: #8b949e;
}

.ssw-address-form .ssw-address-default-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin: 0;
  color: #30343a;
  font-size: 13px;
  font-weight: 900;
}

.ssw-address-form .ssw-address-default-check input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111;
}

.ssw-member-benefits {
  margin: 14px 18px 18px;
}

body:has(.ssw-membership-page) .ssw-home-header,
body:has(.ssw-membership-page) .ssw-product-mobile-header,
body:has(.ssw-membership-page) .ssw-bottom-nav,
body:has(.ssw-membership-page) .site-header,
body:has(.ssw-membership-page) header.site-header,
body:has(.ssw-membership-page) .storefront-primary-navigation {
  display: none !important;
}

.ssw-membership-page {
  overflow-x: hidden;
  min-height: 100svh;
  padding-top: 56px;
  padding-bottom: 28px;
  background: #f6f7f8;
}

.ssw-membership-page .ssw-app-page__head {
  position: fixed !important;
  top: 0;
  left: 50%;
  z-index: 120;
  width: min(492px, 100vw);
  transform: translateX(-50%);
  background: #fff;
}

.ssw-member-benefits__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 18px 16px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 52%),
    linear-gradient(135deg, #272a2f, #141619);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ssw-member-benefits__hero[data-level="tier1"],
.ssw-member-benefits__hero[data-level="welcome"] {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 56%),
    linear-gradient(135deg, #f8f3e8, #e4d3b9 56%, #c1a071);
  color: #221b14;
}

.ssw-member-benefits__hero[data-level="tier2"],
.ssw-member-benefits__hero[data-level="silver"] {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 56%),
    linear-gradient(135deg, #f6f8fa, #c9d0d9 56%, #929dab);
  color: #16202b;
}

.ssw-member-benefits__hero[data-level="tier3"],
.ssw-member-benefits__hero[data-level="gold"] {
  background:
    radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #f7dda2 0%, #d9b15e 58%, #b68434 100%);
  color: #1a1308;
}

.ssw-member-benefits__hero[data-level="tier4"],
.ssw-member-benefits__hero[data-level="diamond"] {
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, #e7f6ff, #9ac5ed 56%, #6887dd);
  color: #0b1b32;
}

.ssw-member-benefits__hero[data-level="tier5"],
.ssw-member-benefits__hero[data-level="black"] {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.12), transparent 30%),
    linear-gradient(135deg, #32353b, #181a1e 58%, #050607);
  color: #fff;
}

.ssw-member-benefits__hero > span {
  width: max-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: inherit;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(17, 19, 22, 0.08);
}

.ssw-member-benefits__hero h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-member-benefits__hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.ssw-member-benefits__hero b {
  align-self: center;
  color: currentColor;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

.ssw-member-benefits__hero small {
  order: -1;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 850;
}

.ssw-member-benefits__hero[data-level="tier1"] p,
.ssw-member-benefits__hero[data-level="tier2"] p,
.ssw-member-benefits__hero[data-level="tier3"] p,
.ssw-member-benefits__hero[data-level="tier4"] p,
.ssw-member-benefits__hero[data-level="welcome"] p,
.ssw-member-benefits__hero[data-level="silver"] p,
.ssw-member-benefits__hero[data-level="gold"] p,
.ssw-member-benefits__hero[data-level="diamond"] p,
.ssw-member-benefits__hero[data-level="tier1"] small,
.ssw-member-benefits__hero[data-level="tier2"] small,
.ssw-member-benefits__hero[data-level="tier3"] small,
.ssw-member-benefits__hero[data-level="tier4"] small,
.ssw-member-benefits__hero[data-level="welcome"] small,
.ssw-member-benefits__hero[data-level="silver"] small,
.ssw-member-benefits__hero[data-level="gold"] small,
.ssw-member-benefits__hero[data-level="diamond"] small {
  color: rgba(17, 24, 39, 0.68);
}

.ssw-member-benefits__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.ssw-member-benefits__stats article {
  min-width: 0;
  padding: 14px 10px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.ssw-member-benefits__stats b {
  display: block;
  overflow: hidden;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-member-benefits__stats span {
  display: block;
  margin-top: 5px;
  color: #777f87;
  font-size: 11px;
  font-weight: 850;
}

.ssw-member-benefits__progress {
  --ssw-tier-accent: #15171a;
  --ssw-tier-accent-start: #51565d;
  --ssw-tier-accent-end: #15171a;
  margin-top: 12px;
}

.ssw-member-benefits__progress[data-level="tier1"],
.ssw-member-benefits__progress[data-level="welcome"] {
  --ssw-tier-accent: #b89568;
  --ssw-tier-accent-start: #dcc6a6;
  --ssw-tier-accent-end: #b89568;
}

.ssw-member-benefits__progress[data-level="tier2"],
.ssw-member-benefits__progress[data-level="silver"] {
  --ssw-tier-accent: #7d8896;
  --ssw-tier-accent-start: #b9c1cc;
  --ssw-tier-accent-end: #7d8896;
}

.ssw-member-benefits__progress[data-level="tier3"],
.ssw-member-benefits__progress[data-level="gold"] {
  --ssw-tier-accent: #b48632;
  --ssw-tier-accent-start: #edd08a;
  --ssw-tier-accent-end: #b48632;
}

.ssw-member-benefits__progress[data-level="tier4"],
.ssw-member-benefits__progress[data-level="diamond"] {
  --ssw-tier-accent: #4b74d9;
  --ssw-tier-accent-start: #9fd2f6;
  --ssw-tier-accent-end: #4b74d9;
}

.ssw-member-benefits__progress[data-level="tier5"],
.ssw-member-benefits__progress[data-level="black"] {
  --ssw-tier-accent: #111316;
  --ssw-tier-accent-start: #454951;
  --ssw-tier-accent-end: #111316;
}

.ssw-member-benefits__progress > div {
  overflow: hidden;
  height: 7px;
  border-radius: 999px;
  background: #edf0f2;
}

.ssw-member-benefits__progress > div > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ssw-tier-accent-start), var(--ssw-tier-accent-end));
}

.ssw-member-benefits__progress--10 > div > span { width: 10%; }
.ssw-member-benefits__progress--20 > div > span { width: 20%; }
.ssw-member-benefits__progress--30 > div > span { width: 30%; }
.ssw-member-benefits__progress--40 > div > span { width: 40%; }
.ssw-member-benefits__progress--50 > div > span { width: 50%; }
.ssw-member-benefits__progress--60 > div > span { width: 60%; }
.ssw-member-benefits__progress--70 > div > span { width: 70%; }
.ssw-member-benefits__progress--80 > div > span { width: 80%; }
.ssw-member-benefits__progress--90 > div > span { width: 90%; }
.ssw-member-benefits__progress--100 > div > span { width: 100%; }

.ssw-member-benefits__progress p {
  margin: 0 0 7px;
  color: #17191c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.ssw-member-benefits__progress small {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
  color: #8a9097;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.ssw-member-benefits__progress small b {
  color: #555d66;
  font-size: inherit;
  font-weight: 900;
  white-space: nowrap;
}

.ssw-member-benefits__links,
.ssw-member-benefits__coupons,
.ssw-member-benefits__levels,
.ssw-member-benefits__benefit-grid,
.ssw-member-benefits__rules {
  margin-top: 20px;
}

.ssw-membership-page .ssw-member-benefits__levels {
  margin-top: 0;
}

.ssw-member-benefits__coupons h3,
.ssw-member-benefits__levels h3,
.ssw-member-benefits__rules h3 {
  margin: 0 0 10px;
  color: #17191c;
  font-size: 16px;
  font-weight: 950;
}

.ssw-member-benefits__levels > p {
  margin: -2px 0 12px;
  color: #858d96;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-member-benefits__levels > div {
  overflow-x: auto;
  display: flex;
  gap: 12px;
  width: calc(100% + 36px);
  margin: 0 -18px;
  padding: 0 18px 4px;
  scroll-padding-inline: 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.ssw-member-benefits__levels > div::-webkit-scrollbar {
  display: none;
}

.ssw-member-benefits__levels article {
  --ssw-tier-card-accent: #111316;
  --ssw-tier-card-bg: #fff;
  --ssw-tier-card-soft: rgba(17, 19, 22, 0.06);
  flex: 0 0 min(278px, calc(100vw - 82px));
  display: grid;
  gap: 7px;
  align-content: start;
  min-height: 96px;
  padding: 15px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: var(--ssw-tier-card-bg);
  scroll-snap-align: center;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.ssw-member-benefits__levels article[data-tier-key="tier1"] {
  --ssw-tier-card-accent: #b89568;
  --ssw-tier-card-bg: linear-gradient(135deg, #fffdf8, #f3eadc);
  --ssw-tier-card-soft: rgba(184, 149, 104, 0.16);
}

.ssw-member-benefits__levels article[data-tier-key="tier2"] {
  --ssw-tier-card-accent: #7d8896;
  --ssw-tier-card-bg: linear-gradient(135deg, #fbfcfd, #eef2f7);
  --ssw-tier-card-soft: rgba(125, 136, 150, 0.14);
}

.ssw-member-benefits__levels article[data-tier-key="tier3"] {
  --ssw-tier-card-accent: #b48632;
  --ssw-tier-card-bg: linear-gradient(135deg, #fff9e9, #f3dfae);
  --ssw-tier-card-soft: rgba(180, 134, 50, 0.16);
}

.ssw-member-benefits__levels article[data-tier-key="tier4"] {
  --ssw-tier-card-accent: #4b74d9;
  --ssw-tier-card-bg: linear-gradient(135deg, #f3f9ff, #dfeaff);
  --ssw-tier-card-soft: rgba(75, 116, 217, 0.15);
}

.ssw-member-benefits__levels article[data-tier-key="tier5"] {
  --ssw-tier-card-accent: #111316;
  --ssw-tier-card-bg: linear-gradient(135deg, #2b2e34, #0d0e10);
  --ssw-tier-card-soft: rgba(17, 19, 22, 0.18);
  color: #fff;
}

.ssw-member-benefits__levels article:first-child {
  scroll-snap-align: start;
}

.ssw-member-benefits__levels article.is-selected {
  border-color: var(--ssw-tier-card-accent);
  box-shadow: inset 0 0 0 1px var(--ssw-tier-card-accent), 0 10px 26px var(--ssw-tier-card-soft);
}

.ssw-member-benefits__levels article.is-current:not(.is-selected) {
  border-color: #cfd5dc;
}

.ssw-member-benefits__levels article:active {
  transform: scale(0.985);
}

.ssw-member-benefits__levels strong {
  color: currentColor;
  font-size: 18px;
  font-weight: 950;
}

.ssw-member-benefits__levels span {
  color: color-mix(in srgb, currentColor 62%, transparent);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.3;
}

.ssw-member-benefits__levels article > small {
  color: color-mix(in srgb, currentColor 56%, transparent);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
}

.ssw-member-benefits__benefit-grid {
  display: grid;
  gap: 8px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.ssw-member-benefits__benefit-grid.is-switching {
  opacity: 0;
  transform: translateX(10px);
}

.ssw-member-benefits__benefit-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-items: center;
  min-height: 76px;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-member-benefits__benefit-grid span {
  grid-column: 1;
  color: #8a9097;
  font-size: 12px;
  font-weight: 900;
}

.ssw-member-benefits__benefit-grid b {
  grid-column: 1;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-member-benefits__benefit-grid p {
  grid-column: 1 / -1;
  margin: 0;
  color: #777f87;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-member-benefits__benefit-grid a {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-self: end;
  color: #17191c;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-member-benefits__benefit-grid a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.58;
}

.ssw-member-benefits__links {
  display: grid;
  gap: 10px;
}

.ssw-member-benefits__links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  min-height: 66px;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.ssw-member-benefits__links a::after {
  content: "›";
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #8a9097;
  font-size: 22px;
  line-height: 1;
}

.ssw-member-benefits__links span {
  color: #8a9097;
  font-size: 12px;
  font-weight: 900;
}

.ssw-member-benefits__links b {
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-member-benefits__links em {
  grid-column: 1 / -1;
  color: #7b838c;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.ssw-member-benefits__coupons article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 12px;
  align-items: center;
  min-height: 72px;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-member-benefits__coupons article[data-state="soon"] {
  background: #f7f8f9;
}

.ssw-member-benefits__coupons span {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-member-benefits__coupons b {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-member-benefits__coupons button {
  grid-column: 2;
  width: max-content;
  min-width: 58px;
  min-height: 30px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.ssw-member-benefits__coupons button:disabled {
  background: #f0f2f4;
  color: #8a9097;
}

.ssw-member-benefits__coupons p,
.ssw-member-benefits__rules p {
  margin: 0;
  color: #777f87;
  font-size: 12px;
  line-height: 1.5;
}

.ssw-member-benefits__rules {
  padding: 16px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-member-benefits__more {
  display: grid;
  place-items: center;
  min-height: 42px;
  margin-top: 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-member-benefits--compact {
  padding-top: 0;
}

.ssw-my-orders {
  margin: 0 18px 18px;
  padding: 18px 0;
}

.ssw-my-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.ssw-my-section-head h2 {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  font-weight: 950;
}

.ssw-my-section-head a {
  color: #8a9097;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-my-empty {
  padding: 18px;
  border-radius: 8px;
  background: #f7f8f9;
  text-align: center;
}

.ssw-my-empty b {
  display: block;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-my-empty p {
  margin: 7px 0 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-my-empty a {
  display: grid;
  place-items: center;
  min-height: 42px;
  margin-top: 16px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-my-order-list {
  display: grid;
  gap: 8px;
}

.ssw-order-status-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 0 0 14px;
}

.ssw-order-page > .ssw-order-status-overview {
  margin: 0 14px 14px;
}

.ssw-order-status-overview article {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  padding: 12px 5px;
  border-radius: 8px;
  background: #f7f8f9;
  text-align: center;
}

.ssw-order-page > .ssw-order-status-overview article {
  background: #fff;
}

.ssw-order-status-overview b {
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-order-status-overview span {
  color: #777f87;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.ssw-my-order-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 5px 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  color: #17191c;
  text-decoration: none;
}

.ssw-my-order-card img {
  grid-row: 1 / span 3;
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 7px;
  background: #f3f4f5;
}

.ssw-my-order-card span {
  color: #777f87;
  font-size: 12px;
  font-weight: 850;
}

.ssw-my-order-card b {
  grid-column: 3;
  grid-row: 1 / span 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f0f2f4;
  color: #626a73;
  font-size: 12px;
  font-weight: 950;
}

.ssw-my-order-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-my-order-card small {
  overflow: hidden;
  color: #8a9097;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-my-menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 18px;
  padding: 18px 0 20px;
}

.ssw-my-page .ssw-app-page__head,
.ssw-my-feature-page .ssw-app-page__head,
.ssw-my-reviews-page .ssw-app-page__head,
.ssw-review-write-page .ssw-app-page__head,
.ssw-order-page .ssw-app-page__head,
.ssw-membership-page .ssw-app-page__head {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
}

.ssw-my-menu a {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-height: 56px;
  padding: 12px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
  color: #17191c;
  text-decoration: none;
}

.ssw-my-menu span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #17191c;
}

.ssw-my-menu span svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-my-menu b {
  min-width: 0;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-my-menu small {
  display: none;
}

.ssw-my-menu em {
  position: static;
  max-width: 52px;
  overflow: hidden;
  color: #626a73;
  font-style: normal;
  font-size: 11px;
  font-weight: 950;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-guest-order-lookup,
.ssw-guest-member-promo {
  display: grid;
  gap: 12px;
  margin: 0 18px 12px;
  padding: 16px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-guest-order-lookup {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.ssw-guest-order-lookup h2,
.ssw-guest-member-promo h2 {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 950;
}

.ssw-guest-order-lookup p,
.ssw-guest-member-promo p {
  margin: 5px 0 0;
  color: #7b858f;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 750;
}

.ssw-guest-order-lookup a,
.ssw-guest-member-promo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #d9dee4;
  border-radius: 6px;
  background: #f6f7f8;
  color: #17191c;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-my-menu--guest {
  padding-top: 8px;
}

.ssw-my-menu--guest a {
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 58px;
}

.ssw-my-menu--guest a[data-guest-lock="true"] {
  color: #4b5563;
}

.ssw-my-menu--guest a[data-guest-lock="true"] span {
  color: #7b858f;
}

.ssw-my-menu--guest em {
  display: block;
  max-width: 70px;
}

.ssw-guest-member-promo {
  margin-top: 0;
}

.ssw-guest-auth-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 18px 18px;
}

.ssw-guest-auth-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  border: 1px solid #dfe4e8;
  background: #f6f7f8;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-guest-auth-cta a:first-child {
  border-color: #101113;
  background: #101113;
  color: #fff;
}

.ssw-my-review-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 18px 14px;
  padding: 4px;
  border-radius: 8px;
  background: #f3f4f5;
}

.ssw-my-review-tabs a {
  display: grid;
  justify-items: center;
  gap: 2px;
  padding: 10px 8px;
  border-radius: 6px;
  color: #777f87;
  text-decoration: none;
}

.ssw-my-review-tabs a[data-state="active"] {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 4px rgba(17, 17, 17, 0.06);
}

.ssw-my-review-tabs b {
  font-size: 14px;
  font-weight: 950;
}

.ssw-my-review-tabs span {
  color: #68717b;
  font-size: 13px;
  font-weight: 950;
}

.ssw-my-review-list {
  display: grid;
  gap: 12px;
  margin: 0 18px 28px;
}

.ssw-my-review-panels {
  overflow: hidden;
}

.ssw-my-review-panels__track {
  display: grid;
  grid-template-columns: repeat(2, 100%);
  transform: translateX(0);
  transition: transform 280ms cubic-bezier(0.22, 0.8, 0.24, 1);
  will-change: transform;
}

.ssw-my-reviews-page[data-active-tab="done"] .ssw-my-review-panels__track {
  transform: translateX(-100%);
}

.ssw-my-review-panel {
  min-width: 0;
}

.ssw-my-review-panel[aria-hidden="true"] {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .ssw-my-review-panels__track {
    transition: none;
  }
}

.ssw-my-review-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-my-review-card > a:first-child {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-width: 0;
  color: #17191c;
  text-decoration: none;
}

.ssw-my-review-card img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 7px;
  background: #f3f4f5;
}

.ssw-my-review-card span,
.ssw-my-review-card small {
  display: block;
  color: #8a9097;
  font-size: 11px;
  font-weight: 800;
}

.ssw-my-review-card b {
  display: -webkit-box;
  overflow: hidden;
  margin: 4px 0;
  color: #17191c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-my-review-card em,
.ssw-my-review-card__action {
  display: grid;
  place-items: center;
  min-width: 68px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-my-review-card em {
  color: #7d838a;
  background: #f3f4f5;
  font-style: normal;
}

.ssw-my-review-card__action {
  color: #fff;
  background: #111;
}

.ssw-my-review-card__done-actions {
  display: grid;
  gap: 7px;
  justify-items: stretch;
}

.ssw-my-review-card__done-actions a {
  display: grid;
  place-items: center;
  min-width: 74px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #dfe4e8;
  border-radius: 999px;
  color: #17191c;
  background: #fff;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-review-write-page {
  background: #fff;
}

.ssw-review-write-alert {
  margin: 14px 18px 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: #c9445d;
  background: #fff0f3;
  font-size: 13px;
  font-weight: 850;
}

.ssw-review-write-product {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin: 16px 18px;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-review-write-product img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 7px;
  background: #f3f4f5;
}

.ssw-review-write-product span,
.ssw-review-write-product small {
  display: block;
  color: #8a9097;
  font-size: 12px;
  font-weight: 800;
}

.ssw-review-write-product b {
  display: block;
  margin: 4px 0;
  color: #17191c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 950;
}

.ssw-review-write-form {
  display: grid;
  gap: 12px;
  margin: 0 18px 28px;
}

.ssw-review-write-box {
  padding: 16px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-review-write-box--content {
  padding-top: 16px;
}

.ssw-review-write-box h2 {
  margin: 0 0 12px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-review-write-box--content h2 {
  margin-bottom: 12px;
}

.ssw-review-write-box--score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ssw-review-write-box--score h2 {
  margin: 0;
  flex: 0 0 auto;
}

.ssw-review-star-input {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 3px;
  margin-left: auto;
}

.ssw-review-star-input button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  color: #c8cdd2;
  background: transparent;
  font-size: 25px;
  line-height: 1;
}

.ssw-review-star-input button[data-filled="true"] {
  color: #ff9800;
}

.ssw-review-write-grid {
  display: grid;
  gap: 10px;
}

.ssw-review-choice-stack {
  display: grid;
  gap: 16px;
}

.ssw-review-write-grid label,
.ssw-review-write-text {
  display: grid;
  gap: 6px;
}

.ssw-review-write-box--content .ssw-review-write-text {
  gap: 8px;
}

.ssw-review-choice-group {
  display: grid;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.ssw-review-choice-group legend,
.ssw-review-write-grid span,
.ssw-review-write-text span {
  color: #6f7680;
  font-size: 12px;
  font-weight: 900;
}

.ssw-review-choice-group div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(86px, 1fr));
  gap: 6px;
}

.ssw-review-choice-group label {
  display: block;
  min-width: 0;
}

.ssw-review-choice-group input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ssw-review-choice-group label span {
  display: grid;
  place-items: center;
  min-height: 36px;
  padding: 0 4px;
  border: 1px solid #dfe4e8;
  border-radius: 999px;
  color: #555d65;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
}

.ssw-review-choice-group input:checked + span {
  border-color: #111;
  color: #fff;
  background: #111;
}

.ssw-review-write-grid input,
.ssw-review-write-grid select,
.ssw-review-write-text textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  color: #17191c;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.ssw-review-write-grid input[readonly] {
  color: #7d838a;
  background: #f7f8f9;
}

.ssw-review-write-text textarea {
  padding: 18px 12px 12px;
  resize: vertical;
}

.ssw-review-write-box--content .ssw-review-write-text textarea {
  min-height: 128px;
  padding: 12px;
  scroll-padding-top: 12px;
}

.ssw-app-page.ssw-review-write-page .ssw-review-write-box--content .ssw-review-write-text textarea[name="ss_review_text"] {
  padding-top: 12px;
}

.ssw-review-upload {
  display: grid;
  gap: 10px;
}

.ssw-review-upload__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ssw-review-upload__existing,
.ssw-review-upload__preview {
  display: contents;
}

.ssw-review-upload__existing label,
.ssw-review-upload__preview-item,
.ssw-review-upload__button {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-review-upload__existing img,
.ssw-review-upload__preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-review-upload__existing input {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  accent-color: #111;
}

.ssw-review-upload__existing span {
  position: absolute;
  right: 6px;
  bottom: 6px;
  padding: 3px 6px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 17, 17, 0.72);
  font-size: 10px;
  font-weight: 900;
}

.ssw-review-upload__button {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  cursor: pointer;
}

.ssw-review-upload__preview-item {
  overflow: visible;
  border: 0;
  background: transparent;
}

.ssw-review-upload__preview-item img {
  overflow: hidden;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-review-upload__button input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ssw-review-upload__button span {
  color: #17191c;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.ssw-review-upload__button b {
  margin-top: -8px;
  color: #6f7680;
  font-size: 11px;
  font-weight: 900;
}

.ssw-review-upload__preview-item button {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(17, 17, 17, 0.82);
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  z-index: 2;
}

.ssw-review-upload p {
  margin: 0;
  color: #8a9097;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-review-write-submit {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: 950;
}

.ssw-review-view-card {
  margin: 16px 18px;
}

.ssw-review-view-card .ssw-review-card {
  padding: 18px 16px 20px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
}

.ssw-review-view-actions {
  margin: 0 18px 28px;
}

.ssw-review-view-actions a {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: 8px;
  color: #fff;
  background: #111;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-my-company {
  margin: 24px 18px 0;
  padding: 18px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-my-company h2 {
  margin: 0;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-my-company p {
  margin: 8px 0 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-my-feature-page {
  background: #f4f5f6;
  padding-top: 56px;
  padding-bottom: 24px;
}

.ssw-my-feature-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 120;
  width: min(100vw, 492px);
  transform: translateX(-50%);
  background: #fff;
}

.ssw-my-feature-hero,
.ssw-my-feature-card {
  margin: 14px 18px 0;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.ssw-my-feature-hero {
  display: grid;
  justify-items: center;
  text-align: center;
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-feature-hero {
  display: block;
  padding: 17px 18px;
  text-align: left;
}

.ssw-my-deposit-balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ssw-my-deposit-balance-row span {
  color: #6f7780;
  font-size: 13px;
  font-weight: 900;
}

.ssw-my-deposit-balance-row b {
  margin: 0;
  color: #111418;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 950;
  white-space: nowrap;
}

.ssw-my-feature-hero span {
  color: #777f87;
  font-size: 12px;
  font-weight: 900;
}

.ssw-my-feature-hero b {
  display: block;
  margin-top: 8px;
  color: #17191c;
  font-size: 32px;
  line-height: 1;
  font-weight: 950;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-feature-hero {
  align-items: center;
  min-height: 122px;
  padding: 20px 18px;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-feature-hero span {
  font-size: 13px;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-feature-hero b {
  margin-top: 6px;
  font-size: 34px;
  letter-spacing: 0;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-upcoming {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 18px 0;
  padding: 0;
  background: transparent;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-upcoming article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 2px 10px;
  align-items: center;
  min-height: 58px;
  padding: 11px 14px;
  border-radius: 8px;
  background: #fff;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-upcoming span {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  color: #6f7680;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 850;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-upcoming b {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  justify-self: end;
  color: #17191c;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 950;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-upcoming small {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  color: #9aa2aa;
  font-size: 10.5px;
  line-height: 1.15;
  font-weight: 800;
}

.ssw-my-feature-hero p,
.ssw-my-feature-card p {
  margin: 8px 0 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-my-feature-card h2 {
  margin: 0;
  color: #17191c;
  font-size: 16px;
  font-weight: 950;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-periods {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-periods button {
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid #dfe4e8;
  border-radius: 999px;
  background: #fff;
  color: #8a9097;
  appearance: none;
  font-size: 12px;
  font-weight: 900;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-periods button.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-my-coupon-claim {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-top: 2px;
}

.ssw-my-coupon-claim h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0;
}

.ssw-my-coupon-claim > div:first-child p {
  margin: 0;
  color: #68717d;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 750;
}

.ssw-my-coupon-claim > a {
  justify-self: end;
  color: #68717d;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-my-coupon-register {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 8px;
  margin-top: 0;
}

.ssw-my-coupon-register input,
.ssw-my-coupon-register button {
  height: 48px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 850;
}

.ssw-my-coupon-register input {
  min-width: 0;
  padding: 0 14px;
}

.ssw-my-coupon-register input::placeholder {
  color: #a6adb6;
}

.ssw-my-coupon-register button {
  appearance: none;
  cursor: pointer;
}

.ssw-my-coupon-page-tabs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  margin: 12px 18px 0;
  padding: 4px;
  border-radius: 8px;
  background: #eef1f4;
}

.ssw-my-coupon-page-tabs::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  z-index: 0;
  width: calc((100% - 12px) / 2);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 7px rgba(17, 24, 39, 0.06);
  transition: transform 280ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ssw-my-coupon-page-tabs[data-active="claim"]::before {
  transform: translateX(calc(100% + 4px));
}

.ssw-my-coupon-page-tabs button {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 40px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #737c86;
  appearance: none;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.ssw-my-coupon-page-tabs button:focus {
  outline: none;
}

.ssw-my-coupon-page-tabs button:focus-visible {
  box-shadow: inset 0 0 0 1px #111;
}

.ssw-my-coupon-page-tabs button.is-active {
  color: #111;
}

.ssw-my-coupon-panels {
  position: relative;
  width: auto;
  margin: 14px 18px 0;
  overflow: visible;
  transition: height 260ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ssw-my-coupon-panels__track {
  position: relative;
  display: block;
  width: 100%;
  transform: none !important;
}

.ssw-my-coupon-panels [data-coupon-panel] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
    visibility 0ms linear 320ms;
}

.ssw-my-coupon-panels [data-coupon-panel].ssw-my-feature-card {
  margin: 0;
}

.ssw-my-feature-page[data-feature="coupons"] .ssw-my-coupon-panels [data-coupon-panel].ssw-my-feature-card {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ssw-my-feature-page[data-feature="coupons"] .ssw-my-coupon-panels [data-coupon-panel].ssw-my-feature-card > h2 {
  margin: 0 0 14px;
  padding: 0 2px;
}

.ssw-my-feature-page[data-feature="coupons"] .ssw-my-coupon-list {
  margin-top: 0;
}

.ssw-my-coupon-panels__track[data-active="available"] [data-coupon-panel="available"],
.ssw-my-coupon-panels__track[data-active="claim"] [data-coupon-panel="claim"] {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 0.61, 0.36, 1),
    visibility 0ms linear 0ms;
}

.ssw-my-coupon-panels__track[data-active="available"] [data-coupon-panel="claim"],
.ssw-my-coupon-panels__track[data-active="claim"] [data-coupon-panel="available"] {
  position: absolute;
}

.ssw-my-coupon-panels__track[data-active="available"] [data-coupon-panel="claim"] {
  transform: translateX(22px);
}

.ssw-my-coupon-panels__track[data-active="claim"] [data-coupon-panel="available"] {
  transform: translateX(-22px);
}

.ssw-my-feature-page[data-feature="coupons"] [data-coupon-panel][hidden] {
  display: none !important;
}

.ssw-my-feature-page[data-feature="coupons"] .ssw-my-coupon-claim {
  margin-bottom: 12px;
}

.ssw-my-coupon-tabs {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ssw-my-coupon-tabs button {
  flex: 0 0 auto;
  min-width: 86px;
  height: 34px;
  padding: 0 13px;
  border: 1px solid #dfe4ea;
  border-radius: 999px;
  background: #fff;
  color: #8a9097;
  appearance: none;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.ssw-my-coupon-tabs button.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-my-coupon-tabs b {
  margin-left: 4px;
  font: inherit;
}

.ssw-my-coupon-list {
  display: grid;
  gap: 9px;
  margin-top: 0;
}

.ssw-my-coupon-list article {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  min-height: 94px;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background:
    linear-gradient(90deg, #fff 0, #fff calc(100% - 52px), #fbfcfd calc(100% - 52px), #fbfcfd 100%);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.055);
  cursor: pointer;
  transition:
    box-shadow 160ms ease,
    transform 160ms ease;
}

.ssw-my-coupon-list article:active {
  transform: scale(0.992);
}

.ssw-my-coupon-list article:focus {
  outline: none;
}

.ssw-my-coupon-list article:focus-visible {
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.055), 0 0 0 2px rgba(17, 24, 39, 0.1);
}

.ssw-my-coupon-list article::before,
.ssw-my-coupon-list article::after {
  content: "";
  position: absolute;
  right: 51px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 999px;
  background: #f4f5f6;
}

.ssw-my-coupon-list article::before {
  top: -7px;
}

.ssw-my-coupon-list article::after {
  bottom: -7px;
}

.ssw-my-coupon-list article > div {
  position: relative;
  min-width: 0;
  padding: 14px 18px 13px;
}

.ssw-my-coupon-list article > div::after {
  content: "";
  position: absolute;
  top: 11px;
  bottom: 11px;
  right: -1px;
  border-right: 1px dashed #e2e6eb;
}

.ssw-my-coupon-list b,
.ssw-my-coupon-list span,
.ssw-my-coupon-list small {
  display: block;
}

.ssw-my-coupon-list b {
  color: #17191c;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

.ssw-my-coupon-list strong {
  display: block;
  margin-top: 5px;
  color: #17191c;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-my-coupon-list span,
.ssw-my-coupon-list small {
  color: #8a9097;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}

.ssw-my-coupon-list span {
  margin-top: 6px;
}

.ssw-my-coupon-list small {
  margin-top: 1px;
}

.ssw-my-coupon-list em {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0 8px;
  color: #68717d;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  writing-mode: vertical-rl;
  letter-spacing: 0;
}

.ssw-my-coupon-list em::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 7px;
  background:
    radial-gradient(circle at right 5px, #f4f5f6 0 4px, transparent 4.5px) 0 4px / 7px 12px repeat-y;
  pointer-events: none;
}

.ssw-my-coupon-detail-modal[hidden] {
  display: none !important;
}

.ssw-my-coupon-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: 0;
}

.ssw-my-coupon-detail-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(17, 24, 39, 0.34);
  appearance: none;
  cursor: pointer;
}

.ssw-my-coupon-detail-modal__sheet {
  position: relative;
  z-index: 1;
  width: min(480px, 100vw);
  max-height: min(82dvh, 680px);
  overflow-y: auto;
  padding: 24px 20px max(20px, env(safe-area-inset-bottom));
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.26);
  transform: translateY(22px);
  opacity: 0;
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-overflow-scrolling: touch;
}

.ssw-my-coupon-detail-modal.is-open .ssw-my-coupon-detail-modal__sheet {
  transform: translateY(0);
  opacity: 1;
}

.ssw-my-coupon-detail-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #737c86;
  font-size: 27px;
  line-height: 1;
  appearance: none;
  cursor: pointer;
}

.ssw-my-coupon-detail-modal__badge {
  display: inline-grid;
  place-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f1f3f5;
  color: #68717d;
  font-size: 11px;
  font-weight: 950;
}

.ssw-my-coupon-detail-modal h3 {
  margin: 14px 36px 0 0;
  color: #111;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 950;
}

.ssw-my-coupon-detail-modal strong {
  display: block;
  margin-top: 12px;
  color: #111;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
}

.ssw-my-coupon-detail-modal dl {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  padding: 0;
  border-top: 1px solid #eef1f4;
}

.ssw-my-coupon-detail-modal dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #eef1f4;
}

.ssw-my-coupon-detail-modal dt,
.ssw-my-coupon-detail-modal dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-my-coupon-detail-modal dt {
  color: #8a9097;
  font-weight: 900;
}

.ssw-my-coupon-detail-modal dd {
  color: #17191c;
  font-weight: 850;
}

.ssw-my-coupon-detail-modal__confirm {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 18px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  appearance: none;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

@media (max-width: 520px) {
  .ssw-my-coupon-detail-modal__sheet {
    width: 100vw;
  }
}

.ssw-my-coupon-notice {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 8px solid #f4f5f6;
}

.ssw-my-coupon-notice h3 {
  margin: 0 0 12px;
  color: #68717d;
  font-size: 15px;
  font-weight: 950;
}

.ssw-my-coupon-notice p {
  margin: 8px 0 0;
  color: #8a9097;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 750;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid #edf0f2;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger article {
  position: relative;
  display: block;
  min-height: 94px;
  padding: 16px 0;
  border-bottom: 1px solid #edf0f2;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger article[hidden],
.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger__more[hidden] {
  display: none;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger time {
  display: block;
  margin: 0 78px 9px 0;
  color: #9aa2aa;
  font-size: 12px;
  font-weight: 850;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger div {
  min-width: 0;
  padding-right: 78px;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger b,
.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger span {
  display: block;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger b {
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger span {
  overflow: hidden;
  margin-top: 6px;
  color: #8a9097;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger strong {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1d9a36;
  font-size: 17px;
  font-weight: 950;
}

.ssw-my-feature-page[data-feature="points"] .ssw-my-points-ledger article[data-delta="minus"] strong {
  color: #6f7680;
}

.ssw-my-points-ledger small {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  color: #8a9097;
  font-size: 10.5px;
  font-weight: 850;
  text-align: right;
}

.ssw-my-points-ledger__more {
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 1px solid #dfe4e8;
  border-radius: 6px;
  background: #fff;
  color: #343a40;
  font-size: 13px;
  font-weight: 900;
}

.ssw-my-ledger-empty {
  display: grid;
  gap: 6px;
  margin-top: 14px;
  padding: 18px;
  border-radius: 8px;
  background: #f7f8f9;
  text-align: center;
}

.ssw-my-ledger-empty b {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-my-ledger-empty span {
  color: #8a9097;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 800;
}

.ssw-seed-center-page {
  background: #f4f5f6;
  padding-top: 56px;
}

.ssw-seed-center-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 120;
  width: min(100vw, 492px);
  transform: translateX(-50%);
  background: #fff;
}

.ssw-seed-center-hero,
.ssw-seed-link-list {
  margin: 14px 18px 0;
  border-radius: 8px;
  background: #fff;
}

.ssw-seed-center-hero {
  padding: 17px 18px;
}

.ssw-seed-center-hero div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.ssw-seed-center-hero span {
  color: #6f7780;
  font-size: 13px;
  font-weight: 900;
}

.ssw-seed-center-hero b {
  color: #111418;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.ssw-seed-center-hero strong {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ssw-seed-rule-header-button {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #d9dee3;
  border-radius: 50%;
  background: #fff;
  color: #68717a;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  appearance: none;
  cursor: pointer;
}

.ssw-seed-rule-modal[hidden] {
  display: none;
}

.ssw-seed-rule-modal {
  position: fixed;
  inset: 0;
  z-index: 520;
}

.ssw-seed-rule-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.ssw-seed-rule-modal__sheet {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: min(100vw, 492px);
  max-height: min(76dvh, 570px);
  padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
  border-radius: 18px 18px 0 0;
  background: #fff;
  transform: translateX(-50%);
  overflow: hidden;
}

.ssw-seed-rule-modal__sheet header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ssw-seed-rule-modal__sheet h2 {
  margin: 0;
  color: #111418;
  font-size: 18px;
  font-weight: 950;
}

.ssw-seed-rule-modal__sheet header button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111418;
  font-size: 25px;
  line-height: 1;
}

.ssw-seed-rule-list {
  display: grid;
  gap: 2px;
  overflow-y: auto;
  margin: 0;
  padding: 0 2px 0 0;
  list-style: none;
  counter-reset: seed-rule;
  -webkit-overflow-scrolling: touch;
}

.ssw-seed-rule-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #eef1f4;
  counter-increment: seed-rule;
}

.ssw-seed-rule-list li::before {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f2f4f6;
  color: #4f5862;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  content: counter(seed-rule);
}

.ssw-seed-rule-list b,
.ssw-seed-rule-list p {
  grid-column: 2;
  margin: 0;
}

.ssw-seed-rule-list b {
  color: #17191c;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 950;
}

.ssw-seed-rule-list p {
  margin: 0;
  margin-top: 6px;
  color: #626b75;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 750;
}

.ssw-seed-rule-modal__sheet > button {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: #111317;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.ssw-seed-link-tabs {
  margin: 14px 18px 0;
}

.ssw-seed-link-tabs div {
  display: flex;
  gap: 4px;
  padding: 3px;
  border-radius: 999px;
  background: #f0f1f3;
}

.ssw-seed-link-tabs button {
  flex: 1;
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8b929a;
  font-size: 13px;
  font-weight: 950;
}

.ssw-seed-link-tabs button.is-active {
  background: #4a5056;
  color: #fff;
}

.ssw-seed-link-tabs b {
  margin-left: 4px;
  font-size: 12px;
  font-weight: 950;
}

.ssw-seed-link-tabs small {
  display: none;
  margin-top: 9px;
  color: #9aa2aa;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 750;
  text-align: right;
}

.ssw-seed-link-list {
  display: grid;
  gap: 12px;
  padding: 0;
  background: transparent;
}

.ssw-seed-link-list[hidden] {
  display: none;
}

.ssw-seed-link-card {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  grid-template-areas:
    "image body"
    "stats stats";
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
}

.ssw-seed-link-card img {
  grid-area: image;
  width: 78px;
  height: 78px;
  border-radius: 6px;
  background: #f1f3f5;
  object-fit: cover;
}

.ssw-seed-link-card__body {
  grid-area: body;
  min-width: 0;
}

.ssw-seed-link-card__top {
  min-width: 0;
}

.ssw-seed-link-card b {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 950;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-seed-link-card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 10px;
}

.ssw-seed-link-card dl {
  grid-area: stats;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 2px 0 0;
}

.ssw-seed-link-card dl div {
  min-width: 0;
  padding: 8px 6px;
  border-radius: 6px;
  background: #f7f8f9;
  text-align: center;
}

.ssw-seed-link-card dt,
.ssw-seed-link-card dd {
  margin: 0;
}

.ssw-seed-link-card dt {
  color: #8a929b;
  font-size: 10px;
  font-weight: 800;
}

.ssw-seed-link-card dd {
  margin-top: 4px;
  color: #111418;
  font-size: 13px;
  font-weight: 950;
}

.ssw-seed-link-card button,
.ssw-seed-link-card__actions a {
  flex: 0 0 auto;
  width: auto;
  min-height: 34px;
  margin-top: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #4a5056;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-seed-link-card__actions a {
  display: inline-flex;
  align-items: center;
  background: #eef0f2;
  color: #373d43;
}

.ssw-seed-link-card__expired {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 0;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf0f2;
  color: #8a929b;
  font-size: 12px;
  font-weight: 900;
}

.ssw-my-deposit-status {
  margin: 12px 18px 0;
  padding: 11px 13px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 850;
}

.ssw-my-deposit-status[data-status="invalid"] {
  background: #f4f5f6;
  color: #17191c;
}

.ssw-my-feature-page[data-feature="deposit"] {
  padding-bottom: calc(118px + env(safe-area-inset-bottom));
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-feature-hero {
  display: block;
  padding: 17px 18px;
  text-align: left;
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-balance-row span {
  color: #6f7780;
  font-size: 13px;
  font-weight: 900;
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-balance-row b {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 0;
  color: #111418;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-balance-row b .amount,
.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-balance-row b bdi,
.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-balance-row b span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-actions {
  position: fixed;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 82;
  width: min(100vw, 492px);
  margin: 0;
  padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -10px 22px rgba(17, 19, 22, 0.08);
  box-sizing: border-box;
  transform: translateX(-50%);
}

.ssw-my-feature-page[data-feature="deposit"] .ssw-my-deposit-action-buttons {
  margin-top: 0;
}

.ssw-my-deposit-actions .ssw-my-deposit-action-grid {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.ssw-my-deposit-action-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 16px;
}

.ssw-my-deposit-actions form {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fafbfc;
}

.ssw-my-deposit-actions form > b {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-my-deposit-actions label {
  display: grid;
  gap: 6px;
  margin: 0;
}

.ssw-my-deposit-actions label span {
  color: #8a9097;
  font-size: 11px;
  font-weight: 850;
}

.ssw-my-deposit-actions input {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 850;
  appearance: none;
}

.ssw-my-deposit-actions input::placeholder {
  color: #a9b0b7;
}

.ssw-my-deposit-actions input[name="ss_deposit_amount"] {
  text-align: right;
}

.ssw-my-deposit-actions button {
  height: 44px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  appearance: none;
}

.ssw-my-deposit-actions button:disabled {
  background: #dfe4ea;
  color: #9aa2aa;
}

.ssw-deposit-modal[hidden] {
  display: none !important;
}

.ssw-deposit-modal {
  position: fixed;
  inset: 0;
  z-index: 420;
}

.ssw-deposit-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.ssw-deposit-modal__sheet {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: grid;
  gap: 14px;
  width: min(100vw, 492px);
  max-height: min(86vh, 720px);
  overflow: auto;
  padding: 18px;
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
  animation: ssw-deposit-modal-in 180ms cubic-bezier(0.22, 0.8, 0.28, 1);
}

@keyframes ssw-deposit-modal-in {
  from {
    transform: translateX(-50%) translateY(18px);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}

.ssw-deposit-modal__sheet > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ssw-deposit-modal__sheet h3 {
  margin: 0;
  color: #111418;
  font-size: 18px;
  font-weight: 950;
}

.ssw-deposit-modal__sheet header button {
  width: 34px;
  height: 34px;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111418;
  font-size: 24px;
  line-height: 1;
}

.ssw-deposit-modal__sheet--amount {
  gap: 16px;
  padding: 20px 18px calc(18px + env(safe-area-inset-bottom));
}

.ssw-deposit-modal__sheet--amount form {
  display: grid;
  gap: 14px;
  margin: 0;
}

.ssw-deposit-modal__sheet--amount label {
  display: grid;
  gap: 8px;
  color: #6f7780;
  font-size: 12px;
  font-weight: 900;
}

.ssw-deposit-modal__sheet--amount input[type="number"] {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dce2e8;
  border-radius: 8px;
  background: #fff;
  color: #111418;
  font-family: inherit;
  font-size: 18px;
  font-weight: 950;
  text-align: right;
  box-sizing: border-box;
  appearance: textfield;
}

.ssw-deposit-modal__sheet--amount input[type="number"]:focus {
  outline: 0;
  border-color: #111418;
  box-shadow: 0 0 0 2px rgba(17, 20, 24, 0.08);
}

.ssw-deposit-modal__sheet--amount button[type="submit"] {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #111418;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 950;
}

.ssw-my-deposit-actions .ssw-deposit-modal__sheet form {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ssw-my-deposit-actions .ssw-deposit-modal__sheet select {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 850;
}

.ssw-deposit-payment-methods {
  display: grid;
  gap: 9px;
}

.ssw-deposit-payment-methods > span {
  color: #8a9097;
  font-size: 11px;
  font-weight: 850;
}

.ssw-deposit-payment-methods label {
  position: relative;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fafbfc;
}

.ssw-deposit-payment-methods input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ssw-deposit-payment-methods label:has(input:checked) {
  border-color: #111418;
  background: #fff;
}

.ssw-deposit-payment-methods img {
  width: 88px;
  height: 88px;
  border-radius: 6px;
  object-fit: cover;
  background: #f1f3f5;
}

.ssw-deposit-payment-methods b {
  color: #111418;
  font-size: 14px;
  font-weight: 950;
}

.ssw-my-deposit-ledger {
  display: grid;
  margin-top: 16px;
  border-top: 1px solid #edf0f2;
}

.ssw-my-deposit-ledger article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f2;
}

.ssw-my-deposit-ledger time,
.ssw-my-deposit-ledger b,
.ssw-my-deposit-ledger span {
  display: block;
}

.ssw-my-deposit-ledger time {
  color: #9aa2aa;
  font-size: 11px;
  font-weight: 850;
}

.ssw-my-deposit-ledger b {
  margin-top: 5px;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-my-deposit-ledger span {
  overflow: hidden;
  margin-top: 4px;
  color: #8a9097;
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-my-deposit-ledger strong {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: #1d9a36;
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}

.ssw-my-deposit-ledger strong .amount,
.ssw-my-deposit-ledger strong bdi,
.ssw-my-deposit-ledger strong span {
  display: inline;
  margin: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.ssw-my-deposit-ledger article[data-type="minus"] strong {
  color: #17191c;
}

.ssw-my-account-actions {
  display: grid;
  gap: 8px;
  margin: 16px 18px 0;
  padding-bottom: 22px;
}

.ssw-my-account-actions a {
  display: grid;
  place-items: center;
  min-height: 44px;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  color: #17191c;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-my-account-actions a[data-variant="secondary"] {
  color: #777f87;
  background: #f7f8f9;
}

.ssw-auth-panel {
  margin: 0 18px 24px;
  padding-bottom: 84px;
}

.ssw-auth-page {
  min-height: 100svh;
  padding-bottom: 0;
}

.ssw-auth-page .ssw-app-page__head {
  position: sticky;
  top: 0;
  z-index: 90;
  background: #fff;
}

.ssw-auth-page .ssw-auth-panel {
  margin-top: 14px;
}

.ssw-auth-brand {
  display: grid;
  justify-items: center;
  padding: 20px 0 18px;
  text-align: center;
}

.ssw-auth-brand b {
  color: #111;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-auth-brand p {
  margin: 8px 0 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-auth-tabs {
  position: relative;
  display: grid;
  gap: 12px;
}

.ssw-auth-tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ssw-auth-tab-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3px;
  padding: 3px;
  border-radius: 8px;
  background: #f1f3f4;
}

.ssw-auth-tab-nav label {
  display: grid;
  place-items: center;
  min-height: 38px;
  border-radius: 6px;
  color: #777f87;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
  touch-action: manipulation;
}

#ssw-auth-register:checked ~ .ssw-auth-tab-nav label[for="ssw-auth-register"],
#ssw-auth-login:checked ~ .ssw-auth-tab-nav label[for="ssw-auth-login"],
#ssw-auth-guest:checked ~ .ssw-auth-tab-nav label[for="ssw-auth-guest"] {
  background: #fff;
  color: #17191c;
  box-shadow: 0 1px 5px rgba(20, 22, 26, 0.08);
}

.ssw-auth-tab-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.ssw-auth-tab-track {
  display: flex;
  width: 300%;
  transition: transform 260ms ease;
}

#ssw-auth-register:checked ~ .ssw-auth-tab-viewport .ssw-auth-tab-track {
  transform: translateX(0);
}

#ssw-auth-login:checked ~ .ssw-auth-tab-viewport .ssw-auth-tab-track {
  transform: translateX(-33.333333%);
}

#ssw-auth-guest:checked ~ .ssw-auth-tab-viewport .ssw-auth-tab-track {
  transform: translateX(-66.666667%);
}

.ssw-auth-card,
.ssw-guest-purchase {
  flex: 0 0 33.333333%;
  min-width: 0;
  padding: 18px;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  background: #fff;
}

.ssw-auth-card h2,
.ssw-guest-purchase h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-auth-card > p {
  margin: 7px 0 14px;
  color: #777f87;
  font-size: 12px;
  line-height: 1.5;
}

.ssw-auth-form {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.ssw-auth-form label {
  display: grid;
  gap: 7px;
}

.ssw-auth-field {
  display: grid;
  gap: 7px;
}

.ssw-auth-form label span {
  color: #555d65;
  font-size: 13px;
  font-weight: 800;
}

.ssw-auth-field > span {
  color: #555d65;
  font-size: 13px;
  font-weight: 800;
}

.ssw-auth-field-hint {
  margin-top: -2px;
  color: #8a9299;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.35;
}

.ssw-auth-section-hint {
  margin: 2px 0 -2px;
  color: #69727a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.ssw-auth-form input[type="text"],
.ssw-auth-form input[type="email"],
.ssw-auth-form input[type="password"],
.ssw-auth-form input[type="tel"],
.ssw-auth-form input[type="date"],
.ssw-auth-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  padding: 0 13px;
  background: #fafbfc;
  color: #17191c;
  font-size: 14px;
}

.ssw-auth-birth-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 8px;
}

.ssw-auth-birth-grid select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #7f8993 50%), linear-gradient(135deg, #7f8993 50%, transparent 50%);
  background-position: calc(100% - 16px) 19px, calc(100% - 11px) 19px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 28px;
}

.ssw-auth-gender-choice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ssw-auth-gender-choice label {
  display: block;
  position: relative;
}

.ssw-auth-gender-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ssw-auth-gender-choice label span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  background: #fafbfc;
  color: #4f5862;
  font-size: 14px;
  font-weight: 900;
}

.ssw-auth-gender-choice input:checked + span {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-auth-form input[data-invalid="true"] {
  border-color: #f48a9d;
  background: #fff6f8;
}

.ssw-auth-inline-message {
  margin: -2px 0 0;
  color: #f16f86;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.ssw-auth-inline-message[hidden] {
  display: none;
}

.ssw-auth-check {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ssw-auth-check input,
.ssw-auth-terms input {
  width: 18px;
  height: 18px;
  accent-color: #111;
}

.ssw-auth-check span,
.ssw-auth-terms span {
  color: #666f77;
  font-size: 13px;
  font-weight: 700;
}

.ssw-auth-terms {
  display: grid;
  gap: 8px;
  padding: 4px 0;
}

.ssw-auth-terms label {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 9px;
}

.ssw-auth-terms label:not(:has(button)) {
  grid-template-columns: 18px minmax(0, 1fr);
}

.ssw-auth-terms button[data-auth-terms-open] {
  justify-self: end;
  min-width: auto;
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #9aa2aa;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.ssw-auth-terms button[data-auth-terms-open]:hover {
  color: #6f7780;
}

.ssw-auth-terms label span {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.35;
}

.ssw-auth-terms-modal[hidden] {
  display: none;
}

html.ssw-modal-open,
html.ssw-modal-open body {
  overflow: hidden;
}

.ssw-auth-terms-modal {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  display: grid;
  align-items: end;
  justify-items: center;
  box-sizing: border-box;
  width: min(100vw, 492px);
  transform: translateX(-50%);
  pointer-events: none;
}

.ssw-auth-terms-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: auto;
}

.ssw-auth-terms-modal__sheet {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 14px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: min(72svh, 560px);
  max-height: min(72svh, 560px);
  overflow: hidden;
  border-radius: 14px 14px 0 0;
  padding: 20px 18px calc(20px + env(safe-area-inset-bottom));
  background: #fff;
  box-shadow: 0 -12px 32px rgba(20, 22, 26, 0.16);
  pointer-events: auto;
}

.ssw-auth-terms-modal__sheet h3 {
  position: relative;
  z-index: 3;
  margin: 0;
  padding-right: 38px;
  background: #fff;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-auth-terms-modal__sheet p {
  margin: 0 0 10px;
  color: #555d65;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-auth-terms-modal__sheet p b {
  color: #17191c;
}

.ssw-auth-terms-modal__sheet > div {
  min-height: 0;
  overflow-y: auto;
  padding-right: 2px;
  overscroll-behavior: contain;
}

.ssw-auth-terms-modal__sheet > button:not(.ssw-auth-terms-modal__close) {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid #e1e5e8;
  border-radius: 12px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-auth-terms-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f4f5;
  color: #17191c;
  font-size: 22px;
  line-height: 1;
}

.ssw-auth-form button,
.ssw-guest-purchase a,
.ssw-auth-guest-actions a {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}

.ssw-auth-terms-modal .ssw-auth-terms-modal__close,
.ssw-auth-form .ssw-auth-terms-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f3f4f5;
  color: #17191c;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.ssw-auth-terms-modal .ssw-auth-terms-modal__sheet > button[data-auth-terms-close]:not(.ssw-auth-terms-modal__close),
.ssw-auth-form .ssw-auth-terms-modal__sheet > button[data-auth-terms-close]:not(.ssw-auth-terms-modal__close) {
  width: 100%;
  min-height: 44px;
  border: 1px solid #e1e5e8;
  border-radius: 12px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 900;
}

.ssw-my-page--guest .ssw-auth-panel .ssw-auth-card .ssw-auth-form button[type="submit"],
.ssw-my-page--guest .ssw-auth-panel .ssw-auth-guest-actions a:first-child {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.ssw-auth-terms-modal .ssw-auth-terms-modal__sheet > button[data-auth-terms-agree],
.ssw-auth-form .ssw-auth-terms-modal__sheet > button[data-auth-terms-agree] {
  position: relative;
  z-index: 3;
  align-self: end;
  width: 100%;
  min-height: 46px;
  border: 1px solid #e1e5e8;
  border-radius: 12px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 -10px 18px rgba(255, 255, 255, 0.92);
}

.ssw-auth-helper {
  justify-self: center;
  color: #777f87;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-guest-purchase {
  margin-top: 12px;
  background: #f7f8f9;
}

.ssw-guest-purchase p {
  margin: 0 0 14px;
  color: #777f87;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-guest-purchase a + a {
  margin-top: 10px;
  background: #fff;
  color: #17191c;
  border: 1px solid #dfe3e7;
}

.ssw-auth-guest-actions {
  display: grid;
  gap: 10px;
}

.ssw-auth-guest-actions a + a {
  background: #fff;
  color: #17191c;
  border: 1px solid #dfe3e7;
}

.ssw-order-page,
.ssw-order-lookup-page {
  background: #f5f6f7;
}

.ssw-order-page,
.ssw-order-lookup-page {
  padding-top: 56px;
}

.ssw-order-detail-page {
  padding-bottom: calc(82px + env(safe-area-inset-bottom));
}

.ssw-order-page .ssw-app-page__head,
.ssw-order-lookup-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 140;
  width: min(100vw, 492px);
  transform: translateX(-50%);
  background: #fff;
}

.ssw-order-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
}

.ssw-order-hero__meta {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  color: #8a9097;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
}

.ssw-order-hero p span,
.ssw-order-list-card div > span {
  justify-self: start;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f0f2f4;
  color: #626a73;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.ssw-order-hero__meta time {
  flex: 0 0 auto;
}

.ssw-order-hero__meta span {
  min-width: 0;
  overflow: hidden;
  color: #4f565e;
  text-overflow: ellipsis;
}

.ssw-order-hero p {
  flex: 0 0 auto;
  margin: 0;
  color: #777f87;
  font-size: 13px;
}

.ssw-order-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0 14px 14px;
  padding: 18px 10px;
  border-radius: 8px;
  background: #fff;
  list-style: none;
}

.ssw-order-timeline li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  color: #a3a9af;
  text-align: center;
}

.ssw-order-timeline li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -50%;
  width: 100%;
  height: 2px;
  background: #edf0f2;
}

.ssw-order-timeline li:first-child::before {
  display: none;
}

.ssw-order-timeline li[data-state="active"] {
  color: #17191c;
}

.ssw-order-timeline li[data-state="active"]::before,
.ssw-order-timeline li[data-state="active"] span {
  background: #111;
}

.ssw-order-timeline span {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d7dbe0;
}

.ssw-order-timeline b {
  min-width: 0;
  font-size: 11px;
  line-height: 1.25;
  font-weight: 900;
}

.ssw-order-box,
.ssw-order-list-head,
.ssw-order-lookup,
.ssw-order-lookup-help {
  margin: 0 14px 14px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.ssw-order-page .ssw-order-list-head {
  margin-top: 14px;
}

.ssw-order-lookup-page .ssw-order-list-head {
  margin-top: 16px;
}

.ssw-order-filter-tabs {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  margin: 14px 14px 12px;
  padding: 4px;
  border-radius: 8px;
  background: #eceff2;
  overflow: hidden;
}

.ssw-order-filter-indicator {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  z-index: 0;
  display: block;
  width: calc((100% - 32px) / 5);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(18, 20, 23, 0.1);
  transform: translateX(0);
  transition: transform 260ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.ssw-order-filter-tabs[data-active-index="1"] .ssw-order-filter-indicator {
  transform: translateX(calc(100% + 6px));
}

.ssw-order-filter-tabs[data-active-index="2"] .ssw-order-filter-indicator {
  transform: translateX(calc((100% + 6px) * 2));
}

.ssw-order-filter-tabs[data-active-index="3"] .ssw-order-filter-indicator {
  transform: translateX(calc((100% + 6px) * 3));
}

.ssw-order-filter-tabs[data-active-index="4"] .ssw-order-filter-indicator {
  transform: translateX(calc((100% + 6px) * 4));
}

.ssw-order-filter-tabs a {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2px;
  place-items: center;
  min-height: 48px;
  border-radius: 6px;
  color: #747c85;
  text-decoration: none;
}

.ssw-order-filter-tabs a[data-active="true"] {
  color: #17191c;
}

.ssw-order-filter-tabs span {
  min-width: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.ssw-order-filter-tabs b {
  color: inherit;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.ssw-order-box h2,
.ssw-order-list-head h2,
.ssw-order-lookup-help h2 {
  margin: 0 0 14px;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-order-list-head p,
.ssw-order-lookup-help p {
  margin: 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-order-items {
  display: grid;
  gap: 0;
}

.ssw-order-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 12px 0;
  border-top: 1px solid #eef0f2;
}

.ssw-order-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.ssw-order-item img {
  align-self: start;
  aspect-ratio: 1 / 1;
  width: 72px;
  height: 72px;
  min-width: 72px;
  object-fit: cover;
  border-radius: 6px;
  background: #f3f4f5;
}

.ssw-order-item div {
  display: grid;
  align-content: space-between;
  gap: 6px;
  min-height: 72px;
  min-width: 0;
}

.ssw-order-item div header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.ssw-order-item div footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  min-width: 0;
}

.ssw-order-item b {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-order-item span {
  color: #8a9097;
  font-size: 12px;
}

.ssw-order-item mark {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f0f2f4;
  color: #626a73;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.ssw-order-item em {
  justify-self: end;
  color: #17191c;
  font-style: normal;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  text-align: right;
  white-space: nowrap;
}

.ssw-order-summary {
  display: grid;
  gap: 0;
  margin: 0;
}

.ssw-order-summary div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #eef0f2;
}

.ssw-order-summary div:first-child {
  border-top: 0;
  padding-top: 0;
}

.ssw-order-summary dt,
.ssw-order-summary dd {
  margin: 0;
  font-size: 13px;
}

.ssw-order-summary dt {
  color: #8a9097;
  font-weight: 850;
}

.ssw-order-summary dd {
  min-width: 0;
  color: #17191c;
  font-weight: 900;
  text-align: right;
  word-break: break-word;
}

.ssw-tracking-box {
  border: 1px solid #eceff2;
}

.ssw-tracking-empty {
  padding: 16px;
  border-radius: 8px;
  background: #f6f7f8;
  text-align: center;
}

.ssw-tracking-empty b {
  display: block;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-tracking-empty p {
  margin: 7px 0 0;
  color: #777f87;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-tracking-link {
  display: grid;
  place-items: center;
  min-height: 46px;
  margin-top: 14px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-tracking-number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ssw-tracking-number span {
  min-width: 0;
  word-break: break-all;
}

.ssw-tracking-number button {
  flex: 0 0 auto;
  min-height: 26px;
  padding: 0 9px;
  border: 0;
  border-radius: 6px;
  background: #f0f2f4;
  color: #17191c;
  font-family: inherit;
  font-size: 12px;
  font-weight: 950;
}

.ssw-tracking-confirm-form {
  margin-top: 10px;
}

.ssw-tracking-confirm-form button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 950;
}

.ssw-tracking-confirmed {
  margin: 10px 0 0;
  color: #59616a;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.ssw-order-inline-alert {
  margin: 0 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f0f7f2;
  color: #177147;
  font-size: 13px;
  font-weight: 900;
}

.ssw-order-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0 14px 24px;
}

.ssw-order-actions a,
.ssw-order-lookup-help a {
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-order-actions a + a {
  background: #fff;
  color: #17191c;
  border: 1px solid #dfe3e7;
}

.ssw-order-detail-actions {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 142;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: min(100vw, 492px);
  margin: 0 auto;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  box-shadow: 0 -8px 22px rgba(17, 19, 22, 0.08);
}

.ssw-order-detail-actions form {
  display: contents;
}

.ssw-order-detail-actions a,
.ssw-order-detail-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  background: #fff;
  color: #25292e;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.ssw-order-detail-actions .ssw-order-card-primary-action {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-order-detail-actions button[disabled] {
  cursor: default;
  opacity: 0.56;
}

.ssw-order-list {
  display: grid;
  gap: 10px;
  margin: 0 14px 24px;
}

.ssw-order-list-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  grid-template-rows: auto minmax(72px, auto) auto;
  gap: 12px;
  align-items: start;
  min-height: 152px;
  padding: 14px 16px 16px;
  border-radius: 8px;
  background: #fff;
  color: #17191c;
}

.ssw-order-list-card header {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.ssw-order-list-card header time {
  color: #8a9097;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  white-space: nowrap;
}

.ssw-order-list-card header span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef1f4;
  color: #626a73;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.ssw-order-list-card > img {
  grid-column: 1;
  grid-row: 2;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f4f5;
}

.ssw-order-list-card > div {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 5px;
  align-self: center;
  min-width: 0;
}

.ssw-order-list-card > b {
  display: none;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-order-list-card > div > strong {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-order-list-card > div > strong mark {
  display: inline;
  margin-left: 4px;
  padding: 0;
  background: transparent;
  color: #8a9097;
  font: inherit;
  font-weight: 900;
}

.ssw-order-list-card > em {
  display: grid;
  gap: 6px;
  justify-items: end;
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  color: #17191c;
  font-style: normal;
  text-align: right;
}

.ssw-order-list-card > em > span {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-order-list-card > em > a {
  color: #777f87;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-order-list-card > div > small {
  overflow: hidden;
  color: #8a9097;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-order-list-card footer {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-top: 2px;
}

.ssw-order-list-card footer form {
  display: contents;
}

.ssw-order-list-card footer a,
.ssw-order-list-card footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 1px solid #d9dde2;
  border-radius: 6px;
  background: #fff;
  color: #25292e;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  font-family: inherit;
  text-decoration: none;
}

.ssw-order-list-card footer button.ssw-order-card-primary-action {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-order-list-card footer button[disabled] {
  cursor: default;
  opacity: 0.56;
}

.ssw-order-review-modal[hidden] {
  display: none;
}

.ssw-order-review-modal {
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  z-index: 13000;
  display: grid;
  grid-column: auto;
  grid-row: auto;
  align-items: end;
  width: min(100vw, 492px);
  min-width: 0;
  transform: translateX(-50%);
}

.ssw-order-review-modal__shade {
  position: absolute;
  inset: 0;
  grid-column: auto;
  grid-row: auto;
  background: transparent;
}

.ssw-order-review-modal__sheet {
  position: relative;
  display: grid;
  gap: 14px;
  width: min(calc(100% - 28px), 468px);
  max-height: min(78vh, 620px);
  margin: 0 auto;
  padding: 20px 18px max(18px, env(safe-area-inset-bottom));
  border-radius: 18px 18px 8px 8px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(18, 20, 23, 0.14), 0 2px 12px rgba(18, 20, 23, 0.08);
}

.ssw-order-review-modal__sheet header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ssw-order-review-modal__sheet h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-order-review-modal__sheet header button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #68707a;
  font-size: 22px;
  line-height: 1;
}

.ssw-order-review-modal__list {
  display: grid;
  grid-column: auto;
  grid-row: auto;
  gap: 10px;
  min-height: 0;
  min-width: 0;
  overflow: auto;
  overscroll-behavior: contain;
}

.ssw-order-review-modal__list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  min-height: 78px;
  padding: 11px 12px;
  border: 1px solid #eceff2;
  border-radius: 8px;
  background: #fff;
}

.ssw-order-review-modal__list img {
  width: 58px;
  height: 58px;
  border-radius: 7px;
  object-fit: cover;
  background: #f3f4f5;
}

.ssw-order-review-modal__list b,
.ssw-order-review-modal__list strong {
  min-width: 0;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-order-review-modal__list a,
.ssw-order-review-modal__list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-order-review-modal__list span {
  background: #f1f3f5;
  color: #7b838c;
}

.ssw-order-lookup form {
  display: grid;
  gap: 14px;
}

.ssw-order-lookup p {
  margin: 0;
}

.ssw-order-lookup label {
  display: block;
  margin: 0 0 7px;
  color: #555d65;
  font-size: 13px;
  font-weight: 850;
}

.ssw-order-lookup input.input-text {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dfe3e7;
  border-radius: 6px;
  padding: 0 13px;
  background: #fafbfc;
  color: #17191c;
  font-size: 14px;
  font-weight: 750;
  box-sizing: border-box;
}

.ssw-order-lookup input.input-text::placeholder {
  color: #a6adb5;
  font-weight: 750;
}

.ssw-order-lookup input.input-text:focus {
  outline: none;
  border-color: #111;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.06);
}

.ssw-order-lookup button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 6px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.ssw-order-track-form__field {
  display: grid;
  gap: 7px;
}

.ssw-order-lookup .woocommerce-form-track-order > p:first-child {
  padding: 12px 13px;
  border-radius: 8px;
  background: #f6f7f8;
  color: #66707a;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 750;
}

.ssw-order-lookup .clear {
  display: none;
}

.ssw-order-lookup-result {
  display: grid;
  gap: 14px;
}

.ssw-order-lookup-result__summary {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  padding: 2px 0 14px;
  border-bottom: 1px solid #edf0f2;
}

.ssw-order-lookup-result__summary span {
  display: inline-grid;
  place-items: center;
  min-height: 26px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef1f3;
  color: #525a63;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.ssw-order-lookup-result__summary h2 {
  margin: 0 0 8px;
  color: #17191c;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.2;
}

.ssw-order-lookup-result__summary p {
  margin: 0;
  color: #858d96;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.ssw-order-lookup-result__panel {
  display: grid;
  gap: 0;
  padding-top: 4px;
}

.ssw-order-lookup-result__panel h3 {
  margin: 0 0 12px;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.25;
}

.ssw-order-lookup-result__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 42px;
  border-bottom: 1px solid #edf0f2;
}

.ssw-order-lookup-result__row span {
  flex: 0 0 auto;
  color: #89919a;
  font-size: 13px;
  font-weight: 850;
}

.ssw-order-lookup-result__row strong {
  min-width: 0;
  color: #17191c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
  text-align: right;
}

.ssw-order-lookup-result__row.is-discount strong {
  color: #ff5d8a;
}

.ssw-order-lookup-result__row.is-total {
  min-height: 50px;
  border-bottom: 0;
}

.ssw-order-lookup-result__row.is-total span,
.ssw-order-lookup-result__row.is-total strong {
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-order-lookup-result__items {
  display: grid;
  gap: 0;
  border-bottom: 1px solid #edf0f2;
}

.ssw-order-lookup-result__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f2;
}

.ssw-order-lookup-result__item:last-child {
  border-bottom: 0;
}

.ssw-order-lookup-result__item img {
  width: 54px;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  background: #f3f4f5;
  object-fit: cover;
}

.ssw-order-lookup-result__item div {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ssw-order-lookup-result__item strong {
  color: #17191c;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

.ssw-order-lookup-result__item span {
  color: #8b939c;
  font-size: 12px;
  font-weight: 850;
}

.ssw-order-lookup-result__item b {
  color: #17191c;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.ssw-order-lookup-result__totals {
  padding-top: 8px;
}

.ssw-order-lookup-alert {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 8px;
  background: #fff6f7;
}

.ssw-order-lookup-alert h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-order-lookup-alert p {
  margin: 0;
  color: #69727b;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.ssw-order-lookup-help .ssw-contact-actions {
  margin: 0;
  padding: 0;
  background: transparent;
}

.ssw-order-lookup-help .ssw-contact-action {
  min-height: 94px;
}

.ssw-order-lookup-help > a {
  margin-top: 12px;
}

.ssw-checkout-page {
  background: #f5f6f7;
}

.ssw-checkout-page[data-order-received="true"] {
  padding-bottom: calc(86px + env(safe-area-inset-bottom));
}

body:has(.ssw-checkout-page[data-order-received="true"]) .ssw-bottom-nav {
  display: none;
}

.ssw-checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 16px 14px 8px;
  background: #fff;
}

.ssw-checkout-steps span,
.ssw-checkout-steps button {
  display: grid;
  place-items: center;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: #f1f3f4;
  color: #8a9097;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.ssw-checkout-steps span.is-active,
.ssw-checkout-steps button.is-active {
  background: #111;
  color: #fff;
}

.ssw-checkout-steps button:disabled {
  cursor: default;
  opacity: 1;
}

.ssw-checkout-guide {
  margin: 0 14px 14px;
  padding: 16px;
  border-radius: 8px;
  background: #fff6f8;
}

.ssw-checkout-guide--done {
  margin-top: 16px;
  background: #f2fbf6;
}

.ssw-checkout-guide h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-checkout-guide p {
  margin: 8px 0 0;
  color: #666f77;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-checkout-info-grid {
  display: grid;
  gap: 8px;
  margin: 0 14px 14px;
}

.ssw-checkout-info-grid article {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
}

.ssw-checkout-info-grid b {
  display: grid;
  grid-row: 1 / span 2;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.ssw-checkout-info-grid span {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-checkout-info-grid p {
  margin: 0;
  color: #777f87;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-order-received-guide {
  display: grid;
  gap: 14px;
  margin: 16px 14px 14px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.ssw-order-received-guide > span {
  justify-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.ssw-order-received-guide h2 {
  margin: 0;
  color: #17191c;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 950;
}

.ssw-order-received-guide p {
  margin: 0;
  color: #666f77;
  font-size: 13px;
  line-height: 1.55;
}

.ssw-payment-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #f7f8f9;
  list-style: none;
}

.ssw-payment-steps li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  color: #555d65;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.ssw-payment-steps b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.ssw-order-received-number {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 18px;
  border-radius: 8px;
  background: #111;
  color: #fff;
  text-align: center;
}

.ssw-order-received-number span {
  color: #cfd3d7;
  font-size: 12px;
  font-weight: 850;
}

.ssw-order-received-number strong {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-order-received-guide dl {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 2px 0;
}

.ssw-order-received-guide dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #eef0f2;
}

.ssw-order-received-guide dt,
.ssw-order-received-guide dd {
  margin: 0;
  font-size: 13px;
}

.ssw-order-received-guide dt {
  color: #8a9097;
  font-weight: 850;
}

.ssw-order-received-guide dd {
  color: #17191c;
  font-weight: 950;
  text-align: right;
}

.ssw-order-received-next {
  padding: 16px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-order-received-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-order-received-panel h3 {
  margin: 0;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-order-received-items {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssw-order-received-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px 96px;
  gap: 8px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e6e9ed;
}

.ssw-order-received-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.ssw-order-received-item span {
  width: 42px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
}

.ssw-order-received-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-order-received-item b {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-order-received-items em,
.ssw-order-received-items strong {
  color: #555d65;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

.ssw-order-received-items strong {
  color: #17191c;
  font-weight: 950;
}

.ssw-order-received-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 7px;
  line-height: 1.1;
  white-space: nowrap;
}

.ssw-order-received-price del {
  color: #c3c8ce;
  font-size: 12px;
  font-weight: 850;
  text-decoration-thickness: 1px;
}

.ssw-order-received-price span {
  color: #17191c;
  font-size: 13px;
  font-weight: 950;
}

.ssw-order-received-total {
  display: grid;
  gap: 0;
  margin: 0;
}

.ssw-order-received-total div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid #e6e9ed;
}

.ssw-order-received-total div:last-child {
  border-bottom: 0;
}

.ssw-order-received-total dt,
.ssw-order-received-total dd {
  margin: 0;
  font-size: 13px;
}

.ssw-order-received-total dt {
  flex: 0 0 auto;
  color: #8a929b;
  font-weight: 850;
}

.ssw-order-received-total dd {
  color: #17191c;
  font-weight: 950;
  text-align: right;
}

.ssw-order-received-total div[data-total] dt,
.ssw-order-received-total div[data-total] dd {
  font-size: 15px;
  font-weight: 950;
}

.ssw-order-received-next h3 {
  margin: 0 0 12px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-order-received-next ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssw-order-received-next li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #666f77;
  font-size: 13px;
  font-weight: 850;
}

.ssw-order-received-next b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #e6e9ed;
  color: #777f87;
  font-size: 12px;
  font-weight: 950;
}

.ssw-order-received-next li[data-state="active"] {
  color: #17191c;
}

.ssw-order-received-next li[data-state="active"] b {
  background: #ff8fa3;
  color: #fff;
}

.ssw-order-received-actions {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 82;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-width: 492px;
  margin: 0 auto;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  box-shadow: 0 -8px 22px rgba(17, 19, 22, 0.06);
}

.ssw-order-received-actions a,
.ssw-order-received-actions button {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  background: #f4f5f6;
  color: #17191c;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-order-received-actions button[data-payment-proof-submit] {
  background: #111;
  color: #fff;
}

.ssw-order-received-actions button[data-payment-next-open="later"] {
  background: #f4f5f6;
  color: #17191c;
}

.ssw-order-details-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 4px 0 -2px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
  text-align: center;
}

.ssw-order-details-divider::before,
.ssw-order-details-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #e8ebee;
}

.ssw-payment-next-modal[hidden] {
  display: none;
}

.ssw-payment-next-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: end center;
  padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
}

.ssw-payment-next-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 19, 22, 0.38);
  opacity: 0;
  transition: opacity 180ms ease;
}

.ssw-payment-next-modal__sheet {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  width: min(100%, 464px);
  min-height: 248px;
  padding: 32px 20px 20px;
  border-radius: 22px 22px 8px 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 19, 22, 0.22);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.ssw-payment-next-modal.is-open .ssw-payment-next-modal__backdrop {
  opacity: 1;
}

.ssw-payment-next-modal.is-open .ssw-payment-next-modal__sheet {
  opacity: 1;
  transform: translateY(0);
}

.ssw-payment-next-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #777f87;
  font-family: inherit;
  font-size: 22px;
  line-height: 1;
}

.ssw-payment-next-modal h3 {
  margin: 0;
  padding-right: 34px;
  color: #17191c;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.3;
}

.ssw-payment-next-modal p {
  margin: 0;
  color: #555d65;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.75;
}

.ssw-payment-next-modal__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2px;
}

.ssw-payment-next-modal__links a {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 50px;
  border-radius: 8px;
  background: #f4f5f6;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
}

.ssw-payment-next-modal__links a[data-payment-next-primary] {
  background: #111;
  color: #fff;
}

.ssw-payment-qr,
.ssw-payment-proof {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-payment-qr header,
.ssw-payment-proof header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ssw-payment-qr h3,
.ssw-payment-proof h3 {
  margin: 0 0 5px;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-payment-qr header p,
.ssw-payment-proof header p {
  margin: 0;
  color: #777f87;
  font-size: 12px;
  line-height: 1.45;
}

.ssw-payment-qr header p strong {
  color: #17191c;
  font-weight: 950;
}

.ssw-payment-qr header > span {
  flex: 0 0 auto;
  padding: 6px 9px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.ssw-payment-method-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 4px;
  border-radius: 8px;
  background: #eceff2;
}

.ssw-payment-method-tabs button {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #737b84;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
}

.ssw-payment-method-tabs button.is-active {
  background: #fff;
  color: #111;
  box-shadow: 0 1px 6px rgba(18, 20, 23, 0.08);
}

.ssw-payment-qr-viewport {
  overflow: hidden;
  border-radius: 8px;
}

.ssw-payment-qr-track {
  display: flex;
  transition: transform 240ms ease;
  will-change: transform;
}

.ssw-payment-qr-card {
  display: grid;
  flex: 0 0 100%;
  align-content: center;
  gap: 18px;
  justify-items: center;
  aspect-ratio: 1;
  min-height: 0;
  padding: 26px 18px 28px;
  border: 0;
  border-radius: 8px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -28px 54px rgba(0, 0, 0, 0.08);
}

.ssw-payment-qr-card[data-tone="wechat"] {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #20d87a 0%, #12c96d 46%, #09a954 100%);
}

.ssw-payment-qr-card[data-tone="alipay"] {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #2496ff 0%, #127df0 48%, #0868d1 100%);
}

.ssw-payment-qr-card > span {
  margin-bottom: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}

.ssw-payment-qr-card img {
  display: block;
  width: min(100%, 210px);
  aspect-ratio: 1;
  max-height: none;
  border: 12px solid #fff;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14), 0 1px 0 rgba(255, 255, 255, 0.36);
}

.ssw-payment-qr-card__amount {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 6px;
  width: min(100%, 210px);
  margin-top: 4px;
  padding: 0 2px;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
}

.ssw-payment-qr-card__amount small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.ssw-payment-qr-card__amount span,
.ssw-payment-qr-card__amount bdi {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.ssw-payment-qr-card p {
  display: none;
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr {
  overflow: hidden;
  padding: clamp(10px, 3.8vw, 16px);
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-viewport {
  width: 100%;
  max-width: 100%;
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card {
  align-content: start;
  gap: clamp(9px, 3.4vw, 15px);
  min-width: 0;
  min-height: 0;
  aspect-ratio: auto;
  padding: clamp(14px, 5vw, 24px) clamp(10px, 4vw, 18px) clamp(16px, 5vw, 24px);
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card > span {
  margin-bottom: 0;
  font-size: clamp(13px, 4.2vw, 16px);
  line-height: 1.2;
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card img {
  box-sizing: border-box;
  width: clamp(132px, calc(100vw - 154px), 196px);
  max-width: 100%;
  border-width: clamp(6px, 2.8vw, 10px);
  border-radius: clamp(7px, 2.8vw, 10px);
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card__amount {
  gap: 4px;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  font-size: clamp(24px, 8vw, 32px);
  overflow-wrap: anywhere;
}

.ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card__amount small {
  font-size: clamp(11px, 3.8vw, 13px);
}

@media (max-width: 520px) {
  .ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card {
    gap: clamp(8px, 2.8vw, 12px);
  }

  .ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card img {
    width: clamp(132px, calc(100vw - 154px), 160px);
    border-width: clamp(6px, 2.4vw, 8px);
  }

  .ssw-checkout-page[data-order-received="true"] .ssw-payment-qr-card__amount {
    font-size: clamp(24px, 7.4vw, 30px);
  }

  .ssw-checkout-page[data-order-received="true"] .ssw-payment-proof {
    margin-top: calc(62px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 700px) {
  .ssw-checkout-page[data-order-received="true"] .ssw-order-received-actions {
    position: static;
  }
}

.ssw-payment-qr-rules {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
  color: #666f77;
  font-size: 11px;
  line-height: 1.45;
}

.ssw-payment-proof figure {
  display: grid;
  gap: 8px;
  margin: 0;
}

.ssw-payment-proof figure img {
  display: block;
  width: 96px;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: #fff;
}

.ssw-payment-proof figcaption {
  color: #777f87;
  font-size: 12px;
  font-weight: 850;
}

.ssw-payment-proof-form {
  display: grid;
  gap: 8px;
}

.ssw-payment-proof-form input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ssw-payment-proof-form label,
.ssw-payment-proof-form button {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
}

.ssw-payment-proof-form label {
  overflow: hidden;
  border: 1px solid #dce1e6;
  background: #fff;
  color: #555d65;
}

.ssw-payment-proof-form label span {
  overflow: hidden;
  max-width: 100%;
  padding: 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-payment-proof-form button {
  border: 0;
  background: #111;
  color: #fff;
}

.ssw-deposit-charge-page {
  display: grid;
  gap: 12px;
  padding-bottom: calc(128px + env(safe-area-inset-bottom));
}

.ssw-deposit-charge-page .ssw-payment-qr,
.ssw-deposit-charge-page .ssw-payment-proof {
  margin: 0 18px;
}

.ssw-deposit-charge-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px 18px 0;
  padding: 16px 18px;
  border-radius: 8px;
  background: #fff;
}

.ssw-deposit-charge-summary span {
  color: #6f7780;
  font-size: 13px;
  font-weight: 900;
}

.ssw-deposit-charge-summary b {
  color: #111418;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 950;
}

.ssw-deposit-charge-page .ssw-payment-qr-card {
  gap: 12px;
  aspect-ratio: auto;
  min-height: 278px;
  padding: 16px 16px 18px;
}

.ssw-deposit-charge-page .ssw-payment-qr-card > span {
  font-size: 14px;
}

.ssw-deposit-charge-page .ssw-payment-qr-card img {
  width: min(100%, 172px);
  border-width: 10px;
  border-radius: 9px;
}

.ssw-deposit-charge-page .ssw-payment-qr-card__amount {
  gap: 4px;
  width: min(100%, 180px);
  margin-top: 0;
  font-size: 25px;
}

.ssw-deposit-charge-page .ssw-payment-qr-card__amount small {
  font-size: 12px;
}

.ssw-payment-proof-form .ssw-deposit-charge-note {
  display: grid;
  place-items: stretch;
  gap: 6px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ssw-payment-proof-form .ssw-deposit-charge-note span {
  padding: 0;
  color: #8a9097;
  font-size: 11px;
  font-weight: 850;
}

.ssw-payment-proof-form .ssw-deposit-charge-note input {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  color: #17191c;
  font-size: 14px;
  font-weight: 850;
  box-sizing: border-box;
}

.ssw-deposit-charge-actions {
  left: 50%;
  right: auto;
  width: min(100vw, 492px);
  margin: 0;
  padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
  box-sizing: border-box;
  transform: translateX(-50%);
  box-shadow: 0 -10px 22px rgba(17, 19, 22, 0.08);
}

.ssw-deposit-charge-actions button:first-child {
  background: #f1f3f5;
  color: #17191c;
}

.ssw-deposit-charge-back {
  display: grid;
  place-items: center;
  min-height: 44px;
  margin-top: 14px;
  border-radius: 8px;
  background: #111418;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.ssw-deposit-charge-back:visited,
.ssw-deposit-charge-back:hover,
.ssw-deposit-charge-back:focus,
.ssw-deposit-charge-back:active {
  color: #fff;
  text-decoration: none;
}

.ssw-checkout-core {
  padding: 0 14px 30px;
}

.ssw-checkout-page[data-order-received="true"] .ssw-checkout-core {
  display: none;
}

.ssw-checkout-core .woocommerce {
  display: grid;
  gap: 14px;
}

.ssw-checkout-core .woocommerce form.checkout {
  order: 1;
}

.ssw-checkout-core .woocommerce .woocommerce-notices-wrapper,
.ssw-checkout-core .woocommerce .woocommerce-form-coupon-toggle,
.ssw-checkout-core .woocommerce .woocommerce-form-login-toggle,
.ssw-checkout-core .woocommerce .checkout_coupon {
  order: 2;
}

.ssw-checkout-core .woocommerce-notices-wrapper,
.ssw-checkout-core .woocommerce-form-coupon-toggle,
.ssw-checkout-core .woocommerce-form-login-toggle {
  margin: 0;
}

.ssw-checkout-core .woocommerce-info,
.ssw-checkout-core .woocommerce-message,
.ssw-checkout-core .woocommerce-error {
  margin: 0 0 12px;
  padding: 13px 14px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #555d65;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-checkout-core form.checkout {
  display: grid;
  gap: 14px;
}

.ssw-checkout-core form.checkout #order_review_heading {
  order: 1;
}

.ssw-checkout-core form.checkout #order_review {
  display: contents;
}

.ssw-checkout-core form.checkout #order_review .shop_table {
  order: 2;
}

.ssw-checkout-core form.checkout #order_review [data-checkout-amount-summary] {
  order: 2;
}

.ssw-checkout-core form.checkout .col2-set {
  order: 3;
}

.ssw-checkout-core form.checkout #payment {
  order: 4;
}

.ssw-checkout-core form.checkout [data-checkout-final-review] {
  order: 3;
}

.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core .woocommerce-notices-wrapper,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core .woocommerce-form-coupon-toggle,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core .woocommerce-form-login-toggle,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core .checkout_coupon,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core .col2-set,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core #payment,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-guide,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-info-grid,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core .woocommerce-notices-wrapper,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core .woocommerce-form-coupon-toggle,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core .woocommerce-form-login-toggle,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core .checkout_coupon,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core #order_review_heading,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core #order_review .shop_table,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core [data-checkout-amount-summary],
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core #payment,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-core [data-checkout-final-review],
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-guide,
.ssw-checkout-page[data-checkout-step="info"] .ssw-checkout-info-grid,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core .woocommerce-notices-wrapper,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core .woocommerce-form-coupon-toggle,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core .woocommerce-form-login-toggle,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core .checkout_coupon,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core #order_review_heading,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core .col2-set,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core #payment,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-guide,
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-info-grid {
  display: none;
}

.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core #order_review .shop_table,
.ssw-checkout-page[data-checkout-step="confirm"] .ssw-checkout-core [data-checkout-final-review],
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core #order_review .shop_table {
  display: none;
}

.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core form.checkout > [data-checkout-amount-summary],
.ssw-checkout-page[data-checkout-step="pay"] .ssw-checkout-core #order_review > [data-checkout-amount-summary] {
  display: none;
}

.ssw-checkout-page[data-checkout-step="confirm"] [data-checkout-info-actions],
.ssw-checkout-page[data-checkout-step="confirm"] [data-checkout-pay-actions],
.ssw-checkout-page[data-checkout-step="info"] [data-checkout-confirm-actions],
.ssw-checkout-page[data-checkout-step="info"] [data-checkout-pay-actions],
.ssw-checkout-page[data-checkout-step="pay"] [data-checkout-confirm-actions],
.ssw-checkout-page[data-checkout-step="pay"] [data-checkout-info-actions] {
  display: none;
}

.ssw-checkout-step-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
}

.ssw-checkout-core form.checkout [data-checkout-confirm-actions] {
  order: 3;
}

.ssw-checkout-core form.checkout [data-checkout-info-actions] {
  order: 4;
}

.ssw-checkout-core form.checkout [data-checkout-pay-actions] {
  order: 4;
}

.ssw-checkout-step-actions[data-layout="split"] {
  grid-template-columns: 0.8fr 1fr;
}

.ssw-checkout-step-actions button {
  display: grid;
  place-items: center;
  min-height: 46px;
  border: 1px solid #d9dde2;
  border-radius: 8px;
  background: #fff;
  color: #111317;
  font-family: inherit;
  font-size: 14px;
  font-weight: 950;
}

.ssw-checkout-step-actions button[data-next] {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-checkout-step-actions #place_order,
.ssw-checkout-step-actions .ssw-checkout-submit-inline {
  border-color: #111;
  background: #111;
  color: #fff;
}

.ssw-checkout-final-review {
  display: grid;
  gap: 18px;
}

.ssw-checkout-final-card {
  display: grid;
  gap: 0;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
}

.ssw-checkout-final-card > h2 {
  margin: 0 0 16px;
  padding: 0;
  color: #17191c;
  font-size: 18px;
  font-weight: 950;
}

.ssw-checkout-final-card [data-checkout-amount-summary],
.ssw-checkout-final-card .ssw-checkout-address-confirm {
  display: grid;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.ssw-checkout-final-card > [data-checkout-amount-summary] > h2 {
  display: none;
}

.ssw-checkout-final-card .ssw-checkout-address-confirm {
  border: 0;
}

.ssw-checkout-final-empty {
  margin: 0;
  padding: 14px;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  color: #7b858f;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-checkout-core .col2-set {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.ssw-checkout-core .col2-set .col-1,
.ssw-checkout-core .col2-set .col-2 {
  display: block;
  width: 100%;
  float: none;
}

.ssw-checkout-page .ssw-checkout-core form.checkout #customer_details.col2-set > .col-1,
.ssw-checkout-page .ssw-checkout-core form.checkout #customer_details.col2-set > .col-2 {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  float: none;
  clear: both;
}

.ssw-checkout-core #order_review_heading,
.ssw-checkout-core .woocommerce-order {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
}

.ssw-checkout-core .woocommerce-billing-fields,
.ssw-checkout-core .woocommerce-additional-fields,
.ssw-checkout-core #order_review .shop_table,
.ssw-checkout-core [data-checkout-amount-summary],
.ssw-checkout-core .woocommerce-order {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
}

.ssw-checkout-core .woocommerce-shipping-fields,
.ssw-checkout-core #ship-to-different-address,
.ssw-checkout-core #billing_country_field,
.ssw-checkout-core .ssw-checkout-hidden-country,
body.woocommerce-checkout #billing_country_field {
  display: none !important;
}

.ssw-checkout-amount-summary h2 {
  margin: 0 0 16px;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-checkout-address-picker {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
}

.ssw-checkout-address-picker h3 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-checkout-address-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ssw-checkout-address-heading span {
  min-width: 0;
}

.ssw-checkout-address-heading button {
  display: inline-grid;
  place-items: center;
  min-height: 32px;
  flex: 0 0 auto;
  border: 1px solid #dfe3e7;
  border-radius: 6px;
  padding: 0 10px;
  background: #f6f7f8;
  color: #30343a;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
}

.ssw-checkout-address-options {
  display: grid;
  grid-auto-columns: minmax(248px, 82%);
  grid-auto-flow: column;
  gap: 10px;
  overflow-x: auto;
  padding: 7px 2px 8px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.ssw-checkout-address-options::-webkit-scrollbar {
  display: none;
}

.ssw-checkout-address-option {
  position: relative;
  border: 1px solid #e3e7eb;
  border-radius: 8px;
  background: #fff;
  scroll-snap-align: start;
}

.ssw-checkout-address-option__select {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 11px 34px 11px 12px;
  cursor: pointer;
}

.ssw-checkout-address-option .ssw-address-delete-badge {
  top: 8px;
  right: 8px;
}

.ssw-checkout-address-option[data-selected="true"] {
  border-color: #111317;
  box-shadow: inset 0 0 0 1px #111317;
}

.ssw-checkout-address-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.ssw-checkout-address-new-input {
  display: none;
}

.ssw-checkout-address-option span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ssw-checkout-address-option b {
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-checkout-address-option b em {
  margin-left: 6px;
  color: #7c858e;
  font-style: normal;
  font-weight: 850;
}

.ssw-checkout-address-option small {
  display: block;
  overflow: hidden;
  color: #7c858e;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-checkout-address-option strong {
  border-radius: 5px;
  padding: 4px 6px;
  background: #f4f5f6;
  color: #555d65;
  font-size: 11px;
  font-weight: 900;
}

.ssw-checkout-address-empty {
  border: 1px solid #e5e8ec;
  border-radius: 8px;
  padding: 14px;
  background: #fafbfc;
}

.ssw-checkout-address-empty b {
  display: block;
  margin: 0 0 5px;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-checkout-address-empty p {
  margin: 0;
  color: #8a929b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.5;
}

.ssw-checkout-address-empty button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 42px;
  margin-top: 12px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  background: #f1f3f5;
  color: #30343a;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
}

.ssw-checkout-address-confirm {
  display: grid;
  gap: 12px;
  border: 1px solid #e5e8ec;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.ssw-checkout-address-confirm header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ssw-checkout-address-confirm h3 {
  margin: 0;
  color: #17191c;
  font-size: 15px;
  font-weight: 950;
}

.ssw-checkout-address-confirm header button {
  display: grid;
  place-items: center;
  min-height: 32px;
  border: 1px solid #dfe3e7;
  border-radius: 6px;
  padding: 0 10px;
  background: #fff;
  color: #17191c;
  font-family: inherit;
  font-size: 12px;
  font-weight: 900;
}

.ssw-checkout-address-confirm dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.ssw-checkout-address-confirm dl div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 10px;
  min-height: 36px;
  align-items: center;
  border-bottom: 1px solid #f0f2f4;
}

.ssw-checkout-address-confirm dl div:last-child {
  border-bottom: 0;
}

.ssw-checkout-address-confirm dt,
.ssw-checkout-address-confirm dd {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.ssw-checkout-address-confirm dt {
  color: #8a929b;
  font-weight: 850;
}

.ssw-checkout-address-confirm dd {
  color: #17191c;
  font-weight: 850;
}

.ssw-checkout-address-modal[hidden] {
  display: none;
}

.ssw-checkout-address-modal {
  position: fixed;
  inset: 0;
  z-index: 10030;
  display: grid;
  align-items: end;
}

.ssw-checkout-address-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.ssw-checkout-address-modal__sheet {
  position: relative;
  display: grid;
  grid-template-rows: 56px minmax(0, 1fr) auto;
  width: min(100%, 468px);
  max-height: min(88vh, 760px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.18);
}

.ssw-checkout-address-modal__sheet header {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  border-bottom: 1px solid #edf0f2;
}

.ssw-checkout-address-modal__sheet header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #17191c;
}

.ssw-checkout-address-modal__sheet header svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-checkout-address-modal__sheet h2 {
  margin: 0;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
  text-align: center;
}

.ssw-checkout-address-modal__body {
  min-height: 0;
  overflow-y: auto;
  padding: 16px 18px 18px;
  -webkit-overflow-scrolling: touch;
}

.ssw-checkout-address-modal__body .woocommerce-billing-fields__field-wrapper {
  display: block;
}

.ssw-checkout-address-modal__sheet footer {
  display: grid;
  gap: 10px;
  padding: 12px 18px max(18px, env(safe-area-inset-bottom));
  border-top: 1px solid #edf0f2;
  background: #fff;
}

.ssw-checkout-address-modal__sheet footer button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 950;
}

.ssw-checkout-core .woocommerce-billing-fields .form-row {
  float: none;
  width: 100%;
}

.ssw-checkout-amount-summary__head,
.ssw-checkout-amount-items li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px 88px;
  gap: 10px;
  align-items: center;
}

.ssw-checkout-amount-summary__head {
  padding: 0 0 10px;
  border-bottom: 1px solid #e7eaee;
  color: #7b838c;
  font-size: 12px;
  font-weight: 900;
}

.ssw-checkout-amount-summary__head span:nth-child(2),
.ssw-checkout-amount-summary__head span:nth-child(3) {
  text-align: right;
}

.ssw-checkout-amount-items {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssw-checkout-amount-items li {
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid #eef0f2;
}

.ssw-checkout-amount-product {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.ssw-checkout-amount-product__thumb {
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f4f5f6;
}

.ssw-checkout-amount-product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ssw-checkout-amount-product b {
  display: -webkit-box;
  overflow: hidden;
  color: #17191c;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ssw-checkout-amount-product small {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #8a929b;
  font-size: 11px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-checkout-amount-qty,
.ssw-checkout-amount-items strong {
  color: #555d65;
  font-size: 13px;
  font-weight: 850;
  text-align: right;
}

.ssw-checkout-amount-items strong {
  color: #17191c;
}

.ssw-checkout-amount-totals {
  display: grid;
  gap: 0;
  margin: 2px 0 0;
}

.ssw-checkout-amount-totals div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 42px;
  border-bottom: 1px solid #eef0f2;
}

.ssw-checkout-amount-totals div:last-child {
  border-bottom: 0;
}

.ssw-checkout-amount-totals dt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
  color: #555d65;
  font-size: 13px;
  font-weight: 850;
}

.ssw-checkout-amount-totals dt small {
  color: #9aa2aa;
  font-size: 11px;
  font-weight: 750;
}

.ssw-checkout-amount-totals dd {
  margin: 0;
  color: #17191c;
  font-size: 13px;
  font-weight: 950;
  text-align: right;
  white-space: nowrap;
}

.ssw-checkout-amount-totals div[data-tone="discount"] dd {
  color: #ff4f93;
}

.ssw-checkout-amount-totals div[data-action-row] {
  padding: 5px 0;
}

.ssw-checkout-amount-totals div[data-action-row] dt,
.ssw-checkout-amount-totals div[data-inline-row] dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ssw-checkout-amount-totals div[data-action-row] dt > span {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
}

.ssw-checkout-amount-totals div[data-action-row] dt small,
.ssw-checkout-amount-totals div[data-inline-row] dt small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-checkout-amount-totals div[data-action-row] dt button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border: 1px solid #dfe3e7;
  border-radius: 5px;
  padding: 0 8px;
  background: #fff;
  color: #555d65;
  font-family: inherit;
  font-size: 11px;
  font-weight: 900;
}

.ssw-checkout-amount-totals div[data-total] {
  min-height: 48px;
  margin-top: 4px;
}

.ssw-checkout-amount-totals div[data-total] dt,
.ssw-checkout-amount-totals div[data-total] dd {
  color: #111317;
  font-size: 18px;
  font-weight: 950;
}

.ssw-checkout-core #billing_ss_save_address_field {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.ssw-checkout-core #billing_ss_save_address_field label.checkbox {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: #30353b;
  font-size: 13px;
  font-weight: 900;
}

.ssw-checkout-core #billing_ss_save_address_field input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #111317;
}

.ssw-checkout-core #billing_ss_save_address_field::after {
  display: none;
  content: none;
}

.ssw-checkout-benefit-modal[hidden] {
  display: none;
}

.ssw-checkout-benefit-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom));
}

.ssw-checkout-benefit-modal__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
}

.ssw-checkout-benefit-modal__sheet {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(100%, 430px);
  max-height: min(78vh, 680px);
  overflow: hidden;
  border-radius: 18px 18px 8px 8px;
  background: #fff;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.18);
}

.ssw-checkout-benefit-modal__sheet header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  min-height: 56px;
  border-bottom: 1px solid #eef0f2;
  background: #fff;
}

.ssw-checkout-benefit-modal__sheet header button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #111317;
}

.ssw-checkout-benefit-modal__sheet header button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-checkout-benefit-modal__sheet header h2 {
  margin: 0;
  color: #111317;
  font-size: 17px;
  font-weight: 950;
  text-align: center;
}

.ssw-checkout-benefit-modal__body {
  overflow: auto;
  padding: 16px;
  background: #f6f7f8;
}

.ssw-checkout-benefit-balance {
  padding: 16px;
  border-radius: 8px;
  background: #111317;
  color: #fff;
}

.ssw-checkout-benefit-balance span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
}

.ssw-checkout-benefit-balance b {
  display: block;
  margin-top: 6px;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.ssw-checkout-benefit-balance p,
.ssw-checkout-benefit-note {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.ssw-checkout-benefit-note {
  padding: 13px 14px;
  border-radius: 8px;
  background: #fff3f7;
  color: #8a405b;
}

.ssw-checkout-benefit-input {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: #555d65;
  font-size: 13px;
  font-weight: 850;
}

.ssw-checkout-benefit-input input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  padding: 0 13px;
  background: #fff;
  color: #111317;
  font-size: 16px;
  font-weight: 900;
}

.ssw-checkout-coupon-list {
  display: grid;
  gap: 10px;
}

.ssw-checkout-coupon-list button {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  min-height: 86px;
  border: 1px solid #e2e6ea;
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  color: #111317;
  font-family: inherit;
  text-align: left;
}

.ssw-checkout-coupon-list button[data-selected="true"] {
  border-color: #111317;
  box-shadow: inset 0 0 0 1px #111317;
}

.ssw-checkout-coupon-list button:disabled {
  background: #f0f2f4;
  color: #9aa2aa;
}

.ssw-checkout-coupon-list b {
  display: block;
  font-size: 14px;
  font-weight: 950;
}

.ssw-checkout-coupon-list small {
  display: block;
  margin-top: 5px;
  color: #7b838c;
  font-size: 12px;
  line-height: 1.35;
}

.ssw-checkout-coupon-list strong {
  color: #ff4f93;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.ssw-checkout-coupon-list em {
  grid-column: 1 / -1;
  justify-self: start;
  border-radius: 999px;
  padding: 4px 9px;
  background: #f3f4f5;
  color: #555d65;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.ssw-checkout-coupon-list button[data-state="enabled"] em {
  background: #fff3f7;
  color: #ff4f93;
}

.ssw-checkout-benefit-modal__sheet footer {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1fr;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid #eef0f2;
  background: #fff;
}

.ssw-checkout-benefit-modal__sheet footer button {
  min-height: 44px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  background: #fff;
  color: #111317;
  font-family: inherit;
  font-size: 13px;
  font-weight: 950;
}

.ssw-checkout-benefit-modal__sheet footer button[data-primary] {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-checkout-core h3,
.ssw-checkout-core #order_review_heading,
.ssw-checkout-core .woocommerce-order h2,
.ssw-checkout-core .woocommerce-order h3 {
  margin: 0 0 14px;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-checkout-core .form-row {
  margin: 0 0 13px;
  padding: 0;
}

.ssw-checkout-core label {
  display: block;
  margin: 0 0 7px;
  color: #555d65;
  font-size: 13px;
  font-weight: 850;
}

.ssw-checkout-core input.input-text,
.ssw-checkout-core textarea,
.ssw-checkout-core select,
.ssw-checkout-core .select2-container {
  width: 100%;
}

.ssw-checkout-core input.input-text,
.ssw-checkout-core textarea,
.ssw-checkout-core select {
  min-height: 46px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  padding: 0 13px;
  background: #fafbfc;
  color: #17191c;
  font-size: 14px;
}

.ssw-checkout-core select {
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, #17191c 50%),
    linear-gradient(135deg, #17191c 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

.ssw-checkout-core select.ssw-native-select-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.ssw-custom-select {
  position: relative;
  width: 100%;
}

.ssw-custom-select__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 46px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  padding: 0 38px 0 13px;
  background: #fafbfc;
  color: #17191c;
  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  text-align: left;
}

.ssw-custom-select__button::after {
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #17191c;
  border-bottom: 2px solid #17191c;
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.ssw-custom-select[data-open="true"] .ssw-custom-select__button {
  border-color: #111317;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(17, 19, 23, 0.08);
}

.ssw-custom-select__button:focus {
  border-color: #111317;
  box-shadow: 0 0 0 2px rgba(17, 19, 23, 0.08);
  outline: 0;
}

.ssw-custom-select__list {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 40;
  display: none;
  max-height: 270px;
  overflow: auto;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 19, 23, 0.14);
}

.ssw-custom-select[data-open="true"] .ssw-custom-select__list {
  display: grid;
}

.ssw-custom-select__list button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid #f0f2f4;
  padding: 0 12px;
  background: #fff;
  color: #17191c;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.ssw-custom-select__list button:last-child {
  border-bottom: 0;
}

.ssw-custom-select__list button:hover,
.ssw-custom-select__list button[data-selected="true"] {
  background: #111317;
  color: #fff;
}

.ssw-checkout-core input.input-text:focus,
.ssw-checkout-core textarea:focus,
.ssw-checkout-core select:focus {
  border-color: #111317;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(17, 19, 23, 0.08);
  outline: 0;
}

.ssw-checkout-core textarea {
  min-height: 88px;
  padding-top: 12px;
}

.ssw-checkout-core #billing_ss_identity_id_field::after {
  content: "根据海关规定，身份证信息为通关必填信息。收件人与身份证信息不一致时，无法发货。";
  display: block;
  margin-top: 7px;
  color: #8a929b;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.ssw-checkout-core .select2-container .select2-selection--single {
  height: 46px;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  background: #fafbfc;
}

.select2-container--open .select2-dropdown {
  overflow: hidden;
  border: 1px solid #dfe3e7;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 19, 23, 0.14);
}

.select2-results__option {
  padding: 10px 12px;
  color: #17191c;
  font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #111317;
  color: #fff;
}

.ssw-checkout-core .select2-container .select2-selection__rendered {
  line-height: 46px;
  padding-left: 13px;
}

.ssw-checkout-core .select2-container .select2-selection__arrow {
  height: 46px;
}

.ssw-checkout-core table.shop_table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0;
  font-size: 13px;
}

.ssw-checkout-core table.shop_table th,
.ssw-checkout-core table.shop_table td {
  border: 0;
  border-bottom: 1px solid #eef0f2;
  padding: 12px 0;
  color: #555d65;
}

.ssw-checkout-core table.shop_table tfoot tr:last-child th,
.ssw-checkout-core table.shop_table tfoot tr:last-child td {
  border-bottom: 0;
  color: #17191c;
  font-size: 16px;
  font-weight: 950;
}

.ssw-checkout-core .woocommerce-checkout-payment {
  border-radius: 8px;
  background: #f7f8f9;
}

.ssw-checkout-core #payment ul.payment_methods {
  border: 0;
  padding: 14px;
}

.ssw-checkout-core #payment div.payment_box {
  background: #fff;
  color: #666f77;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-checkout-core #payment label {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-qr-payment-instructions {
  margin: 0 0 14px;
  padding: 13px 14px;
  border-radius: 8px;
  background: #fff6f8;
  color: #666f77;
  font-size: 13px;
  line-height: 1.5;
}

.ssw-checkout-core #payment div.payment_box::before {
  display: none;
}

.ssw-checkout-core #payment .place-order {
  padding: 14px;
}

.ssw-checkout-core #place_order {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: #f48a9d;
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.ssw-checkout-step-actions #place_order,
.ssw-checkout-step-actions .ssw-checkout-submit-inline {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}

.ssw-checkout-core .woocommerce-order-overview {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.ssw-checkout-core .woocommerce-order-overview li {
  display: flex;
  justify-content: space-between;
  border: 0;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eef0f2;
  color: #555d65;
  font-size: 13px;
}

.ssw-contact-page {
  min-height: 100svh;
  padding-top: 56px;
  padding-bottom: max(28px, env(safe-area-inset-bottom));
  background: #f4f5f6;
}

.ssw-contact-page .ssw-app-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 90;
  width: min(100%, 492px);
  background: #fff;
  transform: translateX(-50%);
}

.ssw-contact-actions,
.ssw-contact-faq {
  margin: 12px 18px 0;
  border-radius: 8px;
  background: #fff;
}

.ssw-contact-faq p {
  margin: 0;
  color: #747c85;
  font-size: 13px;
  line-height: 1.6;
}

.ssw-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.ssw-contact-action {
  display: grid;
  min-width: 0;
  gap: 9px;
  justify-items: center;
  min-height: 112px;
  padding: 16px 8px 14px;
  border: 0;
  border-radius: 8px;
  background: #f7f8f9;
  color: #17191c;
  font-family: inherit;
  text-align: center;
  cursor: pointer;
}

.ssw-contact-action:active {
  transform: translateY(1px);
}

.ssw-contact-action__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
}

.ssw-contact-action__icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.ssw-contact-action__icon--channel {
  background: #efeaff;
  color: #6d45ff;
}

.ssw-contact-action__icon--wechat {
  background: #ecfaf1;
  color: #16b65b;
}

.ssw-contact-action strong {
  display: block;
  color: #17191c;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}

.ssw-contact-action em {
  display: block;
  margin-top: 5px;
  color: #848c95;
  font-size: 11px;
  line-height: 1.35;
  font-style: normal;
  font-weight: 800;
}

.ssw-contact-faq {
  padding: 18px;
}

.ssw-contact-faq h2 {
  margin: 0 0 14px;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
}

.ssw-contact-faq {
  margin-bottom: 0;
}

.ssw-contact-faq details {
  border-top: 1px solid #eef0f2;
  padding: 13px 0;
}

.ssw-contact-faq details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.ssw-contact-faq details:last-child {
  padding-bottom: 0;
}

.ssw-contact-faq summary {
  cursor: pointer;
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-contact-faq details p {
  margin-top: 8px;
}

.ssw-contact-wechat-modal[hidden] {
  display: none;
}

.ssw-contact-wechat-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(17, 19, 22, 0.42);
}

.ssw-contact-wechat-modal__panel {
  position: relative;
  width: min(100%, 492px);
  padding: 24px 20px max(20px, env(safe-area-inset-bottom));
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 -16px 34px rgba(0, 0, 0, 0.16);
}

.ssw-contact-wechat-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #7b838c;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.ssw-contact-wechat-modal__panel .ssw-contact-action__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
}

.ssw-contact-wechat-modal__panel h2 {
  margin: 0;
  color: #17191c;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 950;
}

.ssw-contact-wechat-modal__panel p {
  margin: 10px 34px 0 0;
  color: #747c85;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 750;
}

.ssw-contact-wechat-modal__id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
  background: #f4f5f6;
}

.ssw-contact-wechat-modal__id span {
  color: #7b838c;
  font-size: 12px;
  font-weight: 850;
}

.ssw-contact-wechat-modal__id strong {
  color: #17191c;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-contact-wechat-modal__copy {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 12px;
  border: 0;
  border-radius: 8px;
  background: #111;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
}

body.post-type-archive-product.has-app-chrome,
body.tax-product_cat.has-app-chrome,
body.tax-product_tag.has-app-chrome {
  padding-top: 0;
}

body.post-type-archive-product .app-header,
body.post-type-archive-product .top-tabs,
body.tax-product_cat .app-header,
body.tax-product_cat .top-tabs,
body.tax-product_tag .app-header,
body.tax-product_tag .top-tabs {
  display: none !important;
}

body.post-type-archive-product .ssw-shop-page__head,
body.tax-product_cat .ssw-shop-page__head,
body.tax-product_tag .ssw-shop-page__head {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: min(100vw, 492px);
  min-height: 56px;
  padding: 0 12px;
  transform: translateX(-50%);
  border-bottom: 1px solid #eef0f2;
  background: #fff;
}

body.post-type-archive-product .ssw-shop-page__head h1,
body.tax-product_cat .ssw-shop-page__head h1,
body.tax-product_tag .ssw-shop-page__head h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: calc(100% - 112px);
  margin: 0;
  transform: translate(-50%, -50%);
  overflow: hidden;
  color: #17191c;
  font-size: 17px;
  font-weight: 950;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.post-type-archive-product .ssw-shop-page__head div,
body.tax-product_cat .ssw-shop-page__head div,
body.tax-product_tag .ssw-shop-page__head div {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 2px;
}

body.post-type-archive-product .ssw-shop-head-icon,
body.tax-product_cat .ssw-shop-head-icon,
body.tax-product_tag .ssw-shop-head-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 44px;
  color: #111317;
  text-decoration: none;
}

body.post-type-archive-product .ssw-shop-head-icon--back,
body.tax-product_cat .ssw-shop-head-icon--back,
body.tax-product_tag .ssw-shop-head-icon--back {
  position: relative;
  z-index: 1;
}

body.post-type-archive-product .ssw-shop-head-icon svg,
body.tax-product_cat .ssw-shop-head-icon svg,
body.tax-product_tag .ssw-shop-head-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-category-subtabs {
  position: fixed;
  top: 56px;
  left: 50%;
  z-index: 70;
  display: flex;
  gap: 22px;
  width: min(100vw, 492px);
  overflow-x: auto;
  padding: 10px 14px 9px;
  transform: translateX(-50%);
  transition: transform 220ms ease, opacity 180ms ease;
  border-bottom: 1px solid #eef0f2;
  background: #fff;
  scrollbar-width: none;
}

.ssw-category-subtabs::-webkit-scrollbar {
  display: none;
}

.ssw-category-subtabs a {
  position: relative;
  flex: 0 0 auto;
  color: #8d949b;
  font-size: 13px;
  font-weight: 850;
  line-height: 28px;
  text-decoration: none;
  white-space: nowrap;
}

.ssw-category-subtabs a.is-active {
  color: #111317;
  font-weight: 950;
}

.ssw-category-subtabs a.is-active::after {
  display: none;
}

.ssw-category-subtabs__indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #111317;
  transform: translateX(0);
  transition: transform 220ms ease, width 220ms ease;
  pointer-events: none;
}

body.post-type-archive-product .ssw-shop-page,
body.tax-product_cat .ssw-shop-page,
body.tax-product_tag .ssw-shop-page {
  padding-top: 107px;
  padding-bottom: 86px;
  background: #fff;
}

body.tax-product_cat .ssw-shop-page {
  padding-top: 155px;
}

body:has(.ssw-search-hub) .ssw-shop-page {
  padding-top: 0;
}

body.post-type-archive-product .ssw-shop-page__products,
body.tax-product_cat .ssw-shop-page__products,
body.tax-product_tag .ssw-shop-page__products {
  padding: 0 14px;
}

body.post-type-archive-product .ssw-product-filterbar,
body.tax-product_cat .ssw-product-filterbar,
body.tax-product_tag .ssw-product-filterbar {
  position: fixed;
  top: 104px;
  left: 0;
  right: 0;
  z-index: 69;
  width: min(100vw, 492px);
  margin: 0 auto;
  padding: 10px 14px 8px;
  transform: none;
  transition: transform 220ms ease, opacity 180ms ease;
  border-bottom: 1px solid #f2f3f4;
  background: #fff;
}

body.search .ssw-product-filterbar {
  top: 56px;
}

body.post-type-archive-product .ssw-shop-page.is-secondary-hidden .ssw-category-subtabs,
body.tax-product_cat .ssw-shop-page.is-secondary-hidden .ssw-category-subtabs,
body.tax-product_tag .ssw-shop-page.is-secondary-hidden .ssw-category-subtabs {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-48px);
}

body.post-type-archive-product .ssw-shop-page.is-secondary-hidden .ssw-product-filterbar,
body.tax-product_cat .ssw-shop-page.is-secondary-hidden .ssw-product-filterbar,
body.tax-product_tag .ssw-shop-page.is-secondary-hidden .ssw-product-filterbar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-99px);
}

body.post-type-archive-product .ssw-product-filterbar__tools,
body.tax-product_cat .ssw-product-filterbar__tools,
body.tax-product_tag .ssw-product-filterbar__tools {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  justify-content: flex-start;
  scrollbar-width: none;
}

body.post-type-archive-product .ssw-product-filterbar__tools::-webkit-scrollbar,
body.tax-product_cat .ssw-product-filterbar__tools::-webkit-scrollbar,
body.tax-product_tag .ssw-product-filterbar__tools::-webkit-scrollbar {
  display: none;
}

body.post-type-archive-product .ssw-product-filterbar__tools a,
body.post-type-archive-product .ssw-product-filterbar__tools button,
body.tax-product_cat .ssw-product-filterbar__tools a,
body.tax-product_cat .ssw-product-filterbar__tools button,
body.tax-product_tag .ssw-product-filterbar__tools a,
body.tax-product_tag .ssw-product-filterbar__tools button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #e1e5e8;
  border-radius: 999px;
  background: #fff;
  color: #30353a;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

body.post-type-archive-product .ssw-product-filterbar__tools button.is-active,
body.tax-product_cat .ssw-product-filterbar__tools button.is-active,
body.tax-product_tag .ssw-product-filterbar__tools button.is-active {
  border-color: #111;
  color: #111;
  font-weight: 950;
}

body.post-type-archive-product .ssw-product-filterbar__sort-trigger,
body.tax-product_cat .ssw-product-filterbar__sort-trigger,
body.tax-product_tag .ssw-product-filterbar__sort-trigger {
  margin-left: auto;
}

body.post-type-archive-product .ssw-shop-page__products .ssw-section-head,
body.tax-product_cat .ssw-shop-page__products .ssw-section-head,
body.tax-product_tag .ssw-shop-page__products .ssw-section-head {
  margin: 14px 0 14px;
}

.ssw-shop-card .ssw-shop-card__media {
  position: relative !important;
}

.ssw-shop-card .ssw-shop-card__soldout {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  left: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: 24px !important;
  padding: 0 9px !important;
  transform: none !important;
}

.ssw-promo-page {
  min-height: 100vh;
  padding: 0 16px calc(92px + env(safe-area-inset-bottom));
  background: #fff;
}

.ssw-promo-page__hero {
  display: grid;
  gap: 8px;
  padding: 18px 0 16px;
  border-bottom: 1px solid #f0f2f4;
}

.ssw-promo-page__hero a {
  width: max-content;
  color: #6f7780;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-promo-page__hero span {
  color: #ff5f8f;
  font-size: 12px;
  font-weight: 950;
}

.ssw-promo-page__hero h1 {
  margin: 0;
  color: #17191c;
  font-size: 23px;
  font-weight: 950;
  line-height: 1.25;
}

.ssw-promo-page__hero p {
  margin: 0;
  color: #626b74;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ssw-promo-page__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
}

.ssw-promo-page__toolbar b {
  color: #17191c;
  font-size: 14px;
  font-weight: 950;
}

.ssw-promo-page__toolbar span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4f6f8;
  color: #616b75;
  font-size: 12px;
  font-weight: 850;
}

.ssw-promo-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 10px;
}

.ssw-promo-page-grid .ssw-mini-product {
  min-width: 0;
}

.ssw-promo-page-grid .ssw-mini-product__image {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f6f7;
}

.ssw-marketing-center {
  gap: 16px;
}

.ssw-marketing-center--customer-preview {
  gap: 0;
  background: #fff;
}

.ssw-marketing-center--customer-preview .ssw-preview-gallery__header {
  margin-bottom: 0;
  border-bottom: 1px solid #edf1f4;
}

.ssw-marketing-center--customer-preview .ssw-preview-gallery__header-title h1 {
  font-size: 16px;
}

.ssw-campaign-widget-customer-surface {
  display: block;
  background: #fff;
}

.ssw-campaign-widget-customer-surface .ssw-widget-template {
  margin: 0;
}

.ssw-campaign-widget-customer-note {
  margin: 0;
  padding: 12px 14px 18px;
  color: #6b7480;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  background: #fff;
}

.ssw-template-deal-grid__cta,
.ssw-preview-ranking__cta {
  display: flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 22px auto 0;
  padding: 0 18px;
  border: 1px solid #dfe5eb;
  border-radius: 999px;
  background: #fff;
  color: #34404c;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-template-deal-grid__cta::after,
.ssw-preview-ranking__cta::after {
  content: "›";
  color: #7c8792;
  font-size: 18px;
  line-height: 1;
}

.ssw-campaign-full-view-page {
  margin: 0;
  background: #eef2f6;
  color: #15181d;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ssw-campaign-full-view {
  width: min(430px, 100vw);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

.ssw-campaign-full-view__header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  padding: calc(10px + env(safe-area-inset-top)) 14px 12px;
  border-bottom: 1px solid #edf1f4;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.ssw-campaign-full-view__header a {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f6f8;
  color: #15181d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.ssw-campaign-full-view__header .ssw-shop-head-icon {
  width: 32px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #15181d;
}

.ssw-campaign-full-view__header .ssw-shop-head-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssw-campaign-full-view__header h1 {
  margin: 0;
  color: #15181d;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-campaign-full-view__header p {
  margin: 4px 0 0;
  color: #67727e;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.ssw-campaign-full-view__toolbar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 12px 10px 8px 14px;
  background: #fff;
}

.ssw-campaign-full-view__tabs {
  display: flex;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  padding: 0 14px 0 0;
  scroll-padding-inline: 14px;
  scrollbar-width: none;
}

.ssw-campaign-full-view__tabs::-webkit-scrollbar {
  display: none;
}

.ssw-campaign-full-view__tabs a,
.ssw-campaign-full-view__active-slot {
  display: inline-flex;
  min-width: max-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #dce3ea;
  border-radius: 999px;
  background: #fff;
  color: #687380;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-campaign-full-view__tabs a.is-active,
.ssw-campaign-full-view__active-slot {
  border-color: #111317;
  background: #111317;
  color: #fff;
}

.ssw-campaign-full-view__active-slot {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ssw-campaign-full-view__sort {
  position: relative;
  z-index: 6;
  flex: 0 0 auto;
}

.ssw-campaign-full-view__sort::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 24px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 72%);
}

.ssw-campaign-full-view__sort summary {
  display: inline-flex;
  min-width: max-content;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 11px;
  border: 1px solid #dce3ea;
  border-radius: 999px;
  background: #fff;
  color: #15181d;
  font-size: 12px;
  font-weight: 850;
  list-style: none;
  cursor: pointer;
  box-shadow: 0 3px 12px rgba(17, 19, 23, 0.06);
}

.ssw-campaign-full-view__sort summary::-webkit-details-marker {
  display: none;
}

.ssw-campaign-full-view__sort summary span {
  color: #8a949f;
  font-size: 11px;
  font-weight: 800;
}

.ssw-campaign-full-view__sort summary b {
  color: #15181d;
  font-size: 12px;
  font-weight: 900;
}

.ssw-campaign-full-view__sort summary::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  border-right: 1.7px solid currentColor;
  border-bottom: 1.7px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.ssw-campaign-full-view__sort[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.ssw-campaign-full-view__sort-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: grid;
  width: 132px;
  overflow: hidden;
  border: 1px solid #e3e8ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(17, 19, 23, 0.16);
}

.ssw-campaign-full-view__sort-menu a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  color: #3b444d;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.ssw-campaign-full-view__sort-menu a + a {
  border-top: 1px solid #f0f3f6;
}

.ssw-campaign-full-view__sort-menu a.is-active {
  color: #111317;
  background: #f6f8fa;
}

.ssw-campaign-full-view__sort-menu a.is-active::after {
  content: "";
  width: 7px;
  height: 12px;
  border-right: 2px solid #111317;
  border-bottom: 2px solid #111317;
  transform: rotate(45deg);
}

.ssw-campaign-full-view__grid {
  padding: 14px 14px 24px;
}

.ssw-campaign-full-view .ssw-shop-product-grid {
  gap: 28px 8px;
}

.ssw-campaign-full-view .ssw-shop-product-grid__more {
  margin-top: 8px;
}

.ssw-campaign-full-view .ssw-shop-card__price {
  padding-right: 0;
}

.ssw-campaign-full-view__note {
  margin: 0;
  padding: 0 14px 24px;
  color: #6c7682;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.ssw-campaign-full-view__empty {
  display: grid;
  gap: 6px;
  padding: 56px 20px;
  text-align: center;
}

.ssw-campaign-full-view__empty b {
  color: #171a1f;
  font-size: 16px;
  font-weight: 950;
}

.ssw-campaign-full-view__empty p {
  margin: 0;
  color: #737d88;
  font-size: 13px;
  font-weight: 700;
}

.ssw-marketing-center__hero,
.ssw-marketing-center__section {
  padding: 18px 14px;
  background: #fff;
}

.ssw-marketing-center__hero span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ff4f85;
  font-size: 12px;
  font-weight: 900;
}

.ssw-marketing-center__hero h2,
.ssw-marketing-center__section-head h2 {
  margin: 0;
  color: #15181d;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: 0;
}

.ssw-marketing-center__hero p,
.ssw-marketing-center__section-head p {
  margin: 7px 0 0;
  color: #68727d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.ssw-marketing-center__cards,
.ssw-marketing-sequence-list {
  display: grid;
  gap: 10px;
  padding: 0 14px 18px;
}

.ssw-marketing-center__cards a,
.ssw-marketing-sequence-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #fff;
  color: #171a1f;
  text-decoration: none;
}

.ssw-marketing-center__cards b,
.ssw-marketing-sequence-card h3 {
  margin: 0;
  color: #171a1f;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.3;
  word-break: break-word;
}

.ssw-marketing-center__cards span,
.ssw-marketing-sequence-card p {
  margin: 0;
  color: #66717d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.ssw-marketing-sequence-card > div:first-child > span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f2f4f6;
  color: #56616d;
  font-size: 11px;
  font-weight: 900;
}

.ssw-marketing-sequence-card__badge {
  display: inline-flex;
  width: max-content;
  margin: 0 0 6px 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #ffe9f1;
  color: #d92f68;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
}

.ssw-marketing-sequence-card[data-sequence-status="preview_ready"] > div:first-child > span {
  background: #eaf8f0;
  color: #158449;
}

.ssw-marketing-sequence-card[data-sequence-status="field_gap"] > div:first-child > span {
  background: #fff5e6;
  color: #ac6500;
}

.ssw-marketing-sequence-card[data-sequence-status="candidate_populated"] > div:first-child > span {
  background: #eef5ff;
  color: #2f67c8;
}

.ssw-marketing-sequence-card[data-sequence-status="all_matching_candidate_pool"] > div:first-child > span {
  background: #eaf8f0;
  color: #158449;
}

.ssw-marketing-sequence-card[data-sequence-status="recommended"] > div:first-child > span {
  background: #eaf8f0;
  color: #158449;
}

.ssw-marketing-sequence-card[data-sequence-status="caution"] > div:first-child > span {
  background: #fff5e6;
  color: #ac6500;
}

.ssw-marketing-sequence-card[data-sequence-status="needs_atlas_sequence_artifact"] > div:first-child > span {
  background: #f4f1ff;
  color: #6650bf;
}

.ssw-marketing-sequence-card[data-sequence-status="needs_condition_metadata"] > div:first-child > span {
  background: #f4f1ff;
  color: #6650bf;
}

.ssw-marketing-sequence-card[data-sequence-status="blocked"] > div:first-child > span {
  background: #fff0f2;
  color: #c82f4e;
}

.ssw-marketing-sequence-card dl,
.ssw-marketing-detail-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.ssw-marketing-detail-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 14px;
  border-radius: 14px;
  background: #f6f8fa;
}

.ssw-marketing-sequence-card dl div,
.ssw-marketing-detail-summary div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ssw-marketing-sequence-card dt,
.ssw-marketing-detail-summary dt {
  color: #87919c;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ssw-marketing-sequence-card dd,
.ssw-marketing-detail-summary dd {
  margin: 0;
  color: #171a1f;
  font-size: 13px;
  font-weight: 900;
  word-break: break-word;
}

.ssw-marketing-sequence-card__actions,
.ssw-marketing-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.ssw-marketing-sequence-card__actions a,
.ssw-marketing-detail-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dfe5eb;
  border-radius: 999px;
  color: #20242a;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-marketing-rule-box {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 13px;
  border-radius: 14px;
  background: #f6f8fa;
}

.ssw-marketing-rule-box b {
  color: #171a1f;
  font-size: 13px;
  font-weight: 950;
}

.ssw-marketing-rule-box p,
.ssw-marketing-rule-box li {
  margin: 0;
  color: #5e6873;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.ssw-marketing-rule-box ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.ssw-marketing-draft-form {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.ssw-marketing-draft-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #171a1f;
  font-size: 12px;
  font-weight: 900;
}

.ssw-marketing-draft-form label span,
.ssw-marketing-draft-form legend {
  color: #6c7681;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.ssw-marketing-draft-form select,
.ssw-marketing-draft-form input[type="text"],
.ssw-marketing-draft-form input[type="number"],
.ssw-marketing-draft-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #dfe5eb;
  border-radius: 12px;
  background: #fff;
  color: #171a1f;
  font-size: 13px;
  font-weight: 800;
}

.ssw-marketing-capability-card {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #f8fafb;
}

.ssw-marketing-capability-card b {
  color: #171a1f;
  font-size: 13px;
  font-weight: 950;
}

.ssw-marketing-capability-card p {
  margin: 0;
  color: #6d7782;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.ssw-marketing-single-slot[hidden],
.ssw-marketing-draft-tabs[hidden],
.ssw-marketing-rule-box[hidden],
.ssw-marketing-detail-actions[hidden],
.ssw-marketing-draft-tabs > div[hidden] {
  display: none !important;
}

.ssw-marketing-draft-form textarea {
  min-height: 92px;
  padding-top: 11px;
  line-height: 1.45;
  resize: vertical;
}

.ssw-marketing-draft-form fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #f8fafb;
}

.ssw-marketing-draft-form fieldset label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #dde4ea;
  border-radius: 999px;
  background: #fff;
}

.ssw-sequence-name-preview,
.ssw-sequence-form-section {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e7ebef;
  border-radius: 16px;
  background: #fff;
}

.ssw-sequence-name-preview {
  background: #f6f8fa;
}

.ssw-sequence-name-preview span,
.ssw-sequence-form-section > p,
.ssw-sequence-meta-preview span {
  color: #6c7681;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.ssw-sequence-name-preview b,
.ssw-sequence-form-section h3 {
  margin: 0;
  color: #171a1f;
  font-size: 16px;
  font-weight: 950;
}

.ssw-sequence-condition-field {
  display: grid;
  gap: 8px;
}

.ssw-sequence-category-first {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 2px solid #111318;
  border-radius: 16px;
  background: #fff;
}

.ssw-sequence-category-first h3,
.ssw-sequence-category-first p {
  margin: 0;
}

.ssw-sequence-category-first h3 {
  color: #111318;
  font-size: 17px;
  font-weight: 950;
}

.ssw-sequence-category-first select {
  min-height: 230px;
  padding: 8px;
}

.ssw-sequence-pool-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ssw-sequence-pool-preview span,
.ssw-sequence-pool-preview b {
  display: block;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f5f7f9;
}

.ssw-sequence-pool-preview span {
  color: #71808e;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ssw-sequence-pool-preview b {
  color: #111318;
  font-size: 16px;
  font-weight: 950;
}

.ssw-sequence-helper-copy {
  color: #687481;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.ssw-sequence-form-section.is-disabled {
  opacity: .52;
}

.ssw-sequence-form-section.is-disabled::before {
  content: "카테고리를 먼저 선택하세요";
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #111318;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.ssw-sequence-disabled-filter {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px dashed #cfd7df;
  border-radius: 14px;
  background: #f8fafb;
}

.ssw-sequence-disabled-filter b,
.ssw-sequence-disabled-filter p {
  margin: 0;
}

.ssw-sequence-disabled-filter b {
  color: #20242a;
  font-size: 13px;
  font-weight: 950;
}

.ssw-sequence-disabled-filter p {
  color: #697684;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}

.ssw-sequence-chip-row,
.ssw-sequence-tag-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ssw-sequence-chip-row button,
.ssw-sequence-tag-preview span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.ssw-sequence-chip-row button {
  border: 1px solid #dfe5eb;
  background: #fff;
  color: #20242a;
}

.ssw-sequence-large-selector select {
  min-height: 180px;
  padding: 8px;
}

.ssw-sequence-selector-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 32px;
  color: #6c7681;
  font-size: 12px;
  font-weight: 800;
}

.ssw-sequence-selector-summary span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: #111318;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ssw-sequence-tag-preview span {
  border: 1px solid #111318;
  background: #111318;
  color: #fff;
}

.ssw-sequence-range-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ssw-sequence-wide-field {
  display: grid;
  gap: 6px;
}

.ssw-sequence-toggle-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #f8fafb;
}

.ssw-sequence-toggle-group label {
  display: inline-flex;
  align-items: center;
  width: auto;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid #dde4ea;
  border-radius: 999px;
  background: #fff;
}

.ssw-sequence-meta-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 14px;
  background: #f6f8fa;
}

.ssw-sequence-meta-preview b {
  color: #171a1f;
  font-size: 13px;
  font-weight: 950;
}

.ssw-sequence-pool-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.ssw-sequence-pool-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #fff;
}

.ssw-sequence-pool-item__image {
  display: grid;
  place-items: center;
  width: 72px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  background: #f4f6f8;
  color: #8a949e;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.ssw-sequence-pool-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ssw-sequence-pool-item b {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #171a1f;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.35;
}

.ssw-sequence-pool-item p,
.ssw-sequence-pool-item small {
  display: block;
  margin: 4px 0 0;
  color: #6c7681;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

@media (max-width: 420px) {
  .ssw-sequence-range-grid,
  .ssw-sequence-meta-preview,
  .ssw-sequence-pool-preview {
    grid-template-columns: 1fr;
  }
}

.ssw-marketing-draft-tabs {
  display: grid;
  gap: 10px;
}

.ssw-marketing-draft-tabs > div {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #fff;
}

.ssw-marketing-sequence-summary-grid {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.ssw-marketing-sequence-summary-card {
  display: grid;
  gap: 8px;
  padding: 13px;
  border: 1px solid #e7ebef;
  border-radius: 14px;
  background: #fff;
}

.ssw-marketing-sequence-summary-card > span {
  width: max-content;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef5ff;
  color: #2f67c8;
  font-size: 11px;
  font-weight: 950;
}

.ssw-marketing-sequence-summary-card h3 {
  margin: 0;
  color: #171a1f;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.35;
  word-break: break-word;
}

.ssw-marketing-sequence-summary-card h3 a {
  color: inherit;
  text-decoration: none;
}

.ssw-marketing-sequence-summary-card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
}

.ssw-marketing-sequence-summary-card dt {
  color: #87919c;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.ssw-marketing-sequence-summary-card dd {
  margin: 0;
  color: #171a1f;
  font-size: 13px;
  font-weight: 900;
}

.ssw-marketing-detail-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: #171a1f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.ssw-marketing-inline-form {
  display: inline-flex;
  margin: 0;
}

.ssw-marketing-inline-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #f1c6d1;
  border-radius: 999px;
  background: #fff5f7;
  color: #bd2445;
  font-size: 12px;
  font-weight: 900;
}

.ssw-campaign-slot-grid .ssw-marketing-sequence-summary-card {
  align-content: start;
}

.ssw-campaign-slot-hidden-fields {
  display: block;
}

.ssw-campaign-slot-dialog {
  width: min(94vw, 420px);
  padding: 0;
  border: 0;
  border-radius: 18px;
  background: transparent;
}

.ssw-campaign-slot-dialog::backdrop {
  background: rgba(12, 16, 22, 0.42);
}

.ssw-campaign-slot-dialog__panel {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid #e7ebef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(19, 24, 31, 0.18);
}

.ssw-campaign-slot-dialog__panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ssw-campaign-slot-dialog__panel header b {
  color: #171a1f;
  font-size: 15px;
  font-weight: 950;
}

.ssw-campaign-slot-dialog__panel header button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #f3f6f8;
  color: #171a1f;
  font-size: 18px;
  font-weight: 900;
}

.ssw-marketing-preview-actions {
  padding: 0 14px 18px;
}

.ssw-marketing-table-wrap {
  margin-top: 14px;
  overflow-x: auto;
  border: 1px solid #e6ebf0;
  border-radius: 14px;
  background: #fff;
}

.ssw-marketing-sequence-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #1a1d22;
  font-size: 12px;
}

.ssw-marketing-sequence-table th,
.ssw-marketing-sequence-table td {
  padding: 10px 9px;
  border-bottom: 1px solid #edf1f4;
  text-align: left;
  vertical-align: top;
}

.ssw-marketing-sequence-table th {
  background: #f7f9fb;
  color: #6b7682;
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.ssw-marketing-sequence-table td {
  font-weight: 700;
  line-height: 1.4;
}

.ssw-marketing-sequence-table small {
  color: #65707b;
  font-size: 11px;
  font-weight: 650;
}

.ssw-marketing-sequence-table tr[data-include-status="include"] td:nth-child(6) b {
  color: #158449;
}

.ssw-marketing-sequence-table tr[data-include-status="exclude"] td:nth-child(6) b {
  color: #c82f4e;
}

@media (min-width: 720px) {
  .ssw-marketing-center__cards,
  .ssw-marketing-sequence-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Marketing center desktop operator layout v0.19.78 */
.ssw-marketing-operation-notice {
  display: grid;
  gap: 7px;
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #cfe9da;
  border-radius: 14px;
  background: #effaf3;
}

.ssw-marketing-operation-notice[data-notice-type="duplicate"] {
  border-color: #ffe1ac;
  background: #fff8e8;
}

.ssw-marketing-operation-notice b {
  color: #15181d;
  font-size: 14px;
  font-weight: 950;
}

.ssw-marketing-operation-notice p {
  margin: 0;
  color: #5e6873;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.ssw-marketing-operation-notice a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #171a1f;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.ssw-marketing-center--operator {
  width: min(1440px, calc(100vw - 48px));
  max-width: 1440px;
  padding: 22px 0 34px;
  margin: 0 auto;
  gap: 18px;
  background: #f3f6f8;
}

.ssw-marketing-center--operator .ssw-preview-gallery__header,
.ssw-marketing-center--operator .ssw-marketing-center__section,
.ssw-marketing-center--operator .ssw-marketing-center__hero {
  border: 1px solid #e4eaf0;
  border-radius: 18px;
  background: #fff;
}

.ssw-marketing-center--operator .ssw-preview-gallery__header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 14px 18px;
}

.ssw-marketing-center--operator .ssw-marketing-center__section,
.ssw-marketing-center--operator .ssw-marketing-center__hero {
  padding: 22px;
}

.ssw-marketing-center--operator .ssw-marketing-center__cards,
.ssw-marketing-center--operator .ssw-marketing-sequence-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
  gap: 14px;
}

.ssw-marketing-center--operator .ssw-marketing-sequence-card {
  min-height: 100%;
  border-radius: 12px;
}

.ssw-marketing-center--operator .ssw-marketing-sequence-card[data-zero-count="true"] {
  opacity: .62;
}

.ssw-marketing-center--operator .ssw-marketing-sequence-card[data-zero-count="true"]::after {
  content: "사용 불가";
  justify-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f1f4f7;
  color: #6c7681;
  font-size: 11px;
  font-weight: 900;
}

.ssw-marketing-center--operator .ssw-marketing-detail-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ssw-sequence-builder-form {
  align-items: start;
}

@media (min-width: 1024px) {
  .ssw-sequence-builder-form {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    column-gap: 18px;
  }

  .ssw-sequence-builder-form > .ssw-sequence-name-preview,
  .ssw-sequence-builder-form > .ssw-sequence-category-first,
  .ssw-sequence-builder-form > .ssw-sequence-form-section:not(.ssw-sequence-builder-summary-panel) {
    grid-column: 1;
  }

  .ssw-sequence-builder-form > label,
  .ssw-sequence-builder-form > .ssw-marketing-debug-details {
    grid-column: 1;
  }

  .ssw-sequence-builder-summary-panel {
    position: sticky;
    top: 94px;
    grid-column: 2;
    grid-row: 1 / span 4;
    border-color: #cfd8e2;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .08);
  }

  .ssw-sequence-builder-submit-actions {
    position: sticky;
    top: 480px;
    grid-column: 2;
    z-index: 5;
    padding: 12px;
    border: 1px solid #e3e9ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .08);
  }
}

.ssw-marketing-center--operator .ssw-sequence-category-first select,
.ssw-marketing-center--operator .ssw-sequence-large-selector select {
  min-height: 300px;
}

.ssw-marketing-center--operator .ssw-sequence-pool-preview {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ssw-marketing-debug-details {
  margin-top: 12px;
}

.ssw-marketing-debug-details summary {
  cursor: pointer;
  color: #68727d;
  font-size: 12px;
  font-weight: 900;
}

.ssw-marketing-operator-actions {
  margin: 16px 0 4px;
}

.ssw-sequence-pool-list--sample {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.ssw-sequence-pool-list--sample .ssw-sequence-pool-item {
  min-width: 0;
  border: 1px solid #edf1f4;
  border-radius: 14px;
  background: #fff;
}

.ssw-sequence-pool-item__price {
  color: #171a1f;
  font-weight: 950;
}

.ssw-sequence-pool-item__status {
  color: #697480;
  font-weight: 800;
}

.ssw-sequence-pool-item__debug {
  margin-top: 5px;
}

.ssw-sequence-pool-item__debug summary {
  width: fit-content;
  cursor: pointer;
  color: #87909a;
  font-size: 11px;
  font-weight: 900;
}

.ssw-sequence-pool-item__debug small {
  display: block;
  margin-top: 4px;
  color: #7a8490;
  line-height: 1.45;
}

.ssw-marketing-center--operator.ssw-marketing-center--view-sequence .ssw-marketing-sequence-table th:nth-child(3),
.ssw-marketing-center--operator.ssw-marketing-center--view-sequence .ssw-marketing-sequence-table td:nth-child(3),
.ssw-marketing-center--operator.ssw-marketing-center--view-sequence .ssw-marketing-sequence-table th:nth-child(5),
.ssw-marketing-center--operator.ssw-marketing-center--view-sequence .ssw-marketing-sequence-table td:nth-child(5) {
  display: none;
}

.ssw-sequence-pool-list {
  gap: 8px;
}

@media (min-width: 900px) {
  .ssw-marketing-center--view-sequence_pool_products .ssw-sequence-pool-list,
  .ssw-marketing-center--view-campaign_widget_full_view .ssw-sequence-pool-list {
    display: table;
    width: 100%;
    border: 1px solid #e6ebf0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }

  .ssw-marketing-center--view-sequence_pool_products .ssw-sequence-pool-item,
  .ssw-marketing-center--view-campaign_widget_full_view .ssw-sequence-pool-item {
    display: grid;
    grid-template-columns: 64px minmax(320px, 1.4fr) minmax(160px, .7fr) minmax(160px, .7fr) minmax(120px, .5fr);
    gap: 14px;
    align-items: center;
    padding: 10px 12px;
    border: 0;
    border-bottom: 1px solid #edf1f4;
    border-radius: 0;
  }

  .ssw-marketing-center--view-sequence_pool_products .ssw-sequence-pool-item > div:last-child,
  .ssw-marketing-center--view-campaign_widget_full_view .ssw-sequence-pool-item > div:last-child {
    display: contents;
  }

  .ssw-marketing-center--view-sequence_pool_products .ssw-sequence-pool-item b,
  .ssw-marketing-center--view-sequence_pool_products .ssw-sequence-pool-item p,
  .ssw-marketing-center--view-campaign_widget_full_view .ssw-sequence-pool-item b,
  .ssw-marketing-center--view-campaign_widget_full_view .ssw-sequence-pool-item p {
    margin: 0;
  }

  .ssw-marketing-center--view-sequence_pool_products .ssw-sequence-pool-item__debug,
  .ssw-marketing-center--view-campaign_widget_full_view .ssw-sequence-pool-item__debug {
    margin: 0;
    justify-self: start;
  }
}

.ssw-campaign-widget-editor-layout {
  display: grid;
  gap: 18px;
  align-items: start;
  margin-top: 16px;
}

.ssw-campaign-widget-editor-main {
  min-width: 0;
}

.ssw-campaign-widget-editor-preview {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.ssw-campaign-widget-editor-preview__phone {
  width: min(390px, 100%);
  max-width: 390px;
  overflow: hidden;
  border: 1px solid #e3e8ee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 24, 39, .12);
}

@media (min-width: 1120px) {
  .ssw-campaign-widget-editor-layout {
    grid-template-columns: minmax(0, 1fr) 430px;
  }

  .ssw-campaign-widget-editor-preview {
    position: sticky;
    top: 94px;
  }
}

.ssw-marketing-center--customer-preview {
  width: min(430px, 100vw);
  max-width: 430px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}

.ssw-marketing-center--customer-preview .ssw-campaign-widget-customer-surface,
.ssw-marketing-center--customer-preview .ssw-widget-template {
  width: 100%;
  max-width: 430px;
}

.ssw-campaign-widget-editor-preview__phone .ssw-template-deal-grid__grid:not(.is-sliding-out-next):not(.is-sliding-out-prev),
.ssw-marketing-center--customer-preview .ssw-template-deal-grid__grid:not(.is-sliding-out-next):not(.is-sliding-out-prev) {
  opacity: 1;
  filter: none;
}

.ssw-campaign-widget-editor-preview__phone .ssw-concern-picker__rail:not(.is-concern-sliding-out),
.ssw-marketing-center--customer-preview .ssw-concern-picker__rail:not(.is-concern-sliding-out) {
  opacity: 1;
  filter: none;
}

@media (max-width: 860px) {
  .ssw-marketing-center--operator {
    width: min(100vw, 430px);
    padding: 0;
    background: #fff;
  }

  .ssw-marketing-center--operator .ssw-preview-gallery__header,
  .ssw-marketing-center--operator .ssw-marketing-center__section,
  .ssw-marketing-center--operator .ssw-marketing-center__hero {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .ssw-marketing-center--operator .ssw-marketing-center__cards,
  .ssw-marketing-center--operator .ssw-marketing-sequence-list {
    grid-template-columns: 1fr;
  }

  .ssw-marketing-center--operator .ssw-marketing-detail-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
