.eco-boutique-body {
  background:
    radial-gradient(circle at top right, rgba(70, 127, 225, 0.09), transparent 32%),
    linear-gradient(180deg, #f4f8ff 0%, #f8fbf7 34%, #f7f5f0 100%);
}

.eco-boutique-page,
.eco-boutique-product-page,
.eco-boutique-state-page {
  padding: 24px 0 64px;
}

.eco-boutique-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.eco-boutique-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3e73d1;
}

.eco-boutique-hero,
.eco-boutique-single-card,
.eco-boutique-state-card,
.eco-boutique-empty-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(45, 88, 156, 0.1);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 60px rgba(20, 50, 97, 0.09);
}

.eco-boutique-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  gap: 24px;
  padding: 36px;
  margin-bottom: 28px;
}

.eco-boutique-hero::before,
.eco-boutique-single-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(149, 201, 168, 0.2), transparent 28%),
    radial-gradient(circle at bottom left, rgba(77, 123, 212, 0.12), transparent 32%);
  pointer-events: none;
}

.eco-boutique-hero-copy,
.eco-boutique-single-copy {
  position: relative;
  z-index: 1;
}

.eco-boutique-hero-copy h1,
.eco-boutique-state-hero h1,
.eco-boutique-single-copy h1 {
  margin: 14px 0 14px;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #15345f;
}

.eco-boutique-hero-copy p,
.eco-boutique-state-hero p,
.eco-boutique-single-excerpt,
.eco-boutique-richtext,
.eco-boutique-card p,
.eco-boutique-buybox-copy p,
.eco-boutique-help {
  color: #4b6180;
  line-height: 1.75;
}

.eco-boutique-hero-actions,
.eco-boutique-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.eco-boutique-icon {
  align-items: center;
  color: #2f67bf;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  width: 22px;
  height: 22px;
}

.eco-boutique-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.eco-boutique-feature-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.eco-boutique-feature {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  padding: 14px 16px;
  border: 1px solid rgba(45, 88, 156, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.eco-boutique-feature strong,
.eco-boutique-showcase-overlay strong {
  display: block;
  margin-bottom: 4px;
  color: #15345f;
  font-size: 1rem;
}

.eco-boutique-feature span:not(.eco-boutique-icon),
.eco-boutique-showcase-overlay p,
.eco-boutique-showcase-card p,
.eco-boutique-showcase-card span:last-child,
.eco-boutique-trust-item span {
  color: #4b6180;
  line-height: 1.6;
}

.eco-boutique-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-self: stretch;
}

.eco-boutique-showcase-main {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(140deg, #dfeeff 0%, #edf7ec 100%);
}

.eco-boutique-showcase-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-boutique-showcase-placeholder {
  align-items: center;
  color: #2f67bf;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}

.eco-boutique-showcase-placeholder .eco-boutique-icon {
  width: 42px;
  height: 42px;
}

.eco-boutique-showcase-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 30px rgba(20, 50, 97, 0.12);
}

.eco-boutique-showcase-overlay p {
  margin: 10px 0 0;
}

.eco-boutique-showcase-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.eco-boutique-showcase-card {
  min-height: 162px;
  padding: 18px;
  border: 1px solid rgba(45, 88, 156, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 30px rgba(20, 50, 97, 0.06);
}

.eco-boutique-showcase-card .eco-boutique-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 18px;
}

.eco-boutique-showcase-card strong {
  display: block;
  margin-bottom: 8px;
  color: #15345f;
}

.eco-boutique-showcase-card-image {
  overflow: hidden;
  padding: 0;
  position: relative;
}

.eco-boutique-showcase-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eco-boutique-showcase-card-image > span:last-child {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  color: #15345f;
  font-weight: 700;
}

.eco-boutique-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 22px;
}

.eco-boutique-section-head h2,
.eco-boutique-empty-card h2,
.eco-boutique-state-card h2 {
  margin: 10px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: #15345f;
}

.eco-boutique-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.eco-boutique-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(45, 88, 156, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 40px rgba(20, 50, 97, 0.07);
}

.eco-boutique-card-media {
  display: block;
  aspect-ratio: 1 / 1;
  position: relative;
  background: linear-gradient(140deg, #e2eeff 0%, #eef7ee 100%);
}

.eco-boutique-card-media img,
.eco-boutique-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eco-boutique-card-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 260px;
  padding: 28px;
  text-align: center;
  font-weight: 700;
  color: #305f95;
  background: linear-gradient(140deg, #e2eeff 0%, #eef7ee 100%);
}

.eco-boutique-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
}

.eco-boutique-card-badge {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  position: absolute;
  left: 16px;
  top: 16px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #15345f;
  font-size: 0.82rem;
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(20, 50, 97, 0.12);
}

.eco-boutique-card-badge .eco-boutique-icon {
  width: 16px;
  height: 16px;
}

.eco-boutique-card-top,
.eco-boutique-buybox-head,
.eco-boutique-single-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.eco-boutique-card-price,
.eco-boutique-single-price,
.eco-boutique-buybox-price strong {
  font-size: 1.28rem;
  font-weight: 800;
  color: #15345f;
}

.eco-boutique-card h3 {
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.18;
  color: #15345f;
}

.eco-boutique-card h3 a {
  color: inherit;
  text-decoration: none;
}

.eco-boutique-stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
}

