:root {
  --bg: #fffaf2;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #ffffff;
  --ink: #20313f;
  --muted: #5f6d78;
  --line: rgba(32, 49, 63, 0.12);
  --brand: #f06d4f;
  --brand-deep: #c9492c;
  --accent: #f7bf4f;
  --accent-soft: #ffe8b3;
  --mint: #b9e7d7;
  --shadow: 0 20px 50px rgba(47, 56, 67, 0.12);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

/* Global SiteHeader / SiteFooter */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  margin: 0 0 34px;
  padding-top: 10px;
  transition: transform 180ms ease, filter 180ms ease;
}

.site-header.is-scrolled {
  filter: drop-shadow(0 16px 32px rgba(32, 49, 63, 0.12));
}

.site-header .topbar {
  display: flex;
  justify-content: center;
  padding: 0 0 10px;
  text-align: center;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-header .topbar p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  padding: 8px 16px;
  border: 1px solid rgba(32, 49, 63, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.site-header .topbar span {
  position: relative;
  white-space: nowrap;
}

.site-header .topbar span + span::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--brand);
  transform: translateY(-50%);
}

.site-header .navbar {
  position: static;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) minmax(240px, 420px) auto;
  gap: 18px;
  margin-bottom: 0;
  padding: 14px 16px;
  border-radius: 28px;
  background: rgba(255, 254, 251, 0.94);
  box-shadow: 0 18px 45px rgba(32, 49, 63, 0.1);
}

.site-header .brand {
  min-width: 188px;
}

.site-header .brand-badge {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  box-shadow: inset 0 -10px 18px rgba(32, 49, 63, 0.12);
}

.site-header .brand strong {
  font-size: 1.08rem;
}

.site-header .brand small {
  display: block;
  max-width: 140px;
  font-size: 0.76rem;
  line-height: 1.2;
}

.site-header .nav-links {
  justify-content: center;
  gap: 6px;
}

.site-header .nav-links a {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.92rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-header .nav-links a:hover,
.site-header .nav-links a.is-active {
  background: rgba(240, 109, 79, 0.1);
  color: var(--ink);
  transform: translateY(-1px);
}

.site-header .nav-search {
  position: relative;
  flex: none;
  max-width: none;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(32, 49, 63, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.site-header .nav-search label {
  flex: 1;
}

.site-header .nav-search input {
  min-width: 0;
  padding: 10px 12px;
  border: 0;
  background: transparent;
  outline: none;
}

.site-header .nav-search .primary-button {
  min-height: 40px;
  padding: 10px 15px;
}

.search-suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 80;
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.search-suggestions a {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border-radius: 14px;
  color: var(--ink);
}

.search-suggestions a:hover {
  background: rgba(247, 191, 79, 0.16);
}

.search-suggestions img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  border-radius: 12px;
  background: var(--bg);
}

.search-suggestions strong,
.search-suggestions small {
  display: block;
}

.search-suggestions small,
.search-suggestions em,
.search-suggestions p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
}

.site-header .nav-actions {
  justify-content: flex-end;
  gap: 8px;
}

.site-header .account-link,
.site-header .wishlist-link,
.site-header .cart-button {
  box-shadow: 0 10px 24px rgba(32, 49, 63, 0.08);
}

.site-header .wishlist-link {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}

.site-header .wishlist-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header .account-link:hover,
.site-header .wishlist-link:hover,
.site-header .cart-button:hover {
  transform: translateY(-2px);
}

.site-header .cart-button {
  min-height: 46px;
  padding: 9px 12px;
  border-color: rgba(240, 109, 79, 0.18);
  background: var(--ink);
  color: #fff;
}

.site-header .cart-count {
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: 0.8rem;
  animation: cartBadgePulse 2.8s ease-in-out infinite;
}

@keyframes cartBadgePulse {
  0%,
  70%,
  100% {
    transform: scale(1);
  }
  82% {
    transform: scale(1.12);
  }
}

.site-footer {
  margin-top: 80px;
  padding: 34px;
  border: 1px solid rgba(32, 49, 63, 0.1);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 235, 0.92)),
    var(--surface-strong);
  box-shadow: 0 18px 48px rgba(32, 49, 63, 0.09);
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(5, minmax(120px, 1fr));
  gap: 28px;
  align-items: start;
}

.site-footer .footer-brand {
  display: grid;
  gap: 14px;
}

.site-footer .footer-brand p {
  max-width: 320px;
  margin: 0;
  line-height: 1.7;
}

