/*
 * Product detail redesign (R4a).
 * Presentation only; data/content is rendered by single-product.php.
 */

.single-product .site-main.kanto-product-main {
  padding-block: 0.75rem var(--k-space-3);
  background: var(--k-cream-bg);
}

body.single-product > main#main.site-main {
  padding-block: 0;
  background: var(--k-cream-bg);
}

body.single-product > .footer-brand-strip {
  margin-block-start: 0;
}

.single-product .mobile-nav:not(.is-open) {
  display: none;
}

.single-product .kanto-product {
  color: var(--k-ink);
}

.single-product .kanto-product__wrap {
  display: grid;
  gap: 1.5rem;
  min-width: 0;
}

.single-product .kanto-product-r4b-hook {
  display: none !important;
}

.single-product .kanto-product a {
  text-decoration: none;
}

.single-product .kanto-product-breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.375rem;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  white-space: nowrap;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--k-muted);
}

.single-product .kanto-product-breadcrumb::-webkit-scrollbar {
  display: none;
}

.single-product .kanto-product-breadcrumb > span {
  flex: 0 0 auto;
}

.single-product .kanto-product-breadcrumb a:hover {
  color: var(--k-accent-text);
}

.single-product .kanto-product-breadcrumb__sep {
  color: color-mix(in srgb, var(--k-muted) 52%, transparent);
}

.single-product .kanto-product-hero {
  display: grid;
  gap: 1.125rem;
  align-items: start;
  min-width: 0;
}

.single-product .kanto-product-hero__media,
.single-product .kanto-product-hero__summary,
.single-product .kanto-product-description,
.single-product .kanto-product-specs,
.single-product .kanto-product-faq,
.single-product .kanto-product-reviews {
  min-width: 0;
}

.single-product .kanto-product-gallery {
  display: grid;
  gap: 0.75rem;
}

.single-product .kanto-product-gallery__main {
  position: relative;
  display: grid;
  place-items: center;
  height: clamp(20rem, 88vw, 21.25rem);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--k-card-border) 72%, var(--k-surface));
  border-radius: 1.125rem;
  background: var(--k-surface);
}

.single-product .kanto-product-gallery__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1.625rem;
  object-fit: contain;
}

.single-product .kanto-product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.5625rem;
  background: var(--k-accent-text);
  color: var(--k-surface);
  font-size: 0.8125rem;
  font-weight: 800;
}

.single-product .kanto-product-gallery__counter {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-ink) 72%, transparent);
  color: var(--k-surface);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
}

.single-product .kanto-product-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: none;
  width: 2.375rem;
  height: 2.375rem;
  place-items: center;
  padding: 0;
  border: 1px solid var(--k-card-border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-surface) 94%, transparent);
  color: var(--k-ink);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 0.5rem 1.5rem rgb(30 24 18 / 12%);
}

.single-product .kanto-product-gallery__nav--prev {
  left: 0.75rem;
}

.single-product .kanto-product-gallery__nav--next {
  right: 0.75rem;
}

.single-product .kanto-product-gallery__nav svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.single-product .kanto-product-gallery__nav:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--k-brand-yellow) 72%, var(--k-surface));
  outline-offset: 2px;
}

.single-product .scrollx {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-padding-inline: var(--k-space-3);
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  contain: layout paint;
  -webkit-overflow-scrolling: touch;
}

.single-product .scrollx::-webkit-scrollbar {
  display: none;
}

.single-product .scrollx > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.single-product .kanto-product-gallery__thumbs {
  display: none;
}

.single-product .kanto-product-gallery__mobile-thumbs {
  padding-block-end: 0.125rem;
}

.single-product .kanto-product-gallery__thumb {
  display: grid;
  place-items: center;
  width: 3.875rem;
  height: 3.875rem;
  overflow: hidden;
  padding: 0.1875rem;
  border: 1px solid var(--k-card-border);
  border-radius: 0.75rem;
  background: var(--k-surface);
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.single-product .kanto-product-gallery__thumb.is-current {
  border-color: var(--k-accent-text);
  box-shadow: inset 0 0 0 1px var(--k-accent-text);
}

.single-product .kanto-product-gallery__thumb:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--k-brand-yellow) 72%, var(--k-surface));
  outline-offset: 2px;
}

.single-product .kanto-product-gallery__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product .kanto-product-minihead,
.single-product .kanto-product-review-media p {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}

.single-product .kanto-product-minihead h2,
.single-product .kanto-product-options h2,
.single-product .kanto-product-service h2,
.single-product .kanto-product-description h2,
.single-product .kanto-product-specs h2,
.single-product .kanto-product-faq h2,
.single-product .kanto-product-reviews h2 {
  font-size: 1rem;
  line-height: 1.35;
}

.single-product .kanto-product-minihead__meta {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  color: var(--k-muted);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}

.single-product .kanto-product-minihead__actions {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

.single-product .kanto-product-minihead__actions a {
  display: inline-flex;
  min-height: 1.75rem;
  align-items: center;
  color: var(--k-accent-text);
  font-size: 0.8125rem;
  font-weight: 800;
}

.single-product .kanto-product-review-summary,
.single-product .kanto-product-review-media,
.single-product .kanto-product-review,
.single-product .kanto-product-description,
.single-product .kanto-product-specs,
.single-product .kanto-product-faq,
.single-product .kanto-product-reviews {
  border: 1px solid var(--k-card-border);
  border-radius: 0.875rem;
  background: var(--k-surface);
}

.single-product .kanto-product-videos,
.single-product .kanto-product-ugc {
  display: grid;
  gap: 0.7rem;
  margin-block-start: 1.125rem;
}

.single-product .kanto-product-video {
  position: relative;
  display: grid;
  width: 7rem;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0.875rem;
  background: var(--k-ink);
  color: var(--k-surface);
  font: inherit;
  cursor: pointer;
  text-align: start;
}

.single-product .kanto-product-video.is-hidden {
  display: none;
}

.single-product .kanto-product-video__image,
.single-product .kanto-product-video__preview,
.single-product .kanto-product-video__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.single-product .kanto-product-video__image {
  z-index: 0;
  object-fit: cover;
  opacity: 0.72;
}

.single-product .kanto-product-video.has-youtube-poster .kanto-product-video__image {
  opacity: 1;
}

.single-product .kanto-product-video__preview {
  display: block;
  z-index: 1;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  border-radius: inherit;
  background: var(--k-ink);
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.single-product .kanto-product-video.is-previewing .kanto-product-video__preview {
  opacity: 1;
}

.single-product .kanto-product-video:not(.is-landscape-video) .kanto-product-video__shade,
.single-product .kanto-product-video:not(.is-landscape-video) .kanto-product-video__play,
.single-product .kanto-product-video:not(.is-landscape-video) .kanto-product-video__label,
.single-product .kanto-product-video.is-previewing .kanto-product-video__image,
.single-product .kanto-product-video.is-previewing .kanto-product-video__shade,
.single-product .kanto-product-video.is-previewing .kanto-product-video__play,
.single-product .kanto-product-video.is-previewing .kanto-product-video__label {
  opacity: 0;
}

.single-product .kanto-product-video__shade {
  z-index: 2;
  background:
    linear-gradient(180deg, rgb(30 24 18 / 0%) 30%, rgb(30 24 18 / 78%) 100%),
    radial-gradient(circle at center, rgb(30 24 18 / 0%) 0 34%, rgb(30 24 18 / 38%) 35% 100%);
}

.single-product .kanto-product-video__play {
  position: relative;
  z-index: 3;
  align-self: start;
  justify-self: start;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-surface) 92%, transparent);
}

.single-product .kanto-product-video__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0.38rem 0 0 0.53rem;
  border-block: 0.32rem solid transparent;
  border-left: 0.5rem solid var(--k-ink);
}

.single-product .kanto-product-video__label {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.single-product .kanto-product-videos__more {
  place-items: center;
  gap: 0.375rem;
  padding: 0.75rem 0.625rem;
  border: 1px solid color-mix(in srgb, var(--k-brand-pink) 38%, var(--k-card-border));
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--k-surface) 88%, var(--k-brand-yellow)), var(--k-surface)),
    var(--k-surface);
  color: var(--k-ink);
  font: inherit;
  cursor: pointer;
  text-align: center;
}

.single-product .kanto-product-videos__more[hidden] {
  display: none;
}

.single-product .kanto-product-videos__more:hover {
  border-color: color-mix(in srgb, var(--k-brand-pink) 64%, var(--k-card-border));
  box-shadow: 0 0.625rem 1.25rem rgb(180 24 105 / 12%);
}

.single-product .kanto-product-video-more__count {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 999px;
  background: var(--k-accent-strong);
  color: var(--k-surface);
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0.625rem 1.25rem rgb(180 24 105 / 20%);
}

.single-product .kanto-product-video-more__label {
  color: var(--k-ink);
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.2;
}

.single-product .kanto-product-video:focus-visible,
.single-product .kanto-product-video-player button:focus-visible,
.single-product .kanto-product-video-player a:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--k-brand-yellow) 74%, var(--k-surface));
  outline-offset: 3px;
}

.single-product .kanto-product-video-player {
  inset: 0;
  width: min(74rem, calc(100vw - 2rem));
  max-width: none;
  height: min(44rem, calc(100dvh - 2rem));
  max-height: none;
  margin: auto;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: #0a0a0c;
  color: #f4f1ec;
  opacity: 0;
  transform: scale(0.985);
  transition:
    display 180ms allow-discrete,
    overlay 180ms allow-discrete,
    opacity 180ms ease,
    transform 180ms ease;
  transition-behavior: allow-discrete;
  box-shadow: 0 2.5rem 5.625rem -1.25rem rgb(0 0 0 / 65%);
}

.single-product .kanto-product-video-player[open] {
  opacity: 1;
  transform: scale(1);
}

.single-product .kanto-product-video-player::backdrop {
  background: rgb(0 0 0 / 0%);
  backdrop-filter: blur(0);
  transition:
    display 180ms allow-discrete,
    overlay 180ms allow-discrete,
    background-color 180ms ease,
    backdrop-filter 180ms ease;
}

.single-product .kanto-product-video-player[open]::backdrop {
  background: rgb(0 0 0 / 72%);
  backdrop-filter: blur(5px);
}

@starting-style {
  .single-product .kanto-product-video-player[open] {
    opacity: 0;
    transform: scale(0.985);
  }

  .single-product .kanto-product-video-player[open]::backdrop {
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(0);
  }
}

.single-product .kanto-product-video-player__shell {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  background: #0a0a0c;
}

.single-product .kanto-product-video-player__topbar {
  display: flex;
  flex: 0 0 3.625rem;
  gap: 0.875rem;
  align-items: center;
  padding: 0 1.375rem;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
  background: rgb(10 10 12 / 92%);
}

.single-product .kanto-product-video-player__close,
.single-product .kanto-product-video-player__source {
  display: inline-flex;
  min-height: 2.25rem;
  gap: 0.5rem;
  align-items: center;
  border-radius: 999px;
  color: rgb(244 241 236 / 78%);
  font-size: 0.8125rem;
  font-weight: 800;
}

.single-product .kanto-product-video-player__close {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.single-product .kanto-product-video-player__close svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-video-player__crumb {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  gap: 0.5rem;
  align-items: center;
  color: rgb(244 241 236 / 42%);
  font-size: 0.6875rem;
  font-weight: 700;
}

.single-product .kanto-product-video-player__crumb span:last-child {
  overflow: hidden;
  color: rgb(244 241 236 / 76%);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-product .kanto-product-video-player__source {
  flex: 0 0 auto;
  padding: 0 0.875rem;
  border: 1px solid rgb(255 255 255 / 18%);
  color: var(--k-brand-yellow);
  text-decoration: none;
}

.single-product .kanto-product-video-player__source[hidden] {
  display: none;
}

.single-product .kanto-product-video-player__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 23.25rem;
  flex: 1 1 auto;
  min-height: 0;
}

.single-product .kanto-product-video-player__stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  background: #000;
}

.single-product .kanto-product-video-player__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(42px) saturate(1.25);
  opacity: 0.38;
  object-fit: cover;
  transform: scale(1.16);
}

.single-product .kanto-product-video-player__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgb(0 0 0 / 34%);
  pointer-events: none;
}

.single-product .kanto-product-video-player__stage-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  gap: 0.75rem;
  align-items: center;
  justify-items: center;
  min-height: 0;
  padding: 1.25rem 1.5rem;
}

.single-product .kanto-product-video-player__frame {
  position: relative;
  width: min(94%, 62rem);
  max-height: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #000;
  box-shadow: 0 1.875rem 5rem -1.25rem rgb(0 0 0 / 88%);
}

.single-product .kanto-product-video-player__frame[data-orientation="v"] {
  width: auto;
  height: 100%;
  aspect-ratio: 9 / 16;
}

.single-product .kanto-product-video-player__media,
.single-product .kanto-product-video-player__media video,
.single-product .kanto-product-video-player__media iframe,
.single-product .kanto-product-video-player__fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.single-product .kanto-product-video-player__media video,
.single-product .kanto-product-video-player__media iframe {
  display: block;
  border: 0;
  background: #000;
}

.single-product .kanto-product-video-player__media video {
  object-fit: contain;
}

.single-product .kanto-product-video-player__caption {
  width: min(94%, 62rem);
  display: grid;
  gap: 0.25rem;
  color: var(--k-surface);
  text-align: start;
}

.single-product .kanto-product-video-player[data-orientation="v"] .kanto-product-video-player__caption {
  max-width: 28rem;
}

.single-product .kanto-product-video-player__caption span {
  justify-self: start;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.375rem;
  background: rgb(0 0 0 / 48%);
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.single-product .kanto-product-video-player__caption h2,
.single-product .kanto-product-video-player__caption p {
  margin: 0;
}

.single-product .kanto-product-video-player__caption h2 {
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.single-product .kanto-product-video-player__caption p {
  color: rgb(255 255 255 / 72%);
  font-size: 0.75rem;
  font-weight: 700;
}

.single-product .kanto-product-video-player__fallback {
  display: grid;
  gap: 0.875rem;
  place-items: center;
  padding: 1.5rem;
  text-align: center;
}

.single-product .kanto-product-video-player__fallback img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
}

.single-product .kanto-product-video-player__fallback p,
.single-product .kanto-product-video-player__fallback a {
  position: relative;
  z-index: 1;
}

.single-product .kanto-product-video-player__fallback p {
  max-width: 16rem;
  margin: 0;
  color: var(--k-surface);
  font-weight: 800;
}

.single-product .kanto-product-video-player__fallback a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--k-brand-pink);
  color: var(--k-surface);
  font-size: 0.8125rem;
  font-weight: 850;
  text-decoration: none;
}

.single-product .kanto-product-video-player__side {
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  border-left: 1px solid rgb(255 255 255 / 7%);
  background: #0c0b0d;
}

.single-product .kanto-product-video-player__products {
  flex: 0 0 auto;
  max-height: 17rem;
  padding: 1.125rem;
  overflow-y: auto;
  border-bottom: 1px solid rgb(255 255 255 / 7%);
}

.single-product .kanto-product-video-player__playlist {
  flex: 1 1 auto;
  min-height: 0;
  padding: 1rem 0.75rem 1.5rem;
  overflow-y: auto;
}