.eco-boutique-stock-pill.is-available {
  color: #2d8b58;
  background: rgba(67, 174, 109, 0.14);
}

.eco-boutique-stock-pill.is-empty {
  color: #b24949;
  background: rgba(216, 90, 90, 0.14);
}

.eco-boutique-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

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

.eco-boutique-button-primary {
  color: #3d5d86;
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.32);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.eco-boutique-button-secondary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
}

.eco-boutique-button-disabled {
  color: #7c8ea8;
  background: #e6ecf2;
  cursor: not-allowed;
}

.eco-boutique-empty,
.eco-boutique-state {
  padding: 8px 0;
}

.eco-boutique-empty-card,
.eco-boutique-state-card {
  padding: 34px;
}

.eco-boutique-state-card {
  max-width: 760px;
  margin: 0 auto;
}

.eco-boutique-state-success .eco-boutique-state-card {
  border-color: rgba(71, 161, 103, 0.2);
  background: rgba(245, 255, 248, 0.96);
}

.eco-boutique-state-warning .eco-boutique-state-card {
  border-color: rgba(184, 123, 44, 0.18);
  background: rgba(255, 249, 239, 0.96);
}

.eco-boutique-state-page .eco-boutique-shell {
  display: grid;
  gap: 24px;
}

.eco-boutique-state-hero {
  max-width: 760px;
}

.eco-boutique-single-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  padding: 30px;
}