.footer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-trust span {
  padding: 7px 10px;
  border: 1px solid rgba(32, 49, 63, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-footer .footer-links {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-links a,
.site-footer .footer-links li {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.site-footer .footer-links a {
  transition: color 160ms ease, transform 160ms ease;
}

.site-footer .footer-links a:hover {
  color: var(--brand-deep);
}

.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 49, 63, 0.1);
}

.site-footer .footer-bottom p {
  margin: 0;
}

.site-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.site-footer .footer-legal a {
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 1120px) {
  .site-header .navbar {
    grid-template-columns: auto 1fr auto;
  }

  .site-header .menu-toggle {
    display: inline-grid;
    justify-self: end;
    gap: 4px;
    width: 46px;
    height: 46px;
    padding: 12px;
  }

  .site-header .menu-toggle span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
  }

  .site-header .menu-toggle em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .site-header .nav-links,
  .site-header .nav-search {
    display: none;
  }

  .site-header .nav-links.open {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    order: 5;
    padding-top: 8px;
  }

  .site-header .nav-search {
    grid-column: 1 / -1;
    order: 6;
  }

  body.menu-open .site-header .nav-search {
    display: flex;
  }

  .site-footer .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    margin-bottom: 22px;
    padding-top: 6px;
  }

  .site-header .topbar p {
    width: 100%;
    gap: 8px;
    padding: 7px 10px;
    font-size: 0.72rem;
  }

  .site-header .topbar span:nth-child(2) {
    display: none;
  }

  .site-header .navbar {
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
  }

  .site-header .brand {
    min-width: 0;
  }

  .site-header .brand small {
    display: none;
  }

  .site-header .nav-actions {
    gap: 6px;
  }

  .site-header .wishlist-link,
  .site-header .account-link {
    display: none;
  }

  .site-header .cart-button {
    width: 48px;
    padding: 0;
    border-radius: 50%;
  }

  .site-header .cart-button > span:not(.cart-count) {
    display: none;
  }

  .site-header .cart-count {
    position: absolute;
    top: -6px;
    right: -4px;
  }

  .site-header .nav-links.open {
    grid-template-columns: 1fr 1fr;
  }

  .site-header .nav-search {
    border-radius: 18px;
  }

  .site-header .nav-search .primary-button {
    display: none;
  }

  .search-suggestions {
    position: fixed;
    top: 132px;
    left: 16px;
    right: 16px;
  }

  .site-footer {
    margin-top: 56px;
    padding: 24px;
    border-radius: 24px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-footer .footer-bottom,
  .site-footer .footer-legal {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(247, 191, 79, 0.28), transparent 25%),
    radial-gradient(circle at bottom right, rgba(185, 231, 215, 0.38), transparent 30%),
    var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.page-shell {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto 80px;
}

.topbar {
  padding: 14px 18px;
  text-align: center;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
}

.topbar p {
  margin: 0;
}

.navbar {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 20px;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 254, 251, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand strong,
.hero h1,
.section-heading h1,
.section-heading h2,
.spotlight-card h2,
.newsletter h2,
.product-summary h1 {
  font-family: "Fraunces", serif;
}

.brand strong {
  display: block;
  font-size: 1.05rem;
}

.brand small {
  color: var(--muted);
}

.brand-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
}

.nav-links,
.nav-actions,
.nav-search,
.hero-actions,
.hero-stats,
.results-line,
.product-meta,
.product-actions,
.spotlight-meta,
.cart-header,
.cart-row,
.cart-footer,
.footer-grid,
.footer-bottom,
.footer-legal,
.cta-row,
.product-purchase {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-links a {
  color: var(--muted);
  font-weight: 700;
}

.nav-search {
  flex: 1 1 280px;
  max-width: 430px;
}

.nav-search input {
  width: 100%;
  min-width: 180px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
}

.menu-toggle,
.icon-button,
.account-link,
.ghost-button,
.primary-button,
.secondary-button,
.danger-button {
  border: 0;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.menu-toggle {
  display: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
}

.ghost-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
}

.danger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid rgba(201, 73, 44, 0.24);
  border-radius: 999px;
  background: rgba(201, 73, 44, 0.08);
  color: var(--brand-deep);
  font-weight: 800;
}

.account-link {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
}

.account-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.account-link.is-active,
.account-link:hover {
  background: var(--ink);
  color: #fff;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover,
.danger-button:hover,
.icon-button:hover,
.menu-toggle:hover {
  transform: translateY(-1px);
}

.cart-count {
  display: inline-grid;
  place-items: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 0.85rem;
}

.hero,
.product-layout,
.auth-layout,
.account-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
  padding: 32px 0 20px;
}

.hero-copy,
.hero-card,
.collection-card,
.benefit-card,
.newsletter,
.catalog-toolbar,
.product-card,
.faq-list details,
.site-footer,
.page-hero,
.product-gallery,
.product-summary,
.product-detail-card,
.auth-panel,
.auth-side,
.account-hero,
.account-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-card,
.catalog-toolbar,
.newsletter,
.site-footer,
.page-hero,
.product-gallery,
.product-summary,
.auth-panel,
.auth-side,
.account-hero,
.account-card {
  padding: 28px;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
}

.hero h1,
.section-heading h1,
.section-heading h2,
.product-summary h1 {
  margin: 18px 0 18px;
  line-height: 1;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 4.6rem);
}

.section-heading h1,
.section-heading h2,
.product-summary h1 {
  font-size: clamp(2rem, 3.4vw, 3rem);
}

.hero p,
.section-heading p,
.collection-card p,
.benefit-card p,
.spotlight-card p,
.faq-list p,
.results-line p,
.form-message,
.product-card p,
.product-lead,
.product-detail-card p,
.footer-brand p,
.footer-bottom p,
.footer-links,
.breadcrumb,
.price-block span,
.empty-cart {
  color: var(--muted);
  line-height: 1.65;
}

.hero-stats {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.hero-stats li {
  flex: 1 1 140px;
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
}

.hero-stats strong {
  display: block;
  font-size: 1.5rem;
}

.hero-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  background:
    linear-gradient(160deg, rgba(240, 109, 79, 0.12), rgba(247, 191, 79, 0.18)),
    rgba(255, 255, 255, 0.85);
}

.hero-visual {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 22px;
}

.spotlight-card {
  position: absolute;
  inset: auto 28px 28px 28px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
}

.spotlight-label {
  margin: 0 0 12px;
  color: var(--brand-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.floating-note {
  position: absolute;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.note-one {
  top: 48px;
  left: 40px;
}

.note-two {
  top: 118px;
  right: 34px;
}

.note-three {
  top: 190px;
  left: 88px;
}

section {
  margin-top: 36px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 22px;
}

.collection-grid,
.benefit-grid,
.product-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

.collection-grid,
.benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.collection-card,
.benefit-card,
.product-card,
.product-detail-card {
  padding: 24px;
}

.catalog-toolbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.catalog-toolbar label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.catalog-toolbar input,
.catalog-toolbar select,
.newsletter-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.auth-layout {
  align-items: start;
}

.auth-panel,
.auth-side {
  display: grid;
  gap: 18px;
}

.auth-side {
  align-content: start;
  background:
    linear-gradient(160deg, rgba(240, 109, 79, 0.1), rgba(247, 191, 79, 0.16)),
    var(--surface);
}

.auth-side h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  line-height: 1;
}

.auth-side p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.auth-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.account-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 32px;
}

.account-hero h1,
.account-card h2 {
  margin: 14px 0;
  font-family: "Fraunces", serif;
  line-height: 1;
}

.account-hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.account-hero p,
.account-card p,
.account-details {
  color: var(--muted);
  line-height: 1.65;
}

.account-grid {
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1fr) minmax(340px, 1.35fr);
  padding: 0;
  margin-top: 24px;
}

.account-card {
  display: grid;
  gap: 14px;
  align-content: start;
}

.account-address-card {
  grid-row: span 2;
}

.account-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.account-addresses {
  display: grid;
  gap: 12px;
}

.account-address {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.account-address.is-default {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(240, 109, 79, 0.12);
}

.account-address h3,
.account-address p {
  margin: 0;
}

.account-address p {
  color: var(--muted);
}

.account-address strong {
  color: var(--ink);
}

.address-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.account-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.saved-payment-cards {
  display: grid;
  gap: 12px;
}

.saved-payment-card,
.empty-payment-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.saved-payment-card.is-default {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(240, 109, 79, 0.12);
}

.saved-payment-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.saved-payment-card h3,
.saved-payment-card p,
.saved-payment-card small,
.empty-payment-card p {
  margin: 0;
}

.saved-payment-card p,
.saved-payment-card small,
.empty-payment-card p {
  color: var(--muted);
}

.saved-payment-card .danger-button {
  grid-column: 1 / -1;
  justify-self: start;
}

.payment-card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ink), #5f6d78);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
}

