body.labubu-landing-page {
  background: #f1efed;
}

body.labubu-landing-page #shopline-section-announcement-bar,
body.labubu-landing-page #shopline-section-header,
body.labubu-landing-page #shopline-section-footer,
body.labubu-landing-page #MainContent > .recommed-section-page-width,
body.labubu-landing-page #line-float-1,
body.labubu-landing-page #line-float-2,
body.labubu-landing-page .line-popup,
body.labubu-landing-page #advc-backTop,
body.labubu-landing-page #member-system-plugin {
  display: none !important;
}

body.labubu-landing-page .labubu-landing {
  margin: 0 auto !important;
}

.labubu-landing,
.labubu-landing * {
  box-sizing: border-box;
}

.labubu-landing {
  --labubu-surface: #fffdfb;
  --labubu-text: #242220;
  --labubu-muted: #6d6762;
  --labubu-line: #ded8d3;
  --labubu-brown: #966d51;
  --labubu-red: #d92c2c;
  --labubu-radius: 4px;
  display: block;
  width: min(100%, 720px);
  margin: 0 auto;
  padding-bottom: calc(82px + env(safe-area-inset-bottom));
  color: var(--labubu-text);
  background: var(--labubu-surface);
  font-family: Avenir, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.labubu-landing__summary {
  padding: 18px 16px 20px;
}

.labubu-landing__title {
  margin: 0;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.labubu-landing__price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 14px;
}

.labubu-landing__price {
  color: var(--labubu-red);
  font-size: 24px;
  line-height: 1;
}

.labubu-landing__compare {
  color: var(--labubu-muted);
  font-size: 13px;
  text-decoration: line-through;
}

.labubu-landing__offer-copy {
  margin: 12px 0 0;
  color: var(--labubu-muted);
  font-size: 13px;
}

.labubu-landing__hero-button,
.labubu-landing__submit {
  width: 100%;
  min-height: 44px;
  margin-top: 16px;
  border: 1px solid var(--labubu-red);
  border-radius: var(--labubu-radius);
  color: #fffdfb;
  background: var(--labubu-red);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 180ms ease, transform 180ms ease;
}

.labubu-landing__hero-button:active,
.labubu-landing__submit:active,
.labubu-landing__sticky button:active {
  transform: translateY(1px);
}

.labubu-landing__hero-button:focus-visible,
.labubu-landing__offer:focus-visible,
.labubu-landing__color-option input:focus-visible + label,
.labubu-landing__size-option input:focus-visible + label,
.labubu-landing__submit:focus-visible,
.labubu-landing__sticky button:focus-visible {
  outline: 3px solid rgba(217, 44, 44, 0.28);
  outline-offset: 2px;
}

.labubu-landing__hero-media {
  overflow: hidden;
  background: #f7f5f3;
}

.labubu-landing__hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.labubu-landing__story {
  background: var(--labubu-surface);
}

.labubu-landing__story-image {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.01;
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.labubu-landing__story-image.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.labubu-landing__purchase {
  scroll-margin-top: 16px;
  padding-bottom: 24px;
  background: var(--labubu-surface);
}

.labubu-landing__section-bar {
  padding: 11px 16px;
  color: #fffdfb;
  background: var(--labubu-brown);
}

.labubu-landing__section-bar h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}

.labubu-landing__offer-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 16px 4px;
}

.labubu-landing__offer {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 11px;
  border: 1px solid var(--labubu-line);
  border-radius: var(--labubu-radius);
  color: var(--labubu-text);
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.labubu-landing__offer.is-active {
  border-color: var(--labubu-red);
  box-shadow: inset 0 0 0 1px var(--labubu-red);
}

.labubu-landing__offer strong {
  color: var(--labubu-red);
  font-size: 14px;
}

.labubu-landing__pair {
  padding: 14px 16px 0;
}

.labubu-landing__pair[hidden] {
  display: none;
}

.labubu-landing__pair h3 {
  margin: 0 0 10px;
  font-size: 15px;
}

.labubu-landing__field {
  min-width: 0;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.labubu-landing__field legend {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
}

.labubu-landing__color-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.labubu-landing__color-option {
  min-width: 0;
}

.labubu-landing__color-option input,
.labubu-landing__size-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.labubu-landing__color-option label {
  display: block;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--labubu-line);
  border-radius: var(--labubu-radius);
  color: var(--labubu-text);
  background: #fff;
  cursor: pointer;
}

.labubu-landing__color-option input:checked + label {
  border-color: var(--labubu-red);
  box-shadow: inset 0 0 0 1px var(--labubu-red);
}

.labubu-landing__swatch-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f4f2f0;
}

