.lp-product {
  --lp-bg: #eef5fb;
  --lp-paper: rgba(255, 255, 255, 0.98);
  --lp-line: #c3d8ed;
  --lp-line-strong: #b4cde7;
  --lp-ink: #1b2f4b;
  --lp-muted: #5c718a;
  --lp-blue: #197fe0;
  --lp-blue-deep: #0d62b6;
  --lp-blue-soft: #eaf5ff;
  --lp-green: #dff5e7;
  --lp-green-ink: #0d8c4b;
  --lp-gold: #f7b91a;
  --lp-amber: #ffedb8;
  --lp-amber-ink: #8d6200;
  --lp-shadow: 0 30px 80px rgba(24, 52, 86, 0.14);
  --lp-radius-xl: 34px;
  --lp-radius-lg: 26px;
  --lp-radius-md: 22px;
  --lp-radius-sm: 18px;
  position: relative;
  padding: 24px 0 120px;
  color: var(--lp-ink);
  font-family: Manrope, "Segoe UI", sans-serif;
}

.lp-product__container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 20px;
}

.lp-product *,
.lp-product *::before,
.lp-product *::after {
  box-sizing: border-box;
}

.lp-product__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 28px;
  border-radius: 28px;
  border: 1px solid rgba(195, 216, 237, 0.92);
  background:
    radial-gradient(circle at top left, rgba(25, 127, 224, 0.12), transparent 22%),
    radial-gradient(circle at 80% 12%, rgba(111, 194, 255, 0.12), transparent 20%),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 56px rgba(24, 52, 86, 0.12);
}