.catalog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
  color: var(--muted);
  font-weight: 800;
}

.catalog-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.empty-payment-card {
  padding: 16px;
}

.account-address-form,
.account-address-form label,
.payment-card-form,
.payment-card-form label {
  display: grid;
  gap: 12px;
}

.account-address-form input,
.payment-card-form input,
.payment-card-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.checkbox-label {
  display: flex !important;
  align-items: center;
}

.checkbox-label input {
  width: auto;
}

.modal-open {
  overflow: hidden;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(32, 49, 63, 0.46);
}

.modal-backdrop[hidden],
.address-modal[hidden] {
  display: none !important;
}

.address-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 22px;
}

.address-modal-panel {
  display: grid;
  gap: 18px;
  width: min(720px, 100%);
  max-height: min(760px, calc(100dvh - 44px));
  overflow: auto;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface-strong);
  box-shadow: 0 24px 80px rgba(32, 49, 63, 0.24);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.modal-header h2 {
  margin: 8px 0 0;
  font-family: "Fraunces", serif;
}

.account-orders {
  display: grid;
  gap: 10px;
}

.account-order-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  text-decoration: none;
}

.account-order-row span {
  display: grid;
  gap: 4px;
}

.account-order-row small {
  color: var(--muted);
  font-weight: 800;
}

.account-order-detail {
  margin-top: 22px;
}

.customer-order-page {
  display: grid;
  gap: 18px;
  max-width: 920px;
  margin: 34px auto 0;
}