.single-product .kanto-product-video-player__products h3,
.single-product .kanto-product-video-player__playlist h3 {
  margin: 0 0 0.75rem;
  color: rgb(244 241 236 / 46%);
  font-size: 0.625rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.single-product .kanto-product-video-player__product-list,
.single-product .kanto-product-video-player__playlist-list {
  display: grid;
  gap: 0.625rem;
}

.single-product .kanto-product-video-player__product {
  display: grid;
  grid-template-columns: 3.625rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
}

.single-product .kanto-product-video-player__product img {
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 0.75rem;
  background: var(--k-surface);
  object-fit: cover;
}

.single-product .kanto-product-video-player__product > div {
  display: grid;
  min-width: 0;
  gap: 0.35rem;
}

.single-product .kanto-product-video-player__product strong {
  color: var(--k-surface);
  font-size: 0.84375rem;
  font-weight: 850;
  line-height: 1.3;
}

.single-product .kanto-product-video-player__product-price {
  color: var(--k-brand-pink);
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1.2;
}

.single-product .kanto-product-video-player__product-price del,
.single-product .kanto-product-video-player__product-price ins {
  display: inline-block;
}

.single-product .kanto-product-video-player__product-price del {
  margin-right: 0.375rem;
  color: rgb(244 241 236 / 48%);
  text-decoration-color: currentColor;
}

.single-product .kanto-product-video-player__product-price ins {
  color: var(--k-brand-pink);
  text-decoration: none;
}

.single-product .kanto-product-video-player__product-price .woocommerce-Price-amount {
  color: inherit;
}

.single-product .kanto-product-video-player__product-actions {
  display: flex;
  gap: 0.5rem;
}

.single-product .kanto-product-video-player__product-actions a {
  display: inline-flex;
  min-height: 2.25rem;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.6875rem;
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none;
}

.single-product .kanto-product-video-player__product-actions a:first-child {
  border: 1px solid rgb(255 255 255 / 28%);
  color: var(--k-surface);
}

.single-product .kanto-product-video-player__product-actions a:last-child {
  background: var(--k-brand-pink);
  color: var(--k-surface);
}

.single-product .kanto-product-video-player__playlist-item {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  width: 100%;
  min-height: 6.75rem;
  padding: 0.5rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  text-align: start;
}

.single-product .kanto-product-video-player__playlist-item.is-active {
  background: color-mix(in srgb, var(--k-brand-pink) 14%, transparent);
}

.single-product .kanto-product-video-player__playlist-thumb {
  position: relative;
  display: grid;
  width: 3.25rem;
  height: 5.75rem;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 0.5625rem;
  background: #151215;
}

.single-product .kanto-product-video-player__playlist-item.is-active .kanto-product-video-player__playlist-thumb {
  border-color: var(--k-brand-pink);
}

.single-product .kanto-product-video-player__playlist-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .kanto-product-video-player__playlist-thumb small {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  padding: 0.0625rem 0.25rem;
  border-radius: 0.25rem;
  background: rgb(0 0 0 / 58%);
  color: var(--k-surface);
  font-size: 0.5rem;
  font-weight: 900;
}

.single-product .kanto-product-video-player__playlist-item > span:last-child {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.single-product .kanto-product-video-player__playlist-item strong {
  color: rgb(244 241 236 / 82%);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.35;
}

.single-product .kanto-product-video-player__playlist-item em {
  color: rgb(244 241 236 / 42%);
  font-size: 0.65625rem;
  font-style: normal;
  font-weight: 700;
}

.single-product .kanto-product-video-player__playlist-item b {
  color: var(--k-brand-pink);
  font-size: 0.65625rem;
  font-weight: 850;
}

.single-product .kanto-product-video-player__more {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  width: 100%;
  min-height: 4.75rem;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 8%);
  color: var(--k-surface);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 850;
  cursor: pointer;
  text-align: start;
}

.single-product .kanto-product-video-player__more[hidden] {
  display: none;
}

.single-product .kanto-product-video-player__more::before {
  content: "+";
  display: grid;
  width: 3.25rem;
  height: 3.75rem;
  place-items: center;
  border-radius: 0.625rem;
  background: rgb(255 255 255 / 10%);
  color: var(--k-brand-pink);
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}

.single-product .kanto-product-ugc__item,
.single-product .kanto-product-review-media__item,
.single-product .kanto-product-review__media-item {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.625rem;
  height: 4.625rem;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0.625rem;
  background: color-mix(in srgb, var(--k-cream-bg) 42%, var(--k-surface));
  color: var(--k-ink);
  font: inherit;
}

.single-product button.kanto-product-ugc__item,
.single-product button.kanto-product-review-media__item,
.single-product button.kanto-product-review__media-item {
  cursor: zoom-in;
}

.single-product button.kanto-product-ugc__item:focus-visible,
.single-product button.kanto-product-review-media__item:focus-visible,
.single-product button.kanto-product-review__media-item:focus-visible,
.single-product .kanto-product-videos__more:focus-visible,
.single-product .kanto-product-ugc__more:focus-visible,
.single-product .kanto-product-review-media__more:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--k-brand-yellow) 72%, var(--k-surface));
  outline-offset: 2px;
}

.single-product .kanto-product-ugc__item__img,
.single-product .kanto-product-review-media__item__img,
.single-product .kanto-product-review__media-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .kanto-product-ugc__item__play,
.single-product .kanto-product-review-media__item__play,
.single-product .kanto-product-review__media-item__play {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: var(--k-brand-yellow);
  box-shadow: var(--k-shadow);
}

.single-product .kanto-product-ugc__item__play::before,
.single-product .kanto-product-review-media__item__play::before,
.single-product .kanto-product-review__media-item__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0.65rem 0 0 0.86rem;
  border-block: 0.45rem solid transparent;
  border-left: 0.7rem solid var(--k-ink);
}

.single-product .kanto-product-ugc__item--video,
.single-product .kanto-product-review-media__item--video,
.single-product .kanto-product-review__media-item--video {
  background:
    linear-gradient(180deg, rgb(20 16 11 / 82%), rgb(20 16 11 / 96%)),
    color-mix(in srgb, var(--k-ink) 86%, var(--k-surface));
}

.single-product .kanto-product-ugc__item__label,
.single-product .kanto-product-review-media__item__label,
.single-product .kanto-product-review__media-item__label {
  position: absolute;
  inset-inline: 0.375rem;
  bottom: 0.375rem;
  border-radius: 999px;
  background: rgb(30 24 18 / 74%);
  color: var(--k-surface);
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
}

.single-product .kanto-product-ugc__item__count,
.single-product .kanto-product-review-media__item__count {
  position: absolute;
  right: 0.375rem;
  bottom: 0.375rem;
  z-index: 1;
  display: inline-flex;
  min-width: 1.875rem;
  height: 1.0625rem;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  padding-inline: 0.375rem;
  border-radius: 999px;
  background: rgb(30 24 18 / 84%);
  color: var(--k-surface);
  font-size: 0.625rem;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 0.25rem 0.875rem rgb(30 24 18 / 22%);
}

.single-product .kanto-product-ugc__item__count svg,
.single-product .kanto-product-review-media__item__count svg {
  width: 0.6875rem;
  height: 0.6875rem;
  fill: currentColor;
}

.single-product .kanto-product-ugc__more {
  display: grid;
  width: 4.625rem;
  height: 4.625rem;
  flex: 0 0 4.625rem;
  gap: 0.1875rem;
  place-items: center;
  padding: 0.4375rem;
  border: 0;
  border-radius: 0.625rem;
  background: var(--k-review-soft);
  color: var(--k-ink);
  font: inherit;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  text-align: center;
}

.single-product .kanto-product-ugc__more span[data-kanto-media-more-count],
.single-product .kanto-product-review-media__more span[data-kanto-media-more-count] {
  display: grid;
  min-width: 100%;
  min-height: 100%;
  place-items: center;
  border-radius: inherit;
  background: transparent;
  color: color-mix(in srgb, var(--k-ink) 74%, var(--k-muted));
  font-size: 1rem;
  font-weight: 850;
}

