body[data-storefront-key="skincare-store"] .section {
  padding-block: 88px;
}

body[data-storefront-key="skincare-store"] .hero-copy {
  max-width: 760px;
}

body[data-storefront-key="skincare-store"] .hero-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body[data-storefront-key="skincare-store"] .hero-stats div {
  border-radius: 16px;
  background: #ffffff;
}

body[data-storefront-key="skincare-store"] .hero-note {
  box-shadow: 0 18px 32px rgba(33, 53, 43, 0.08);
}

body[data-storefront-key="skincare-store"] .trust-band {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 22px;
}

body[data-storefront-key="skincare-store"] .trust-item {
  background: none;
}

body[data-storefront-key="skincare-store"] .trust-item strong {
  font-size: 20px;
}

body[data-storefront-key="skincare-store"] .spotlight-shell {
  grid-template-columns: 1fr;
}

body[data-storefront-key="skincare-store"] .spotlight-feature {
  background: linear-gradient(180deg, #ffffff, #eef5ef);
  border: 1px solid rgba(50, 68, 58, 0.08);
  color: #2f4137;
  box-shadow: 0 18px 42px rgba(33, 53, 43, 0.06);
}

body[data-storefront-key="skincare-store"] .spotlight-feature h2,
body[data-storefront-key="skincare-store"] .spotlight-card strong {
  color: #2f4137;
}

body[data-storefront-key="skincare-store"] .spotlight-feature p,
body[data-storefront-key="skincare-store"] .spotlight-card small {
  color: #5f7468;
}

body[data-storefront-key="skincare-store"] .spotlight-feature .kicker,
body[data-storefront-key="skincare-store"] .spotlight-feature .detail-pills span {
  background: rgba(146, 165, 143, 0.1);
  border-color: rgba(146, 165, 143, 0.16);
  color: #32443a;
}

body[data-storefront-key="skincare-store"] .spotlight-visual {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
}

body[data-storefront-key="skincare-store"] .spotlight-panel,
body[data-storefront-key="skincare-store"] .spotlight-panel-large {
  min-height: 250px;
  grid-column: auto;
  grid-row: auto;
  border-radius: 22px;
}

body[data-storefront-key="skincare-store"] .spotlight-panel-copy {
  background: rgba(255, 255, 255, 0.84);
}

body[data-storefront-key="skincare-store"] .spotlight-panel-copy span {
  color: #708476;
}

body[data-storefront-key="skincare-store"] .spotlight-panel-copy strong {
  color: #2b3d34;
}

body[data-storefront-key="skincare-store"] .spotlight-panel-copy p {
  color: #5d7367;
}

body[data-storefront-key="skincare-store"] .filter-row {
  justify-content: center;
}

body[data-storefront-key="skincare-store"] .product-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

body[data-storefront-key="skincare-store"] .product-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: stretch;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #fbfdfb);
  border-color: rgba(70, 95, 81, 0.1);
}

body[data-storefront-key="skincare-store"] .product-media {
  aspect-ratio: auto;
  min-height: 100%;
}

body[data-storefront-key="skincare-store"] .product-body {
  padding: 22px;
}

body[data-storefront-key="skincare-store"] .title-row h3 {
  font-size: 22px;
  line-height: 1.45;
}

body[data-storefront-key="skincare-store"] .product-body p {
  min-height: auto;
  font-size: 14px;
}

body[data-storefront-key="skincare-store"] .meta-row span {
  background: #f3f7f3;
}

body[data-storefront-key="skincare-store"] .price-row strong {
  font-size: 22px;
  color: #32443a;
}

body[data-storefront-key="skincare-store"] .add-btn {
  width: fit-content;
  min-width: 170px;
  border-radius: 14px;
  background: #32443a;
}

body[data-storefront-key="skincare-store"] .showcase-grid {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 280px;
}

body[data-storefront-key="skincare-store"] .showcase-card-large {
  grid-row: span 1;
}

body[data-storefront-key="skincare-store"] .bundle-grid {
  grid-template-columns: 0.92fr 1.08fr;
}

body[data-storefront-key="skincare-store"] .service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-storefront-key="skincare-store"] .reasons-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

body[data-storefront-key="skincare-store"] .reason-card {
  padding: 20px 22px;
  border-radius: 16px;
  background: #ffffff;
  border-inline-start: 4px solid rgba(146, 165, 143, 0.58);
  box-shadow: 0 12px 24px rgba(33, 53, 43, 0.05);
}

body[data-storefront-key="skincare-store"] .reason-index {
  display: none;
}

body[data-storefront-key="skincare-store"] .review-stack {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

body[data-storefront-key="skincare-store"] .faq-item {
  border-radius: 16px;
}

@media (max-width: 900px) {
  body[data-storefront-key="skincare-store"] .product-card {
    grid-template-columns: 1fr;
  }

  body[data-storefront-key="skincare-store"] .review-stack,
  body[data-storefront-key="skincare-store"] .service-grid,
  body[data-storefront-key="skincare-store"] .showcase-grid,
  body[data-storefront-key="skincare-store"] .spotlight-visual,
  body[data-storefront-key="skincare-store"] .trust-band {
    grid-template-columns: 1fr;
  }
}