.customer-order-page h1 {
  margin: 0;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.account-order-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.account-order-status-grid > div,
.account-order-address {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.account-order-status-grid p,
.account-order-address p {
  margin: 6px 0 0;
  color: var(--muted);
}

.account-card-label {
  color: var(--brand-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
}

.account-details {
  display: grid;
  gap: 14px;
  margin: 0;
}

.account-details div {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.account-details dt {
  color: var(--ink);
  font-weight: 800;
}

.account-details dd {
  margin: 0;
  word-break: break-word;
}

body[data-page="account"] main {
  margin-top: 28px;
}

.account-dashboard {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.account-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 44px rgba(32, 49, 63, 0.08);
}

.account-sidebar-profile {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.account-sidebar-profile > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: var(--navy);
  font-weight: 900;
}

.account-sidebar-profile strong,
.account-sidebar-profile small {
  display: block;
}

.account-sidebar-profile small {
  color: var(--muted);
  font-size: 0.82rem;
}

.account-sidebar-nav {
  display: grid;
  gap: 8px;
}

.account-sidebar-nav a,
.account-sidebar-nav button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 14px;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.account-sidebar-nav a:hover,
.account-sidebar-nav button:hover {
  background: rgba(232, 147, 83, 0.14);
  transform: translateX(2px);
}

.account-sidebar-nav span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 10px;
  color: var(--brand-deep);
  background: rgba(232, 147, 83, 0.16);
  font-size: 0.72rem;
}

.account-dashboard-main,
.account-content-grid {
  display: grid;
  gap: 20px;
}

.account-dashboard-hero {
  margin-top: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at right top, rgba(232, 147, 83, 0.18), transparent 34%),
    rgba(255, 250, 242, 0.9);
}

.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.account-stat-grid article {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(32, 49, 63, 0.06);
}

.account-stat-grid span {
  display: block;
  color: var(--navy);
  font-size: 1.8rem;
  font-weight: 900;
}

.account-stat-grid p {
  margin: 4px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.account-content-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.account-card-wide {
  grid-column: span 2;
}

body[data-page="account"] .account-card {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 40px rgba(32, 49, 63, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

body[data-page="account"] .account-card:hover,
body[data-page="account"] .account-order-row:hover,
body[data-page="account"] .account-address:hover,
body[data-page="account"] .saved-payment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(32, 49, 63, 0.1);
}

.account-skeleton {
  min-height: 74px;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(238, 232, 222, 0.7), rgba(255,255,255,0.95), rgba(238, 232, 222, 0.7));
  background-size: 220% 100%;
  animation: accountSkeleton 1.4s ease infinite;
}

.account-skeleton.short {
  min-height: 48px;
}

@keyframes accountSkeleton {
  from { background-position: 100% 0; }
  to { background-position: -100% 0; }
}

body[data-page="account"] .account-order-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  border-radius: 18px;
}

.account-order-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.account-status-badge {
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.account-status-badge.is-paid,
.account-status-badge.is-delivered {
  color: #17633a;
  background: rgba(57, 158, 97, 0.13);
}

.account-status-badge.is-shipped {
  color: #1f4f8f;
  background: rgba(71, 132, 204, 0.13);
}

.account-status-badge.is-pending {
  color: #956124;
  background: rgba(232, 147, 83, 0.18);
}

.account-status-badge.is-cancelled {
  color: #9b2f2f;
  background: rgba(190, 64, 64, 0.12);
}

.empty-account-state {
  margin: 0;
  color: var(--muted);
}

.account-rewards-card {
  background: linear-gradient(135deg, rgba(31, 48, 63, 0.96), rgba(31, 48, 63, 0.82)) !important;
  color: #fff;
}

.account-rewards-card .account-card-label,
.account-rewards-card p {
  color: rgba(255, 255, 255, 0.76);
}

.reward-meter {
  display: grid;
  gap: 10px;
}

.reward-meter > div {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.reward-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--brand);
}

.account-mini-products,
.account-recommendations,
.account-review-actions {
  display: grid;
  gap: 12px;
}

.account-mini-product,
.account-recommendation {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.account-mini-product {
  grid-template-columns: 78px minmax(0, 1fr);
  align-items: center;
}

.account-mini-product img,
.account-recommendation img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  background: rgba(255, 250, 242, 0.9);
}

.account-recommendations {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.account-recommendation strong {
  min-height: 42px;
}

.admin-auth-layout {
  max-width: 980px;
  margin-inline: auto;
}

.admin-header,
.admin-form,
.admin-products-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow);
  padding: 28px;
}

.admin-header {
  margin-top: 32px;
}

.admin-header h1,
.admin-form h2,
.admin-products-panel h2 {
  margin: 14px 0;
  font-family: "Fraunces", serif;
  line-height: 1;
}

.admin-header p {
  color: var(--muted);
}

.admin-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  margin-top: 24px;
}

.admin-form,
.admin-form label {
  display: grid;
  gap: 14px;
}

.admin-form label {
  gap: 8px;
  font-weight: 800;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.admin-form textarea {
  resize: vertical;
}

.admin-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 24px;
  align-items: start;
  margin-top: 28px;
}

.checkout-form,
.checkout-form label,
.checkout-address-fields {
  display: grid;
  gap: 14px;
}

.checkout-form label {
  gap: 8px;
  font-weight: 800;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
}

.checkout-form textarea {
  resize: vertical;
}

.compact-heading {
  text-align: left;
  margin-bottom: 4px;
}

.form-row,
.payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.payment-option {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.stripe-card-field {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

#stripe-card-element,
#payment-card-element {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.saved-checkout-cards {
  display: grid;
  gap: 10px;
}

.saved-checkout-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 250, 242, 0.74);
  font-weight: 800;
}

.saved-checkout-card input {
  width: auto;
}

.checkout-summary {
  position: sticky;
  top: 118px;
}

.checkout-item,
.checkout-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-item p {
  margin: 6px 0 0;
  color: var(--muted);
}

.checkout-total {
  border-bottom: 0;
  font-size: 1.1rem;
}

.confirmation-panel {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin: 48px auto 0;
  text-align: center;
}

.checkout-progress {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  max-width: 820px;
  margin: 30px auto 0;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 800;
}

.progress-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
}

.progress-step.is-active,
.progress-step.is-done {
  color: var(--ink);
}

.progress-step.is-active span,
.progress-step.is-done span {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
}

.progress-line {
  height: 2px;
  background: var(--line);
}

.progress-line.is-done {
  background: var(--orange);
}

.checkout-step-layout {
  margin-top: 34px;
}

.checkout-account-choice,
.address-confirmation {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(220, 140, 82, 0.24);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.84);
}

.checkout-account-choice p,
.address-confirmation p {
  margin: 4px 0 0;
  color: var(--muted);
}

.checkout-account-choice.is-connected {
  justify-content: flex-start;
}

.saved-address-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.selected-address-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(31, 48, 63, 0.12);
  border-radius: 18px;
  background: #fff;
}

.selected-address-summary span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.selected-address-summary p {
  margin: 4px 0 0;
  color: var(--muted);
}