.single-product .kanto-product-media-status {
  margin: 0;
  color: var(--k-review-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: end;
}

.single-product .kanto-product-hero__summary {
  display: grid;
  gap: 0.875rem;
}

.single-product .kanto-product__eyebrow {
  width: fit-content;
  padding: 0.25rem 0.625rem;
  border: 1px solid color-mix(in srgb, var(--k-brand-pink) 22%, var(--k-card-border));
  border-radius: 999px;
  color: var(--k-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.single-product .kanto-product__title {
  max-width: 34rem;
  font-size: clamp(1.125rem, 5vw, 1.3125rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
  text-wrap: wrap;
  overflow-wrap: anywhere;
}

.single-product .kanto-product-brand-logo {
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
}

.single-product .kanto-product-brand-logo__image {
  display: block;
  max-width: 7rem;
  max-height: 0.9375rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.single-product .kanto-product-brand-logo--text {
  padding: 0.25rem 0.625rem;
  border: 1px solid color-mix(in srgb, var(--k-brand-pink) 22%, var(--k-card-border));
  border-radius: 999px;
  color: var(--k-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.single-product .kanto-product-sku {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin: -0.25rem 0 0;
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 700;
}

.single-product .kanto-product-sku strong {
  color: var(--k-ink);
  font-weight: 800;
}

.single-product .kanto-product-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.625rem;
  align-items: center;
  color: var(--k-muted);
  font-size: 0.875rem;
  font-weight: 600;
}

.single-product .kanto-product-rating a {
  color: var(--k-accent-text);
}

.single-product .kanto-product-rating__stars {
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(90deg, var(--k-brand-yellow) var(--rating, 0%), color-mix(in srgb, var(--k-muted) 28%, var(--k-surface)) var(--rating, 0%));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1rem;
  line-height: 1;
}

.single-product .kanto-product-price {
  display: grid;
  gap: 0.25rem;
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  background: color-mix(in oklab, var(--k-brand-yellow) 22%, var(--k-surface));
}

.single-product .kanto-product-price__row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  align-items: flex-end;
}

.single-product .kanto-product-price__current,
.single-product .kanto-product-price__current .amount {
  color: var(--k-accent-strong);
  font-size: 1.6875rem;
  font-weight: 800;
  line-height: 1.08;
}

.single-product .kanto-product-price__regular,
.single-product .kanto-product-price__regular .amount,
.single-product .kanto-product-option__price del {
  color: var(--k-muted);
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 1;
}

.single-product .kanto-product-price__current ins,
.single-product .kanto-product-option__price ins {
  text-decoration: none;
}

.single-product .kanto-product-price__badge {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 1.6rem;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.5rem;
  margin-block-end: 0.1rem;
  border-radius: 0.4375rem;
  background: var(--k-accent-text);
  color: var(--k-surface);
  font-size: 0.75rem;
  font-weight: 800;
}

.single-product .kanto-product-price small {
  color: color-mix(in oklab, var(--k-ink) 72%, var(--k-brand-yellow));
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.single-product .kanto-product-giftbox {
  flex: 0 0 100%;
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 0.9375rem 1rem;
  border-radius: 1rem;
  background: var(--k-grad-promo);
}

.single-product .kanto-product-giftbox__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.625rem;
  align-items: center;
  margin-block-end: 0.6875rem;
}

.single-product .kanto-product-giftbox__badge {
  display: inline-flex;
  min-height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.375rem;
  background: var(--k-accent-text);
  color: var(--k-surface);
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.single-product .kanto-product-giftbox__head h2 {
  margin: 0;
  color: color-mix(in oklab, var(--k-accent-strong) 72%, var(--k-brand-yellow));
  font-size: 0.875rem;
  font-weight: 850;
  line-height: 1.3;
}

.single-product .kanto-product-giftbox__flame,
.single-product .kanto-product-giftbox__clock {
  flex: 0 0 auto;
  line-height: 1;
}

.single-product .kanto-product-giftbox__items {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .kanto-product-giftbox__item {
  display: grid;
  grid-template-columns: 1.125rem minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
  min-width: 0;
  padding-block: 0.625rem;
  border-block-start: 1px solid color-mix(in srgb, var(--k-accent-strong) 14%, transparent);
}

.single-product .kanto-product-giftbox__item.has-media {
  grid-template-columns: 1.125rem 3.5rem minmax(0, 1fr);
}

.single-product .kanto-product-giftbox__item:first-child {
  padding-block-start: 0;
  border-block-start: 0;
}

.single-product .kanto-product-giftbox__item:last-child {
  padding-block-end: 0;
}

.single-product .kanto-product-giftbox__control {
  position: relative;
  display: grid;
  width: 1.125rem;
  height: 1.125rem;
  place-items: center;
}

.single-product .kanto-product-giftbox__control input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.single-product .kanto-product-giftbox__control label,
.single-product .kanto-product-giftbox__control > span:first-child {
  display: grid;
  width: 1.0625rem;
  height: 1.0625rem;
  place-items: center;
  margin: 0;
  border: 1.5px solid color-mix(in srgb, var(--k-muted) 55%, var(--k-surface));
  border-radius: 50%;
  background: var(--k-surface);
}

.single-product .kanto-product-giftbox__control label {
  cursor: pointer;
}

.single-product .kanto-product-giftbox.is-static .kanto-product-giftbox__control label {
  cursor: default;
}

.single-product .kanto-product-giftbox__control label > span:first-child,
.single-product .kanto-product-giftbox__control.is-locked > span:first-child {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.single-product .kanto-product-giftbox__control input:checked + label,
.single-product .kanto-product-giftbox__control.is-locked > span:first-child {
  border-color: var(--k-accent-text);
  background: var(--k-accent-text);
}

.single-product .kanto-product-giftbox__control input:checked + label > span:first-child::after,
.single-product .kanto-product-giftbox__control.is-locked > span:first-child::after {
  display: block;
  width: 0.25rem;
  height: 0.4375rem;
  margin: 0.1875rem auto 0;
  border-right: 2px solid var(--k-surface);
  border-bottom: 2px solid var(--k-surface);
  content: "";
  transform: rotate(45deg);
}

.single-product .kanto-product-giftbox__control input:focus-visible + label {
  outline: 2px solid var(--k-ink);
  outline-offset: 2px;
}

.single-product .kanto-product-giftbox__media {
  display: grid;
  width: 3.5rem;
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border-radius: 0.5rem;
  background: var(--k-surface);
}

.single-product .kanto-product-giftbox__media img {
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  object-fit: contain;
}

.single-product .kanto-product-giftbox__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1875rem 0.375rem;
  align-items: baseline;
  min-width: 0;
}

.single-product .kanto-product-giftbox__name {
  color: var(--k-ink);
  font-size: 0.8125rem;
  font-weight: 750;
  line-height: 1.4;
}

.single-product .kanto-product-giftbox__name:hover {
  color: var(--k-accent-text);
}

.single-product .kanto-product-giftbox__price,
.single-product .kanto-product-giftbox__price .amount {
  color: var(--k-accent-text);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.4;
}

.single-product .kanto-product-giftbox__terms {
  margin-block-start: 0.6875rem;
  padding-block-start: 0.625rem;
  border-block-start: 1px solid color-mix(in srgb, var(--k-accent-strong) 14%, transparent);
}

.single-product .kanto-product-giftbox__terms:has(.kanto-product-giftbox__clock) {
  display: flex;
  gap: 0.375rem;
  align-items: flex-start;
  padding-block-start: 0;
  border-block-start: 0;
}

.single-product .kanto-product-giftbox__terms h3 {
  margin: 0 0 0.25rem;
  color: var(--k-ink);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.4;
}

.single-product .kanto-product-giftbox__terms :is(p, ul, ol) {
  margin: 0;
  color: color-mix(in srgb, var(--k-ink) 68%, var(--k-muted));
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.45;
}

.single-product .kanto-product-giftbox__terms :is(ul, ol) {
  padding-inline-start: 1.125rem;
}

.single-product .kanto-product-giftbox__terms li + li {
  margin-block-start: 0.2rem;
}

.single-product .kanto-product-giftbox.is-included {
  padding: 0.875rem 1rem;
  border-radius: 0.875rem;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__head {
  gap: 0.375rem;
  margin-block-end: 0.5625rem;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__head h2 {
  font-size: 0.75rem;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__items {
  gap: 0.4375rem;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__item {
  grid-template-columns: 0.9375rem minmax(0, 1fr);
  gap: 0.5rem;
  padding-block: 0;
  border-block-start: 0;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__item.has-media {
  grid-template-columns: 0.9375rem 3.25rem minmax(0, 1fr);
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__control,
.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__control > span:first-child {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 999px;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__media {
  width: 3.25rem;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__name,
.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__price,
.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__price .amount {
  font-size: 0.71875rem;
  line-height: 1.4;
}

.single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__terms {
  margin-block-start: 0.5625rem;
}

.single-product .kanto-product-options {
  display: grid;
  gap: 0.6875rem;
  padding-block: 0.875rem;
  border-block: 1px solid color-mix(in oklab, var(--k-card-border) 72%, var(--k-surface));
}

.single-product .kanto-product-options__track {
  gap: 0.375rem;
  padding-block-end: 0.25rem;
  cursor: grab;
  scrollbar-width: none;
}

.single-product .kanto-product-options__track::-webkit-scrollbar {
  display: none;
}

.single-product .kanto-product-options__track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.single-product .kanto-product-option {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 0.25rem;
  width: 5.625rem;
  min-width: 5.625rem;
  min-height: 8.375rem;
  padding: 0.4375rem 0.4375rem 0.5625rem;
  border: 1px solid color-mix(in oklab, var(--k-card-border) 82%, var(--k-surface));
  border-radius: 0.875rem;
  background: var(--k-surface);
  color: var(--k-ink);
  text-align: left;
}

.single-product .kanto-product-option.is-current {
  border-color: var(--k-ink);
  background: var(--k-surface);
  box-shadow: inset 0 0 0 1px var(--k-ink);
  cursor: default;
}

.single-product a.kanto-product-option:hover {
  border-color: color-mix(in srgb, var(--k-accent-text) 58%, var(--k-card-border));
  color: var(--k-ink);
}

.single-product .kanto-product-option:focus-visible,
.single-product .kanto-product-option-more:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--k-brand-yellow) 72%, var(--k-surface));
  outline-offset: 2px;
}

.single-product .kanto-product-option__badge {
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
  z-index: 1;
  display: inline-flex;
  min-height: 1.25rem;
  align-items: center;
  padding: 0.1875rem 0.4375rem;
  border-radius: 999px;
  background: var(--k-ink);
  color: var(--k-brand-yellow);
  font-size: 0.53125rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.single-product .kanto-product-option__media {
  display: grid;
  place-items: center;
  height: 4rem;
  overflow: hidden;
  padding: 0.3125rem;
  border: 1px solid color-mix(in oklab, var(--k-card-border) 58%, var(--k-surface));
  border-radius: 0.625rem;
  background: var(--k-surface);
}

.single-product .kanto-product-option__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background: var(--k-surface);
  object-fit: contain;
}

.single-product .kanto-product-option__sku {
  overflow: hidden;
  color: color-mix(in srgb, var(--k-muted) 76%, var(--k-ink));
  font-size: 0.59375rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-product .kanto-product-option__price {
  overflow: hidden;
  color: var(--k-ink);
  font-size: 0.71875rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-product .kanto-product-option__price .amount {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.single-product .kanto-product-option__diff {
  overflow: hidden;
  color: color-mix(in srgb, var(--k-trust-green) 62%, var(--k-ink));
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-product .kanto-product-option-more {
  display: flex;
  width: 5.625rem;
  min-width: 5.625rem;
  min-height: 8.375rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border: 1.5px dashed color-mix(in oklab, var(--k-card-border) 76%, var(--k-muted));
  border-radius: 0.875rem;
  background: color-mix(in oklab, var(--k-cream-bg) 74%, var(--k-surface));
  color: var(--k-muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.6875rem;
  font-weight: 800;
}

.single-product .kanto-product-option-more:hover {
  border-color: color-mix(in srgb, var(--k-accent-text) 58%, var(--k-card-border));
  color: var(--k-ink);
}

.single-product .kanto-product-option-more__icon {
  display: grid;
  width: 1.875rem;
  height: 1.875rem;
  place-items: center;
  border: 1px solid var(--k-card-border);
  border-radius: 999px;
  background: var(--k-surface);
  color: var(--k-ink);
  font-size: 1.125rem;
  line-height: 1;
}

.single-product .kanto-product-features {
  display: grid;
  gap: 0.5rem;
}

.single-product .kanto-product-features li {
  position: relative;
  min-height: 1.75rem;
  padding: 0.18rem 0 0.18rem 1.65rem;
  color: var(--k-ink);
  font-size: 0.925rem;
  font-weight: 600;
  line-height: 1.4;
}

.single-product .kanto-product-features li::before {
  content: "";
  position: absolute;
  top: 0.48rem;
  left: 0.2rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--k-trust-green);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--k-trust-green) 14%, transparent);
}

.single-product .kanto-product-service {
  display: grid;
  gap: 0.75rem;
  padding: 0.875rem;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--k-brand-yellow) 13%, var(--k-surface)), var(--k-surface));
}

.single-product .kanto-product-service__links {
  display: grid;
  gap: 0.5rem;
}

.single-product .kanto-product-service__links a,
.single-product .kanto-product-callouts a,
.single-product .kanto-product-trust a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.65rem 0.75rem;
  border: 1px solid color-mix(in srgb, var(--k-card-border) 78%, transparent);
  border-radius: 0.625rem;
  background: color-mix(in srgb, var(--k-surface) 72%, var(--k-cream-bg));
  color: var(--k-ink);
  font-size: 0.875rem;
  font-weight: 700;
}

.single-product .kanto-product-service__links a::after,
.single-product .kanto-product-callouts a::after,
.single-product .kanto-product-trust a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.single-product .kanto-product-cart {
  display: block;
}

.single-product .kanto-product-cart form.cart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.single-product .kanto-product-cart form.cart::before,
.single-product .kanto-product-cart form.cart::after {
  display: none;
}

.single-product .kanto-product-cart .quantity {
  display: none;
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 3rem;
  overflow: hidden;
  border: 1px solid var(--k-card-border);
  border-radius: 0.5rem;
  background: var(--k-surface);
}

.single-product .kanto-product-cart .qty {
  width: 5.25rem;
  min-height: 3rem;
  border: 0;
  background: transparent;
  color: var(--k-ink);
  font-weight: 800;
  text-align: center;
}

.single-product .kanto-product-cart .single_add_to_cart_button,
.single-product .kanto-product-cart .button,
.single-product .kanto-product-buy-now,
.single-product .kanto-product-review-cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.woocommerce.single-product .kanto-product .kanto-product-cart button.button.alt.single_add_to_cart_button,
.woocommerce.single-product .kanto-product .kanto-product-cart button.button.single_add_to_cart_button,
.woocommerce.single-product .kanto-product .kanto-product-cart .button {
  background: var(--k-brand-yellow);
  background-color: var(--k-brand-yellow);
  color: var(--k-ink);
}

.single-product .kanto-product-cart .single_add_to_cart_button,
.single-product .kanto-product-cart .button {
  width: 100%;
}

.single-product .kanto-product-cart .single_add_to_cart_button::before {
  width: 1.0625rem;
  height: 1.0625rem;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 7h13l-1.4 8.5a2 2 0 0 1-2 1.7H9.2a2 2 0 0 1-2-1.6L5.5 4.5H3'/%3E%3Ccircle cx='9.5' cy='20' r='1.1' fill='black'/%3E%3Ccircle cx='16' cy='20' r='1.1' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M6 7h13l-1.4 8.5a2 2 0 0 1-2 1.7H9.2a2 2 0 0 1-2-1.6L5.5 4.5H3'/%3E%3Ccircle cx='9.5' cy='20' r='1.1' fill='black'/%3E%3Ccircle cx='16' cy='20' r='1.1' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;
}

.single-product .kanto-product-buy-now {
  width: 100%;
  background: var(--k-ink);
  color: var(--k-surface);
}

.single-product .kanto-product-cart .single_add_to_cart_button:hover,
.single-product .kanto-product-cart .button:hover,
.single-product .kanto-product-buy-now:hover,
.single-product .kanto-product-review-cta:hover {
  background: color-mix(in srgb, var(--k-brand-yellow) 84%, var(--k-ink));
  background-color: color-mix(in srgb, var(--k-brand-yellow) 84%, var(--k-ink));
  color: var(--k-ink);
}

.woocommerce.single-product .kanto-product .kanto-product-cart button.button.alt.single_add_to_cart_button:hover,
.woocommerce.single-product .kanto-product .kanto-product-cart button.button.single_add_to_cart_button:hover,
.woocommerce.single-product .kanto-product .kanto-product-cart .button:hover {
  background: color-mix(in srgb, var(--k-brand-yellow) 84%, var(--k-ink));
  background-color: color-mix(in srgb, var(--k-brand-yellow) 84%, var(--k-ink));
  color: var(--k-ink);
}

.single-product .kanto-product-buy-now:hover {
  background: var(--k-accent-text);
  background-color: var(--k-accent-text);
  color: var(--k-surface);
}

.single-product .kanto-product-cart .variations {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  border: 0;
}

.single-product .kanto-product-cart .variations tbody,
.single-product .kanto-product-cart .variations tr,
.single-product .kanto-product-cart .variations th,
.single-product .kanto-product-cart .variations td {
  display: block;
  width: 100%;
  padding: 0;
}

.single-product .kanto-product-cart .variations tr + tr {
  margin-block-start: 0.75rem;
}

.single-product .kanto-product-cart .variations label {
  display: block;
  margin-block-end: 0.375rem;
  font-size: 0.875rem;
  font-weight: 800;
}

.single-product .kanto-product-cart .variations select {
  width: 100%;
  min-height: 2.875rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--k-card-border);
  border-radius: 0.5rem;
  background: var(--k-surface);
}

.single-product .kanto-product-cart .reset_variations {
  display: inline-flex;
  margin-block-start: 0.5rem;
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 700;
}

.single-product .kanto-product-cart .woocommerce-variation {
  flex: 0 0 100%;
  width: 100%;
}

.single-product .kanto-product-installment {
  display: flex;
  width: 100%;
  gap: 0.75rem;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 0.5rem;
  background: var(--k-ink);
  color: var(--k-surface);
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.single-product .kanto-product-installment-form {
  margin: 0;
}

.single-product button.kanto-product-installment {
  cursor: pointer;
}

.single-product .kanto-product-installment:focus-visible {
  outline: 0.1875rem solid var(--k-zalo-blue);
  outline-offset: 0.1875rem;
}

.single-product .kanto-product-installment > svg {
  flex: 0 0 auto;
  color: var(--k-brand-yellow);
}

.single-product .kanto-product-installment > span {
  min-width: 0;
  line-height: 1.35;
}

.single-product .kanto-product-installment strong {
  color: var(--k-brand-yellow);
  font-weight: 800;
}

.single-product .kanto-product-trust,
.single-product .kanto-product-callouts {
  display: grid;
  gap: 0.625rem;
}

.single-product .kanto-product-tabs {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  border-bottom: 1px solid var(--k-card-border);
  padding-block: 0 0.1rem;
  scrollbar-width: none;
}

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

.single-product .kanto-product-tabs a {
  flex: 0 0 auto;
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 0.7rem;
  border-bottom: 0.18rem solid transparent;
  color: var(--k-muted);
  font-size: 0.875rem;
  font-weight: 800;
}

.single-product .kanto-product-tabs a:first-child,
.single-product .kanto-product-tabs a:hover {
  color: var(--k-accent-text);
  border-bottom-color: var(--k-brand-pink);
}

.single-product .kanto-product-detail-grid {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.single-product .kanto-product-detail-grid__content {
  display: grid;
  gap: 1rem;
}

.single-product .kanto-product-description,
.single-product .kanto-product-specs,
.single-product .kanto-product-faq,
.single-product .kanto-product-reviews {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.single-product .kanto-product-description__content {
  color: var(--k-ink);
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.single-product .kanto-product-description__content > * + * {
  margin-block-start: 1rem;
}

.single-product .kanto-product-description__content > * {
  max-width: 100%;
}

.single-product .kanto-product-description__content h2,
.single-product .kanto-product-description__content h3,
.single-product .kanto-product-description__content h4 {
  scroll-margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.35;
}

.single-product .kanto-product-description__content img,
.single-product .kanto-product-description__content video,
.single-product .kanto-product-description__content iframe {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.single-product .kanto-product-description__content a,
.single-product .kanto-product-description__content code {
  overflow-wrap: anywhere;
}

.single-product .kanto-product-description__content pre {
  max-width: 100%;
  overflow-x: auto;
}

.single-product .kanto-product-description__content figure {
  margin-inline: 0;
}

.single-product .kanto-product-description__content .kanto-text-align-start {
  text-align: start;
}

.single-product .kanto-product-description__content .kanto-text-align-center {
  text-align: center;
}

.single-product .kanto-product-description__content .kanto-text-align-end {
  text-align: end;
}

.single-product .kanto-product-description__content .kanto-text-align-justify {
  text-align: justify;
}

.single-product .kanto-product-description__content .kanto-content-columns {
  display: grid;
  gap: 1rem;
}

.single-product .kanto-product-description__content .kanto-content-columns--1 {
  grid-template-columns: minmax(0, 1fr);
}

.single-product .kanto-product-description__content .kanto-content-columns--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-product .kanto-product-description__content .kanto-content-columns--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .kanto-product-description__content .kanto-content-columns--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-product .kanto-product-description__content .kanto-content-column {
  min-width: 0;
}

.single-product .kanto-product-description__content .kanto-content-list--disc {
  list-style-type: disc;
}

.single-product .kanto-product-description__content .kanto-content-list--circle {
  list-style-type: circle;
}

.single-product .kanto-product-description__content .kanto-content-list--square {
  list-style-type: square;
}

.single-product .kanto-product-description__content .kanto-content-list--decimal {
  list-style-type: decimal;
}

.single-product .kanto-product-description__content .kanto-content-list--lower-alpha {
  list-style-type: lower-alpha;
}

.single-product .kanto-product-description__content .kanto-content-list--upper-alpha {
  list-style-type: upper-alpha;
}

.single-product .kanto-product-description__content table {
  display: block;
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--k-card-border);
  border-collapse: collapse;
}

.single-product .kanto-product-description__content th,
.single-product .kanto-product-description__content td {
  min-width: 8rem;
  padding: 0.75rem;
  border: 1px solid var(--k-card-border);
  text-align: start;
  vertical-align: top;
}

.single-product .kanto-product-description__media,
.single-product .kanto-product-description__gallery figure {
  margin: 0;
}

.single-product .kanto-product-description__image,
.single-product .kanto-product-description__gallery-image {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .kanto-product-description__media--center {
  text-align: center;
}

.single-product .kanto-product-description__caption {
  margin-block-start: 0.5rem;
  color: var(--k-muted);
  font-size: 0.875rem;
}

.single-product .kanto-product-description__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.single-product .kanto-product-description__video a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--k-accent);
  font-weight: 700;
}

.single-product .kanto-product-description__video :where(video, iframe) {
  display: block;
  width: 100%;
}

@media (max-width: 47.99rem) {
  .single-product .kanto-product-description__content .kanto-content-columns {
    grid-template-columns: minmax(0, 1fr);
  }
}

.single-product .kanto-product-description__separator {
  border: 0;
  border-block-start: 1px solid var(--k-card-border);
}

.single-product .kanto-product-description__content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

/* Product description prose — render-time semantic normalization companion. */
.single-product .kanto-product-description__content {
  line-height: 1.7;
}

.single-product .kanto-product-description__content > p,
.single-product .kanto-product-description__content > ul,
.single-product .kanto-product-description__content > ol {
  margin-block: 0;
}

.single-product .kanto-product-description__content > p + p,
.single-product .kanto-product-description__content > p + ul,
.single-product .kanto-product-description__content > p + ol,
.single-product .kanto-product-description__content > ul + p,
.single-product .kanto-product-description__content > ul + ul,
.single-product .kanto-product-description__content > ul + ol,
.single-product .kanto-product-description__content > ol + p,
.single-product .kanto-product-description__content > ol + ul,
.single-product .kanto-product-description__content > ol + ol {
  margin-block-start: var(--k-space-3);
}

.single-product .kanto-product-description__content > h2,
.single-product .kanto-product-description__content > h3 {
  position: relative;
  margin-block: var(--k-space-5) var(--k-space-2);
  padding-inline-start: var(--k-space-3);
  color: var(--k-ink);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.single-product .kanto-product-description__content > h2::before,
.single-product .kanto-product-description__content > h3::before {
  position: absolute;
  inset-block: 0.2em;
  inset-inline-start: 0;
  width: 0.25rem;
  border-radius: 999px;
  background: var(--k-accent);
  content: "";
}

.single-product .kanto-product-description__content h2 {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 1.3;
}

.single-product .kanto-product-description__content h3 {
  font-size: clamp(1.125rem, 3.5vw, 1.25rem);
}

.single-product .kanto-product-description__content > ul,
.single-product .kanto-product-description__content > ol {
  padding-inline-start: 1.4em;
}

.single-product .kanto-product-description__content > :is(ul, ol) > li + li {
  margin-block-start: var(--k-space-1);
}

.single-product .kanto-product-description__content > :is(ul, ol) > li::marker {
  color: var(--k-accent-strong);
}

.single-product .kanto-product-description__content figure {
  margin-block: var(--k-space-4);
}

.single-product .kanto-product-description__content figcaption {
  margin-block-start: var(--k-space-2);
  color: var(--k-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.single-product .kanto-product-description-toc {
  display: grid;
  gap: 0.625rem;
  min-width: 0;
  padding: 0.875rem;
  border: 1px solid color-mix(in srgb, var(--k-card-border) 76%, var(--k-surface));
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--k-trust-green) 8%, var(--k-surface));
}

.single-product .kanto-product-description-toc h3 {
  margin: 0;
  color: var(--k-ink);
  font-size: 0.875rem;
  line-height: 1.35;
}

.single-product .kanto-product-description-toc ol {
  display: grid;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .kanto-product-description-toc__item {
  min-width: 0;
}

.single-product .kanto-product-description-toc__item--h3 {
  padding-inline-start: 0.75rem;
}

.single-product .kanto-product-description-toc a {
  display: inline-flex;
  max-width: 100%;
  min-height: 2rem;
  align-items: center;
  color: var(--k-accent-text);
  font-size: 0.875rem;
  font-weight: 750;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.single-product .kanto-product-description-video-card {
  display: grid;
  gap: 0.625rem;
  max-width: min(100%, 32rem);
  margin: 1rem 0;
}

.single-product .kanto-product-description-video-card__thumb {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 0.75rem;
	background: var(--k-ink);
}

.single-product .kanto-product-description-video-card__embed {
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 0.75rem;
	background: var(--k-ink);
}

.single-product .kanto-product-description-video-card__embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.single-product .kanto-product-description-video-card__image,
.single-product .kanto-product-description-video-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
  object-fit: cover;
}

.single-product .kanto-product-description-video-card__placeholder {
  background: linear-gradient(135deg, color-mix(in srgb, var(--k-ink) 84%, var(--k-brand-yellow)), var(--k-ink));
}

.single-product .kanto-product-description-video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-surface) 94%, transparent);
  transform: translate(-50%, -50%);
  box-shadow: 0 0.625rem 1.5rem color-mix(in srgb, var(--k-ink) 24%, transparent);
}

.single-product .kanto-product-description-video-card__play::before {
  content: "";
  margin-inline-start: 0.2rem;
  border-block: 0.55rem solid transparent;
  border-inline-start: 0.85rem solid var(--k-brand-pink);
}

.single-product .kanto-product-description-video-card__caption {
  color: var(--k-muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

.single-product .kanto-product-description-video-card__caption a {
  color: var(--k-accent-text);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.single-product .kanto-product-faq__list {
  display: grid;
  gap: 0.625rem;
}

.single-product .kanto-product-faq__item {
  overflow: hidden;
  border: 1px solid var(--k-card-border);
  border-radius: 0.5rem;
  background: var(--k-surface);
}

.single-product .kanto-product-faq__item summary {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  min-height: 3rem;
  padding: 0.875rem;
  color: var(--k-ink);
  font-weight: 800;
  line-height: 1.4;
  cursor: pointer;
  overflow-wrap: anywhere;
}

.single-product .kanto-product-faq__item summary::marker {
  color: var(--k-brand-pink);
}

.single-product .kanto-product-faq__answer {
  padding: 0 0.875rem 0.875rem 2rem;
  color: var(--k-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.single-product .kanto-product-faq__answer p {
  margin: 0;
}

.single-product .kanto-product-specs__table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--k-card-border);
  border-radius: 0.5rem;
}

.single-product .kanto-product-specs__row {
  display: grid;
  gap: 0.25rem;
  padding: 0.875rem;
  background: var(--k-surface);
}

.single-product .kanto-product-specs__row:nth-child(odd) {
  background: color-mix(in srgb, var(--k-cream-bg) 72%, var(--k-surface));
}

.single-product .kanto-product-specs__row + .kanto-product-specs__row {
  border-top: 1px solid var(--k-card-border);
}

.single-product .kanto-product-specs__row span {
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 700;
}

.single-product .kanto-product-specs__row strong {
  color: var(--k-ink);
  font-size: 0.9375rem;
  line-height: 1.45;
}

.single-product .kanto-product-review-summary {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.single-product .kanto-product-review-summary__score {
  display: grid;
  gap: 0.25rem;
}

.single-product .kanto-product-review-summary__score strong {
  font-size: 2rem;
  line-height: 1;
}

.single-product .kanto-product-review-summary__score small {
  color: var(--k-muted);
  font-weight: 700;
}

.single-product .kanto-product-review-summary__bars {
  display: grid;
  gap: 0.5rem;
}

.single-product .kanto-product-review-summary__bars > div {
  display: grid;
  grid-template-columns: 1.75rem 1fr;
  gap: 0.5rem;
  align-items: center;
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 800;
}

.single-product .kanto-product-review-summary__bar {
  display: block;
  height: 0.5rem;
  overflow: hidden;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-muted) 18%, var(--k-surface));
}

.single-product .kanto-product-review-summary__bar span {
  display: block;
  width: var(--bar, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--k-brand-yellow);
}

.single-product .kanto-product-review-media {
  display: grid;
  gap: 0.75rem;
  padding: 0.875rem;
}

.single-product .kanto-product-review-media p {
  color: var(--k-muted);
  font-size: 0.875rem;
  font-weight: 800;
}

.single-product .kanto-product-review-list {
  display: grid;
  gap: 0.875rem;
}

.single-product .kanto-product-review {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.75rem;
  padding: 0.875rem;
}

.single-product .kanto-product-review__avatar {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 999px;
  background: var(--k-grad-promo);
  color: var(--k-accent-strong);
  font-weight: 800;
}

.single-product .kanto-product-review__body {
  display: grid;
  gap: 0.625rem;
  min-width: 0;
}

.single-product .kanto-product-review__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.625rem;
  align-items: center;
}

.single-product .kanto-product-review__header strong {
  font-size: 0.9375rem;
}

.single-product .kanto-product-review__header span:not(.kanto-product-rating__stars) {
  display: inline-flex;
  gap: 0.25rem;
  min-height: 1.5rem;
  align-items: center;
  padding: 0.125rem 0.5rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-trust-green) 12%, var(--k-surface));
  color: color-mix(in srgb, var(--k-trust-green) 62%, var(--k-ink));
  font-size: 0.75rem;
  font-weight: 800;
}

.single-product .kanto-product-review__verified b {
  font-size: 0.75rem;
  line-height: 1;
}

.single-product .kanto-product-review__content {
  color: var(--k-ink);
  font-size: 0.9125rem;
  line-height: 1.55;
}

.single-product .kanto-product-review__content > * + * {
  margin-block-start: 0.75rem;
}

.single-product .kanto-product-review__media {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.single-product .kanto-product-review__media-item {
  width: 4.25rem;
  height: 4.25rem;
}

.single-product .kanto-product-qa {
  display: grid;
  gap: 0.875rem;
  padding-block-start: 0.25rem;
}

.single-product .kanto-product-qa__head {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: flex-start;
  justify-content: space-between;
}

.single-product .kanto-product-qa__head h2 {
  margin: 0;
}

.single-product .kanto-product-qa__head p {
  margin: 0.25rem 0 0;
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
}

.single-product .kanto-product-qa__ask {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.2;
}

.single-product .kanto-product-qa__list {
  display: grid;
  gap: 0.75rem;
}

.single-product .kanto-product-qa__item {
  display: grid;
  gap: 0.625rem;
  padding-block-start: 0.875rem;
  border-block-start: 1px solid var(--k-card-border);
}

.single-product .kanto-product-qa__question,
.single-product .kanto-product-qa__answer {
  display: grid;
  gap: 0.35rem;
}

.single-product .kanto-product-qa__question strong,
.single-product .kanto-product-qa__answer span {
  width: fit-content;
  padding: 0.125rem 0.5rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
}

.single-product .kanto-product-qa__question strong {
  background: color-mix(in srgb, var(--k-muted) 12%, var(--k-surface));
  color: var(--k-muted);
}

.single-product .kanto-product-qa__answer span {
  background: var(--k-brand-yellow);
  color: var(--k-ink);
}

.single-product .kanto-product-qa__question p,
.single-product .kanto-product-qa__answer p {
  margin: 0;
  color: var(--k-ink);
  font-size: 0.9125rem;
  line-height: 1.55;
}

.single-product .kanto-product-qa__question small,
.single-product .kanto-product-qa__answer time {
  color: var(--k-muted);
  font-size: 0.75rem;
  font-weight: 700;
}

.single-product [hidden] {
  display: none !important;
}

.single-product .kanto-product-reviews {
  --k-review-star: #ffb400;
  --k-review-soft: #fbf9f4;
  --k-review-track: #f0eadf;
  --k-review-divider: #f3ece1;
  --k-review-muted: var(--k-muted);
  --k-review-avatar-coral: #ff8a5c;
  --k-review-avatar-blue: #2f6fed;
  --k-review-avatar-violet: #8b5cf6;
  gap: 0;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.875rem;
}

.single-product .kanto-product-reviews__head,
.single-product .kanto-product-qa__head {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  justify-content: space-between;
}

.single-product .kanto-product-reviews__head span,
.single-product .kanto-product-qa__head > span {
  flex: 0 0 auto;
  color: var(--k-review-muted);
  font-size: 0.6875rem;
  font-weight: 700;
}

.single-product .kanto-product-reviews__head h2,
.single-product .kanto-product-qa__head h2 {
  margin: 0;
  color: var(--k-ink);
  font-size: 0.9375rem;
  font-weight: 850;
  line-height: 1.35;
}

.single-product .kanto-product-review-summary,
.single-product .kanto-product-review-media,
.single-product .kanto-product-review {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.single-product .kanto-product-review-summary {
  grid-template-columns: minmax(4.75rem, 0.32fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-block-start: 0.625rem;
  padding: 0.875rem;
  border-radius: 0.875rem;
  background: var(--k-review-soft);
}

.single-product .kanto-product-review-summary__score {
  gap: 0.125rem;
  text-align: center;
}

.single-product .kanto-product-review-summary__score strong {
  color: var(--k-ink);
  font-size: 2.125rem;
  font-weight: 850;
}

.single-product .kanto-product-review-summary__score .kanto-product-rating__stars {
  font-size: 0.6875rem;
  letter-spacing: 0;
}

.single-product .kanto-product-review-summary__score small {
  color: var(--k-review-muted);
  font-size: 0.625rem;
  font-weight: 650;
}

.single-product .kanto-product-review-summary__bars {
  gap: 0.3125rem;
}

.single-product .kanto-product-review-summary__bars > div {
  grid-template-columns: 0.625rem minmax(0, 1fr);
  gap: 0.4375rem;
  font-size: 0.625rem;
  font-weight: 650;
}

.single-product .kanto-product-review-summary__bar {
  height: 0.375rem;
  background: var(--k-review-track);
}

.single-product .kanto-product-review-summary__bar span {
  background: var(--k-review-star);
}

.single-product .kanto-product-reviews .kanto-product-rating__stars {
  background:
    linear-gradient(90deg, var(--k-review-star) var(--rating, 0%), var(--k-review-track) var(--rating, 0%));
  -webkit-background-clip: text;
  background-clip: text;
}

.single-product .kanto-product-review-media {
  gap: 0.5rem;
  padding: 0.75rem 0 0;
  border-block-end: 0;
}

.single-product .kanto-product-review-media p {
  margin: 0;
  color: var(--k-ink);
  font-size: 0.75rem;
  font-weight: 800;
}

.single-product .kanto-product-review-media__track {
  gap: 0.4375rem;
  padding-block-end: 0.125rem;
}

.single-product .kanto-product-review-media__item,
.single-product .kanto-product-review-media__more {
  display: grid;
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  place-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0.5625rem;
  font: inherit;
  line-height: 1.15;
  cursor: pointer;
  text-align: center;
}

.single-product .kanto-product-review-media__more {
  gap: 0.1875rem;
  border: 0;
  background: var(--k-review-soft);
  color: var(--k-ink);
  font-size: 0.6875rem;
  font-weight: 800;
}

.single-product .kanto-product-review-media .kanto-product-media-status {
  margin-block-start: -0.125rem;
  color: var(--k-review-muted);
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: end;
}

.single-product .kanto-product-review-media__item__play {
  width: 1.125rem;
  height: 1.125rem;
  background: color-mix(in srgb, var(--k-surface) 92%, transparent);
  box-shadow: none;
}

.single-product .kanto-product-review-media__item__play::before {
  margin: 0.3125rem 0 0 0.4375rem;
  border-block-width: 0.25rem;
  border-left-width: 0.375rem;
}

.single-product .kanto-product-review-success {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-block: 0.75rem;
  padding: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--k-brand-yellow) 48%, var(--k-card-border));
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--k-brand-yellow) 15%, var(--k-surface));
}

.single-product .kanto-product-review-offer {
  margin-block: 0.75rem;
}

.single-product .kanto-product-review-offer__icon,
.single-product .kanto-product-review-success__icon,
.single-product .kanto-product-empty__icon {
  display: grid;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--k-cream-bg) 70%, var(--k-surface));
  color: color-mix(in srgb, var(--k-muted) 72%, var(--k-ink));
  font-size: 1.35rem;
  font-weight: 850;
}

.single-product .kanto-product-review-offer > div,
.single-product .kanto-product-review-success > div {
  display: grid;
  flex: 1 1 14rem;
  gap: 0.25rem;
  min-width: 0;
}

.single-product .kanto-product-review-offer strong,
.single-product .kanto-product-review-success strong {
  color: var(--k-ink);
  font-size: 0.9375rem;
  font-weight: 850;
  line-height: 1.25;
}

.single-product .kanto-product-review-offer p,
.single-product .kanto-product-review-success p {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.45;
}

.single-product .kanto-product-review-offer p strong,
.single-product .kanto-product-empty p strong {
  color: var(--k-ink);
  font-weight: 850;
}

.single-product .kanto-product-review-success {
  border-color: color-mix(in srgb, var(--k-trust-green) 30%, var(--k-card-border));
  background: color-mix(in srgb, var(--k-trust-green) 10%, var(--k-surface));
}

.single-product .kanto-product-review-success code {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  margin-inline-start: 0.25rem;
  padding: 0.125rem 0.5rem;
  border: 1px solid var(--k-ink);
  border-radius: 0.375rem;
  background: var(--k-surface);
  color: var(--k-ink);
  font: inherit;
  font-weight: 850;
}

.single-product .kanto-product-review-success a {
  justify-self: start;
  color: var(--k-zalo-blue);
  font-size: 0.8125rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.single-product .kanto-product-review-error {
  margin: 0.75rem 0;
  padding: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--k-accent-strong) 52%, var(--k-card-border));
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--k-accent-strong) 9%, var(--k-surface));
  color: var(--k-accent-strong);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.45;
}

.single-product .kanto-product-review-error::before {
  content: "!";
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  margin-inline-end: 0.375rem;
  place-items: center;
  border-radius: 999px;
  background: currentColor;
  color: var(--k-surface);
  font-size: 0.75rem;
  font-weight: 850;
}

.single-product .kanto-product-review-cta {
  display: flex;
  width: 100%;
  min-height: 3rem;
  gap: 0.625rem;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin-block: 0;
  padding: 0.625rem 0.875rem;
  border: 0;
  border-radius: 0.75rem;
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.single-product .kanto-product-review-cta__icon,
.single-product .kanto-product-qa__ask-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-review-cta > span {
  display: grid;
  gap: 0.0625rem;
  text-align: start;
}

.single-product .kanto-product-review-cta small {
  font-size: 0.625rem;
  font-weight: 650;
  line-height: 1.3;
}

.single-product .kanto-product-review-cta strong {
  color: inherit;
  font-size: 0.75rem;
  font-weight: 850;
  line-height: 1.35;
}

.single-product .kanto-product-composer__actions button:disabled {
  opacity: 0.62;
  cursor: progress;
}

.single-product .kanto-product-review-browser {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.single-product .kanto-product-review-browser > * {
  min-width: 0;
}

.single-product .kanto-product-review-filters {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 0.5rem;
  overflow-x: auto;
  margin: 0.75rem 0 0;
  padding: 0 0 0.125rem;
  border: 0;
  scrollbar-width: none;
}

.single-product .kanto-product-review-filters::-webkit-scrollbar {
  display: none;
}

.single-product .kanto-product-review-filters label {
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.single-product .kanto-product-review-filters input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.single-product .kanto-product-review-filters span {
  display: inline-flex;
  min-height: 2rem;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  padding: 0.4375rem 0.8125rem;
  border: 1px solid var(--k-card-border);
  border-radius: 999px;
  background: var(--k-surface);
  color: var(--k-ink);
  font-size: 0.6875rem;
  font-weight: 700;
  white-space: nowrap;
}

.single-product .kanto-product-review-filters input:checked + span {
  border-color: var(--k-accent-strong);
  background: var(--k-accent-strong);
  color: var(--k-surface);
}

.single-product .kanto-product-review-filter__icon {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-review-filters input:focus-visible + span {
  outline: 3px solid var(--k-brand-yellow);
  outline-offset: 2px;
}

.single-product .kanto-product-review-list {
  gap: 0;
  min-width: 0;
}

.single-product .kanto-product-empty {
  display: grid;
  gap: 0.75rem;
  place-items: center;
  padding: clamp(2rem, 6vw, 4rem) 1rem;
  border-radius: 0.875rem;
  background: color-mix(in srgb, var(--k-cream-bg) 62%, var(--k-surface));
  text-align: center;
}

.single-product .kanto-product-empty__icon svg,
.single-product .kanto-product-review-success__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-empty--review .kanto-product-empty__icon svg {
  fill: currentColor;
  stroke: none;
}

.single-product .kanto-product-empty h3 {
  margin: 0;
  color: var(--k-ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.22;
}

.single-product .kanto-product-empty p {
  max-width: 32rem;
  margin: 0;
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.55;
}

.single-product .kanto-product-empty__button {
  width: min(100%, 20rem);
}

.single-product .kanto-product-empty .kanto-product-qa__ask {
  width: min(100%, 24rem);
  justify-content: center;
  border-style: solid;
  border-color: var(--k-ink);
  background: var(--k-surface);
  color: var(--k-ink);
  text-align: center;
}

.single-product .kanto-product-review {
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.625rem;
  padding: 0.8125rem 0;
  border-block-start: 1px solid var(--k-review-divider);
}

.single-product .kanto-product-review:first-child:not([hidden]) {
  border-block-start: 0;
}

.single-product .kanto-product-review__avatar {
  width: 2rem;
  height: 2rem;
  background: var(--k-ink);
  color: var(--k-brand-yellow);
  font-size: 0.8125rem;
}

.single-product .kanto-product-review:nth-child(4n + 2) .kanto-product-review__avatar {
  background: var(--k-review-avatar-coral);
  color: var(--k-surface);
}

.single-product .kanto-product-review:nth-child(4n + 3) .kanto-product-review__avatar {
  background: var(--k-review-avatar-blue);
  color: var(--k-surface);
}

.single-product .kanto-product-review:nth-child(4n + 4) .kanto-product-review__avatar {
  background: var(--k-review-avatar-violet);
  color: var(--k-surface);
}

.single-product .kanto-product-review__header {
  gap: 0.3125rem 0.4375rem;
}

.single-product .kanto-product-review__header strong {
  color: var(--k-ink);
  font-size: 0.78125rem;
  font-weight: 800;
}

.single-product .kanto-product-review__header span:not(.kanto-product-rating__stars) {
  min-height: 1.25rem;
  gap: 0.1875rem;
  padding: 0.125rem 0.375rem;
  color: color-mix(in srgb, var(--k-trust-green) 55%, var(--k-ink));
  font-size: 0.59375rem;
}

.single-product .kanto-product-review__verified svg {
  width: 0.5625rem;
  height: 0.5625rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-review__header .kanto-product-rating__stars {
  font-size: 0.625rem;
  letter-spacing: 0;
}

.single-product .kanto-product-review__header time {
  color: var(--k-review-muted);
  font-size: 0.625rem;
  font-weight: 600;
}

.single-product .kanto-product-review__content,
.single-product .kanto-product-thread-reply__content,
.single-product .kanto-product-qa__question p {
  font-size: 0.75rem;
  line-height: 1.55;
}

.single-product .kanto-product-review__content {
  color: var(--k-muted);
}

.single-product .kanto-product-review__content p {
  margin: 0;
}

.single-product .kanto-product-review__body {
  gap: 0.5rem;
}

.single-product .kanto-product-review__media {
  gap: 0.4375rem;
}

.single-product .kanto-product-review__media-item {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.5625rem;
}

.single-product .kanto-product-review__media-item__play {
  width: 1.125rem;
  height: 1.125rem;
  background: color-mix(in srgb, var(--k-surface) 92%, transparent);
  box-shadow: none;
}

.single-product .kanto-product-review__media-item__play::before {
  margin: 0.3125rem 0 0 0.4375rem;
  border-block-width: 0.25rem;
  border-left-width: 0.375rem;
}

.single-product .kanto-product-review__actions,
.single-product .kanto-product-qa__actions,
.single-product .kanto-product-thread-reply__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.single-product .kanto-product-votes {
  display: inline-flex;
  gap: 0.375rem;
}

.single-product .kanto-product-vote,
.single-product .kanto-product-reply-toggle,
.single-product .kanto-product-review__detail-toggle {
  display: inline-flex;
  min-height: 1.875rem;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0.625rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--k-review-divider);
  color: var(--k-muted);
  font: inherit;
  font-size: 0.6875rem;
  font-weight: 800;
  cursor: pointer;
}

.single-product .kanto-product-vote__icon {
  width: 0.75rem;
  height: 0.75rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-reply-toggle {
  border-color: var(--k-card-border);
  background: var(--k-surface);
}

.single-product .kanto-product-review__detail-toggle {
  border-color: color-mix(in srgb, var(--k-accent-text) 28%, var(--k-card-border));
  background: color-mix(in srgb, var(--k-accent-text) 8%, var(--k-surface));
  color: var(--k-accent-text);
}

.single-product .kanto-product-review__detail-toggle[aria-expanded="true"] {
  border-color: var(--k-ink);
  background: var(--k-ink);
  color: var(--k-brand-yellow);
}

.single-product .kanto-product-vote.is-active {
  background: var(--k-ink);
  color: var(--k-brand-yellow);
}

.single-product .kanto-product-vote[data-kanto-vote="down"].is-active {
  color: color-mix(in srgb, var(--k-brand-pink) 38%, var(--k-brand-yellow));
}

.single-product .kanto-product-vote:disabled {
  cursor: default;
  opacity: 0.72;
}

.single-product .kanto-product-review-detail {
  display: grid;
  gap: 0.75rem;
  margin-block-start: 0.25rem;
  padding: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--k-card-border) 74%, transparent);
  border-radius: 0.75rem;
  background: var(--k-review-soft);
}

.single-product .kanto-product-review-detail[hidden] {
  display: none;
}

.single-product .kanto-product-review-detail__content {
  color: var(--k-ink);
  font-size: 0.75rem;
  line-height: 1.55;
}

.single-product .kanto-product-review-detail__content > * {
  margin: 0;
}

.single-product .kanto-product-review-detail__content > * + * {
  margin-block-start: 0.625rem;
}

.single-product .kanto-product-review-detail__media {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4375rem;
}

.single-product .kanto-product-review-lightbox {
  position: fixed;
  inset: 50% auto auto 50%;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--k-ink);
  overflow: visible;
  transform: translate(-50%, -50%);
}

.single-product .kanto-product-review-lightbox:not([open]) {
  display: none;
}

.single-product .kanto-product-review-lightbox::backdrop {
  background: rgb(24 18 10 / 66%);
}

.single-product .kanto-product-review-lightbox__shell {
  display: flex;
  width: min(68.5rem, calc(100vw - 3rem));
  height: min(40rem, calc(100vh - 3rem));
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--k-surface);
  box-shadow: 0 2.5rem 5.625rem -1.25rem rgb(0 0 0 / 55%);
}

.single-product .kanto-product-review-lightbox__topbar {
  display: none;
}

.single-product .kanto-product-review-lightbox__stage {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  background: #14100b;
}

.single-product .kanto-product-review-lightbox__media {
  --k-review-lightbox-media-inset: 1.125rem;

  position: absolute;
  inset: 0 0 5.25rem;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  contain: layout paint;
}

.single-product .kanto-product-review-lightbox__media img,
.single-product .kanto-product-review-lightbox__media video {
  position: absolute;
  inset: var(--k-review-lightbox-media-inset);
  display: block;
  width: calc(100% - var(--k-review-lightbox-media-inset) - var(--k-review-lightbox-media-inset));
  height: calc(100% - var(--k-review-lightbox-media-inset) - var(--k-review-lightbox-media-inset));
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.single-product .kanto-product-review-lightbox__media video {
  background: #14100b;
}

.single-product .kanto-product-review-lightbox__counter,
.single-product .kanto-product-review-lightbox__mobile-counter {
  display: inline-flex;
  min-height: 1.8125rem;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.8125rem;
  border-radius: 999px;
  background: rgb(0 0 0 / 55%);
  color: var(--k-surface);
  font-size: 0.78125rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.single-product .kanto-product-review-lightbox__counter {
  position: absolute;
  top: 1rem;
  left: 1.125rem;
  z-index: 2;
}

.single-product .kanto-product-review-lightbox__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 2.875rem;
  height: 2.875rem;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 92%);
  color: var(--k-ink);
  cursor: pointer;
  transform: translateY(-50%);
  box-shadow: 0 0.375rem 1.125rem rgb(0 0 0 / 30%);
}

.single-product .kanto-product-review-lightbox__arrow--prev {
  left: 1rem;
}

.single-product .kanto-product-review-lightbox__arrow--next {
  right: 1rem;
}

.single-product .kanto-product-review-lightbox__arrow svg,
.single-product .kanto-product-review-lightbox__close svg,
.single-product .kanto-product-review-lightbox__footer svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .kanto-product-review-lightbox__arrow:hover {
  background: var(--k-brand-yellow);
}

.single-product .kanto-product-review-lightbox__arrow:focus-visible,
.single-product .kanto-product-review-lightbox__close:focus-visible,
.single-product .kanto-product-review-lightbox__thumb:focus-visible,
.single-product .kanto-product-review-lightbox__footer button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--k-brand-yellow) 74%, var(--k-surface));
  outline-offset: 2px;
}

.single-product .kanto-product-review-lightbox__rail {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  gap: 0.5625rem;
  min-width: 0;
  padding: 0.875rem 1.125rem;
  overflow-x: auto;
  background: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 0%));
  scrollbar-width: none;
}

.single-product .kanto-product-review-lightbox__rail::-webkit-scrollbar,
.single-product .kanto-product-review-lightbox__review-media [data-kanto-lightbox-review-rail]::-webkit-scrollbar {
  display: none;
}

.single-product .kanto-product-review-lightbox__thumb {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0.625rem;
  background: #2a231a;
  cursor: pointer;
}

.single-product .kanto-product-review-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .kanto-product-review-lightbox__thumb--stage {
  width: 3.5rem;
  height: 3.5rem;
  border: 2px solid rgb(255 255 255 / 25%);
  opacity: 0.72;
}

.single-product .kanto-product-review-lightbox__thumb--stage.is-active {
  border-color: var(--k-brand-yellow);
  opacity: 1;
}

.single-product .kanto-product-review-lightbox__thumb--review {
  width: 3.625rem;
  height: 3.625rem;
  border: 2px solid #f0eadf;
  background: color-mix(in srgb, var(--k-cream-bg) 54%, var(--k-surface));
}

.single-product .kanto-product-review-lightbox__thumb--review.is-active {
  border-color: var(--k-brand-pink);
}

.single-product .kanto-product-review-lightbox__thumb-play {
  display: grid;
  width: 1.125rem;
  height: 1.125rem;
  place-items: center;
  border-radius: 999px;
  background: rgb(255 255 255 / 90%);
}

.single-product .kanto-product-review-lightbox__thumb-play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-inline-start: 0.125rem;
  border-block: 0.25rem solid transparent;
  border-left: 0.375rem solid var(--k-ink);
}

