/* Seoul Street Widgets — HOME slim CSS (auto-extracted). Full: seoulstreet-widgets.css */

.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-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;
}
@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-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;
}
@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;
  }
}
@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-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;
}
.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] {
  padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  overflow-anchor: none;
}
.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] > :last-child {
  margin-bottom: 0;
  overflow-anchor: none;
}
.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] .ssw-template-deal-grid {
  padding-bottom: 24px;
}
.ssw-operating-home-composition[data-ssw-composition="library_widget_stack"] .ssw-template-deal-grid__cta {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
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;
}
.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;
}
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;
}
.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);
}
@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;
  }
}
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;
}
@keyframes ssw-deposit-modal-in {
  from {
    transform: translateX(-50%) translateY(18px);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}
html.ssw-modal-open,
html.ssw-modal-open body {
  overflow: hidden;
}
body:has(.ssw-checkout-page[data-order-received="true"]) .ssw-bottom-nav {
  display: none;
}
.ssw-campaign-widget-customer-surface .ssw-widget-template {
  margin: 0;
}
.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-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;
}