.selected-address-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.shipping-methods {
  display: grid;
  gap: 12px;
}

.shipping-method-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  cursor: pointer;
}

.shipping-method-card:has(input:checked),
.payment-option:has(input:checked) {
  border-color: rgba(220, 140, 82, 0.78);
  box-shadow: 0 14px 34px rgba(32, 49, 63, 0.08);
}

.shipping-method-card small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.shipping-method-card em {
  color: var(--navy);
  font-style: normal;
  font-weight: 900;
}

.checkout-actions-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.checkout-actions-row .primary-button,
.checkout-actions-row .secondary-button {
  justify-content: center;
  min-width: 190px;
}

.summary-toggle {
  display: none;
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 12px 14px;
  color: #fff;
  background: var(--navy);
  font-weight: 900;
}

.checkout-breakdown {
  display: grid;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.checkout-breakdown p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  color: var(--muted);
}

.promo-field {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  font-weight: 800;
}

.promo-field input {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.trust-mini,
.trust-payment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.trust-mini span,
.trust-payment-strip span {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(232, 147, 83, 0.14);
  font-size: 0.82rem;
  font-weight: 900;
}

.payment-option.is-muted {
  color: var(--muted);
  background: rgba(244, 244, 244, 0.72);
}

.confirmation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
  text-align: left;
}

.confirmation-box {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.confirmation-box p {
  margin: 6px 0 0;
  color: var(--muted);
}

.confirmation-panel h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.confirmation-reference {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.confirmation-reference span {
  color: var(--muted);
  font-weight: 800;
}

.confirmation-reference strong {
  font-size: 1.35rem;
}

.confirmation-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.checkbox-label {
  display: flex !important;
  align-items: center;
}

.checkbox-label input {
  width: auto;
}

.admin-products-header,
.admin-product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.admin-product-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.admin-product-row {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.7);
}

.admin-product-row img {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
  background: var(--accent-soft);
}

.admin-product-row div {
  flex: 1;
}

.admin-product-row h3,
.admin-product-row p {
  margin: 0;
}

.admin-product-row p {
  color: var(--muted);
  line-height: 1.5;
}

.results-line {
  justify-content: space-between;
  margin: 16px 0 0;
  flex-wrap: wrap;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-image-link {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(247, 191, 79, 0.18), rgba(185, 231, 215, 0.3));
}

.product-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-badges span,
.price-chip {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f5f6f7;
  font-weight: 800;
  font-size: 0.85rem;
}

.price-chip {
  background: var(--accent-soft);
  color: var(--brand-deep);
}

.product-meta,
.product-actions,
.product-purchase,
.footer-bottom {
  justify-content: space-between;
}

body[data-page="catalog"] .page-shell {
  width: min(calc(100% - 36px), 1240px);
}

.catalog-topbar {
  color: var(--muted);
}

.catalog-brand .brand-badge {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(240, 109, 79, 0.22);
}

.catalog-nav-search {
  max-width: 500px;
  padding: 6px;
  border: 1px solid rgba(32, 49, 63, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32, 49, 63, 0.08);
}

.catalog-nav-search input {
  border: 0;
  background: transparent;
}

.cart-button {
  position: relative;
  gap: 9px;
  padding-right: 14px;
}

.cart-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalog-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 28px;
  align-items: center;
  min-height: 330px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 232, 179, 0.44)),
    var(--surface);
}

.catalog-hero .section-heading {
  max-width: 760px;
  margin: 0;
}

.catalog-hero h1 {
  max-width: 720px;
  font-size: clamp(2.45rem, 5vw, 4.6rem);
}

.catalog-hero p {
  max-width: 600px;
  font-size: 1.08rem;
}

.catalog-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.catalog-hero-points span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-weight: 800;
}

.catalog-hero-visual {
  position: relative;
  min-height: 230px;
}

.toy-tile {
  position: absolute;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(32, 49, 63, 0.1);
  border-radius: 28px;
  background: #fff;
  color: var(--ink);
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(32, 49, 63, 0.12);
}

.tile-one {
  top: 12px;
  left: 18px;
  background: #fff;
}

.tile-two {
  right: 12px;
  top: 58px;
  background: var(--accent-soft);
}

.tile-three {
  left: 92px;
  bottom: 8px;
  background: rgba(185, 231, 215, 0.72);
}

body[data-page="catalog"] .catalogue {
  margin-top: 28px;
}

body[data-page="catalog"] .catalog-toolbar {
  grid-template-columns: minmax(260px, 1.4fr) repeat(5, minmax(132px, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 38px rgba(47, 56, 67, 0.08);
}

body[data-page="catalog"] .catalog-toolbar label {
  gap: 7px;
  color: var(--ink);
  font-size: 0.9rem;
}

body[data-page="catalog"] .catalog-toolbar input,
body[data-page="catalog"] .catalog-toolbar select {
  min-height: 48px;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

body[data-page="catalog"] .results-line {
  margin: 22px 0 18px;
  padding: 0 4px;
}

body[data-page="catalog"] #results-count {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
}

body[data-page="catalog"] .product-grid {
  gap: 24px;
}

body[data-page="catalog"] .product-card {
  gap: 15px;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 34px rgba(32, 49, 63, 0.1);
  transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
}

body[data-page="catalog"] .product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 109, 79, 0.28);
  box-shadow: 0 22px 46px rgba(32, 49, 63, 0.14);
}