.single-product .kanto-product-review-lightbox__panel {
  display: flex;
  width: 22.25rem;
  flex: 0 0 22.25rem;
  flex-direction: column;
  min-height: 0;
  border-left: 1px solid #f3ece1;
  background: var(--k-surface);
}

.single-product .kanto-product-review-lightbox__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 1.25rem 0.875rem;
  border-bottom: 1px solid #f3ece1;
}

.single-product .kanto-product-review-lightbox__panel-head h2,
.single-product .kanto-product-review-lightbox__topbar strong {
  margin: 0;
  color: var(--k-ink);
  font-size: 0.90625rem;
  font-weight: 850;
  line-height: 1.25;
}

.single-product .kanto-product-review-lightbox__close {
  display: grid;
  width: 2.125rem;
  height: 2.125rem;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #f4f0e8;
  color: var(--k-ink);
  cursor: pointer;
}

.single-product .kanto-product-review-lightbox__close:hover {
  background: #eee8dc;
}

.single-product .kanto-product-review-lightbox__panel-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem;
}

.single-product .kanto-product-review-lightbox__review {
  display: grid;
  gap: 0.875rem;
  min-width: 0;
}

.single-product .kanto-product-review-lightbox__review-head {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.single-product .kanto-product-review-lightbox__review-head > div:last-child {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.single-product .kanto-product-review-lightbox__review-head strong {
  color: var(--k-ink);
  font-size: 0.84375rem;
  font-weight: 800;
  line-height: 1.3;
}

.single-product .kanto-product-review-lightbox__review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  align-items: center;
}

.single-product .kanto-product-review-lightbox__review-meta time {
  color: #a7a096;
  font-size: 0.6875rem;
  font-weight: 650;
}

.single-product .kanto-product-review-lightbox__variant {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  gap: 0.375rem;
  align-items: center;
  padding: 0.375rem 0.6875rem;
  border: 1px solid #f0eadf;
  border-radius: 0.5rem;
  background: #fbf9f4;
  color: #6a6157;
  font-size: 0.71875rem;
  font-weight: 700;
}

.single-product .kanto-product-review-lightbox__variant svg {
  width: 0.75rem;
  height: 0.75rem;
  flex: 0 0 auto;
  fill: none;
  stroke: #a7a096;
  stroke-width: 2;
}

.single-product .kanto-product-review-lightbox__content {
  color: #3d362d;
  font-size: 0.8125rem;
  line-height: 1.65;
}

.single-product .kanto-product-review-lightbox__content > * {
  margin: 0;
}

.single-product .kanto-product-review-lightbox__content > * + * {
  margin-block-start: 0.625rem;
}

.single-product .kanto-product-review-lightbox__review-media {
  display: grid;
  gap: 0.5rem;
}

.single-product .kanto-product-review-lightbox__review-media[hidden] {
  display: none;
}

.single-product .kanto-product-review-lightbox__review-media > strong {
  color: var(--k-ink);
  font-size: 0.71875rem;
  font-weight: 800;
}

.single-product .kanto-product-review-lightbox__review-media [data-kanto-lightbox-review-rail] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.single-product .kanto-product-review-lightbox__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.single-product .kanto-product-review-lightbox__actions .kanto-product-vote {
  min-height: 2rem;
  padding-inline: 0.875rem;
  border-color: #e7e1d8;
  background: var(--k-surface);
  color: #6a6157;
  font-size: 0.71875rem;
}

.single-product .kanto-product-review-lightbox__actions .kanto-product-vote.is-active {
  border-color: var(--k-brand-pink);
  background: var(--k-brand-pink);
  color: var(--k-surface);
}

.single-product .kanto-product-review-lightbox .kanto-product-thread {
  margin: 0;
  padding: 0.75rem 0.875rem;
  border: 0;
  border-radius: 0.75rem;
  background: #fbf9f4;
}

.single-product .kanto-product-review-lightbox .kanto-product-thread-reply {
  grid-template-columns: 1.75rem minmax(0, 1fr);
}

.single-product .kanto-product-review-lightbox .kanto-product-thread-reply__content {
  color: #6a6157;
  font-size: 0.75rem;
  line-height: 1.55;
}

.single-product .kanto-product-review-lightbox__footer {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem 1.25rem;
  border-top: 1px solid #f3ece1;
  background: #fffefc;
}

.single-product .kanto-product-review-lightbox__footer button {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6a6157;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.single-product .kanto-product-review-lightbox__footer button:hover {
  color: var(--k-brand-pink);
}

.single-product .kanto-product-review-lightbox__footer button:last-child {
  color: var(--k-ink);
}

.single-product .kanto-product-review-lightbox__footer button:last-child:hover {
  color: var(--k-brand-pink);
}

.single-product .kanto-product-review-lightbox__footer span {
  flex: 0 0 auto;
  color: #a7a096;
  font-size: 0.6875rem;
  font-weight: 700;
}

.single-product .kanto-product-thread {
  display: grid;
  gap: 0.625rem;
  margin-block-start: 0.125rem;
  margin-inline-start: 0.375rem;
  padding-inline-start: 0.75rem;
  border-inline-start: 2px solid var(--k-review-divider);
}

.single-product .kanto-product-thread-reply {
  display: grid;
  grid-template-columns: 1.625rem minmax(0, 1fr);
  gap: 0.5rem;
}

.single-product .kanto-product-thread-reply__avatar {
  display: grid;
  width: 1.625rem;
  height: 1.625rem;
  place-items: center;
  border-radius: 999px;
  background: var(--k-ink);
  color: var(--k-brand-yellow);
  font-size: 0.65625rem;
  font-weight: 850;
}

.single-product .kanto-product-thread-reply.is-customer .kanto-product-thread-reply__avatar {
  background: color-mix(in srgb, var(--k-brand-pink) 44%, var(--k-brand-yellow));
  color: var(--k-surface);
}

.single-product .kanto-product-thread-reply__body {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.single-product .kanto-product-thread-reply__body > header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  align-items: center;
}

.single-product .kanto-product-thread-reply__body > header strong {
  font-size: 0.71875rem;
}

.single-product .kanto-product-thread-reply__body > header span {
  padding: 0.125rem 0.4375rem;
  border-radius: 0.375rem;
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  font-size: 0.59375rem;
  font-weight: 800;
}

.single-product .kanto-product-thread-reply.is-customer .kanto-product-thread-reply__body > header span {
  background: color-mix(in srgb, var(--k-trust-green) 12%, var(--k-surface));
  color: var(--k-trust-green);
}

.single-product .kanto-product-thread-reply__content p {
  margin: 0;
}

.single-product .kanto-product-qa {
  gap: 0.75rem;
  min-width: 0;
  margin-block-start: 1.25rem;
  padding-block-start: 1.25rem;
  border-block-start: 1px solid var(--k-card-border);
}

.single-product .kanto-product-qa__ask {
  width: 100%;
  min-height: 2.75rem;
  gap: 0.4375rem;
  justify-content: flex-start;
  padding: 0.625rem 0.75rem;
  border: 1px dashed color-mix(in srgb, var(--k-muted) 46%, var(--k-surface));
  border-radius: 0.75rem;
  background: var(--k-review-soft);
  color: var(--k-muted);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  text-align: start;
}

.single-product .kanto-product-qa__item {
  gap: 0.5rem;
  padding-block: 0.875rem 0;
}

.single-product .kanto-product-qa__item:first-child {
  padding-block-start: 0;
  border-block-start: 0;
}

.single-product .kanto-product-qa__question {
  gap: 0.25rem;
}

.single-product .kanto-product-qa__question-copy {
  display: flex;
  gap: 0.4375rem;
  align-items: flex-start;
}

.single-product .kanto-product-qa__question-copy > strong {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: color-mix(in srgb, var(--k-brand-pink) 82%, var(--k-ink));
  font-size: 0.78125rem;
}

.single-product .kanto-product-qa__question small {
  margin-inline-start: 1.125rem;
  color: var(--k-review-muted);
  font-size: 0.65625rem;
  font-weight: 600;
}

.single-product .kanto-product-qa__actions {
  margin-inline-start: 1.125rem;
  margin-block-start: 0.25rem;
}

.single-product .kanto-product-qa .kanto-product-reply-toggle {
  padding-inline: 0;
  border-color: transparent;
  background: transparent;
  color: var(--k-accent-text);
}

.single-product .kanto-product-qa__item > .kanto-product-thread {
  margin-inline-start: 1.125rem;
  padding-inline-start: 0.875rem;
}

.single-product .kanto-product-composer {
  display: grid;
  gap: 0.625rem;
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--k-card-border);
  border-radius: 0.5rem;
  background: color-mix(in srgb, var(--k-cream-bg) 54%, var(--k-surface));
}

.single-product .kanto-product-composer label {
  display: grid;
  gap: 0.375rem;
  color: var(--k-ink);
  font-size: 0.8125rem;
  font-weight: 750;
}

.single-product .kanto-product-composer__privacy {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.75rem;
  font-weight: 650;
}

.single-product .kanto-product-composer__hint,
.single-product .kanto-product-composer__error {
  margin: 0;
  color: var(--k-muted);
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.45;
}

.single-product .kanto-product-composer__error {
  display: flex;
  gap: 0.375rem;
  align-items: center;
  color: var(--k-accent-strong);
  font-weight: 800;
}

.single-product .kanto-product-composer__error::before {
  content: "!";
  display: inline-grid;
  flex: 0 0 auto;
  width: 1.125rem;
  height: 1.125rem;
  place-items: center;
  border-radius: 999px;
  background: currentColor;
  color: var(--k-surface);
  font-size: 0.7rem;
  font-weight: 850;
}

.single-product .kanto-product-composer input,
.single-product .kanto-product-composer textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid var(--k-card-border);
  border-radius: 0.375rem;
  background: var(--k-surface);
  color: var(--k-ink);
  font: inherit;
}