.lp-product__hero {
  display: grid;
  grid-template-columns: minmax(360px, 460px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.lp-gallery,
.lp-summary,
.lp-section,
.lp-spec-card,
.lp-description-card,
.lp-detail-card,
.lp-faq-item,
.lp-reco-card {
  border: 1px solid #f2f2f2 !important;
  background: var(--lp-paper);
}

.lp-gallery,
.lp-summary,
.lp-section {
  border-radius: 24px;
}

.lp-gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.lp-gallery__thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.lp-gallery__thumb {
  width: 90px;
  height: 90px;
  padding: 0;
  border: 1px solid rgba(195, 216, 237, 0.96);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
  overflow: hidden;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-gallery__thumb.is-active {
  border-color: rgba(25, 127, 224, 0.9);
  box-shadow: 0 12px 28px rgba(25, 127, 224, 0.14);
}

.lp-gallery__thumb:hover {
  transform: translateY(-2px);
}

.lp-gallery__main {
  position: relative;
  flex: 1 1 auto;
  min-height: 400px;
  max-height: 440px;
  border: 1px solid #f2f2f2 !important;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.98), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #ebf4ff 100%);
  display: grid;
  place-items: center;
}

.lp-gallery__actions {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-gallery__action {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(195, 216, 237, 0.96);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(25, 57, 106, 0.08);
  color: var(--lp-blue-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.lp-gallery__action:hover {
  transform: translateY(-1px);
  border-color: rgba(25, 127, 224, 0.34);
  box-shadow: 0 12px 26px rgba(25, 57, 106, 0.12);
}

.lp-gallery__action svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.lp-gallery img,
.lp-reco-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.lp-summary {
  max-width: 700px;
  padding: 24px;
}

.lp-summary__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
}

.lp-stars,
.lp-reco-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.lp-stars__filled {
  color: var(--lp-gold);
}

.lp-stars__empty {
  color: #d6dce6;
}

.lp-brand-logo {
  justify-self: end;
  display: inline-flex;
  align-items: baseline;
  gap: 1px;
  line-height: 1;
  white-space: nowrap;
}

.lp-brand-logo__jazz,
.lp-brand-logo__way {
  background: linear-gradient(180deg, #ff7d3f 0%, #ff5b1a 42%, #ff8a5d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lp-brand-logo__jazz {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.lp-brand-logo__way {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.05em;
  opacity: 0.85;
}

.lp-brand-logo--plain {
  font-size: 16px;
  font-weight: 800;
  color: #e3780c;
}

.lp-article {
  justify-self: center;
  color: var(--lp-muted);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.lp-title,
.lp-section h2,
.lp-reco-card__title,
.lp-spec-card__value,
.lp-detail-card h3,
.lp-faq-item h3 {
  margin: 0;
}

.lp-title {
  margin-top: 16px;
  max-width: 14ch;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.lp-subtitle {
  margin: 16px 0 0;
  max-width: 620px;
  color: var(--lp-muted);
  font-size: 17px;
  line-height: 1.5;
}

.lp-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lp-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(176, 206, 235, 0.96);
  border-radius: 999px;
  background: var(--lp-blue-soft);
  color: var(--lp-blue-deep);
  font-size: 14px;
  font-weight: 800;
}

.lp-buybox {
  margin-top: 22px;
  width: min(100%, 620px);
  padding: 20px;
  border: 1px solid rgba(176, 206, 235, 0.96);
  border-radius: 24px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
}

.lp-buybox__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-price {
  flex: 0 0 auto;
  font-size: clamp(34px, 3.2vw, 50px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.lp-buybox__meta-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
}

.lp-stock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--lp-green);
  color: var(--lp-green-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.lp-stock::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #17a64c;
}

.lp-button {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.lp-button:hover {
  transform: translateY(-1px);
}

.lp-button:active {
  transform: translateY(0);
}

.lp-button--ghost,
.lp-button--secondary {
  border: 1px solid rgba(176, 206, 235, 0.96);
  background: rgba(255, 255, 255, 0.98);
  color: var(--lp-blue-deep);
}

.lp-button--ghost {
  min-height: 40px;
  padding: 0 13px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
}

.lp-button--primary {
  color: #ffffff;
  background: linear-gradient(180deg, #2088e8 0%, #0d68c2 100%);
  box-shadow: 0 16px 28px rgba(25, 127, 224, 0.18);
}

.lp-button--secondary {
  min-height: 58px;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 800;
}

.lp-buybox__actions {
  display: grid;
  grid-template-columns: 164px minmax(260px, 420px);
  gap: 12px;
  margin-top: 16px;
}

.lp-buybox__button {
  min-height: 58px;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 800;
  width: 100%;
}

.lp-buybox__secondary {
  width: min(100%, 584px);
  margin-top: 12px;
}

.lp-share-inline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(176, 206, 235, 0.96);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--lp-blue-deep);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.lp-share-inline:hover {
  transform: translateY(-1px);
  border-color: rgba(25, 127, 224, 0.34);
  box-shadow: 0 10px 22px rgba(25, 57, 106, 0.08);
}

.lp-share-inline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.lp-share-inline__icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.lp-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid rgba(176, 206, 235, 0.96);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
}

.lp-qty__button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--lp-ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.lp-qty__value {
  font-size: 18px;
  font-weight: 800;
}

.lp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.lp-tabs__button {
  padding: 12px 18px;
  border: 1px solid rgba(195, 216, 237, 0.96);
  border-radius: 999px;
  background: #ffffff;
  color: var(--lp-muted);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.lp-tabs__button.is-active {
  border-color: var(--lp-blue);
  background: var(--lp-blue);
  color: #ffffff;
}

.lp-panels {
  margin-top: 18px;
}

.lp-panel {
  display: none;
}

.lp-panel.is-active {
  display: block;
}

.lp-spec-card,
.lp-description-card,
.lp-detail-card,
.lp-faq-item {
  border-radius: 24px;
}

.lp-spec-card {
  padding: 18px;
}

.lp-card-eyebrow {
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lp-spec-card__value {
  margin-top: 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.lp-spec-table {
  padding: 8px 0 0;
}

.lp-spec-row {
  display: grid;
  grid-template-columns: auto 1fr minmax(180px, 320px);
  align-items: end;
  gap: 14px;
  padding: 10px 0;
}

.lp-spec-row__label,
.lp-spec-row__value {
  font-size: 15px;
  line-height: 1.45;
}

.lp-spec-row__label {
  color: var(--lp-ink);
}

.lp-spec-row__dots {
  border-bottom: 1px dotted #d6dde7;
  transform: translateY(-6px);
}

.lp-spec-row__value {
  color: #646c77;
}

.lp-description-card {
  margin-top: 14px;
  padding: 20px;
}

.lp-description-card p {
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.7;
}

.lp-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.lp-detail-card,
.lp-faq-item {
  padding: 20px;
}

.lp-detail-card h3,
.lp-faq-item h3 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.lp-detail-card p,
.lp-faq-item p {
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 15px;
  line-height: 1.65;
}

.lp-faq-list {
  display: grid;
  gap: 12px;
}

.lp-review-list {
  display: grid;
  gap: 12px;
}

.lp-review-card,
.lp-question-box {
  border: 1px solid #f2f2f2 !important;
  border-radius: 24px;
  background: var(--lp-paper);
}

.lp-review-card {
  padding: 20px;
}

.lp-review-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.lp-review-card__head h3,
.lp-question-box h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.lp-review-card__date {
  margin-top: 6px;
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-review-card p,
.lp-question-box p {
  margin: 12px 0 0;
  color: var(--lp-muted);
  font-size: 15px;
  line-height: 1.65;
}

.lp-question-box {
  padding: 20px;
}

.lp-question-box__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.lp-field {
  display: grid;
  gap: 8px;
}

.lp-field span {
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
}

.lp-field input,
.lp-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(195, 216, 237, 0.96);
  border-radius: 16px;
  background: #ffffff;
  color: var(--lp-ink);
  font: inherit;
  resize: vertical;
}

.lp-field input::placeholder,
.lp-field textarea::placeholder {
  color: #8aa0b8;
}

.lp-field--wide {
  grid-column: 1 / -1;
}

.lp-question-box__actions {
  margin-top: 16px;
}

.lp-question-box__submit {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.lp-section {
  margin-top: 18px;
  padding: 20px;
}

.lp-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-section__header h2 {
  font-size: 18px;
  letter-spacing: -0.02em;
}

.lp-section__header p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  text-align: right;
}

.lp-reco-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.lp-reco-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border-radius: 24px;
}

.lp-reco-card__photo {
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(195, 216, 237, 0.96);
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
  display: grid;
  place-items: center;
}

.lp-reco-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  padding: 7px 10px;
  border-radius: 10px;
  background: #2d93ea;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-reco-card__divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(25, 127, 224, 0.96) 0 34%, rgba(195, 216, 237, 0.96) 34% 100%);
}

.lp-reco-card__title {
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.lp-reco-card__meta {
  color: var(--lp-muted);
  font-size: 13px;
  line-height: 1.3;
}

.lp-reco-card__stock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lp-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1;
}

.lp-reco-card__stock::before {
  content: "✓";
  color: #2eaf56;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

.lp-reco-card__price {
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.lp-reco-card__button {
  width: 100%;
  min-height: 46px;
  margin-top: 6px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}

.lp-bulb {
  position: relative;
  display: inline-block;
  width: 188px;
  height: 290px;
}

.lp-bulb--small {
  width: 118px;
  height: 184px;
}

.lp-bulb__glass {
  position: absolute;
  left: 50%;
  top: 10px;
  width: 118px;
  height: 206px;
  transform: translateX(-50%);
  border-radius: 46% 46% 38% 38% / 34% 34% 58% 58%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #dfeafb 100%);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.9);
}

.lp-bulb__glass::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 20px;
  width: 16px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  transform: rotate(12deg);
}

.lp-bulb__neck {
  position: absolute;
  left: 50%;
  top: 198px;
  width: 38px;
  height: 34px;
  transform: translateX(-50%);
  border-radius: 8px;
  background: #e6e6e6;
}

.lp-bulb__rings {
  position: absolute;
  left: 50%;
  bottom: 26px;
  width: 34px;
  transform: translateX(-50%);
  display: grid;
  gap: 4px;
}

.lp-bulb__rings span {
  display: block;
  height: 10px;
  border-radius: 6px;
  background: #a5adbb;
}

.lp-bulb__tip {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 22px;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #63c44f;
}

.lp-bulb--small .lp-bulb__glass {
  width: 96px;
  height: 172px;
}

.lp-bulb--small .lp-bulb__glass::before {
  left: 20px;
  top: 18px;
  width: 14px;
  height: 64px;
}

.lp-bulb--small .lp-bulb__neck {
  top: 166px;
  width: 32px;
  height: 28px;
}

.lp-bulb--small .lp-bulb__rings {
  bottom: 22px;
  width: 28px;
}

.lp-bulb--small .lp-bulb__rings span {
  height: 9px;
}

.lp-bulb--small .lp-bulb__tip {
  bottom: 10px;
  width: 20px;
  height: 13px;
}

.lp-mobile-buybar,
.lp-mobile-nav {
  display: none;
}

.lp-mobile-buybar {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 84px;
  z-index: 50;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(176, 206, 235, 0.96);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 30px rgba(24, 52, 86, 0.18);
}

.lp-mobile-buybar__meta strong {
  display: block;
  color: var(--lp-muted);
  font-size: 13px;
}

.lp-mobile-buybar__meta {
  min-width: 0;
}

.lp-mobile-buybar__meta span {
  display: block;
  margin-top: 4px;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.lp-mobile-buybar__button {
  min-width: 124px;
  min-height: 50px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
}

.lp-mobile-nav {
  position: fixed;
  left: 8px;
  right: 8px;
  bottom: 0;
  z-index: 45;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
  padding: 8px 8px max(12px, env(safe-area-inset-bottom));
  border: 1px solid rgba(195, 216, 237, 0.96);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -10px 30px rgba(24, 52, 86, 0.12);
  backdrop-filter: blur(14px);
}

.lp-mobile-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 64px;
  padding: 8px 4px;
  border: 0;
  border-radius: 24px;
  background: transparent;
  color: #5f7695;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}

.lp-mobile-nav__item.is-active {
  background: #eaf4ff;
  color: var(--lp-blue-deep);
}

.lp-mobile-nav__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #edf1f6;
  color: #7b91ac;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lp-mobile-nav__icon svg {
  width: 20px;
  height: 20px;
}

.lp-mobile-nav__item.is-active .lp-mobile-nav__icon {
  background: #b7d8ff;
  color: #1a68c7;
}

.lp-mobile-nav__label {
  line-height: 1.05;
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .lp-product__hero {
    grid-template-columns: minmax(320px, 400px) minmax(0, 1fr);
    gap: 24px;
  }

  .lp-gallery__main {
    min-height: 360px;
    max-height: 420px;
  }

  .lp-reco-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .lp-product {
    padding-bottom: 132px;
  }

  .lp-product__container {
    padding: 0 16px;
  }

  .lp-product__wrap {
    padding: 16px;
    border-radius: 26px;
  }

  .lp-buybox__top,
  .lp-buybox__actions,
  .lp-detail-grid,
  .lp-section__header {
    grid-template-columns: 1fr;
  }

  .lp-section__header {
    align-items: flex-start;
  }

  .lp-section__header p {
    text-align: left;
  }

  .lp-summary__top {
    grid-template-columns: 1fr auto;
  }

  .lp-article {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .lp-buybox__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .lp-buybox__meta-row {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .lp-product__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-summary {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .lp-product {
    padding: 12px 0 170px;
  }

  .lp-product__wrap {
    padding: 14px;
    border-radius: 24px;
  }

  .lp-gallery,
  .lp-summary,
  .lp-section {
    border-radius: 24px;
  }

  .lp-gallery {
    padding: 14px;
  }

  .lp-gallery__main {
    min-height: 320px;
    max-height: none;
    border-radius: 20px;
  }

  .lp-gallery__actions {
    top: 14px;
    right: 14px;
    gap: 8px;
  }

  .lp-gallery__action {
    width: 40px;
    height: 40px;
  }

  .lp-gallery__thumbs {
    gap: 10px;
  }

  .lp-gallery__thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
  }

  .lp-summary {
    padding: 18px;
  }

  .lp-summary__top {
    gap: 10px;
  }

  .lp-article {
    font-size: 14px;
  }

  .lp-title {
    font-size: 30px;
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .lp-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .lp-chip {
    padding: 9px 12px;
    font-size: 13px;
  }

  .lp-buybox {
    margin-top: 16px;
    padding: 16px;
    border-radius: 22px;
    width: 100%;
  }

  .lp-buybox__top {
    gap: 10px;
  }

  .lp-buybox__meta-row {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .lp-button--ghost {
    flex: 1 1 auto;
    justify-content: center;
  }

  .lp-stock {
    flex: 1 1 auto;
  }

  .lp-share-inline {
    flex: 1 1 auto;
    justify-content: center;
  }

  .lp-buybox__actions {
    grid-template-columns: 120px 1fr;
    gap: 10px;
  }

  .lp-buybox__secondary {
    width: 100%;
  }

  .lp-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lp-tabs::-webkit-scrollbar {
    display: none;
  }

  .lp-tabs__button {
    white-space: nowrap;
  }

  .lp-detail-grid,
  .lp-faq-list {
    gap: 10px;
  }

  .lp-spec-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0 12px;
  }

  .lp-spec-row__dots {
    display: none;
  }

  .lp-spec-row__value {
    font-weight: 700;
  }

  .lp-description-card,
  .lp-detail-card,
  .lp-faq-item,
  .lp-review-card,
  .lp-question-box,
  .lp-section {
    padding: 16px;
  }

  .lp-question-box__grid {
    grid-template-columns: 1fr;
  }

  .lp-reco-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(232px, 82%);
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lp-reco-grid::-webkit-scrollbar {
    display: none;
  }

  .lp-mobile-buybar {
    display: flex;
    gap: 8px;
    padding: 10px 12px;
  }

  .lp-mobile-nav {
    display: grid;
  }

  .lp-mobile-buybar__meta strong {
    font-size: 12px;
  }

  .lp-mobile-buybar__meta span {
    font-size: 24px;
  }

  .lp-mobile-buybar__button {
    min-width: 88px;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
  }
}