body[data-page="catalog"] .product-image-link {
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(255, 232, 179, 0.62), rgba(255, 255, 255, 0.8)),
    #fff;
}

body[data-page="catalog"] .product-image {
  height: 260px;
  object-fit: contain;
  padding: 18px;
}

body[data-page="catalog"] .product-badges span {
  background: rgba(32, 49, 63, 0.06);
  color: var(--ink);
}

body[data-page="catalog"] .product-badges span:first-child {
  background: rgba(240, 109, 79, 0.11);
  color: var(--brand-deep);
}

body[data-page="catalog"] .product-card h3 {
  margin: 0;
  font-size: 1.16rem;
  line-height: 1.25;
}

body[data-page="catalog"] .product-card p {
  margin: 0;
  min-height: 3.2em;
}

body[data-page="catalog"] .product-meta {
  align-items: center;
  margin-top: auto;
}

body[data-page="catalog"] .price-chip {
  background: var(--accent-soft);
  color: var(--brand-deep);
  font-size: 0.95rem;
}

body[data-page="catalog"] .rating {
  color: var(--ink);
  font-weight: 800;
}

body[data-page="catalog"] .product-actions {
  gap: 10px;
}

body[data-page="catalog"] .product-actions .secondary-button,
body[data-page="catalog"] .product-actions .primary-button {
  flex: 1 1 0;
  min-height: 46px;
  padding-inline: 14px;
}

body[data-page="catalog"] .product-actions .primary-button {
  background: var(--brand);
}

body[data-page="catalog"] .catalog-pagination {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
}

body[data-page="catalog"] .site-footer {
  margin-top: 56px;
  background: rgba(255, 255, 255, 0.86);
}

.benefit-grid {
  gap: 18px;
}

.newsletter {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  align-items: center;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  align-items: center;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.page-hero.compact {
  padding: 22px 28px;
}

body[data-page="home"] .page-shell {
  width: min(calc(100% - 36px), 1240px);
}

.home-topbar {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--muted);
}

.home-topbar p + p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 22px;
  border-radius: 50%;
  background: var(--brand);
  vertical-align: middle;
}

.home-navbar {
  border-radius: 30px;
}

.home-brand .brand-badge {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(240, 109, 79, 0.2);
}

.nav-links .nav-cta {
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--brand-deep);
}

.home-nav-search {
  max-width: 510px;
  padding: 6px;
  border: 1px solid rgba(32, 49, 63, 0.1);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(32, 49, 63, 0.08);
}

.home-nav-search input {
  border: 0;
  background: transparent;
}

.cart-button,
.premium-cart-button {
  position: relative;
  gap: 9px;
}

.cart-button svg,
.premium-cart-button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.premium-cart-button .cart-count {
  animation: softPulse 2.4s ease-in-out infinite;
}

@keyframes softPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}

body[data-page="home"] .hero {
  gap: 30px;
  align-items: stretch;
}

body[data-page="home"] .hero-copy,
body[data-page="home"] .hero-card {
  border-radius: 36px;
}

body[data-page="home"] .hero-copy {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 232, 179, 0.38)),
    var(--surface);
}

body[data-page="home"] .hero-copy::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(185, 231, 215, 0.42);
}

body[data-page="home"] .hero h1 {
  max-width: 760px;
  font-size: clamp(2.65rem, 5.2vw, 5rem);
}

body[data-page="home"] .hero p {
  max-width: 650px;
  font-size: 1.08rem;
}

body[data-page="home"] .hero-actions .primary-button,
body[data-page="home"] .hero-actions .secondary-button {
  min-height: 50px;
  padding-inline: 22px;
}

body[data-page="home"] .hero-stats li {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
}

body[data-page="home"] .hero-card {
  min-height: 560px;
  background:
    linear-gradient(160deg, rgba(240, 109, 79, 0.12), rgba(247, 191, 79, 0.22)),
    #fff;
}

.hero-product-scene {
  position: relative;
  height: 100%;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero-main-product {
  width: min(82%, 430px);
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(32, 49, 63, 0.18));
}

.hero-side-product {
  position: absolute;
  width: 132px;
  height: 132px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.86);
  object-fit: contain;
  box-shadow: 0 18px 36px rgba(32, 49, 63, 0.12);
}

.product-one {
  top: 38px;
  left: 28px;
}

.product-two {
  right: 28px;
  top: 135px;
}

body[data-page="home"] .floating-note {
  animation: floatNote 4s ease-in-out infinite;
}

@keyframes floatNote {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

body[data-page="home"] .section-heading {
  max-width: 820px;
}

body[data-page="home"] .collection-grid,
body[data-page="home"] .benefit-grid {
  gap: 20px;
}

body[data-page="home"] .collection-card,
body[data-page="home"] .benefit-card,
.trust-card {
  display: grid;
  gap: 14px;
  align-content: start;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  transition: transform 170ms ease, box-shadow 170ms ease;
}

body[data-page="home"] .collection-card:hover,
body[data-page="home"] .benefit-card:hover,
.trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 46px rgba(32, 49, 63, 0.12);
}

.collection-icon,
.benefit-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--accent-soft);
  color: var(--brand-deep);
  font-weight: 800;
}

.collection-stem .collection-icon {
  background: rgba(185, 231, 215, 0.72);
  color: var(--ink);
}

.collection-creative .collection-icon {
  background: rgba(240, 109, 79, 0.12);
}

.collection-sensory .collection-icon {
  background: rgba(32, 49, 63, 0.08);
  color: var(--ink);
}