.eco-boutique-single-media {
  position: relative;
  overflow: hidden;
  min-height: 480px;
  border-radius: 28px;
  background: linear-gradient(140deg, #e2eeff 0%, #eef7ee 100%);
}

.eco-boutique-single-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eco-boutique-single-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.eco-boutique-trust-item {
  padding: 14px 16px;
  border: 1px solid rgba(45, 88, 156, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
}

.eco-boutique-trust-item strong {
  display: block;
  margin-bottom: 4px;
  color: #15345f;
  font-size: 0.96rem;
}

.eco-boutique-richtext > *:first-child {
  margin-top: 0;
}

.eco-boutique-richtext > *:last-child {
  margin-bottom: 0;
}

.eco-boutique-backlink {
  display: inline-flex;
  margin-bottom: 16px;
  color: #2f66bf;
  font-weight: 700;
  text-decoration: none;
}

.eco-boutique-alert {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.eco-boutique-alert-error {
  color: #8c2f2f;
  background: rgba(210, 76, 76, 0.12);
}

.eco-boutique-buybox {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(45, 88, 156, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.98), rgba(239, 246, 255, 0.92));
}

.eco-boutique-buybox-copy {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(45, 88, 156, 0.08);
}

.eco-boutique-buybox-price {
  display: grid;
  gap: 8px;
}

.eco-boutique-qty {
  display: grid;
  gap: 8px;
  color: #15345f;
  font-weight: 700;
}

.eco-boutique-qty input {
  width: 100%;
  max-width: 180px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid #cddaea;
  border-radius: 14px;
  background: #ffffff;
}

.eco-boutique-help {
  margin: 0;
  font-size: 0.94rem;
}

@media (max-width: 1100px) {
  .eco-boutique-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-boutique-single-card,
  .eco-boutique-hero,
  .eco-boutique-section-head {
    grid-template-columns: 1fr;
  }

  .eco-boutique-single-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .eco-boutique-page,
  .eco-boutique-product-page,
  .eco-boutique-state-page {
    padding: 18px 0 44px;
  }

  .eco-boutique-hero,
  .eco-boutique-single-card,
  .eco-boutique-empty-card,
  .eco-boutique-state-card {
    padding: 22px;
    border-radius: 24px;
  }

  .eco-boutique-hero-copy h1,
  .eco-boutique-state-hero h1,
  .eco-boutique-single-copy h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .eco-boutique-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .eco-boutique-showcase-grid {
    grid-template-columns: 1fr;
  }

  .eco-boutique-card-body,
  .eco-boutique-buybox {
    padding: 18px;
  }

  .eco-boutique-card-placeholder {
    min-height: 220px;
  }

  .eco-boutique-single-media {
    min-height: 300px;
  }

  .eco-boutique-showcase-main {
    min-height: 280px;
  }

  .eco-boutique-button {
    width: 100%;
  }

  .eco-boutique-hero-actions,
  .eco-boutique-card-actions {
    flex-direction: column;
  }

  .eco-boutique-qty input {
    max-width: none;
  }
}

/* ==========================================================================
   Client Palette Refresh
   ========================================================================== */
.eco-boutique-body {
  background:
    radial-gradient(circle at top right, rgba(230, 230, 0, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(77, 255, 77, 0.08), transparent 26%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 42%, #fbfff1 100%);
}

.eco-boutique-kicker,
.eco-boutique-icon,
.eco-boutique-card h3 a:hover {
  color: #7b94ee;
}

.eco-boutique-hero,
.eco-boutique-single-card,
.eco-boutique-state-card,
.eco-boutique-empty-card,
.eco-boutique-card,
.eco-boutique-buybox {
  border-color: rgba(153, 179, 255, 0.16);
  box-shadow: 0 24px 52px rgba(153, 179, 255, 0.12);
}

.eco-boutique-hero::before,
.eco-boutique-single-card::before {
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.18), transparent 26%),
    radial-gradient(circle at bottom left, rgba(153, 179, 255, 0.16), transparent 32%);
}

.eco-boutique-hero-copy h1,
.eco-boutique-state-hero h1,
.eco-boutique-single-copy h1,
.eco-boutique-feature strong,
.eco-boutique-showcase-overlay strong,
.eco-boutique-showcase-card strong,
.eco-boutique-section-head h2,
.eco-boutique-card-price,
.eco-boutique-single-price,
.eco-boutique-buybox-price strong,
.eco-boutique-card h3 a {
  color: #3b5a82;
}

.eco-boutique-hero-copy p,
.eco-boutique-state-hero p,
.eco-boutique-single-excerpt,
.eco-boutique-richtext,
.eco-boutique-card p,
.eco-boutique-buybox-copy p,
.eco-boutique-help,
.eco-boutique-feature span:not(.eco-boutique-icon),
.eco-boutique-showcase-overlay p,
.eco-boutique-showcase-card p,
.eco-boutique-showcase-card span:last-child,
.eco-boutique-trust-item span {
  color: #6c85a3;
}

.eco-boutique-showcase-main,
.eco-boutique-card-media,
.eco-boutique-single-media {
  background: linear-gradient(140deg, #f2f6ff 0%, #f6ffea 100%);
}

.eco-boutique-button-primary {
  color: #3d5d86;
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.32);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.eco-boutique-button-secondary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(230, 230, 0, 0.28);
}

.eco-boutique-button-disabled {
  color: #8192aa;
  background: #eef3f8;
}

.eco-boutique-card-badge,
.eco-boutique-state-success .eco-boutique-state-card {
  background: linear-gradient(135deg, rgba(243, 255, 241, 0.98) 0%, rgba(77, 255, 77, 0.16) 100%);
  border-color: rgba(77, 255, 77, 0.24);
  color: #3c7c51;
}

.eco-boutique-state-warning .eco-boutique-state-card {
  border-color: rgba(255, 210, 77, 0.22);
  background: linear-gradient(135deg, rgba(255, 249, 228, 0.98) 0%, rgba(255, 210, 77, 0.18) 100%);
}

/* ==========================================================================
   Premium Palette Lock
   ========================================================================== */
.eco-boutique-body {
  --eco-shop-ink: #355277;
  --eco-shop-ink-soft: #476685;
  --eco-shop-muted: #6b84a0;
  --eco-shop-muted-soft: #88a0ba;
  --eco-shop-line: rgba(153, 179, 255, 0.18);
  --eco-shop-shadow: 0 22px 48px rgba(153, 179, 255, 0.12);
  --eco-shop-blue-wash: #eef3ff;
  --eco-shop-green-wash: #f2fff2;
  --eco-shop-brown-wash: #fff8df;
  --eco-shop-yellow-wash: #fffde3;
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(77, 255, 77, 0.08), transparent 26%),
    linear-gradient(180deg, #fcfdff 0%, #f7fbff 42%, #fffef4 100%);
}

.eco-boutique-kicker,
.eco-boutique-icon,
.eco-boutique-card h3 a:hover {
  color: #7893ef;
}

.eco-boutique-hero,
.eco-boutique-single-card,
.eco-boutique-state-card,
.eco-boutique-empty-card,
.eco-boutique-card,
.eco-boutique-buybox,
.eco-boutique-feature,
.eco-boutique-showcase-card,
.eco-boutique-showcase-overlay {
  border-color: var(--eco-shop-line);
  box-shadow: var(--eco-shop-shadow);
}

.eco-boutique-hero::before,
.eco-boutique-single-card::before {
  background:
    radial-gradient(circle at top right, rgba(255, 210, 77, 0.16), transparent 26%),
    radial-gradient(circle at bottom left, rgba(153, 179, 255, 0.14), transparent 30%);
}

.eco-boutique-hero-copy h1,
.eco-boutique-state-hero h1,
.eco-boutique-single-copy h1,
.eco-boutique-feature strong,
.eco-boutique-showcase-overlay strong,
.eco-boutique-showcase-card strong,
.eco-boutique-section-head h2,
.eco-boutique-empty-card h2,
.eco-boutique-state-card h2,
.eco-boutique-card-price,
.eco-boutique-single-price,
.eco-boutique-buybox-price strong,
.eco-boutique-card h3 a,
.eco-boutique-qty {
  color: var(--eco-shop-ink);
}

.eco-boutique-hero-copy p,
.eco-boutique-state-hero p,
.eco-boutique-single-excerpt,
.eco-boutique-richtext,
.eco-boutique-card p,
.eco-boutique-buybox-copy p,
.eco-boutique-help,
.eco-boutique-feature span:not(.eco-boutique-icon),
.eco-boutique-showcase-overlay p,
.eco-boutique-showcase-card p,
.eco-boutique-showcase-card span:last-child,
.eco-boutique-trust-item span {
  color: var(--eco-shop-muted);
}

.eco-boutique-showcase-main,
.eco-boutique-card-media,
.eco-boutique-single-media,
.eco-boutique-card-placeholder {
  background: linear-gradient(160deg, var(--eco-shop-blue-wash) 0%, var(--eco-shop-green-wash) 100%);
}

.eco-boutique-button-primary {
  color: var(--eco-shop-ink-soft);
  background: #99b3ff;
  border: 1px solid rgba(153, 179, 255, 0.34);
  box-shadow: 0 14px 28px rgba(153, 179, 255, 0.16);
}

.eco-boutique-button-primary:hover {
  background: #aec3ff;
}

.eco-boutique-button-secondary {
  color: #6d5a18;
  background: #ffd24d;
  border: 1px solid rgba(255, 210, 77, 0.3);
  box-shadow: 0 14px 28px rgba(255, 210, 77, 0.14);
}

.eco-boutique-button-secondary:hover {
  background: #ffe173;
}

.eco-boutique-button-disabled {
  color: var(--eco-shop-muted-soft);
  background: #eef3f8;
}

.eco-boutique-card-badge,
.eco-boutique-state-success .eco-boutique-state-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(77, 255, 77, 0.14) 100%);
  border-color: rgba(77, 255, 77, 0.24);
  color: #3c7c51;
}

.eco-boutique-state-warning .eco-boutique-state-card {
  border-color: rgba(255, 210, 77, 0.22);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 210, 77, 0.16) 100%);
}