.single-product .kanto-product-composer input[type="file"] {
  padding: 0.5rem;
}

.single-product .kanto-product-composer input[type="file"]::file-selector-button {
  min-height: 2rem;
  margin-inline-end: 0.625rem;
  padding: 0.375rem 0.625rem;
  border: 1px solid var(--k-ink);
  border-radius: 0.375rem;
  background: var(--k-surface);
  color: var(--k-ink);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
}

.single-product .kanto-product-composer :is(input, textarea):user-invalid {
  border-color: color-mix(in srgb, var(--k-accent-strong) 80%, var(--k-ink));
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--k-accent-strong) 70%, var(--k-surface));
}

.single-product .kanto-product-composer textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.single-product .kanto-product-review-rating {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.single-product .kanto-product-review-rating legend {
  padding: 0;
  color: var(--k-ink);
  font-size: 0.8125rem;
  font-weight: 800;
}

.single-product .kanto-product-review-rating > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.single-product .kanto-product-review-rating label {
  position: relative;
  display: block;
  cursor: pointer;
}

.single-product .kanto-product-review-rating input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  margin: -1px;
  padding: 0;
  border: 0;
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.single-product .kanto-product-review-rating span {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--k-card-border);
  border-radius: 999px;
  background: var(--k-surface);
  color: var(--k-muted);
  font-size: 0.8125rem;
  font-weight: 850;
}