body[data-page="home"] #catalogue-preview .product-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 1fr);
  grid-template-columns: none;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

body[data-page="home"] #catalogue-preview .product-card {
  min-width: 290px;
  scroll-snap-align: start;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(32, 49, 63, 0.1);
}

body[data-page="home"] .product-image {
  object-fit: contain;
  padding: 18px;
  background: linear-gradient(140deg, rgba(255, 232, 179, 0.5), rgba(255, 255, 255, 0.8));
}

body[data-page="home"] .benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-section {
  display: grid;
  gap: 22px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.trust-card {
  padding: 24px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.trust-card strong {
  color: var(--ink);
}

.trust-metric strong {
  font-family: "Fraunces", serif;
  font-size: 2.4rem;
}

.trust-metric span {
  color: var(--muted);
  font-weight: 800;
}

body[data-page="home"] .newsletter {
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(32, 49, 63, 0.96), rgba(32, 49, 63, 0.86)),
    var(--ink);
  color: #fff;
}

body[data-page="home"] .newsletter p,
body[data-page="home"] .newsletter .form-message,
.newsletter-privacy {
  color: rgba(255, 255, 255, 0.76);
}

.newsletter-privacy {
  grid-column: 1 / -1;
  font-weight: 700;
}

body[data-page="home"] .newsletter-form input {
  min-height: 54px;
  border: 0;
  border-radius: 999px;
}

body[data-page="home"] .newsletter-form .primary-button {
  min-height: 54px;
  background: var(--brand);
}

body[data-page="home"] .faq-list details {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  transition: box-shadow 170ms ease, transform 170ms ease;
}

body[data-page="home"] .faq-list details[open] {
  box-shadow: 0 18px 38px rgba(32, 49, 63, 0.1);
}

body[data-page="home"] .faq-list summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--brand-deep);
}

body[data-page="home"] .site-footer {
  margin-top: 60px;
  background: rgba(255, 255, 255, 0.88);
}

.product-layout {
  align-items: start;
}

body[data-page="product"] .page-shell {
  width: min(calc(100% - 36px), 1240px);
}

.premium-product-layout {
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.92fr);
  gap: 28px;
}

.premium-product-gallery {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 16px;
}

.product-sale-badge {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(240, 109, 79, 0.24);
}

.product-image-zoom {
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 232, 179, 0.52), rgba(255, 255, 255, 0.9)),
    #fff;
}

.product-image-zoom .product-detail-image {
  transition: transform 220ms ease, opacity 180ms ease;
}

.product-image-zoom:hover .product-detail-image {
  transform: scale(1.055);
}

.product-thumbnails {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.product-thumbnail {
  width: 84px;
  height: 84px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

.product-thumbnail.is-active {
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(240, 109, 79, 0.12);
}

.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-inline,
.delivery-line {
  color: var(--muted);
  font-weight: 800;
}

.review-inline span {
  color: var(--accent);
}

.price-block del {
  color: var(--muted);
  font-weight: 700;
}

.quantity-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  overflow: hidden;
}

.quantity-control button,
.quantity-control input {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  text-align: center;
  font-weight: 800;
}

.product-cta-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.product-cta-stack .favorite-button {
  grid-column: 1 / -1;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.trust-strip span {
  color: var(--ink);
  font-weight: 800;
}

.premium-product-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.product-reviews-section {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.4fr) minmax(0, 1fr);
  gap: 18px;
}

.reviews-summary-card,
.review-form,
.review-card,
.verified-only-message {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(32, 49, 63, 0.08);
}

.rating-row {
  display: grid;
  grid-template-columns: 80px 1fr 44px;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  font-size: 0.9rem;
  font-weight: 800;
}

.rating-row div {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(32, 49, 63, 0.08);
}

.rating-row div span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--accent);
}

.reviews-content,
.review-form,
.review-list {
  display: grid;
  gap: 14px;
}

.reviews-toolbar {
  display: flex;
  justify-content: flex-end;
}

.reviews-toolbar select,
.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.review-card {
  display: grid;
  gap: 10px;
}

.review-card span,
.review-card p {
  margin: 0;
  color: var(--muted);
}

.review-card small {
  justify-self: start;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(185, 231, 215, 0.45);
  color: var(--ink);
  font-weight: 800;
}

.review-card img {
  width: 110px;
  height: 90px;
  border-radius: 14px;
  object-fit: cover;
}

.related-products .product-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 1fr);
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.related-products .product-card {
  scroll-snap-align: start;
}

.mobile-sticky-cta {
  display: none;
}

.product-gallery {
  background:
    radial-gradient(circle at top left, rgba(247, 191, 79, 0.26), transparent 35%),
    rgba(255, 255, 255, 0.9);
}

.product-detail-image {
  width: 100%;
  min-height: 460px;
  object-fit: cover;
  border-radius: 24px;
}