.labubu-landing__color-option label span {
  display: block;
  min-height: 35px;
  padding: 5px 4px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.25;
  text-align: center;
}

.labubu-landing__size-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.labubu-landing__size-option label {
  display: grid;
  min-height: 36px;
  place-items: center;
  padding: 4px 2px;
  border: 1px solid var(--labubu-line);
  border-radius: var(--labubu-radius);
  color: var(--labubu-text);
  background: #fff;
  font-size: 10px;
  line-height: 1.15;
  text-align: center;
  cursor: pointer;
}

.labubu-landing__size-option input:checked + label {
  border-color: var(--labubu-red);
  color: var(--labubu-red);
  box-shadow: inset 0 0 0 1px var(--labubu-red);
}

.labubu-landing__selection,
.labubu-landing__status,
.labubu-landing__preview-note {
  margin: 8px 16px 0;
  font-size: 12px;
}

.labubu-landing__selection {
  color: var(--labubu-muted);
}

.labubu-landing__status {
  min-height: 19px;
  color: var(--labubu-text);
}

.labubu-landing__status.is-error {
  color: var(--labubu-red);
  font-weight: 700;
}

.labubu-landing__submit {
  width: calc(100% - 32px);
  margin-right: 16px;
  margin-left: 16px;
}

.labubu-landing__submit:disabled {
  border-color: #b9b3ae;
  color: #fff;
  background: #b9b3ae;
  cursor: not-allowed;
}

.labubu-landing__submit.is-loading {
  opacity: 0.68;
}

.labubu-landing__preview-note {
  color: var(--labubu-muted);
  text-align: center;
}

.labubu-landing__policy {
  padding: 20px 16px 24px;
  border-top: 8px solid #f1efed;
}

.labubu-landing__policy h2 {
  margin: 0 0 14px;
  font-size: 17px;
}

.labubu-landing__policy-grid {
  display: grid;
  gap: 14px;
}

.labubu-landing__policy-grid div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--labubu-line);
}

.labubu-landing__policy-grid h3 {
  margin: 0 0 4px;
  font-size: 13px;
}

.labubu-landing__policy-grid p {
  margin: 0;
  color: var(--labubu-muted);
  font-size: 12px;
}

.labubu-landing__sticky {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--labubu-line);
  background: rgba(255, 253, 251, 0.96);
  box-shadow: 0 -8px 24px rgba(36, 34, 32, 0.08);
  transition: opacity 180ms ease, transform 180ms ease;
}

.labubu-landing__sticky div {
  display: grid;
  gap: 1px;
}

.labubu-landing__sticky span {
  color: var(--labubu-muted);
  font-size: 11px;
}

.labubu-landing__sticky strong {
  color: var(--labubu-red);
  font-size: 17px;
}

.labubu-landing__sticky button {
  min-width: 120px;
  min-height: 40px;
  border: 1px solid var(--labubu-red);
  border-radius: var(--labubu-radius);
  color: #fffdfb;
  background: var(--labubu-red);
  font: inherit;
  font-weight: 700;
}

.labubu-landing.purchase-in-view .labubu-landing__sticky {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

@media (min-width: 768px) {
  .labubu-landing {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-bottom: 0;
    box-shadow: 0 16px 50px rgba(36, 34, 32, 0.1);
  }

  .labubu-landing__summary {
    padding: 28px 28px 26px;
  }

  .labubu-landing__offer-switch,
  .labubu-landing__pair {
    padding-right: 28px;
    padding-left: 28px;
  }

  .labubu-landing__selection,
  .labubu-landing__status,
  .labubu-landing__preview-note {
    margin-right: 28px;
    margin-left: 28px;
  }

  .labubu-landing__submit {
    width: calc(100% - 56px);
    margin-right: 28px;
    margin-left: 28px;
  }

  .labubu-landing__color-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .labubu-landing__size-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }

  .labubu-landing__policy {
    padding: 28px;
  }

  .labubu-landing__policy-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .labubu-landing__sticky {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .labubu-landing__hero-button,
  .labubu-landing__submit,
  .labubu-landing__story-image,
  .labubu-landing__sticky {
    transition: none;
  }

  .labubu-landing__story-image {
    opacity: 1;
    transform: none;
  }
}