.single-product .kanto-product-review-rating input:checked + span {
  border-color: var(--k-ink);
  background: var(--k-ink);
  color: var(--k-brand-yellow);
}

.single-product .kanto-product-review-rating input:focus-visible + span {
  outline: 3px solid var(--k-brand-yellow);
  outline-offset: 2px;
}

.single-product .kanto-product-composer__trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.single-product .kanto-product-composer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.single-product .kanto-product-composer__actions button {
  min-height: 2.75rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid var(--k-ink);
  border-radius: 0.375rem;
  background: var(--k-ink);
  color: var(--k-brand-yellow);
  font: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  cursor: pointer;
}

.single-product .kanto-product-composer__actions button + button {
  border-color: var(--k-card-border);
  background: var(--k-surface);
  color: var(--k-muted);
}

.single-product .kanto-product-pending-status {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  margin: 0;
  padding: 0.75rem;
  border-radius: 0.375rem;
  background: color-mix(in srgb, var(--k-trust-green) 12%, var(--k-surface));
  color: var(--k-trust-green);
  font-size: 0.8125rem;
  font-weight: 800;
}

.single-product .kanto-product-pending-error {
  margin: 0;
  padding: 0.75rem;
  border: 1px solid color-mix(in srgb, var(--k-accent-strong) 52%, var(--k-card-border));
  border-radius: 0.375rem;
  background: color-mix(in srgb, var(--k-accent-strong) 9%, var(--k-surface));
  color: var(--k-accent-strong);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.45;
}

.single-product .kanto-product-pager {
  display: flex;
  gap: 0.5rem;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding-block-start: 0.875rem;
}