.product-thumbnails {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.product-thumbnail {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.product-thumbnail.is-active {
  border-color: var(--brand);
}

.product-thumbnail img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-summary {
  display: grid;
  gap: 18px;
}

.breadcrumb {
  margin: 0;
}

.product-lead {
  font-size: 1.05rem;
}

.price-block {
  display: grid;
  gap: 6px;
}

.price-block strong {
  font-size: 2rem;
}

.product-variants {
  display: grid;
  gap: 14px;
}

.variant-choice {
  display: grid;
  gap: 8px;
}

.variant-choice span {
  color: var(--muted);
  font-weight: 800;
}

.variant-choice select {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.feature-list {
  margin: 0;
  padding-left: 18px;
}

.feature-list li {
  margin: 10px 0;
  line-height: 1.6;
}

.site-footer {
  margin-top: 42px;
}

.footer-grid {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-grid > div {
  flex: 1 1 180px;
}

.footer-brand {
  flex: 1.4 1 280px;
}

.footer-grid h3 {
  margin-top: 0;
  margin-bottom: 12px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  width: min(420px, 100%);
  height: 100dvh;
  padding: 24px;
  background: var(--surface-strong);
  box-shadow: -20px 0 60px rgba(32, 49, 63, 0.18);
  transform: translateX(100%);
  transition: transform 220ms ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 20;
  background: rgba(32, 49, 63, 0.42);
}

.cart-items {
  flex: 1;
  margin: 24px 0;
  overflow: auto;
}

.cart-row {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.cart-row p,
.empty-cart {
  margin: 0;
}

.cart-row-copy {
  display: grid;
  gap: 4px;
}

.full-width {
  width: 100%;
}

.icon-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f4f5f6;
}

@media (max-width: 1120px) {
  .navbar {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .nav-search {
    order: 4;
    width: 100%;
    max-width: none;
  }

  .hero,
  .product-layout,
  .auth-layout,
  .checkout-layout,
  .admin-layout,
  .account-grid,
  .newsletter,
  .collection-grid,
  .benefit-grid,
  .product-grid,
  .product-grid-wide {
    grid-template-columns: 1fr 1fr;
  }

  .hero,
  .product-layout,
  .auth-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

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

  .catalog-hero {
    grid-template-columns: 1fr;
  }

  .premium-product-layout,
  .premium-product-details,
  .reviews-layout,
  .account-dashboard,
  .account-content-grid {
    grid-template-columns: 1fr;
  }

  .account-sidebar {
    position: static;
  }

  .account-sidebar-nav {
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .account-card-wide {
    grid-column: auto;
  }

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

  .premium-product-gallery {
    position: static;
  }

  .checkout-summary {
    position: static;
  }

  body[data-page="home"] .benefit-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-hero-visual {
    min-height: 180px;
  }

  body[data-page="catalog"] .catalog-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--container));
  }

  .menu-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 8px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-search {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-copy,
  .hero-card,
  .catalog-toolbar,
  .newsletter,
  .site-footer,
  .page-hero,
  .product-gallery,
  .product-summary,
  .auth-panel,
  .auth-side {
    padding: 24px;
  }

  .collection-grid,
  .product-grid,
  .product-grid-wide,
  .benefit-grid,
  .newsletter,
  .catalog-toolbar,
  .form-row,
  .payment-options,
  .account-order-status-grid,
  .account-grid,
  .admin-form-row {
    grid-template-columns: 1fr;
  }

  .checkout-progress {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .progress-line {
    display: none;
  }

  .checkout-account-choice,
  .address-confirmation,
  .selected-address-summary,
  .checkout-actions-row {
    flex-direction: column;
    align-items: stretch;
  }

  .selected-address-actions {
    justify-content: stretch;
  }

  .checkout-actions-row .primary-button,
  .checkout-actions-row .secondary-button {
    width: 100%;
    min-width: 0;
  }

  .summary-toggle {
    display: block;
  }

  .checkout-summary #checkout-summary,
  .checkout-summary .promo-field,
  .checkout-summary .trust-mini {
    display: none;
  }

  .checkout-summary.is-open #checkout-summary,
  .checkout-summary.is-open .promo-field,
  .checkout-summary.is-open .trust-mini {
    display: grid;
  }

  .confirmation-grid {
    grid-template-columns: 1fr;
  }

  .catalog-pagination {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-hero {
    min-height: auto;
  }

  .catalog-hero-visual {
    display: none;
  }

  .catalog-hero-points {
    flex-direction: column;
  }

  body[data-page="home"] .hero-product-scene {
    min-height: 360px;
  }

  .hero-side-product {
    width: 100px;
    height: 100px;
  }

  body[data-page="home"] .benefit-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .home-topbar {
    gap: 8px;
  }

  .home-topbar p + p::before {
    display: none;
  }

  body[data-page="catalog"] .catalog-toolbar {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  body[data-page="catalog"] .product-image {
    height: 230px;
  }

  .product-cta-stack,
  .trust-strip,
  .account-stat-grid,
  .account-recommendations {
    grid-template-columns: 1fr;
  }

  body[data-page="account"] .account-order-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .account-order-actions {
    justify-content: stretch;
  }

  .account-order-actions .ghost-button,
  .account-order-actions .secondary-button {
    width: 100%;
    justify-content: center;
  }

  .account-dashboard-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-sticky-cta {
    position: sticky;
    bottom: 10px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow);
  }

  .newsletter-form,
  .product-actions,
  .product-meta,
  .product-purchase,
  .results-line,
  .footer-bottom,
  .footer-legal,
  .account-hero,
  .account-card-heading,
  .account-address,
  .modal-header,
  .confirmation-actions,
  .admin-products-header,
  .admin-product-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-card {
    min-height: 420px;
  }

  .product-detail-image {
    min-height: 280px;
  }

  .product-image {
    height: 220px;
  }
}

body[data-page] .site-footer {
  margin-top: 80px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 235, 0.92)),
    var(--surface-strong);
}

body[data-page] .site-footer .footer-grid {
  display: grid;
}

@media (max-width: 760px) {
  body[data-page] .site-footer {
    margin-top: 56px;
  }
}