.single-product .kanto-product-page-status {
  margin: 0;
  padding-block-start: 0.75rem;
  color: var(--k-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.single-product [data-kanto-paged-list].is-loading [data-kanto-page-items] {
  opacity: 0.58;
}

.single-product [data-kanto-paged-list].is-loading [data-kanto-pager],
.single-product [data-kanto-media-list].is-loading [data-kanto-media-items] {
  pointer-events: none;
}

.single-product .kanto-product-pager__gap {
  display: grid;
  width: 1.25rem;
  height: 1.875rem;
  place-items: center;
  color: var(--k-muted);
  font-weight: 800;
}

.single-product .kanto-product-pager button {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  padding: 0;
  border: 1px solid var(--k-card-border);
  border-radius: 999px;
  background: var(--k-surface);
  color: var(--k-muted);
  font: inherit;
  font-size: 0.75rem;
  font-weight: 800;
  cursor: pointer;
}

.single-product .kanto-product-pager button.is-current {
  border-color: var(--k-ink);
  background: var(--k-ink);
  color: var(--k-brand-yellow);
}

.single-product .kanto-product-pager button:disabled {
  cursor: default;
  opacity: 0.38;
}

.single-product .kanto-product-vote:focus-visible,
.single-product .kanto-product-reply-toggle:focus-visible,
.single-product .kanto-product-review__detail-toggle:focus-visible,
.single-product .kanto-product-review-cta:focus-visible,
.single-product .kanto-product-review-media__more:focus-visible,
.single-product .kanto-product-ugc__more:focus-visible,
.single-product .kanto-product-review-success a:focus-visible,
.single-product .kanto-product-qa__ask:focus-visible,
.single-product .kanto-product-composer :focus-visible,
.single-product .kanto-product-pager button:focus-visible {
  outline: 3px solid var(--k-brand-yellow);
  outline-offset: 2px;
}

@media (max-width: 47.99rem) {
  .single-product .kanto-product-review-lightbox {
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    overflow: hidden;
    transform: none;
  }

  .single-product .kanto-product-review-lightbox__shell {
    width: 100vw;
    height: 100dvh;
    flex-direction: column;
    border-radius: 0;
    background: #14100b;
    box-shadow: none;
  }

  .single-product .kanto-product-review-lightbox__topbar {
    display: grid;
    grid-template-columns: 2.25rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: max(0.625rem, env(safe-area-inset-top)) 0.875rem 0.5rem;
    background: #14100b;
  }

  .single-product .kanto-product-review-lightbox__topbar strong {
    color: var(--k-surface);
    font-size: 0.8125rem;
    text-align: center;
  }

  .single-product .kanto-product-review-lightbox__topbar .kanto-product-review-lightbox__close {
    width: 2.25rem;
    height: 2.25rem;
    background: rgb(255 255 255 / 14%);
    color: var(--k-surface);
  }

  .single-product .kanto-product-review-lightbox__stage {
    flex: 1 1 auto;
    min-height: 0;
  }

  .single-product .kanto-product-review-lightbox__media {
    --k-review-lightbox-media-inset: 0.75rem;

    inset: 0 0 4.25rem;
  }

  .single-product .kanto-product-review-lightbox__counter {
    display: none;
  }

  .single-product .kanto-product-review-lightbox__mobile-counter {
    min-height: 1.625rem;
    padding: 0.3125rem 0.6875rem;
    background: rgb(255 255 255 / 14%);
    font-size: 0.71875rem;
  }

  .single-product .kanto-product-review-lightbox__arrow {
    width: 2.375rem;
    height: 2.375rem;
    background: rgb(255 255 255 / 16%);
    color: var(--k-surface);
    box-shadow: none;
  }

  .single-product .kanto-product-review-lightbox__arrow:hover {
    background: rgb(255 255 255 / 26%);
  }

  .single-product .kanto-product-review-lightbox__arrow--prev {
    left: 0.625rem;
  }

  .single-product .kanto-product-review-lightbox__arrow--next {
    right: 0.625rem;
  }

  .single-product .kanto-product-review-lightbox__rail {
    gap: 0.5rem;
    padding: 0.75rem 0.875rem;
  }

  .single-product .kanto-product-review-lightbox__thumb--stage {
    width: 3rem;
    height: 3rem;
  }

  .single-product .kanto-product-review-lightbox__panel {
    position: relative;
    width: 100%;
    max-height: min(23rem, 42dvh);
    flex: 0 0 auto;
    border-left: 0;
    border-radius: 1.375rem 1.375rem 0 0;
    background: var(--k-surface);
  }

  .single-product .kanto-product-review-lightbox__panel::before {
    content: "";
    width: 2.5rem;
    height: 0.25rem;
    margin: 0.5rem auto 0;
    border-radius: 999px;
    background: #e7e1d8;
  }

  .single-product .kanto-product-review-lightbox__panel-head {
    display: none;
  }

  .single-product .kanto-product-review-lightbox__panel-body {
    padding: 0.75rem 1.125rem 0.5rem;
  }

  .single-product .kanto-product-review-lightbox__review {
    gap: 0.625rem;
  }

  .single-product .kanto-product-review-lightbox__review-head {
    gap: 0.6875rem;
  }

  .single-product .kanto-product-review-lightbox__review-head .kanto-product-review__avatar {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }

  .single-product .kanto-product-review-lightbox__review-head strong {
    font-size: 0.8125rem;
  }

  .single-product .kanto-product-review-lightbox__review-meta {
    gap: 0.1875rem 0.4375rem;
  }

  .single-product .kanto-product-review-lightbox__variant {
    display: none;
  }

  .single-product .kanto-product-review-lightbox__content {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.78125rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .single-product .kanto-product-review-lightbox__review-media {
    gap: 0.4375rem;
  }

  .single-product .kanto-product-review-lightbox__review-media > strong {
    display: none;
  }

  .single-product .kanto-product-review-lightbox__review-media [data-kanto-lightbox-review-rail] {
    flex-wrap: nowrap;
    gap: 0.4375rem;
  }

  .single-product .kanto-product-review-lightbox__thumb--review {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.5625rem;
  }

  .single-product .kanto-product-review-lightbox__actions {
    position: absolute;
    top: 2rem;
    right: 1.125rem;
  }

  .single-product .kanto-product-review-lightbox__actions .kanto-product-votes {
    gap: 0;
  }

  .single-product .kanto-product-review-lightbox__actions .kanto-product-vote {
    min-width: 2.25rem;
    min-height: 2rem;
    padding-inline: 0.625rem;
  }

  .single-product .kanto-product-review-lightbox__actions .kanto-product-vote[data-kanto-vote="down"] {
    display: none;
  }

  .single-product .kanto-product-review-lightbox .kanto-product-thread {
    display: none;
  }

  .single-product .kanto-product-review-lightbox__footer {
    padding: 0.6875rem 1.125rem max(0.875rem, env(safe-area-inset-bottom));
  }

  .single-product .kanto-product-review-lightbox__footer button {
    font-size: 0.71875rem;
  }

  .single-product .kanto-product-review-lightbox__footer span {
    font-size: 0.65625rem;
  }

  .single-product .kanto-product-video-player {
    inset: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-radius: 0;
    transform: none;
  }

  .single-product .kanto-product-video-player__topbar {
    flex: 0 0 auto;
    min-height: 3.5rem;
    padding: max(0.625rem, env(safe-area-inset-top)) 0.875rem 0.625rem;
  }

  .single-product .kanto-product-video-player__close {
    width: 2.25rem;
    height: 2.25rem;
    justify-content: center;
    background: rgb(255 255 255 / 12%);
    color: var(--k-surface);
  }

  .single-product .kanto-product-video-player__close span,
  .single-product .kanto-product-video-player__crumb span:not(:last-child),
  .single-product .kanto-product-video-player__source {
    display: none;
  }

  .single-product .kanto-product-video-player__crumb {
    justify-content: center;
    text-align: center;
  }

  .single-product .kanto-product-video-player__body {
    display: flex;
    overflow-y: auto;
    flex-direction: column;
  }

  .single-product .kanto-product-video-player__stage {
    flex: 0 0 min(39rem, 78dvh);
    min-height: min(34rem, 78dvh);
  }

  .single-product .kanto-product-video-player__stage-inner {
    gap: 0.625rem;
    padding: 0.875rem;
  }

  .single-product .kanto-product-video-player__frame {
    width: min(100%, 42rem);
    max-height: 100%;
    border-radius: 1rem;
  }

  .single-product .kanto-product-video-player__frame[data-orientation="v"] {
    width: auto;
    height: min(34rem, calc(78dvh - 7rem));
    max-width: calc(100vw - 2rem);
    max-height: none;
  }

  .single-product .kanto-product-video-player__caption {
    width: min(100%, 42rem);
  }

  .single-product .kanto-product-video-player__caption h2 {
    font-size: 0.875rem;
  }

  .single-product .kanto-product-video-player__caption p {
    font-size: 0.6875rem;
  }

  .single-product .kanto-product-video-player__side {
    flex: 0 0 auto;
    max-height: none;
    border-left: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    overflow: visible;
  }

  .single-product .kanto-product-video-player__products,
  .single-product .kanto-product-video-player__playlist {
    max-height: none;
    padding: 0.875rem;
  }

  .single-product .kanto-product-video-player__playlist {
    order: -1;
    border-bottom: 1px solid rgb(255 255 255 / 7%);
  }

  .single-product .kanto-product-video-player__products {
    border-bottom: 0;
  }

  .single-product .kanto-product-video-player__product {
    grid-template-columns: 3.125rem minmax(0, 1fr);
  }

  .single-product .kanto-product-video-player__product img {
    width: 3.125rem;
    height: 3.125rem;
  }

  .single-product .kanto-product-video-player__product-actions a {
    min-height: 2.5rem;
  }

  .single-product .kanto-product-video-player__playlist {
    overflow: visible;
  }

  .single-product .kanto-product-video-player__playlist-list {
    display: flex;
    gap: 0.5625rem;
    overflow-x: auto;
    padding-bottom: 0.125rem;
    scrollbar-width: none;
  }

  .single-product .kanto-product-video-player__playlist-list::-webkit-scrollbar {
    display: none;
  }

  .single-product .kanto-product-video-player__playlist-item {
    width: 4.125rem;
    min-height: auto;
    flex: 0 0 4.125rem;
    grid-template-columns: 1fr;
    gap: 0.375rem;
    padding: 0;
    background: transparent;
  }

  .single-product .kanto-product-video-player__more {
    width: 4.125rem;
    min-height: auto;
    flex: 0 0 4.125rem;
    grid-template-columns: 1fr;
    gap: 0.375rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0.6875rem;
    line-height: 1.15;
    text-align: center;
  }

  .single-product .kanto-product-video-player__playlist-thumb {
    width: 4.125rem;
    height: 7.125rem;
    border-radius: 0.6875rem;
  }

  .single-product .kanto-product-video-player__more::before {
    width: 4.125rem;
    height: 7.125rem;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 0.6875rem;
    background: rgb(255 255 255 / 8%);
  }

  .single-product .kanto-product-video-player__playlist-item > span:last-child {
    display: block;
  }

  .single-product .kanto-product-video-player__playlist-item strong {
    display: block;
    overflow: hidden;
    font-size: 0.625rem;
    line-height: 1.25;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .single-product .kanto-product-video-player__playlist-item em,
  .single-product .kanto-product-video-player__playlist-item b {
    display: none;
  }

  .single-product .kanto-product-video-player__more {
    margin-top: 0.75rem;
  }
}

@media (pointer: coarse) {
  .single-product .kanto-product-review-filters span,
  .single-product .kanto-product-vote,
  .single-product .kanto-product-reply-toggle,
  .single-product .kanto-product-review__detail-toggle,
  .single-product .kanto-product-option-more,
  .single-product .kanto-product-review-media__more,
  .single-product .kanto-product-ugc__more,
  .single-product .kanto-product-video-player__close,
  .single-product .kanto-product-video-player__more,
  .single-product .kanto-product-video-player__product-actions a,
  .single-product .kanto-product-video-player__playlist-item,
  .single-product .kanto-product-pager button {
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}

@media (min-width: 48rem) {
  .single-product .site-main.kanto-product-main {
    padding-block: 1.25rem var(--k-space-4);
  }

  .single-product .kanto-product__title {
    font-size: 1.75rem;
  }

  .single-product .kanto-product-hero {
    gap: 1.5rem;
  }

  .single-product .kanto-product-trust,
  .single-product .kanto-product-callouts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .kanto-product-specs__row {
    grid-template-columns: minmax(10rem, 0.42fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
  }

  .single-product .kanto-product-review-summary {
    grid-template-columns: minmax(5rem, 0.3fr) minmax(0, 1fr);
    align-items: center;
  }

  .single-product .kanto-product-reviews {
    padding: 1.5rem;
  }

  .single-product .kanto-product-composer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .kanto-product-composer__wide,
  .single-product .kanto-product-composer__privacy,
  .single-product .kanto-product-composer__hint,
  .single-product .kanto-product-composer__error,
  .single-product .kanto-product-composer__actions {
    grid-column: 1 / -1;
  }
}

@media (min-width: 64rem) {
  .single-product .kanto-product__wrap {
    gap: 2rem;
  }

  .single-product .kanto-product-hero {
    grid-template-columns: minmax(0, 1.4fr) minmax(21rem, 1fr);
    gap: 2.125rem;
  }

  .single-product .kanto-product-hero__summary {
    position: sticky;
    top: 1.25rem;
  }

  .single-product .kanto-product-gallery {
    grid-template-columns: 4.25rem minmax(0, 1fr);
    gap: 0.875rem;
    align-items: start;
  }

  .single-product .kanto-product-gallery--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product .kanto-product-gallery__thumbs {
    display: flex;
    max-height: min(32rem, calc(100svh - 8rem));
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .single-product .kanto-product-gallery__mobile-thumbs {
    display: none;
  }

  .single-product .kanto-product-gallery__thumb {
    width: 4.25rem;
    height: 4.25rem;
  }

  .single-product .kanto-product-gallery__main {
    height: clamp(30rem, 42vw, 34rem);
  }

  .single-product .kanto-product-gallery__nav {
    display: grid;
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  .single-product .kanto-product-gallery__main:hover .kanto-product-gallery__nav,
  .single-product .kanto-product-gallery__main:focus-within .kanto-product-gallery__nav {
    opacity: 1;
  }

  .single-product .kanto-product__title {
    font-size: 1.75rem;
  }

  .single-product .kanto-product-detail-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 1fr);
    gap: 1.5rem;
  }

  .single-product .kanto-product-reviews {
    max-height: calc(100svh - 2.5rem);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    position: sticky;
    scrollbar-gutter: stable;
    top: 1.25rem;
    z-index: 2;
  }
}

@media (min-width: 90rem) {
  .single-product .kanto-product__wrap {
    width: min(100% - 5rem, 82rem);
  }

  .single-product .kanto-product-hero {
    grid-template-columns: minmax(0, 1.5fr) minmax(23rem, 1fr);
  }

  .single-product .kanto-product-gallery__main {
    height: clamp(30rem, 39vw, 34rem);
  }
}

.single-product .kanto-product-options {
  margin-block-start: -0.125rem;
}

.single-product .kanto-product-option__media {
  aspect-ratio: 1;
}

.single-product .kanto-product-features li {
  min-height: 1.45rem;
  padding: 0.1rem 0 0.1rem 1.45rem;
}

.single-product .kanto-product-features li::before {
  top: 0.43rem;
  left: 0.16rem;
  width: 0.55rem;
  height: 0.32rem;
  border-bottom: 2px solid var(--k-trust-green);
  border-left: 2px solid var(--k-trust-green);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(-45deg);
}

.single-product .kanto-product-service {
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid color-mix(in oklab, var(--k-card-border) 72%, var(--k-surface));
  border-radius: 0.875rem;
  background: var(--k-surface);
}

.single-product .kanto-product-service__links {
  gap: 0;
}

.single-product .kanto-product-service__links a {
  gap: 0.625rem;
  min-height: 2.75rem;
  justify-content: flex-start;
  padding: 0.625rem 0.8125rem;
  border: 0;
  border-radius: 0;
  background: var(--k-surface);
  color: color-mix(in oklab, var(--k-ink) 76%, var(--k-muted));
  font-size: 0.71875rem;
  font-weight: 500;
  line-height: 1.45;
}

.single-product .kanto-product-service__links a::after {
  display: none;
}

.single-product .kanto-product-service__links a > span:last-child {
  min-width: 0;
}

.single-product .kanto-product-service__links strong {
  color: var(--k-ink);
  font-weight: 800;
}

.single-product .kanto-product-service__icon {
  flex: 0 0 1.25rem;
  font-size: 0.9375rem;
  line-height: 1;
  text-align: center;
}

.single-product .kanto-product-service__links li + li a {
  border-top: 1px solid color-mix(in oklab, var(--k-card-border) 58%, var(--k-surface));
}

.single-product .kanto-product-survey {
  display: grid;
  gap: 0.5625rem;
  padding: 0.8125rem 0.875rem;
  border: 1.5px dashed color-mix(in oklab, var(--k-muted) 55%, var(--k-card-border));
  border-radius: 0.875rem;
  background: var(--k-surface);
  color: var(--k-ink);
  font-size: 0.71875rem;
}

.single-product .kanto-product-survey__head {
  display: flex;
  gap: 0.4375rem;
  align-items: center;
}

.single-product .kanto-product-survey__head > span {
  flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 1;
}

.single-product .kanto-product-survey h2,
.single-product .kanto-product-survey p {
  margin: 0;
}

.single-product .kanto-product-survey h2 {
  color: var(--k-ink);
  font-size: 0.78125rem;
  font-weight: 800;
  line-height: 1.35;
}

.single-product .kanto-product-survey p {
  color: var(--k-muted);
  line-height: 1.5;
}

.single-product .kanto-product-survey > a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.75rem;
  border: 1.5px solid var(--k-ink);
  border-radius: 0.6875rem;
  background: var(--k-surface);
  color: var(--k-ink);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.single-product .kanto-product-faq-installment .kanto-product-installment {
  min-height: 3rem;
}

.single-product .kanto-product-survey--qna {
  margin-block-start: 1rem;
}

.single-product .kanto-product-survey--qna > a:focus-visible {
  outline: 0.1875rem solid var(--k-zalo-blue);
  outline-offset: 0.1875rem;
}

.single-product .kanto-product-cart,
.single-product .kanto-product-cart form.cart {
  gap: 0.625rem;
}

.single-product .kanto-product-cart-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0.625rem 0 0;
  padding: 0.625rem 0.75rem;
  border: 1px solid color-mix(in oklab, var(--k-trust-green) 26%, var(--k-card-border));
  border-radius: 0.75rem;
  background: color-mix(in oklab, var(--k-trust-green) 10%, var(--k-surface));
  color: color-mix(in oklab, var(--k-trust-green) 78%, var(--k-ink));
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.single-product .kanto-product-cart-status[hidden] {
  display: none;
}

.single-product .kanto-product-cart-status__icon {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--k-trust-green);
  color: var(--k-surface);
  font-size: 0.75rem;
  font-weight: 800;
}

.single-product .kanto-product-cart-status a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  margin-block: -0.5rem;
  margin-inline-start: auto;
  color: var(--k-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.single-product .kanto-product-cart-status.is-error {
  border-color: color-mix(in oklab, var(--k-accent-strong) 34%, var(--k-card-border));
  background: color-mix(in oklab, var(--k-accent-strong) 8%, var(--k-surface));
  color: var(--k-accent-strong);
}

.single-product .kanto-product-cart-status.is-error .kanto-product-cart-status__icon {
  background: var(--k-accent-strong);
}

.single-product .kanto-product-cart form.is-submitting .single_add_to_cart_button {
  cursor: wait;
  opacity: 0.72;
}

.single-product .kanto-product-cart .quantity {
  min-height: 2.875rem;
  border-radius: 0.75rem;
}

.single-product .kanto-product-cart .qty {
  width: 4.5rem;
  min-height: 2.875rem;
}

.single-product .kanto-product-cart .single_add_to_cart_button,
.single-product .kanto-product-cart .button,
.single-product .kanto-product-buy-now {
  gap: 0.4375rem;
  min-height: 2.875rem;
  border: 1.6px solid var(--k-ink);
  border-radius: 0.875rem;
  background: var(--k-surface);
  background-color: var(--k-surface);
  color: var(--k-ink);
  font-size: 0.84375rem;
}

.woocommerce.single-product .kanto-product .kanto-product-cart button.button.alt.single_add_to_cart_button,
.woocommerce.single-product .kanto-product .kanto-product-cart button.button.single_add_to_cart_button,
.woocommerce.single-product .kanto-product .kanto-product-cart .button {
  border-color: var(--k-ink);
  background: var(--k-surface);
  background-color: var(--k-surface);
  color: var(--k-ink);
}

.single-product .kanto-product-buy-now,
.single-product .kanto-product-buy-now:hover {
  border-color: var(--k-accent-text);
  background: var(--k-accent-text);
  background-color: var(--k-accent-text);
  color: var(--k-surface);
}

.single-product .kanto-product-cart .single_add_to_cart_button:hover,
.single-product .kanto-product-cart .button:hover,
.woocommerce.single-product .kanto-product .kanto-product-cart button.button.alt.single_add_to_cart_button:hover,
.woocommerce.single-product .kanto-product .kanto-product-cart button.button.single_add_to_cart_button:hover,
.woocommerce.single-product .kanto-product .kanto-product-cart .button:hover {
  background: color-mix(in oklab, var(--k-cream-bg) 72%, var(--k-surface));
  background-color: color-mix(in oklab, var(--k-cream-bg) 72%, var(--k-surface));
  color: var(--k-ink);
}

.single-product .kanto-product-installment {
  min-height: 2.875rem;
  border-radius: 0.875rem;
  font-size: 0.8125rem;
}

@media (min-width: 48rem) {
  .single-product .kanto-product-brand-logo__image {
    max-width: 7.5rem;
    max-height: 1.125rem;
  }

  .single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__head h2 {
    font-size: 0.8125rem;
  }

  .single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__name,
  .single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__price,
  .single-product .kanto-product-giftbox.is-included .kanto-product-giftbox__price .amount {
    font-size: 0.78125rem;
  }

  .single-product .kanto-product-cart .single_add_to_cart_button,
  .single-product .kanto-product-cart .button,
  .single-product .kanto-product-buy-now {
    font-size: 0.9375rem;
  }

  .single-product .kanto-product-installment {
    font-size: 0.90625rem;
  }

  .single-product .kanto-product-service__links a {
    font-size: 0.78125rem;
  }

  .single-product .kanto-product-survey {
    font-size: 0.75rem;
  }

  .single-product .kanto-product-survey h2 {
    font-size: 0.8125rem;
  }
}

@media (min-width: 64rem) {
  .single-product .kanto-product-cart .single_add_to_cart_button,
  .single-product .kanto-product-cart .button,
  .single-product .kanto-product-buy-now,
  .single-product .kanto-product-installment {
    min-height: 3.125rem;
  }
}

.single-product .kanto-product-bundle {
  padding: 0;
}

.single-product .kanto-product-bundle__wrap {
  display: grid;
  gap: 0;
  overflow: hidden;
  margin: 0;
  border: 1.5px solid var(--k-brand-yellow);
  border-radius: 1rem;
  background: var(--k-surface);
}

.single-product .kanto-product-bundle__head {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding: 0.625rem 0.875rem;
  background: var(--k-brand-yellow);
  color: var(--k-ink);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.25;
}

.single-product .kanto-product-bundle__head span {
  display: inline-flex;
  min-height: 1.25rem;
  align-items: center;
  padding: 0.125rem 0.375rem;
  border-radius: 0.3125rem;
  background: var(--k-accent-text);
  color: var(--k-surface);
  font-size: 0.625rem;
  font-weight: 800;
}

.single-product .kanto-product-bundle__table {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
}

.single-product .kanto-product-bundle__table thead {
  display: block;
}

.single-product .kanto-product-bundle__table tbody {
  display: block;
}

.single-product .kanto-product-bundle__table :is(tr, th, td) {
  border: 0;
  background: transparent;
}

.single-product .kanto-product-bundle__table thead tr,
.single-product .kanto-product-bundle__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem minmax(5.5rem, 0.82fr);
  gap: 0.125rem 0.5rem;
  align-items: center;
}

.single-product .kanto-product-bundle__table thead tr {
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid color-mix(in oklab, var(--k-card-border) 62%, var(--k-surface));
}

.single-product .kanto-product-bundle__table th {
  padding: 0;
  color: var(--k-muted);
  font-size: 0.625rem;
  font-weight: 700;
  text-align: start;
}

.single-product .kanto-product-bundle__table th:nth-last-child(2) {
  display: none;
}

.single-product .kanto-product-bundle__table th:last-child {
  grid-column: 3;
}

.single-product .kanto-product-bundle__desktop-price-label {
  display: none;
}

.single-product .kanto-product-bundle__item {
  padding: 0.625rem 0.875rem;
  border-bottom: 1px solid color-mix(in oklab, var(--k-card-border) 62%, var(--k-surface));
  background: var(--k-surface);
}

.single-product .kanto-product-bundle__item:has([data-kanto-bundle-check]:not(:checked)) {
  opacity: 0.6;
}

.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__table thead tr,
.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__item {
  grid-template-columns: 1.625rem minmax(0, 1fr) 3rem minmax(5.5rem, 0.82fr);
}

.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__table th:last-child {
  grid-column: 4;
}

.single-product .kanto-product-bundle__checkcell {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.single-product .kanto-product-bundle__checkcell label {
  position: relative;
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  cursor: pointer;
}

.single-product .kanto-product-bundle__checkcell input {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
}

.single-product .kanto-product-bundle__checkcell span {
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1.5px solid color-mix(in oklab, var(--k-card-border) 80%, var(--k-muted));
  border-radius: 0.3125rem;
}

.single-product .kanto-product-bundle__checkcell input:checked + span {
  border-color: var(--k-ink);
  background: var(--k-ink);
}

.single-product .kanto-product-bundle__checkcell input:checked + span::after {
  content: "";
  display: block;
  width: 0.45rem;
  height: 0.25rem;
  margin: 0.25rem auto 0;
  border-bottom: 2px solid var(--k-surface);
  border-left: 2px solid var(--k-surface);
  transform: rotate(-45deg);
}

.single-product .kanto-product-bundle__checkcell input:focus-visible + span {
  outline: 2px solid var(--k-accent-text);
  outline-offset: 2px;
}

.single-product .kanto-product-bundle__product {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  gap: 0.5625rem;
  align-items: center;
  min-width: 0;
  padding: 0 !important;
  text-align: start !important;
}

.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__product {
  grid-column: 2;
}

.single-product .kanto-product-bundle__quantity-heading,
.single-product .kanto-product-bundle__quantity {
  text-align: center !important;
}

.single-product .kanto-product-bundle__quantity {
  grid-column: 2;
  grid-row: 1 / span 2;
  min-width: 0;
  padding: 0 !important;
  color: var(--k-ink);
  font-size: 0.6875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__quantity {
  grid-column: 3;
}

.single-product .kanto-product-bundle__quantity input {
  box-sizing: border-box;
  width: 3rem;
  min-width: 0;
  min-height: 2rem;
  margin: 0;
  padding: 0.25rem;
  border: 1px solid color-mix(in oklab, var(--k-card-border) 82%, var(--k-muted));
  border-radius: 0.5rem;
  background: var(--k-surface);
  color: var(--k-ink);
  font: inherit;
  text-align: center;
}

.single-product .kanto-product-bundle__quantity input:focus-visible {
  outline: 2px solid var(--k-accent-text);
  outline-offset: 2px;
}

.single-product .kanto-product-bundle__thumb,
.single-product .kanto-product-bundle__thumb .thumb {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.single-product .kanto-product-bundle__thumb,
.single-product .kanto-product-bundle__thumb img {
  width: 1.875rem;
  height: 1.875rem;
}

.single-product .kanto-product-bundle__thumb,
.single-product .kanto-product-bundle__thumb .thumb {
  overflow: hidden;
  border-radius: 0.5rem;
  background: color-mix(in oklab, var(--k-cream-bg) 42%, var(--k-surface));
}

.single-product .kanto-product-bundle__thumb img {
  object-fit: contain;
}

.single-product .kanto-product-bundle__name,
.single-product .kanto-product-bundle__name a {
  display: block;
  min-width: 0;
  color: var(--k-ink);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.3;
}

.single-product .kanto-product-bundle__name small {
  display: inline;
  color: var(--k-muted);
  font-size: inherit;
  font-weight: 400;
}

.single-product .kanto-product-bundle__price,
.single-product .kanto-product-bundle__total {
  padding: 0 !important;
  text-align: start !important;
}

.single-product .kanto-product-bundle__price {
  grid-column: 3;
  grid-row: 1;
  color: var(--k-muted);
  font-size: 0.59375rem;
  line-height: 1.2;
}

.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__price {
  grid-column: 4;
}

.single-product .kanto-product-bundle__total {
  grid-column: 3;
  grid-row: 2;
  color: var(--k-ink);
  font-size: 0.71875rem;
  font-weight: 700;
}

.single-product .kanto-product-bundle.is-optional .kanto-product-bundle__total {
  grid-column: 4;
}

.single-product .kanto-product-bundle__price del {
  color: var(--k-muted);
  font-weight: 400;
}

.single-product .kanto-product-bundle__price > span[aria-hidden="true"] {
  display: none;
}

.single-product .kanto-product-bundle__total .amount,
.single-product .kanto-product-bundle__total strong {
  color: var(--k-accent-text);
  font-weight: 700;
}

.single-product .kanto-product-bundle__total em {
  display: block;
  width: max-content;
  margin-block-start: 0.125rem;
  padding: 0.0625rem 0.25rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--k-accent-strong) 10%, var(--k-surface));
  color: var(--k-accent-strong);
  font-size: 0.5625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.25;
}

.single-product .kanto-product-bundle__footer {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.6875rem 0.875rem;
  background: color-mix(in oklab, var(--k-brand-yellow) 20%, var(--k-surface));
}

.single-product .kanto-product-bundle__subtotal {
  color: color-mix(in oklab, var(--k-ink) 64%, var(--k-brand-yellow));
  font-size: 0.625rem;
  line-height: 1.35;
}

.single-product .kanto-product-bundle__subtotal [data-kanto-bundle-count] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.single-product .kanto-product-bundle__subtotal [data-kanto-bundle-total] {
  display: block;
  color: var(--k-accent-text);
  font-size: 1.0625rem;
  font-weight: 800;
  line-height: 1.3;
}

.single-product .kanto-product-bundle__subtotal [data-kanto-bundle-save] {
  display: block;
  margin-block-start: 0.0625rem;
  color: color-mix(in srgb, var(--k-trust-green) 55%, var(--k-ink));
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
}

.single-product .kanto-product-bundle__subtotal [data-kanto-bundle-save][hidden] {
  display: none;
}

.single-product .kanto-product-bundle__subtotal [data-kanto-bundle-save] span {
  color: inherit;
  font-size: inherit;
  font-weight: 800;
}

.single-product .kanto-product-bundle form.cart {
  flex: 0 0 auto;
  display: flex;
  margin: 0;
}

.single-product .kanto-product-bundle form.cart::before,
.single-product .kanto-product-bundle form.cart::after {
  display: none;
}

.single-product .kanto-product-bundle .button,
.single-product .kanto-product-bundle button.button {
  display: inline-flex;
  min-height: 2.375rem;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 0.75rem;
  background: var(--k-ink);
  background-color: var(--k-ink);
  color: var(--k-surface);
  font-size: 0.78125rem;
  font-weight: 700;
}

.single-product .kanto-product-bundle__contact {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  padding: 0.6875rem 0.875rem;
  background: var(--k-ink);
  color: color-mix(in oklab, var(--k-surface) 82%, var(--k-card-border));
  font-size: 0.71875rem;
  line-height: 1.4;
}

.single-product .kanto-product-bundle__contact-copy {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.single-product .kanto-product-bundle__contact-copy svg {
  flex: 0 0 auto;
  margin-block-start: 0.05rem;
  color: var(--k-brand-yellow);
}

.single-product .kanto-product-bundle__contact-copy b {
  color: var(--k-surface);
}

.single-product .kanto-product-bundle__contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.single-product .kanto-product-bundle__contact-actions a {
  display: flex;
  min-height: 2.75rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.375rem 0.625rem;
  border-radius: 0.625rem;
  background: var(--k-zalo-blue);
  color: var(--k-surface);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.single-product .kanto-product-bundle__contact-actions small {
  margin-block-start: 0.125rem;
  color: inherit;
  font-size: 0.625rem;
  font-weight: 600;
  opacity: 1;
}

.single-product .kanto-product-bundle__contact-actions a:focus-visible {
  outline: 3px solid var(--k-brand-yellow);
  outline-offset: 2px;
}

@media (min-width: 48rem) {
  .single-product .kanto-product-cart .quantity {
    display: flex;
  }

  .single-product .kanto-product-bundle__table thead tr,
  .single-product .kanto-product-bundle__item {
    grid-template-columns: minmax(0, 2.2fr) 3.25rem minmax(7rem, 1fr) minmax(7rem, 1fr);
    gap: 0.625rem;
  }

  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__table thead tr,
  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__item {
    grid-template-columns: 2.125rem minmax(0, 2.2fr) 3.25rem minmax(7rem, 1fr) minmax(7rem, 1fr);
  }

  .single-product .kanto-product-bundle__table thead tr {
    padding: 0.5625rem 1rem;
  }

  .single-product .kanto-product-bundle__table th {
    display: block;
    font-size: 0.6875rem;
  }

  .single-product .kanto-product-bundle__table th:nth-last-child(2) {
    display: block;
  }

  .single-product .kanto-product-bundle__table th:last-child,
  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__table th:last-child {
    grid-column: auto;
  }

  .single-product .kanto-product-bundle__mobile-price-label {
    display: none;
  }

  .single-product .kanto-product-bundle__desktop-price-label {
    display: inline;
  }

  .single-product .kanto-product-bundle__item {
    padding: 0.6875rem 1rem;
  }

  .single-product .kanto-product-bundle__checkcell,
  .single-product .kanto-product-bundle__product,
  .single-product .kanto-product-bundle__quantity,
  .single-product .kanto-product-bundle__price,
  .single-product .kanto-product-bundle__total {
    grid-row: auto;
  }

  .single-product .kanto-product-bundle__product {
    grid-column: 1;
  }

  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__product {
    grid-column: 2;
  }

  .single-product .kanto-product-bundle__quantity {
    grid-column: 2;
  }

  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__quantity {
    grid-column: 3;
  }

  .single-product .kanto-product-bundle__price {
    grid-column: 3;
    font-size: 0.75rem;
  }

  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__price {
    grid-column: 4;
  }

  .single-product .kanto-product-bundle__total {
    grid-column: 4;
    font-size: 0.8125rem;
  }

  .single-product .kanto-product-bundle.is-optional .kanto-product-bundle__total {
    grid-column: 5;
  }

  .single-product .kanto-product-bundle__price > span[aria-hidden="true"] {
    display: inline;
  }

  .single-product .kanto-product-bundle__total em {
    display: inline-flex;
    margin-block-start: 0;
    margin-inline-start: 0.375rem;
    vertical-align: middle;
  }

  .single-product .kanto-product-bundle__thumb,
  .single-product .kanto-product-bundle__thumb img {
    width: 2.25rem;
    height: 2.25rem;
  }

  .single-product .kanto-product-bundle__name,
  .single-product .kanto-product-bundle__name a {
    font-size: 0.78125rem;
  }

  .single-product .kanto-product-bundle__subtotal [data-kanto-bundle-total] {
    font-size: 1.125rem;
  }

  .single-product .kanto-product-bundle__contact {
    flex-direction: row;
    gap: 0.875rem;
    align-items: center;
    justify-content: space-between;
    padding-inline: 1rem;
    font-size: 0.78125rem;
  }

  .single-product .kanto-product-bundle__contact-copy {
    flex: 1 1 auto;
  }

  .single-product .kanto-product-bundle__contact-actions {
    flex: 0 0 auto;
    grid-template-columns: repeat(2, minmax(8rem, 1fr));
  }

  .single-product .kanto-product-bundle__contact-actions a {
    min-height: 2.5rem;
  }
}

@media (min-width: 64rem) {
  .single-product .kanto-product-hero__media,
  .single-product .kanto-product-hero__summary {
    position: sticky;
    top: 1.25rem;
  }

  .single-product .kanto-product-gallery {
    grid-template-columns: 4.25rem minmax(0, 1fr);
    gap: 0.875rem;
  }

  .single-product .kanto-product-gallery--single {
    grid-template-columns: minmax(0, 1fr);
  }

  .single-product .kanto-product-gallery__thumb {
    width: 4.25rem;
    height: 4.25rem;
  }

  .single-product .kanto-product-gallery__main {
    height: clamp(30rem, 42vw, 34rem);
  }

  .single-product .kanto-product-gallery__nav {
    display: grid;
    opacity: 0;
    transition: opacity 0.18s ease;
  }

  .single-product .kanto-product-gallery__main:hover .kanto-product-gallery__nav,
  .single-product .kanto-product-gallery__main:focus-within .kanto-product-gallery__nav {
    opacity: 1;
  }

  .single-product .kanto-product-video {
    width: 8.75rem;
  }

  .single-product .kanto-product-ugc__item,
  .single-product .kanto-product-ugc__more {
    width: 5.25rem;
    height: 5.25rem;
    flex-basis: 5.25rem;
  }

  .single-product .kanto-product-price__current,
  .single-product .kanto-product-price__current .amount {
    font-size: 2rem;
  }
}

@media (min-width: 90rem) {
  .single-product .kanto-product-gallery__main {
    height: clamp(30rem, 39vw, 34rem);
  }
}

@keyframes kanto-product-cart-count-pop {
  50% {
    transform: scale(1.18);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .single-product .header-cart.is-updated .header-cart__count {
    animation: kanto-product-cart-count-pop 320ms ease;
  }

  .single-product .kanto-product-option,
  .single-product .kanto-product-option-more,
  .single-product .kanto-product-tabs a,
  .single-product .kanto-product-service__links a,
  .single-product .kanto-product-callouts a,
  .single-product .kanto-product-trust a,
  .single-product .kanto-product-cart .button,
  .single-product .kanto-product-buy-now,
  .single-product .kanto-product-bundle .button,
  .single-product .kanto-product-videos__more,
  .single-product .kanto-product-ugc__more,
  .single-product .kanto-product-review-media__more,
  .single-product .kanto-product-review__detail-toggle,
  .single-product .kanto-product-review-cta,
  .single-product .kanto-product-qa__ask {
    transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
  }

  .single-product .kanto-product-option:hover,
  .single-product .kanto-product-option-more:hover,
  .single-product .kanto-product-cart .button:hover,
  .single-product .kanto-product-buy-now:hover,
  .single-product .kanto-product-bundle .button:hover,
  .single-product .kanto-product-videos__more:hover,
  .single-product .kanto-product-ugc__more:hover,
  .single-product .kanto-product-review-media__more:hover,
  .single-product .kanto-product-review__detail-toggle:hover,
  .single-product .kanto-product-review-cta:hover,
  .single-product .kanto-product-qa__ask:hover {
    transform: translateY(-1px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .kanto-product-video-player,
  .single-product .kanto-product-video-player::backdrop {
    transform: none;
    transition-duration: 80ms;
  }
}

/* Product description callouts — render only from owner-approved fingerprint meta. */
.single-product .kanto-product-description__content .k-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--k-space-3);
  align-items: start;
  margin-block: var(--k-space-4);
  padding: var(--k-space-3);
  border: 1px solid var(--k-card-border);
  border-inline-start: 0.25rem solid var(--k-accent);
  border-radius: 0.75rem;
  background: color-mix(in oklab, var(--k-accent) 8%, var(--k-surface));
  color: var(--k-ink);
}

.single-product .kanto-product-description__content .k-callout > :not(.k-callout__icon) {
  min-width: 0;
  margin-block: 0;
}

.single-product .kanto-product-description__content .k-callout > .k-callout__icon {
  display: grid;
  width: 1.625rem;
  height: 1.625rem;
  place-items: center;
  border-radius: 999px;
  background: var(--k-accent);
  color: var(--k-surface);
}

.single-product .kanto-product-description__content .k-callout > .k-callout__icon::before {
  width: 0.42rem;
  height: 0.72rem;
  border-block-end: 0.125rem solid currentColor;
  border-inline-end: 0.125rem solid currentColor;
  content: "";
  transform: rotate(45deg) translate(-0.08rem, -0.08rem);
}

.single-product .kanto-product-description__content .k-callout--warning {
  border-inline-start-color: var(--k-accent);
  background: color-mix(in oklab, var(--k-accent) 8%, var(--k-surface));
}

.single-product .kanto-product-description__content .k-callout--info {
  border-inline-start-color: var(--k-trust-green);
  background: color-mix(in oklab, var(--k-trust-green) 9%, var(--k-surface));
}

.single-product .kanto-product-description__content .k-callout--info > .k-callout__icon {
  background: var(--k-trust-green);
}

.single-product .kanto-product-description__content .k-callout--tip {
  border-inline-start-color: var(--k-brand-yellow);
  background: color-mix(in oklab, var(--k-brand-yellow) 18%, var(--k-surface));
}

.single-product .kanto-product-description__content .k-callout--tip > .k-callout__icon {
  background: var(--k-ink);
  color: var(--k-brand-yellow);
}

@media (forced-colors: active) {
  .single-product .kanto-product-description__content .k-callout {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }

  .single-product .kanto-product-description__content .k-callout > .k-callout__icon {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
  }
}
