﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* Store identity strip for multi-store slugs */
.store-identity-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 18px;
  background: #f8fafc;
  border-bottom: 1px solid #d8dee7;
  color: #111827;
  font-family: "Inter", sans-serif;
}

.store-identity-bar[hidden] {
  display: none;
}

.store-identity-bar div {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.store-identity-bar strong {
  font-size: 13px;
  font-weight: 900;
}

.store-identity-bar span {
  color: #475569;
  font-size: 12px;
  font-weight: 700;
}

.official-store-pill {
  padding: 5px 9px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.store-identity-bar a,
.store-identity-bar button {
  min-height: 28px;
  border: 0;
  border-radius: 4px;
  padding: 0 10px;
  background: #0b0f14;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 720px) {
  .store-identity-bar {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
  }
}

:root {
  --ink: #172028;
  --muted: #64717b;
  --line: #dde5e8;
  --paper: #f6f7f5;
  --surface: #ffffff;
  --blue: #064d6b;
  --deep: #092f3b;
  --teal: #0a9c91;
  --gold: #b88932;
  --coral: #d9503f;
  --shadow: 0 22px 70px rgba(16, 36, 48, 0.13);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #fafaf8 0%, #f4f6f4 100%);
  color: var(--ink);
  font-family: "Inter", sans-serif;
  padding-bottom: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 12px clamp(16px, 4vw, 48px);
  border-bottom: 1px solid rgba(214, 218, 222, 0.72);
  background: rgba(255, 255, 253, 0.72);
  backdrop-filter: blur(28px);
  box-shadow: 0 8px 30px rgba(16, 36, 48, 0.035);
}

body.is-presentation-mode {
  background: #05090d;
}

body.is-presentation-mode .topbar {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: rgba(3, 7, 10, 0.94);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.38);
}

body.is-presentation-mode .brand strong {
  color: #fff;
}

body.is-presentation-mode .brand small {
  color: rgba(255, 255, 255, 0.62);
}

body.is-presentation-mode .brand-mark {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #05090d;
  box-shadow: 0 0 0 3px rgba(88, 228, 219, 0.08), 0 12px 34px rgba(0, 0, 0, 0.34);
}

body.is-presentation-mode .view-switch {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.is-presentation-mode .view-switch button {
  color: rgba(255, 255, 255, 0.72);
}

body.is-presentation-mode .view-switch button.is-active {
  background: #071a21;
  color: #fff;
  box-shadow: 0 0 0 1px rgba(88, 228, 219, 0.38), 0 10px 28px rgba(88, 228, 219, 0.16);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--deep), var(--blue));
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(6, 77, 107, 0.16);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-name-row,
.brand small {
  display: block;
}

.brand-name-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.brand strong {
  display: block;
}

.verified-badge {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.view-switch {
  display: flex;
  padding: 4px;
  border: 1px solid rgba(9, 47, 59, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-top-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 1px solid rgba(9, 47, 59, 0.14);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
  padding: 0 15px;
  box-shadow: 0 12px 28px rgba(16, 36, 48, 0.12);
}

.cart-top-button span {
  display: grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
}

.floating-whatsapp.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

.view-switch button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: relative;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #4b5563;
  padding: 9px 16px;
  font-weight: 700;
}

.view-switch button + button::after {
  position: absolute;
  left: -2px;
  width: 1px;
  height: 18px;
  background: rgba(9, 47, 59, 0.08);
  content: "";
}

.view-switch button::before {
  width: 17px;
  height: 17px;
  background: currentColor;
  content: "";
  -webkit-mask: var(--menu-icon) center / contain no-repeat;
  mask: var(--menu-icon) center / contain no-repeat;
}

.view-switch button[data-view="showcase"] {
  --menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9h18l-1-5H4L3 9Z'/%3E%3Cpath d='M5 9v10h14V9'/%3E%3Cpath d='M9 22v-7h6v7'/%3E%3C/svg%3E");
}

.view-switch button[data-view="reader"] {
  --menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 19.5A2.5 2.5 0 0 1 6.5 17H20'/%3E%3Cpath d='M4 4.5A2.5 2.5 0 0 1 6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15Z'/%3E%3C/svg%3E");
}

.view-switch button[data-view="presentation"] {
  --menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z'/%3E%3Cpath d='M4 22a8 8 0 0 1 16 0'/%3E%3C/svg%3E");
}

.view-switch button[data-view="recognitions"] {
  --menu-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='m8 12 2.5 2.5L16 9'/%3E%3Cpath d='M7 20v2'/%3E%3Cpath d='M17 20v2'/%3E%3C/svg%3E");
}

.view-switch button.is-active {
  background: linear-gradient(135deg, #043a40 0%, #00706f 100%);
  color: #fff;
  box-shadow: 0 10px 28px rgba(0, 73, 78, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.view-switch button.is-active::after,
.view-switch button.is-active + button::after {
  opacity: 0;
}

main {
  padding-bottom: 56px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 76px) clamp(16px, 4vw, 48px) 34px;
}

.hero::before {
  position: absolute;
  inset: 24px clamp(16px, 4vw, 48px) auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(184, 137, 50, 0.42), transparent);
  pointer-events: none;
}

.eyebrow {
  color: #00706f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  align-items: center;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  padding: 0 20px;
  border: 1px solid rgba(9, 47, 59, 0.22);
  font-weight: 750;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.primary-action {
  background: var(--ink);
  color: #fff;
}

.whatsapp-action {
  border-color: #22c55e !important;
  background: #22c55e !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.24), 0 0 28px rgba(34, 197, 94, 0.28);
}

.whatsapp-action::before,
.floating-whatsapp::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C8.8 3 3 8.7 3 15.7c0 2.5.8 4.9 2.1 6.9L3.7 29l6.6-1.7c1.8 1 3.8 1.5 5.9 1.5 7.2 0 13-5.7 13-12.8S23.2 3 16 3Zm0 23.5c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.9 1 1-3.8-.3-.4c-1.2-1.7-1.8-3.7-1.8-5.8 0-5.7 4.8-10.4 10.7-10.4 5.9 0 10.7 4.7 10.7 10.4S21.9 26.5 16 26.5Zm5.9-7.8c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.7.2s-.8 1-.9 1.2c-.2.2-.3.2-.6.1-.3-.2-1.3-.5-2.5-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.2-.7-1.7-1-2.4-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.2-1.2 2.9s1.2 3.3 1.4 3.5c.2.2 2.4 3.7 5.9 5.1.8.4 1.5.6 2 .7.8.3 1.6.2 2.2.1.7-.1 1.9-.8 2.2-1.5.3-.8.3-1.4.2-1.5-.1-.2-.3-.3-.6-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3C8.8 3 3 8.7 3 15.7c0 2.5.8 4.9 2.1 6.9L3.7 29l6.6-1.7c1.8 1 3.8 1.5 5.9 1.5 7.2 0 13-5.7 13-12.8S23.2 3 16 3Zm0 23.5c-1.9 0-3.7-.5-5.3-1.5l-.4-.2-3.9 1 1-3.8-.3-.4c-1.2-1.7-1.8-3.7-1.8-5.8 0-5.7 4.8-10.4 10.7-10.4 5.9 0 10.7 4.7 10.7 10.4S21.9 26.5 16 26.5Zm5.9-7.8c-.3-.2-1.9-.9-2.2-1-.3-.1-.5-.2-.7.2s-.8 1-.9 1.2c-.2.2-.3.2-.6.1-.3-.2-1.3-.5-2.5-1.5-.9-.8-1.5-1.8-1.7-2.1-.2-.3 0-.5.1-.6l.5-.6c.2-.2.2-.3.3-.5.1-.2.1-.4 0-.6-.1-.2-.7-1.7-1-2.4-.3-.6-.5-.5-.7-.5h-.6c-.2 0-.6.1-.9.4-.3.3-1.2 1.2-1.2 2.9s1.2 3.3 1.4 3.5c.2.2 2.4 3.7 5.9 5.1.8.4 1.5.6 2 .7.8.3 1.6.2 2.2.1.7-.1 1.9-.8 2.2-1.5.3-.8.3-1.4.2-1.5-.1-.2-.3-.3-.6-.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-action {
  gap: 8px;
}

.primary-action:hover,
.floating-whatsapp:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.secondary-action {
  background: rgba(255, 255, 255, 0.78);
  color: var(--deep);
}

.secondary-action:hover {
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 36, 48, 0.09);
  transform: translateY(-1px);
}

.signup-link {
  min-height: 40px;
  border-color: rgba(184, 137, 50, 0.42);
  background: rgba(255, 255, 255, 0.74);
  color: #59421f;
  font-size: 13px;
  padding-inline: 16px;
}

.signup-link:hover {
  background: #fffaf0;
  box-shadow: 0 10px 24px rgba(184, 137, 50, 0.12);
}

.toolbar,
.showcase-view,
.reader-view {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 48px);
}

.toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(220px, 360px);
  gap: 14px;
  align-items: end;
  margin-top: clamp(14px, 3vw, 28px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(16px);
  padding-block: 16px;
}

.search-box {
  position: relative;
  display: grid;
  gap: 8px;
  max-width: none;
}

.search-box span,
.filter-select span {
  color: #3e4b59;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.search-box input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  padding: 0 16px;
  outline-color: var(--teal);
  box-shadow: inset 0 1px 2px rgba(16, 36, 48, 0.03), 0 6px 18px rgba(16, 36, 48, 0.025);
}

.filter-select {
  position: relative;
  display: grid;
  gap: 8px;
  max-width: none;
}

.filter-select select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #00706f;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  padding: 0 42px 0 14px;
  outline-color: var(--teal);
  font-weight: 800;
  box-shadow: inset 0 1px 2px rgba(16, 36, 48, 0.025), 0 6px 18px rgba(0, 112, 111, 0.035);
}

.category-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.filter-group {
  display: grid;
  gap: 8px;
}

@media (min-width: 901px) {
  .toolbar {
    grid-template-columns: minmax(260px, 1fr) minmax(220px, 324px) auto;
  }

  .filter-group {
    display: contents;
  }

  .category-share-action {
    align-self: end;
    min-height: 44px;
    white-space: nowrap;
  }
}

.category-share-action {
  display: inline-flex;
  min-height: 38px;
  width: fit-content;
  justify-self: end;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 112, 111, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #053f46;
  box-shadow: 0 6px 18px rgba(16, 36, 48, 0.05);
  padding: 0 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-share-action[hidden] {
  display: none;
}

.category-share-action:hover {
  border-color: rgba(0, 112, 111, 0.32);
  box-shadow: 0 10px 24px rgba(16, 36, 48, 0.08);
  transform: translateY(-1px);
}

.category-strip button {
  flex: 0 0 auto;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #36454f;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.category-strip button.is-active {
  border-color: var(--teal);
  background: #dff5f2;
  color: #086b64;
}

.subcategory-strip {
  min-height: 34px;
}

.subcategory-strip:empty {
  display: none;
}

.subcategory-strip button {
  min-height: 32px;
  background: #f6faf9;
  font-size: 12px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 36px 0 18px;
}

.section-heading h2 {
  position: relative;
  color: #07151f;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
}

.section-heading h2::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 14px;
  border-radius: 999px;
  background: #00706f;
  content: "";
}

#resultCount {
  color: var(--muted);
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 230px), 1fr));
  gap: 16px;
}

.product-card {
  overflow: hidden;
  min-height: 390px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-rows: 180px 1fr;
  content-visibility: auto;
  contain-intrinsic-size: 390px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.08);
}

.product-card > button {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 0;
  background: #fff;
  color: inherit;
  padding: 0;
  text-align: left;
  cursor: pointer;
}

.product-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 180px;
  object-fit: contain;
  background: transparent;
  padding: 10px;
  filter: drop-shadow(0 16px 14px rgba(16, 36, 48, 0.10));
}

.product-card.is-perfume > button {
  min-height: 148px;
}

.product-card.is-perfume {
  grid-template-rows: 148px 1fr;
}

.product-card.is-perfume img {
  height: 148px;
  padding: 0;
  object-fit: contain;
}

.product-card > button::after {
  position: absolute;
  left: 21%;
  right: 21%;
  bottom: 26px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(16, 36, 48, 0.08), rgba(16, 36, 48, 0) 68%);
  content: "";
  pointer-events: none;
}

.hot-product-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 123, 52, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(255, 95, 31, 0.16);
  font-size: 18px;
  line-height: 1;
}

.view-product-label {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #053f46;
  font-size: 11px;
  font-weight: 750;
  padding: 0 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0.9;
  transition: opacity 160ms ease, transform 160ms ease, background 160ms ease;
}

.view-product-label::before {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  background: currentColor;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

.product-card > button:hover .view-product-label,
.product-card > button:focus-visible .view-product-label {
  background: #fff;
  opacity: 1;
  transform: translateY(-2px);
}

.card-copy {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 16px;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.pill {
  width: max-content;
  max-width: 100%;
  border-radius: 999px;
  background: rgba(0, 112, 111, 0.1);
  color: #00706f;
  padding: 5px 9px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.presentation-pill {
  width: max-content;
  max-width: 100%;
  border: 1px solid #f2d8a7;
  border-radius: 999px;
  background: #fff7e8;
  color: #9a6a12;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.card-copy strong {
  font-size: 18px;
  line-height: 1.25;
}

.card-copy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  min-height: 58px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.price-row {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.price-box {
  border: 1px solid rgba(0, 112, 111, 0.1);
  border-radius: 8px;
  padding: 9px;
  background: rgba(0, 112, 111, 0.04);
}

.card-actions {
  display: grid;
  grid-template-columns: minmax(108px, 1fr) minmax(112px, 1fr);
  gap: 8px;
  margin-top: 2px;
}

.card-actions button,
.card-actions a {
  width: auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
  text-decoration: none;
}

.card-consult {
  grid-column: 1 / -1;
  min-width: 0;
  background: var(--ink) !important;
  color: #fff !important;
}

.card-details,
.card-share {
  min-width: 0;
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--ink) !important;
  padding: 0 10px !important;
}

.card-details {
  border-color: rgba(0, 112, 111, 0.22) !important;
  color: #00615f !important;
}

.card-signup {
  grid-column: 1 / -1;
  border-color: rgba(184, 137, 50, 0.38) !important;
  background: #fff9ed !important;
  color: #6e4a13 !important;
}

.card-actions .whatsapp-action::before {
  width: 15px;
  height: 15px;
  margin-right: 1px;
}

.price-box small,
.modal-price small {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.price-box strong,
.modal-price strong {
  display: block;
  margin-top: 3px;
  color: #00706f;
  font-size: 14px;
}

.reader-shell {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.reader-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.reader-actions .primary-action,
.reader-actions .secondary-action {
  gap: 8px;
  min-height: 40px;
}

.reader-actions .secondary-action::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

#readerDownload::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

#readerBackProduct::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.reader-actions .is-disabled,
.reader-actions button:disabled {
  pointer-events: none;
  opacity: 0.55;
}

.reader-controls {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  justify-self: center;
  gap: 14px;
  width: min(100%, 760px);
}

.reader-controls > button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.reader-zoom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reader-zoom-controls button {
  width: auto;
  height: auto;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  padding: 0 14px;
  box-shadow: 0 8px 22px rgba(16, 36, 48, 0.06);
}

#pageLabel {
  display: none;
  min-width: 160px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.reader-stage {
  display: grid;
  place-items: center;
  min-height: 70vh;
  max-height: 78vh;
  overflow: auto;
  --reader-zoom: 1;
}

.reader-stage img {
  width: min(calc(100% * var(--reader-zoom)), calc(760px * var(--reader-zoom)));
  max-width: none;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: contain;
}

#pageRange {
  width: min(100%, 760px);
  justify-self: center;
}

.presentation-view {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 72px);
  padding: clamp(24px, 5vw, 64px) clamp(16px, 4vw, 48px);
  background: #061116;
  color: #fff;
}

.presentation-view.use-mobile-fallback {
  background:
    linear-gradient(180deg, rgba(1, 5, 8, 0.24) 0%, rgba(1, 5, 8, 0.18) 40%, rgba(1, 5, 8, 0.52) 100%),
    url("assets/apresentacoes/earth-digital-mobile-fallback.webp") center center / cover no-repeat,
    #061116;
}

.presentation-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
}

.presentation-view.use-mobile-fallback .presentation-bg {
  display: none;
}

.presentation-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(1, 5, 8, 0.82) 0%, rgba(1, 5, 8, 0.46) 28%, rgba(1, 5, 8, 0.66) 100%),
    radial-gradient(circle at 50% 20%, rgba(88, 228, 219, 0.12), transparent 42%);
  pointer-events: none;
}

.presentation-gallery,
.presentation-player {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

.presentation-heading {
  max-width: 760px;
  margin-bottom: clamp(24px, 4vw, 42px);
}

.presentation-heading .eyebrow {
  color: #58e4db;
}

.presentation-heading h2 {
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
}

.presentation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.presentation-card {
  display: grid;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(6, 17, 22, 0.72);
  color: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  opacity: 0;
  transform: translateY(34px) scale(0.96);
  animation: presentationCardIn 1800ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: var(--delay);
}

.presentation-view:not(.has-visible-cards) .presentation-card {
  animation: none;
  opacity: 0;
  transform: translateY(34px) scale(0.96);
}

.presentation-card:hover,
.presentation-card:focus-visible {
  border-color: rgba(88, 228, 219, 0.85);
  transform: translateY(-4px);
}

.presentation-card-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(88, 228, 219, 0.2), rgba(255, 255, 255, 0.04)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.08) 75%, transparent 75%);
  background-size: auto, 28px 28px;
}

.presentation-card-media::before {
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  content: "";
}

.presentation-card-media::after {
  position: absolute;
  inset: auto 24px 24px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.84), transparent);
}

.presentation-card-media.has-cover::before,
.presentation-card-media.has-cover::after {
  display: none;
}

.presentation-card-media span {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 58px;
  font-weight: 800;
}

.presentation-card-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.presentation-card.is-gold .presentation-card-media span {
  color: #ffd27c;
}

.presentation-card.is-rose .presentation-card-media span {
  color: #ff9a8c;
}

.presentation-card.is-green .presentation-card-media span {
  color: #7ef0a5;
}

.presentation-card.is-violet .presentation-card-media span {
  color: #c5a8ff;
}

.presentation-player {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
  min-height: calc(100vh - 136px);
}

.presentation-player:fullscreen,
.presentation-player.is-fullscreen {
  width: 100vw;
  height: 100vh;
  max-width: none;
  background: #061116;
  padding: 18px;
}

.presentation-player:fullscreen .presentation-stage,
.presentation-player.is-fullscreen .presentation-stage {
  place-items: center;
}

.presentation-player:fullscreen .presentation-slide-image,
.presentation-player.is-fullscreen .presentation-slide-image {
  max-height: calc(100vh - 150px);
}

.presentation-player:not(.is-fullscreen) {
  pointer-events: auto;
}

.presentation-player-top,
.presentation-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.presentation-icon-button,
.presentation-controls button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.presentation-icon-button {
  min-width: 48px;
  padding: 0 14px;
  font-size: 18px;
}

.presentation-controls button {
  padding: 0 22px;
}

#presentationStatus,
#slideStatus {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.presentation-stage {
  display: grid;
  min-height: 0;
  place-items: start center;
}

.presentation-slide {
  display: grid;
  align-content: center;
  width: min(100%, 980px);
  min-height: min(62vh, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 17, 22, 0.88), rgba(9, 47, 59, 0.74)),
    radial-gradient(circle at 20% 20%, rgba(88, 228, 219, 0.24), transparent 34%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  padding: clamp(28px, 6vw, 72px);
  animation: presentationSlideIn 420ms ease;
}

.presentation-slide span {
  color: #58e4db;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.presentation-slide h3 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
}

.presentation-slide p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.4vw, 28px);
  line-height: 1.42;
}

.presentation-slide-image {
  display: block;
  width: min(100%, 1120px);
  max-height: calc(100vh - 228px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.44);
  object-fit: contain;
  animation: presentationSlideIn 420ms ease;
}

.presentation-slide.is-gold span {
  color: #ffd27c;
}

.presentation-slide.is-rose span {
  color: #ff9a8c;
}

.presentation-slide.is-green span {
  color: #7ef0a5;
}

.presentation-slide.is-violet span {
  color: #c5a8ff;
}

@keyframes presentationCardIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes presentationSlideIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-modal {
  width: min(980px, calc(100vw - 28px));
  border: 0;
  border-radius: 10px;
  padding: 0;
  box-shadow: var(--shadow);
}

.product-modal::backdrop {
  background: rgba(12, 20, 26, 0.58);
}

.cart-drawer,
.checkout-dialog {
  width: min(560px, calc(100vw - 24px));
  max-height: min(760px, calc(100vh - 24px));
  border: 0;
  border-radius: 18px;
  padding: 0;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.cart-drawer {
  margin-right: clamp(12px, 4vw, 40px);
}

.cart-drawer::backdrop,
.checkout-dialog::backdrop {
  background: rgba(12, 20, 26, 0.48);
  backdrop-filter: blur(7px);
}

.cart-header,
.cart-summary,
.cart-actions,
.checkout-form {
  padding: 20px;
}

.cart-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.cart-header h2,
.checkout-form h2 {
  font-size: clamp(28px, 4vw, 38px);
}

.cart-items {
  display: grid;
  gap: 12px;
  max-height: 44vh;
  overflow: auto;
  padding: 16px 20px;
}

.cart-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfcfb;
}

.cart-item img {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--paper);
}

.cart-item strong,
.cart-item span {
  display: block;
}

.cart-item strong {
  font-size: 14px;
  line-height: 1.25;
}

.cart-item span {
  margin-top: 4px;
  color: #00706f;
  font-weight: 800;
}

.cart-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
}

.cart-quantity button {
  min-height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  padding: 0 11px;
}

.cart-empty {
  padding: 28px 20px;
  color: var(--muted);
  text-align: center;
}

.cart-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-weight: 850;
}

.cart-summary strong,
.checkout-total strong {
  color: #00706f;
  font-size: 22px;
}

.cart-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 0;
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.checkout-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.checkout-form input,
.checkout-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fbfcfb;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
  text-transform: none;
}

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

.checkout-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  font-size: 25px;
}

.modal-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  gap: 28px;
  padding: clamp(20px, 4vw, 38px);
}

.modal-image {
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #f7fbfa);
  border: 1px solid var(--line);
}

.modal-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: contain;
  background: #fff;
}

.modal-copy {
  display: grid;
  gap: 14px;
  align-self: center;
}

.modal-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
}

.modal-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.info-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 11px;
  color: #42515b;
  font-size: 13px;
  font-weight: 800;
}

.modal-prices {
  display: grid;
  gap: 10px;
  margin: 4px 0;
}

.modal-price {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff9ed;
  padding: 16px;
}

.modal-price strong {
  color: var(--gold);
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
}

.product-modal--fibra {
  width: min(1120px, calc(100vw - 28px));
  max-height: min(92vh, 860px);
  overflow: auto;
  border-radius: 18px;
  background: #f7fcfd;
}

.product-modal--fibra .modal-body {
  position: relative;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(18px, 3vw, 34px);
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 6% 8%, rgba(16, 148, 169, 0.13), transparent 28%),
    radial-gradient(circle at 94% 12%, rgba(22, 140, 47, 0.12), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f3fbfc 52%, #e8f8f9 100%);
}

.product-modal--fibra .modal-body::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 35%, rgba(245, 153, 60, 0.2), transparent 28%),
    radial-gradient(circle at 65% 55%, rgba(22, 140, 47, 0.14), transparent 34%),
    rgba(0, 119, 143, 0.08);
  pointer-events: none;
}

.product-modal--fibra .modal-image {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: 24px;
  border: 1px solid rgba(15, 118, 39, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 48%, rgba(0, 139, 158, 0.16), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f4fbfa 54%, #e1f7f7 100%);
  box-shadow: 0 20px 45px rgba(11, 79, 122, 0.12);
}

.product-modal--fibra .modal-image::before,
.product-modal--fibra .modal-image::after {
  display: none;
}

.product-modal--fibra .modal-image::before,
.product-modal--fibra .modal-image::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.75;
  pointer-events: none;
}

.product-modal--fibra .modal-image::before {
  left: 18px;
  bottom: 18px;
  width: 118px;
  height: 118px;
  background:
    radial-gradient(circle, rgba(184, 128, 59, 0.22) 0 4px, transparent 5px) 0 0 / 18px 18px,
    rgba(255, 245, 230, 0.7);
}

.product-modal--fibra .modal-image::after {
  right: 20px;
  top: 20px;
  width: 86px;
  height: 86px;
  background: radial-gradient(circle, rgba(22, 140, 47, 0.2), rgba(9, 151, 173, 0.09));
}

.product-modal--fibra #modalProductImage {
  position: relative;
  z-index: 3;
  width: min(86%, 390px);
  height: auto;
  min-height: 0;
  max-height: 500px;
  padding: 0;
  align-self: center;
  background: transparent;
  filter: drop-shadow(0 30px 34px rgba(7, 17, 31, 0.22));
}

.fibra-visual-decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fibra-scene-img {
  position: absolute;
  display: block;
  width: 124px;
  height: 124px;
  border: 7px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 20px 36px rgba(11, 79, 122, 0.16);
}

.fibra-scene-img--spirulina {
  right: 20px;
  top: 42px;
}

.fibra-scene-img--psyllium {
  left: 18px;
  bottom: 106px;
}

.fibra-scene-img--inulina {
  right: 24px;
  bottom: 90px;
  width: 104px;
  height: 104px;
}

.fibra-leaf {
  display: none;
  position: absolute;
  display: block;
  width: 88px;
  height: 44px;
  border-radius: 999px 0 999px 0;
  background: linear-gradient(135deg, #3aa65a, #a8d65f);
  opacity: 0.78;
  transform-origin: center;
  filter: drop-shadow(0 10px 18px rgba(22, 140, 47, 0.18));
}

.fibra-leaf--one {
  right: 24px;
  bottom: 132px;
  transform: rotate(-22deg);
}

.fibra-leaf--two {
  left: 34px;
  top: 92px;
  width: 64px;
  height: 34px;
  transform: rotate(142deg);
  opacity: 0.52;
}

.fibra-papaya {
  display: none;
  position: absolute;
  right: -22px;
  bottom: 34px;
  width: 150px;
  height: 112px;
  border-radius: 58% 42% 48% 52%;
  background:
    radial-gradient(ellipse at 56% 54%, rgba(39, 25, 16, 0.92) 0 4px, transparent 5px) 0 0 / 18px 16px,
    radial-gradient(ellipse at 54% 50%, #251911 0 31%, transparent 32%),
    linear-gradient(135deg, #ffb54a 0%, #f47d31 72%);
  border: 9px solid #ffe0a6;
  box-shadow: 0 18px 32px rgba(244, 125, 49, 0.2);
}

.fibra-grain-field {
  display: none;
  position: absolute;
  left: 28px;
  bottom: 42px;
  width: 122px;
  height: 122px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(180, 126, 59, 0.32) 0 4px, transparent 5px) 0 0 / 18px 18px,
    linear-gradient(145deg, rgba(255, 249, 235, 0.98), rgba(250, 239, 212, 0.76));
  border: 1px solid rgba(184, 128, 59, 0.14);
}

.fibra-ingredient-orb {
  display: none;
  position: absolute;
  display: block;
  width: 102px;
  height: 102px;
  border-radius: 999px;
  border: 8px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 28px rgba(11, 79, 122, 0.12);
}

.fibra-orb--spirulina {
  right: 18px;
  top: 88px;
  background:
    radial-gradient(circle at 48% 45%, rgba(255, 255, 255, 0.2), transparent 18%),
    radial-gradient(circle, #1d7f5f 0 3px, transparent 4px) 0 0 / 13px 13px,
    linear-gradient(135deg, #185c48, #32a96d);
}

.fibra-orb--psyllium {
  left: 18px;
  top: 258px;
  width: 92px;
  height: 92px;
  background:
    radial-gradient(circle, rgba(158, 104, 47, 0.34) 0 3px, transparent 4px) 0 0 / 12px 12px,
    linear-gradient(135deg, #f5ddb5, #d1a46a);
}

.fibra-orb--inulina {
  right: 72px;
  bottom: 208px;
  width: 80px;
  height: 80px;
  background:
    radial-gradient(circle at 50% 50%, rgba(120, 90, 70, 0.22) 0 2px, transparent 3px) 0 0 / 10px 10px,
    linear-gradient(135deg, #fff9f0, #d9d3c8);
}

.fibra-visual-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 4;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(0, 119, 143, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 13px 15px;
  text-align: center;
  backdrop-filter: blur(10px);
}

.fibra-visual-caption strong {
  color: #087d92;
  font-size: 15px;
  font-weight: 950;
}

.fibra-visual-caption span {
  color: #334155;
  font-size: 12px;
  font-weight: 650;
}

.product-modal--fibra .modal-copy {
  position: relative;
  z-index: 1;
  align-self: stretch;
  gap: 12px;
}

.product-modal--fibra #modalCategory {
  width: fit-content;
  border-radius: 999px;
  background: #e4f7fb;
  color: #0b7285;
  padding: 7px 11px;
  letter-spacing: 0.7px;
}

.product-modal--fibra #modalTitle {
  color: #12323d;
  font-size: clamp(34px, 4.4vw, 58px);
  letter-spacing: 0;
}

.product-modal--fibra #modalDescription {
  max-width: 620px;
  color: #38515c;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.55;
}

.product-modal--fibra .modal-price {
  border-color: rgba(0, 119, 143, 0.18);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(11, 79, 122, 0.08);
}

.product-modal--fibra .modal-price small {
  color: #64748b;
  font-weight: 850;
  text-transform: uppercase;
}

.product-modal--fibra .modal-price strong {
  color: #168c2f;
}

.product-modal--fibra .info-list span {
  border-color: rgba(0, 119, 143, 0.18);
  background: rgba(255, 255, 255, 0.76);
  color: #284b58;
}

.fibra-product-story {
  display: grid;
  gap: 12px;
  margin-top: 2px;
}

.fibra-hero-card {
  border: 1px solid rgba(0, 119, 143, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  padding: 16px;
}

.fibra-formula-badge {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #e7f7f9;
  color: #0b7285;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.fibra-hero-card h3 {
  margin: 9px 0 4px;
  color: #048aa0;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0;
}

.fibra-hero-card h3 span {
  display: block;
  color: #2e3b4e;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 650;
  line-height: 1;
}

.fibra-hero-card p {
  color: #28505c;
  font-weight: 750;
}

.fibra-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #078aa4, #05a4ba);
  box-shadow: 0 16px 35px rgba(0, 119, 143, 0.2);
}

.fibra-benefit-grid article {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px 12px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.fibra-benefit-grid article:last-child {
  border-right: 0;
}

.fibra-benefit-grid strong {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.fibra-benefit-grid span {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0.92;
}

.fibra-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.5fr);
  gap: 12px;
}

.fibra-benefits-list,
.fibra-usage-card,
.fibra-ingredients {
  border: 1px solid rgba(0, 119, 143, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  padding: 14px;
}

.fibra-benefits-list h4 {
  margin: 0 0 10px;
  color: #087d92;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.fibra-benefits-list ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fibra-benefits-list li {
  position: relative;
  padding-left: 20px;
  color: #334155;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.fibra-benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0b92a6;
  font-weight: 900;
}

.fibra-usage-card {
  display: grid;
  align-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #078aa4, #05a4ba);
  color: #fff;
  text-align: center;
}

.fibra-usage-card strong {
  font-size: 16px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.fibra-usage-card span {
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}

.fibra-ingredients {
  display: grid;
  gap: 11px;
}

.fibra-ingredients strong {
  color: #087d92;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fibra-ingredient-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.fibra-ingredient-card {
  display: grid;
  min-width: 0;
  gap: 7px;
  justify-items: center;
  border-radius: 14px;
  background: #f7fbfa;
  border: 1px solid rgba(0, 119, 143, 0.08);
  padding: 9px 7px;
  text-align: center;
}

.fibra-ingredient-card span:last-child {
  color: #17414d;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.15;
}

.fibra-ingredient-photo {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 4px solid #ffffff;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(11, 79, 122, 0.1);
}

.fibra-ingredient--quitosana .fibra-ingredient-photo {
  background:
    radial-gradient(circle at 35% 38%, rgba(255, 255, 255, 0.8), transparent 18%),
    radial-gradient(circle, rgba(143, 126, 105, 0.23) 0 3px, transparent 4px) 0 0 / 11px 11px,
    linear-gradient(135deg, #f9f2e7, #cfc3b5);
}

.fibra-ingredient--spirulina .fibra-ingredient-photo {
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle, rgba(7, 61, 45, 0.5) 0 2px, transparent 3px) 0 0 / 9px 9px,
    linear-gradient(135deg, #144c42, #36aa72);
}

.fibra-ingredient--psyllium .fibra-ingredient-photo {
  background:
    radial-gradient(circle, rgba(153, 102, 39, 0.35) 0 3px, transparent 4px) 0 0 / 10px 10px,
    linear-gradient(135deg, #f0d6a8, #c8914e);
}

.fibra-ingredient--inulina .fibra-ingredient-photo {
  background:
    radial-gradient(circle at 42% 42%, rgba(255, 255, 255, 0.75), transparent 19%),
    radial-gradient(circle, rgba(132, 100, 77, 0.18) 0 2px, transparent 3px) 0 0 / 9px 9px,
    linear-gradient(135deg, #fffaf0, #d6cec3);
}

.fibra-ingredient--cromo .fibra-ingredient-photo {
  background:
    radial-gradient(circle at 38% 36%, rgba(255, 255, 255, 0.75), transparent 17%),
    radial-gradient(circle at 65% 64%, #4b5563 0 8px, transparent 9px),
    linear-gradient(135deg, #f7fafc, #aeb7c1);
}

.product-modal--fibra .modal-actions {
  margin-top: 4px;
}

@media (max-width: 860px) {
  .product-modal--fibra .modal-body {
    grid-template-columns: 1fr;
  }

  .product-modal--fibra .modal-image {
    min-height: 560px;
  }

  .product-modal--fibra #modalProductImage {
    width: min(70%, 300px);
    max-height: 380px;
    min-height: 0;
    padding: 24px;
  }

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

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

  .fibra-benefit-grid article:nth-child(2) {
    border-right: 0;
  }

  .fibra-benefit-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }
}

@media (max-width: 560px) {
  .product-modal--fibra {
    width: calc(100vw - 18px);
  }

  .product-modal--fibra .modal-body {
    padding: 14px;
  }

  .product-modal--fibra #modalTitle {
    font-size: 32px;
  }

  .product-modal--fibra #modalDescription {
    font-size: 14px;
  }

  .product-modal--fibra .modal-image {
    min-height: 450px;
  }

  .product-modal--fibra #modalProductImage {
    width: min(68%, 245px);
    max-height: 300px;
    padding: 18px;
  }

  .fibra-orb--psyllium,
  .fibra-orb--inulina {
    display: none;
  }

  .fibra-orb--spirulina {
    width: 76px;
    height: 76px;
    right: 12px;
    top: 58px;
  }

  .fibra-papaya {
    width: 112px;
    height: 84px;
    right: -20px;
    bottom: 70px;
    border-width: 7px;
  }

  .fibra-grain-field {
    width: 92px;
    height: 92px;
    left: 16px;
    bottom: 78px;
  }

  .fibra-visual-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .fibra-hero-card,
  .fibra-benefits-list,
  .fibra-usage-card,
  .fibra-ingredients {
    border-radius: 14px;
    padding: 12px;
  }

  .fibra-benefit-grid,
  .fibra-detail-grid {
    grid-template-columns: 1fr;
  }

  .fibra-ingredient-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fibra-ingredient-card {
    grid-template-columns: 46px 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .fibra-ingredient-photo {
    width: 46px;
    height: 46px;
  }

  .fibra-benefit-grid article,
  .fibra-benefit-grid article:nth-child(2),
  .fibra-benefit-grid article:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .fibra-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .product-modal--fibra .modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .topbar-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px !important;
    width: 100%;
  }

  .service-center-menu,
  .reseller-top-link,
  .cart-top-button {
    width: 100%;
  }

  .service-center-menu {
    grid-column: 1 / -1;
  }

  .service-center-menu summary,
  .reseller-top-link,
  .cart-top-button {
    justify-content: center;
    min-height: 40px;
  }

  .service-center-panel {
    left: 0;
    right: auto;
    width: min(100%, 310px);
  }
}

/* Universal premium product modal */
.product-modal--premium {
  width: min(980px, calc(100vw - 28px));
  max-height: min(88vh, 760px);
  overflow: auto;
  border-radius: 18px;
  background: #f8fafc;
}

.product-modal--premium .modal-body {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(16px, 2.4vw, 26px);
  padding: clamp(18px, 3vw, 28px);
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.product-modal--premium .modal-image {
  height: 420px;
  min-height: 0;
  align-self: start;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
}

.product-modal--premium #modalProductImage {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 12px;
  object-fit: contain;
  background: transparent;
  filter: none;
}

.product-modal--premium .modal-copy {
  gap: 10px;
  align-self: stretch;
}

.product-modal--premium #modalCategory {
  width: fit-content;
  border-radius: 999px;
  background: color-mix(in srgb, var(--product-accent, #168c2f) 12%, white);
  color: var(--product-accent, #168c2f);
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 950;
}

.product-modal--premium #modalTitle {
  color: #111827;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
}

.product-modal--premium #modalDescription {
  max-width: 560px;
  color: #475569;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.product-modal--premium .modal-price {
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--product-accent, #168c2f);
  border-radius: 12px;
  background: #ffffff;
  padding: 12px 14px;
}

.product-modal--premium .modal-price small {
  color: #64748b;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-modal--premium .modal-price strong {
  color: var(--product-accent, #168c2f);
  font-size: 28px;
}

.product-modal--premium .info-list span {
  border-color: #e2e8f0;
  background: #ffffff;
  color: #334155;
  padding: 7px 10px;
  font-size: 12px;
}

.product-modal--premium .modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.product-modal--premium #addToCartModal {
  min-height: 42px;
  border-radius: 8px;
  background: var(--product-accent, #168c2f);
  color: #ffffff;
  padding: 0 18px;
  font-size: 14px;
  box-shadow: none;
}

.product-modal--premium #shareProductLink {
  min-height: 42px;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 16px;
  font-size: 14px;
}

.product-detail-panel {
  --product-accent-soft: color-mix(in srgb, var(--product-accent, #168c2f) 10%, white);
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.product-confidence-note {
  margin: -2px 0 0;
  color: #64748b;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.product-detail-card,
.product-detail-meta {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  padding: 12px;
}

.product-detail-card h3,
.product-detail-meta h3 {
  margin: 0 0 8px;
  color: var(--product-accent, #168c2f);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.product-detail-card ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-card li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.product-detail-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--product-accent, #168c2f);
}

.product-detail-meta {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 12px;
}

.product-detail-meta p {
  margin: 0;
  color: #475569;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.product-active-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-active-list span {
  border-radius: 999px;
  background: var(--product-accent-soft);
  color: #1f2937;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 850;
}

@media (max-width: 860px) {
  .product-modal--premium .modal-body {
    grid-template-columns: 1fr;
  }

  .product-detail-grid,
  .product-detail-meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .product-modal--premium {
    width: calc(100vw - 12px);
    max-height: calc(100vh - 12px);
    border-radius: 14px;
  }

  .product-modal--premium .modal-body {
    gap: 12px;
    padding: 10px;
  }

  .product-modal--premium .modal-image {
    height: 270px;
    border-radius: 12px;
  }

  .product-modal--premium #modalProductImage {
    padding: 4px;
  }

  .product-modal--premium #modalTitle {
    font-size: 28px;
  }

  .product-modal--premium #modalDescription {
    font-size: 13px;
    line-height: 1.4;
  }

  .product-modal--premium .modal-price {
    padding: 10px 12px;
  }

  .product-modal--premium .modal-price strong {
    font-size: 24px;
  }

  .product-modal--premium .modal-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.floating-whatsapp {
  position: fixed;
  right: clamp(14px, 3vw, 24px);
  bottom: clamp(14px, 3vw, 24px);
  z-index: 12;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #22c55e;
  color: #fff;
  box-shadow: 0 14px 38px rgba(34, 197, 94, 0.34);
  text-decoration: none;
}

.floating-whatsapp::before {
  width: 30px;
  height: 30px;
}

.text-action {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.is-hidden {
  display: none;
}

.is-consultant-unavailable .topbar-actions,
.is-consultant-unavailable .floating-whatsapp {
  display: none !important;
}

.link-error-state {
  display: grid;
  min-height: calc(100svh - 74px);
  place-items: center;
  padding: clamp(32px, 8vw, 72px) 20px;
  text-align: center;
}

.link-error-state > div {
  width: min(100%, 560px);
  border: 1px solid rgba(214, 218, 222, 0.78);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 50px rgba(16, 36, 48, 0.08);
  padding: clamp(28px, 6vw, 48px);
}

.link-error-state h1 {
  margin: 8px 0 12px;
  color: #07151f;
  font-family: "Inter", sans-serif;
  font-size: clamp(34px, 7vw, 52px);
  line-height: 1;
}

.link-error-state p:not(.eyebrow) {
  margin: 0 auto 24px;
  color: #5f6b76;
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 780px) {
  body {
    padding-bottom: 22px;
  }

  .brand {
    min-width: 0;
  }

  .brand > div {
    min-width: 0;
  }

  .brand-name-row,
  .brand strong,
  .brand small {
    overflow: hidden;
    white-space: nowrap;
  }

  .brand strong,
  .brand small {
    text-overflow: ellipsis;
  }

  .brand strong {
    min-width: 0;
  }

  .verified-badge {
    width: 16px;
    height: 16px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .topbar {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    min-height: 64px;
    padding: 10px 12px;
  }

  .topbar-actions {
    flex: 1 0 100%;
  }

  .view-switch {
    width: 100%;
  }

  .view-switch button {
    flex: 1;
    padding: 8px 6px;
    font-size: 11px;
  }

  .view-switch button::before {
    width: 15px;
    height: 15px;
  }

  .toolbar,
  .showcase-view,
  .reader-view {
    padding-inline: 12px;
  }

  .presentation-view {
    min-height: calc(100vh - 112px);
    padding: 20px 16px 18px;
  }

  .presentation-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .presentation-heading {
    margin-bottom: 24px;
  }

  .presentation-heading h2 {
    font-size: 26px;
  }

  .presentation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 14px;
  }

  .presentation-card {
    aspect-ratio: 16 / 9;
  }

  .presentation-card-media span {
    font-size: 42px;
  }

  .presentation-player {
    align-content: start;
    grid-template-rows: auto auto auto;
    gap: 10px;
    min-height: auto;
  }

  .presentation-stage {
    min-height: auto;
    padding-top: 6px;
  }

  .presentation-player-top {
    gap: 8px;
  }

  .presentation-icon-button {
    min-height: 42px;
    min-width: 46px;
    padding: 0 14px;
    font-size: 16px;
  }

  #presentationStatus {
    max-width: 54vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }

  .presentation-slide-image {
    width: 100%;
    max-height: 48vh;
  }

  .presentation-controls {
    margin-top: 2px;
  }

  .presentation-controls button {
    min-height: 44px;
    padding: 0 18px;
  }

  .presentation-player:fullscreen,
  .presentation-player.is-fullscreen {
    align-content: center;
    min-height: 100vh;
  }

  .presentation-player:fullscreen .presentation-slide-image,
  .presentation-player.is-fullscreen .presentation-slide-image {
    max-height: 62vh;
  }

  .presentation-slide {
    min-height: 54vh;
    padding: 24px;
  }

  .presentation-slide h3 {
    font-size: 40px;
  }

  .presentation-slide p {
    font-size: 17px;
  }

  .toolbar {
    grid-template-columns: 1fr;
    gap: 10px;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.055);
    padding-block: 10px;
  }

  .search-box,
  .filter-select {
    gap: 6px;
    max-width: none;
  }

  .search-box span,
  .filter-select span {
    font-size: 10px;
  }

  .search-box input {
    min-height: 44px;
    padding-inline: 14px;
  }

  .filter-select select {
    min-height: 42px;
    padding-left: 14px;
  }

  .category-share-action {
    width: 100%;
    min-height: 40px;
    justify-self: stretch;
    font-size: 12px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card {
    min-height: 0;
    grid-template-rows: 132px 1fr;
  }

  .product-card > button {
    min-height: 132px;
  }

  .product-card img {
    height: 132px;
    padding: 8px;
  }

  .view-product-label {
    right: 8px;
    bottom: 8px;
    min-height: 28px;
    font-size: 10px;
    padding: 0 8px;
  }

  .view-product-label::before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }

  .hot-product-badge {
    top: 8px;
    left: 8px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .product-card.is-perfume > button {
    min-height: 112px;
  }

  .product-card.is-perfume {
    grid-template-rows: 112px 1fr;
  }

  .product-card.is-perfume img {
    height: 112px;
  }

  .card-copy {
    gap: 8px;
    padding: 12px;
  }

  .pill {
    font-size: 10px;
    padding: 4px 7px;
  }

  .card-copy strong {
    font-size: 15px;
  }

  .card-copy p {
    min-height: 52px;
    font-size: 12px;
    line-height: 1.45;
  }

  .price-box {
    padding: 8px;
  }

  .price-box strong {
    font-size: 13px;
  }

  .card-actions {
    grid-template-columns: 1fr;
  }

  .card-actions button,
  .card-actions a {
    min-height: 36px;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
  }

  .card-consult {
    min-width: 0;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .modal-body {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 16px;
  }

  .modal-image img {
    max-height: 34vh;
    min-height: 190px;
  }

  .modal-copy {
    gap: 10px;
  }

  .modal-copy h2 {
    font-size: 30px;
  }

  .modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }

  .primary-action,
  .secondary-action {
    width: auto;
    min-height: 42px;
    padding: 0 16px;
  }

  .reader-shell {
    position: relative;
    gap: 12px;
  }

  .reader-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    width: min(100%, 500px);
    gap: 6px;
    justify-self: center;
  }

  .reader-actions .primary-action,
  .reader-actions .secondary-action {
    min-height: 32px;
    border-radius: 999px;
    font-size: 10px;
    padding: 0 8px;
    box-shadow: 0 8px 20px rgba(16, 36, 48, 0.06);
    white-space: nowrap;
  }

  .reader-actions .primary-action::before,
  .reader-actions .secondary-action::before {
    width: 12px;
    height: 12px;
  }

  #readerBackProduct {
    grid-column: auto;
    justify-self: center;
    min-width: 0;
    width: 100%;
    min-height: 32px;
    font-size: 9px;
  }

  .reader-controls {
    position: absolute;
    top: 52%;
    inset-inline: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding-inline: 18px;
    pointer-events: none;
  }

  .reader-controls > button {
    width: 40px;
    height: 40px;
    border-color: rgba(9, 47, 59, 0.08);
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 26px rgba(16, 36, 48, 0.12);
    backdrop-filter: blur(10px);
    font-size: 28px;
    pointer-events: auto;
  }

  .reader-zoom-controls {
    display: none;
  }

  .reader-stage {
    max-height: none;
    overflow: visible;
    --reader-zoom: 1 !important;
  }

  .reader-stage img {
    width: auto;
    max-width: min(100%, 760px);
    max-height: 78vh;
  }

  .signup-link {
    min-height: 38px;
    padding-inline: 14px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    left: auto;
    width: 54px;
    height: 54px;
  }

  .text-action {
    justify-self: center;
    min-height: 38px;
  }
}

@media (max-width: 560px) {
  .view-switch {
    flex-wrap: wrap;
    border-radius: 24px;
    gap: 2px;
  }

  .view-switch button {
    flex: 1 1 calc(50% - 2px);
  }

  .view-switch button + button::after {
    display: none;
  }
}

@supports (height: 100dvh) {
  @media (max-width: 780px) {
    body {
      min-height: 100dvh;
      padding-bottom: 0;
    }

    main {
      padding-bottom: 22px;
    }

    .reader-view,
    .presentation-view {
      min-height: calc(100dvh - 112px);
    }

    .presentation-view {
      overflow: clip;
    }

    .presentation-view.use-mobile-fallback {
      background-position: center top;
    }

    .presentation-player:fullscreen,
    .presentation-player.is-fullscreen {
      min-height: 100dvh;
      height: 100dvh;
    }
  }
}

@media (max-width: 420px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-card {
    min-height: 0;
    grid-template-rows: 118px 1fr;
  }

  .product-card > button,
  .product-card.is-perfume > button {
    min-height: 118px;
  }

  .product-card.is-perfume {
    grid-template-rows: 118px 1fr;
  }

  .product-card img,
  .product-card.is-perfume img {
    height: 118px;
  }
}

/* Growth-inspired store skin */
:root {
  --ink: #111111;
  --muted: #6b6b6b;
  --line: #e5e5e5;
  --paper: #f3f3f3;
  --surface: #ffffff;
  --deep: #111111;
  --teal: #e30613;
  --gold: #b59b6a;
  --coral: #e30613;
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.10);
  --growth-red: #e30613;
  --growth-red-dark: #b9000b;
  --growth-black: #111111;
}

body {
  background: #f2f2f2;
  color: var(--growth-black);
  padding-bottom: 40px;
}

.topbar {
  min-height: 78px;
  border-bottom: 4px solid var(--growth-red);
  background: #111;
  color: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--growth-red);
  box-shadow: none;
}

.brand strong,
.brand small {
  color: #fff;
}

.brand strong {
  font-size: 18px;
  text-transform: uppercase;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.verified-badge {
  display: none;
}

.view-switch {
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 4px;
  background: #202020;
  box-shadow: none;
}

.view-switch button {
  border-radius: 3px;
  color: #fff;
  padding: 10px 14px;
  text-transform: uppercase;
  font-size: 12px;
}

.view-switch button + button::after {
  background: rgba(255, 255, 255, 0.14);
}

.view-switch button.is-active {
  background: var(--growth-red);
  box-shadow: none;
}

.cart-top-button {
  min-height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--growth-red);
  box-shadow: none;
  text-transform: uppercase;
}

.cart-top-button span {
  color: var(--growth-red);
}

.toolbar,
.showcase-view,
.reader-view {
  max-width: 1240px;
}

.toolbar {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding-block: 18px;
}

.search-box span,
.filter-select span {
  color: #111;
  font-size: 11px;
}

.search-box input,
.filter-select select {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: none;
}

.search-box input:focus,
.filter-select select:focus {
  border-color: var(--growth-red);
  outline-color: var(--growth-red);
}

.category-share-action {
  border-radius: 4px !important;
  background: #111 !important;
  color: #fff !important;
}

.section-heading {
  align-items: center;
  margin: 34px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc;
}

.section-heading .eyebrow {
  color: var(--growth-red);
  margin-bottom: 5px;
}

.section-heading h2 {
  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading h2::after {
  display: none;
}

#resultCount {
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
}

.product-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 18px;
}

.product-card,
.product-card.is-perfume {
  position: relative;
  min-height: 438px;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: #fff;
  grid-template-rows: 230px 1fr;
  box-shadow: none;
  contain-intrinsic-size: 438px;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
}

.card-brand-strip {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  min-height: 26px;
  align-items: center;
  background: var(--growth-red);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card > button,
.product-card.is-perfume > button {
  min-height: 230px;
  background: linear-gradient(180deg, #fff 0%, #f7f7f7 100%);
  padding-top: 22px;
}

.product-card img,
.product-card.is-perfume img {
  height: 220px;
  padding: 18px 14px 8px;
  filter: drop-shadow(0 16px 18px rgba(0, 0, 0, 0.14));
}

.product-card > button::after {
  left: 18%;
  right: 18%;
  bottom: 18px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0) 68%);
}

.hot-product-badge {
  top: 34px;
  right: 10px;
  background: var(--growth-red);
  color: #fff;
  box-shadow: none;
}

.view-product-label {
  right: 10px;
  bottom: 10px;
  border-radius: 3px;
  background: rgba(17, 17, 17, 0.88);
  color: #fff;
  box-shadow: none;
}

.card-copy {
  gap: 8px;
  padding: 13px 14px 14px;
}

.pill,
.presentation-pill {
  border-radius: 2px;
  background: #f0f0f0;
  color: #222;
  padding: 4px 6px;
  font-size: 10px;
}

.presentation-pill {
  border-color: #e5e5e5;
}

.card-copy strong {
  min-height: 42px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.28;
  text-transform: uppercase;
}

.card-copy p {
  min-height: 40px;
  color: #666;
  font-size: 12px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

.price-box {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.price-box small,
.modal-price small {
  color: #777;
  font-size: 10px;
}

.price-box strong,
.modal-price strong {
  color: var(--growth-red);
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.card-actions {
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 3px;
}

.card-actions button,
.card-actions a {
  min-height: 40px;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
}

.card-consult {
  background: var(--growth-red) !important;
  color: #fff !important;
}

.card-consult:hover {
  background: var(--growth-red-dark) !important;
}

.card-details,
.card-share {
  border-color: #d9d9d9 !important;
  background: #fff !important;
  color: #111 !important;
}

.primary-action {
  border-radius: 4px;
  border-color: var(--growth-red);
  background: var(--growth-red);
  color: #fff;
}

.secondary-action {
  border-radius: 4px;
}

.cart-drawer,
.checkout-dialog,
.product-modal {
  border-radius: 0;
}

.cart-summary strong,
.checkout-total strong {
  color: var(--growth-red);
}

@media (max-width: 760px) {
  .topbar {
    align-items: stretch;
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .view-switch {
    flex: 1;
  }

  .view-switch button {
    flex: 1;
    padding-inline: 8px;
  }
}

@media (max-width: 520px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product-card,
  .product-card.is-perfume {
    min-height: 392px;
    grid-template-rows: 174px 1fr;
  }

  .product-card > button,
  .product-card.is-perfume > button {
    min-height: 174px;
  }

  .product-card img,
  .product-card.is-perfume img {
    height: 166px;
  }

  .price-box strong,
  .modal-price strong {
    font-size: 19px;
  }
}

/* Growth reference pass: marketplace header, sidebar and cards */
:root {
  --growth-blue: #1fa3d6;
  --growth-blue-dark: #06315d;
  --growth-menu: #ffffff;
  --growth-buy: #198a1f;
  --growth-buy-dark: #0f7214;
  --growth-orange: #ff4b12;
  --growth-page: #eeeeee;
  --growth-card-border: #d8d8d8;
  --growth-text: #111111;
}

body {
  background: var(--growth-page);
  color: var(--growth-text);
  padding-bottom: 0;
}

.shipping-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 30px;
  align-items: center;
  background: var(--growth-blue-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.shipping-bar strong {
  justify-self: end;
  min-width: 400px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  padding: 4px 24px;
}

.shipping-bar span {
  justify-self: center;
}

.topbar {
  top: 30px;
  z-index: 29;
  display: grid;
  grid-template-columns: 156px minmax(260px, 520px) auto;
  gap: 28px;
  min-height: 72px;
  border: 0;
  background: var(--growth-blue);
  box-shadow: none;
  padding: 10px clamp(18px, 4vw, 60px);
}

.brand {
  color: #fff;
}

.brand-mark {
  display: none;
}

.brand-name-row {
  display: block;
}

.brand strong {
  color: #fff;
  font-size: 29px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: none;
}

.brand small {
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-search {
  position: relative;
  display: block;
  align-self: center;
}

.header-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.header-search input {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font: inherit;
  padding: 0 48px 0 18px;
  box-shadow: none;
}

.header-search::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 18px;
  height: 18px;
  background: #111;
  content: "";
  transform: translateY(-50%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.topbar-actions {
  justify-content: end;
  gap: 14px;
}

.view-switch {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.view-switch button {
  min-height: 40px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 0 13px;
}

.view-switch button::before,
.view-switch button + button::after {
  display: none;
}

.view-switch button.is-active {
  background: #0b7fb2;
}

.cart-top-button {
  min-height: 42px;
  border-radius: 4px;
  background: #071b36;
  color: #fff;
  padding: 0 13px;
}

.cart-top-button span {
  background: #fff;
  color: #071b36;
}

.service-center-menu {
  position: relative;
  color: #fff;
}

.service-center-menu summary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 11px;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.05;
  list-style: none;
  cursor: pointer;
}

.service-center-menu summary::-webkit-details-marker {
  display: none;
}

.service-center-menu summary::after {
  content: "⌄";
  font-size: 12px;
  line-height: 1;
}

.service-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: #e7f8ed;
  color: var(--tn-green);
  font-size: 17px;
}

.service-center-panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 60;
  width: 260px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #475569;
  padding: 14px 16px;
  box-shadow: 0 22px 48px rgba(7, 17, 31, 0.18);
}

.service-line {
  display: grid;
  gap: 6px;
  padding: 10px 0;
  border-bottom: 1px solid #eef2f6;
}

.service-line:last-child {
  border-bottom: 0;
}

.service-line strong {
  color: #334155;
  font-size: 13px;
  font-weight: 900;
}

.service-line a,
.service-line span {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.service-line a:hover {
  color: var(--tn-green);
}

.reseller-top-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0 13px;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.reseller-top-link:hover,
.service-center-menu summary:hover {
  background: #0b7fb2;
}

.growth-menu {
  position: sticky;
  top: 102px;
  z-index: 28;
  display: flex;
  justify-content: center;
  gap: 0;
  min-height: 30px;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.growth-menu button {
  border: 0;
  background: transparent;
  color: #454545;
  font-size: 10px;
  font-weight: 800;
  padding: 0 18px;
  text-transform: uppercase;
}

.growth-menu button.is-active,
.growth-menu button:hover {
  color: var(--growth-blue);
}

main {
  padding-bottom: 34px;
}

.toolbar {
  max-width: 930px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.filter-group {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.filter-select span {
  color: #333;
  font-size: 10px;
}

.filter-select select {
  min-height: 34px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 12px;
}

.category-share-action {
  min-height: 34px;
  border-radius: 2px !important;
  background: var(--growth-blue) !important;
  color: #fff !important;
}

.showcase-view {
  max-width: 1080px;
  padding-inline: 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 26px 0 12px 178px;
  border: 0;
  padding: 0;
}

.section-heading .eyebrow {
  color: #f04b17;
  font-size: 10px;
  margin: 0 0 3px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

#resultCount {
  color: #666;
  font-size: 11px;
}

.shop-layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 12px;
}

.shop-sidebar {
  align-self: start;
  background: #fff;
  border-right: 1px solid #dcdcdc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 12px 14px 18px;
}

.sidebar-block + .sidebar-block {
  border-top: 1px solid #ececec;
  margin-top: 18px;
  padding-top: 16px;
}

.sidebar-block h3 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
  color: #111;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sidebar-block h3::after {
  color: #777;
  content: "-";
}

.sidebar-block button {
  display: flex;
  width: 100%;
  min-height: 28px;
  align-items: center;
  border: 0;
  background: transparent;
  color: #555;
  font-size: 11px;
  text-align: left;
}

.sidebar-block button::before {
  width: 13px;
  height: 13px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  margin-right: 9px;
  content: "";
}

.sidebar-block button.is-active {
  color: var(--growth-blue);
  font-weight: 900;
}

.sidebar-block button.is-active::before {
  border-color: var(--growth-blue);
  background: var(--growth-blue);
  box-shadow: inset 0 0 0 3px #fff;
}

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

.product-card,
.product-card.is-perfume {
  min-height: 350px;
  border: 1px solid var(--growth-card-border);
  border-radius: 4px;
  background: #fff;
  grid-template-rows: 186px 1fr;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  contain-intrinsic-size: 350px;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}

.card-brand-strip {
  display: none;
}

.discount-badge {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 8px;
  border-radius: 4px;
  background: var(--growth-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 8px;
}

.favorite-card {
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #d8edf8;
  border-radius: 999px;
  background: #fff;
  color: var(--growth-blue);
  font-size: 18px;
  line-height: 1;
  padding: 0;
}

.product-card > button,
.product-card.is-perfume > button {
  min-height: 186px;
  background: #fff;
  padding-top: 18px;
}

.product-card img,
.product-card.is-perfume img {
  height: 176px;
  padding: 14px 16px 6px;
  filter: none;
}

.product-card > button::after {
  display: none;
}

.hot-product-badge {
  top: 10px;
  left: 8px;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 4px;
  background: var(--growth-orange);
  color: #fff;
  box-shadow: none;
  font-size: 0;
  padding: 5px 8px;
}

.hot-product-badge::before {
  content: "-10%";
  font-size: 11px;
}

.view-product-label {
  display: none;
}

.card-copy {
  gap: 6px;
  padding: 9px 11px 12px;
}

.card-meta {
  min-height: 18px;
}

.pill {
  border-radius: 0;
  background: #e5f5fb;
  color: #0b7fb2;
  font-size: 8px;
  padding: 3px 5px;
}

.presentation-pill {
  border: 0;
  border-radius: 0;
  background: #ececec;
  color: #333;
  font-size: 8px;
  padding: 3px 5px;
}

.card-copy strong {
  min-height: 35px;
  color: #111;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.28;
  text-transform: none;
}

.card-copy p {
  display: none;
}

.rating-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f6a000;
  font-size: 11px;
  font-weight: 900;
}

.rating-row small {
  color: #777;
  font-size: 9px;
  font-weight: 700;
}

.price-row {
  margin-top: 0;
}

.price-box {
  display: grid;
  gap: 2px;
  padding: 0;
}

.price-box del {
  color: #777;
  font-size: 10px;
}

.price-box strong {
  color: #008a16;
  font-size: 18px;
  font-weight: 950;
}

.price-box em {
  color: #008a16;
  font-size: 9px;
  font-style: normal;
}

.price-box small {
  color: #111;
  font-size: 9px;
  font-weight: 800;
  text-transform: none;
}

.card-actions {
  margin-top: 5px;
}

.card-actions button {
  min-height: 24px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 950;
}

.card-consult {
  background: var(--growth-buy) !important;
}

.card-consult:hover {
  background: var(--growth-buy-dark) !important;
}

.modal-price strong,
.cart-summary strong,
.checkout-total strong {
  color: #008a16;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr;
    gap: 10px;
    top: 0;
  }

  .shipping-bar,
  .growth-menu {
    position: static;
  }

  .shipping-bar {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 4px 8px;
  }

  .shipping-bar strong {
    min-width: 0;
    justify-self: center;
  }

  .growth-menu {
    overflow-x: auto;
    justify-content: flex-start;
  }

  .growth-menu button {
    flex: 0 0 auto;
  }

  .toolbar,
  .showcase-view {
    padding-inline: 12px;
  }

  .section-heading {
    margin-left: 0;
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-sidebar {
    display: none;
  }

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

@media (max-width: 520px) {
  .product-card,
  .product-card.is-perfume {
    min-height: 340px;
    grid-template-rows: 150px 1fr;
  }

  .product-card > button,
  .product-card.is-perfume > button {
    min-height: 150px;
  }

  .product-card img,
  .product-card.is-perfume img {
    height: 144px;
    padding-inline: 8px;
  }

  .card-copy {
    padding: 8px;
  }

  .price-box strong {
    font-size: 16px;
  }
}

/* Final polish pass: tighter Growth-like proportions */
.shipping-bar {
  grid-template-columns: minmax(220px, 1fr) minmax(360px, 1fr) minmax(220px, 1fr);
  min-height: 31px;
}

.shipping-bar::before,
.shipping-bar::after {
  color: #fff;
  content: "CAMPANHA FRETE GRÁTIS BRASIL: A PARTIR DE R$ 99,90";
  font-weight: 950;
}

.shipping-bar strong {
  justify-self: center;
  min-width: min(100%, 400px);
  padding-block: 5px;
}

.shipping-bar span {
  display: none;
}

.topbar {
  grid-template-columns: 170px minmax(320px, 520px) minmax(300px, 1fr);
  min-height: 70px;
  padding-inline: max(46px, calc((100vw - 1210px) / 2));
}

.brand {
  min-width: 170px;
}

.brand-name-row {
  line-height: 0.82;
}

.brand strong {
  display: block;
  font-size: 31px;
  letter-spacing: -0.075em;
}

.brand small {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  letter-spacing: 0.21em;
}

.header-search input {
  min-height: 40px;
  border-radius: 6px;
  font-size: 12px;
}

.topbar-actions {
  min-width: 0;
}

.view-switch {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.15);
  padding: 3px;
}

.view-switch button {
  min-height: 34px;
}

.cart-top-button {
  min-height: 40px;
  background: #071a36;
}

.growth-menu {
  justify-content: center;
  padding-inline: max(0px, calc((100vw - 1210px) / 2));
}

.growth-menu button {
  min-height: 30px;
  padding-inline: 17px;
}

.growth-menu button:first-child {
  min-width: 142px;
  color: #111;
  text-align: left;
}

.growth-menu button:first-child::before {
  display: inline-block;
  margin-right: 9px;
  content: "☰";
  font-size: 16px;
  line-height: 0;
  vertical-align: -1px;
}

.toolbar {
  max-width: 1038px;
  margin-left: calc((100vw - 1210px) / 2 + 182px);
  margin-right: auto;
}

.showcase-view {
  max-width: 1210px;
}

.section-heading {
  margin-left: 182px;
}

.shop-layout {
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 12px;
}

.shop-sidebar {
  border-right: 1px solid #e5e5e5;
  padding: 13px 14px;
}

.sidebar-block + .sidebar-block {
  margin-top: 13px;
  padding-top: 13px;
}

.sidebar-block h3 {
  margin-bottom: 9px;
  font-size: 10px;
}

.sidebar-block button {
  min-height: 26px;
  padding: 0;
  font-size: 10.5px;
}

.sidebar-block button::before {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}

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

.product-card,
.product-card.is-perfume {
  min-height: 333px;
  grid-template-rows: 170px 1fr;
  contain-intrinsic-size: 333px;
}

.product-card > button,
.product-card.is-perfume > button {
  min-height: 170px;
  padding-top: 16px;
}

.product-card img,
.product-card.is-perfume img {
  height: 162px;
  padding: 13px 12px 5px;
}

.discount-badge {
  top: 8px;
  left: 7px;
  font-size: 10px;
  padding: 4px 7px;
}

.favorite-card {
  top: 7px;
  right: 7px;
  width: 23px;
  height: 23px;
}

.card-copy {
  gap: 5px;
  padding: 8px 10px 10px;
}

.card-meta {
  min-height: 16px;
}

.pill,
.presentation-pill {
  font-size: 7.5px;
  padding: 3px 4px;
}

.card-copy strong {
  min-height: 31px;
  font-size: 10.5px;
}

.rating-row {
  font-size: 10px;
}

.price-box strong {
  font-size: 17px;
}

.price-box small,
.price-box em,
.price-box del {
  font-size: 8.5px;
}

.card-actions button {
  min-height: 23px;
  font-size: 9.5px;
}

.product-modal {
  width: min(930px, calc(100vw - 28px));
}

.modal-image {
  border-radius: 0;
  background: #fff;
}

.modal-price {
  border-radius: 0;
  background: #fff;
}

@media (max-width: 1260px) {
  .topbar {
    padding-inline: 46px;
  }

  .toolbar {
    margin-left: 228px;
  }

  .showcase-view {
    max-width: calc(100vw - 90px);
  }
}

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

@media (max-width: 980px) {
  .shipping-bar {
    grid-template-columns: 1fr;
  }

  .shipping-bar::before,
  .shipping-bar::after {
    display: none;
  }

  .topbar {
    grid-template-columns: 1fr auto;
    padding: 10px 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 26px;
  }

  .header-search {
    grid-column: 1 / -1;
    order: 3;
  }

  .topbar-actions {
    justify-self: end;
  }

  .toolbar {
    max-width: none;
    margin: 12px;
  }

  .showcase-view {
    max-width: none;
  }

  .section-heading {
    margin-left: 0;
  }
}

@media (max-width: 620px) {
  .topbar {
    grid-template-columns: 1fr;
  }

  .topbar-actions {
    width: 100%;
    justify-self: stretch;
  }

  .view-switch {
    flex: 1;
  }

  .cart-top-button {
    min-width: 112px;
  }

  .filter-group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .product-card,
  .product-card.is-perfume {
    min-height: 314px;
    grid-template-rows: 136px 1fr;
  }

  .product-card > button,
  .product-card.is-perfume > button {
    min-height: 136px;
  }

  .product-card img,
  .product-card.is-perfume img {
    height: 130px;
    padding: 10px 7px 4px;
  }

  .card-copy strong {
    min-height: 29px;
    font-size: 10px;
  }

  .price-box strong {
    font-size: 15px;
  }
}

/* Card proportion and text fixes */
.product-card > button.favorite-card {
  position: absolute !important;
  top: 8px;
  right: 8px;
  left: auto;
  z-index: 5;
  display: grid;
  width: 24px !important;
  min-width: 24px;
  height: 24px;
  min-height: 24px !important;
  place-items: center;
  border: 1px solid #d8edf8;
  border-radius: 999px;
  background: #fff;
  color: var(--growth-blue);
  font-size: 17px;
  line-height: 1;
  padding: 0 !important;
  text-align: center;
}

.product-card,
.product-card.is-perfume {
  min-height: 318px;
  grid-template-rows: 142px 1fr;
  contain-intrinsic-size: 318px;
}

.product-card > button.product-image-button,
.product-card.is-perfume > button.product-image-button {
  min-height: 142px;
  padding-top: 12px;
}

.product-card img,
.product-card.is-perfume img {
  height: 134px;
  padding: 8px 8px 2px;
  object-fit: contain;
  transform: scale(1.22);
  transform-origin: center center;
}

.discount-badge {
  top: 8px;
  left: 8px;
  min-width: 40px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1;
  padding: 5px 8px;
  text-align: center;
  white-space: nowrap;
  transform: none;
}

.card-copy {
  gap: 4px;
  padding: 8px 10px 10px;
}

.card-meta {
  min-height: auto;
}

.card-copy strong {
  min-height: 30px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  font-size: 10.5px;
  line-height: 1.24;
}

.rating-row {
  line-height: 1;
}

.price-box {
  gap: 1px;
}

.price-box strong {
  font-size: 16px;
}

.card-actions {
  margin-top: 4px;
}

.card-actions button {
  min-height: 24px;
}

@media (max-width: 520px) {
  .product-card,
  .product-card.is-perfume {
    min-height: 300px;
    grid-template-rows: 128px 1fr;
  }

  .product-card > button.product-image-button,
  .product-card.is-perfume > button.product-image-button {
    min-height: 128px;
  }

  .product-card img,
  .product-card.is-perfume img {
    height: 122px;
    transform: scale(1.18);
  }
}

/* Mobile card reset */
@media (max-width: 680px) {
  body {
    background: #eeeeee;
  }

  .shipping-bar {
    min-height: 34px;
    font-size: 9px;
    line-height: 1.2;
  }

  .shipping-bar strong {
    width: calc(100% - 18px);
    min-width: 0;
    padding: 5px 10px;
  }

  .topbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 10px 10px 12px;
  }

  .brand strong {
    font-size: 26px;
  }

  .brand small {
    font-size: 8px;
  }

  .header-search {
    width: 100%;
  }

  .header-search input {
    min-height: 38px;
    font-size: 12px;
  }

  .topbar-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .view-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .view-switch button,
  .cart-top-button {
    min-height: 36px;
    font-size: 10px;
  }

  .growth-menu {
    min-height: 34px;
    overflow-x: auto;
    justify-content: flex-start;
    padding-inline: 8px;
  }

  .growth-menu button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 12px;
    font-size: 9px;
  }

  .toolbar {
    margin: 10px 8px;
    padding: 8px;
  }

  .filter-select select {
    min-height: 36px;
  }

  .showcase-view {
    padding-inline: 8px;
  }

  .section-heading {
    align-items: flex-start;
    gap: 4px;
    margin: 16px 0 10px;
  }

  .section-heading h2 {
    font-size: 20px;
    line-height: 1.08;
  }

  #resultCount {
    font-size: 10px;
  }

  .shop-layout {
    display: block;
  }

  .product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .product-card,
  .product-card.is-perfume {
    min-height: 0;
    grid-template-rows: auto auto;
    contain-intrinsic-size: auto;
  }

  .product-card > button.product-image-button,
  .product-card.is-perfume > button.product-image-button {
    min-height: 0;
    aspect-ratio: 1 / 0.92;
    padding: 18px 6px 2px;
  }

  .product-card img,
  .product-card.is-perfume img {
    width: 100%;
    height: 100%;
    max-height: none;
    padding: 0;
    object-fit: contain;
    transform: scale(1);
  }

  .discount-badge {
    top: 6px;
    left: 6px;
    min-width: 34px;
    font-size: 9px;
    padding: 4px 6px;
  }

  .product-card > button.favorite-card {
    top: 6px;
    right: 6px;
    width: 22px !important;
    min-width: 22px;
    height: 22px;
    min-height: 22px !important;
    font-size: 15px;
  }

  .card-copy {
    gap: 4px;
    padding: 7px 8px 8px;
  }

  .card-meta {
    gap: 4px;
  }

  .pill,
  .presentation-pill {
    font-size: 7px;
    padding: 3px 4px;
  }

  .card-copy strong {
    min-height: 32px;
    font-size: 10px;
    line-height: 1.18;
  }

  .rating-row {
    font-size: 9px;
  }

  .rating-row small {
    font-size: 8px;
  }

  .price-box del,
  .price-box em,
  .price-box small {
    font-size: 8px;
    line-height: 1.15;
  }

  .price-box strong {
    font-size: 15px;
    line-height: 1;
  }

  .card-actions {
    margin-top: 4px;
  }

  .card-actions button {
    min-height: 28px;
    font-size: 9px;
  }
}

@media (max-width: 360px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .product-card > button.product-image-button,
  .product-card.is-perfume > button.product-image-button {
    aspect-ratio: 1 / 0.88;
  }
}

/* Final mobile proportion lock: always keep the store grid in two columns. */
@media (max-width: 680px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-card,
  .product-card.is-perfume {
    overflow: hidden;
    border-radius: 4px;
  }

  .product-card > button.product-image-button,
  .product-card.is-perfume > button.product-image-button {
    aspect-ratio: 1 / 0.86;
    padding: 24px 6px 4px;
  }

  .card-copy {
    min-width: 0;
    padding: 7px 7px 8px;
  }

  .card-meta {
    min-width: 0;
  }

  .pill,
  .presentation-pill {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    line-height: 1.1;
  }

  .card-copy strong {
    min-height: 30px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .price-line {
    align-items: flex-start;
    flex-direction: column;
    gap: 1px;
  }

  .price-box strong {
    font-size: 14px;
  }

  .price-box em,
  .price-box small {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .card-actions button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .product-grid {
    gap: 7px;
  }

  .product-card > button.product-image-button,
  .product-card.is-perfume > button.product-image-button {
    aspect-ratio: 1 / 0.82;
    padding-top: 22px;
  }

  .card-copy {
    padding-inline: 6px;
  }

  .price-box strong {
    font-size: 13px;
  }
}


/* Premium typography system */
body {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #2E3B4E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2 {
  font-family: "Inter", sans-serif;
  color: #07111F;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

h3 {
  font-family: "Inter", sans-serif;
  color: #07111F;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.section-heading h2,
.modal-copy h2,
.cart-header h2,
.checkout-form h2 {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.8px;
}

.section-heading p,
.modal-copy p,
.checkout-note,
.cart-empty {
  color: #5D6B7A;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.product-card strong,
.modal-copy h3,
.sidebar-block h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}

.product-card p,
.card-copy,
.summary-item span {
  color: #2E3B4E;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

label,
.filter-select span,
.checkout-form label,
.sidebar-block h3,
.eyebrow,
.view-product-label {
  color: #5F6C7B;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

input,
select,
textarea,
.header-search input,
.checkout-form input,
.checkout-form textarea {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
}

input::placeholder,
textarea::placeholder,
.header-search input::placeholder {
  color: #94A3B8;
  font-size: 15px;
}

button,
.primary-action,
.secondary-action,
.card-actions button,
.cart-top-button,
.view-switch button,
.growth-menu button,
.sidebar-block button {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: none;
}

.price-box strong,
.price-line strong,
.card-price,
.cart-summary strong,
.checkout-total strong {
  color: #168C2F;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.8px;
}

.price-box del,
.price-line del {
  color: #9CA3AF;
  font-size: 15px;
  font-weight: 500;
  text-decoration: line-through;
}

.product-card,
.cart-drawer,
.checkout-dialog,
.product-modal .modal-body {
  letter-spacing: 0;
}

.card-actions,
.price-row,
.shop-layout,
.product-grid {
  gap: 24px;
}

@media (max-width: 720px) {
  h1,
  h2,
  .section-heading h2,
  .modal-copy h2,
  .cart-header h2,
  .checkout-form h2 {
    font-size: 28px;
  }

  .price-box strong,
  .price-line strong,
  .card-price,
  .cart-summary strong,
  .checkout-total strong {
    font-size: 24px;
  }
}

/* Tudo Natural rebrand */
:root {
  --tn-green: #168C2F;
  --tn-green-dark: #0F7627;
  --tn-green-light: #EAF8EF;
  --tn-blue: #0B4F7A;
  --tn-blue-light: #EAF7FC;
  --tn-header: #07111F;
  --tn-orange: #FF5A1F;
  --tn-bg: #F4F6F8;
  --tn-card: #FFFFFF;
  --tn-border: #E2E8F0;
  --tn-text: #111827;
  --tn-muted: #64748B;
}

body {
  background: var(--tn-bg);
  color: var(--tn-text);
}

.shipping-bar {
  min-height: 28px;
  background: var(--tn-header) !important;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
}

.shipping-bar span,
.shipping-bar strong {
  color: #FFFFFF;
}

.store-identity-bar {
  min-height: 52px;
  padding: 8px clamp(12px, 4vw, 36px);
  background: #FFFFFF;
  border-bottom: 1px solid var(--tn-border);
  color: var(--tn-text);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.store-identity-bar strong {
  font-size: 13px;
  font-weight: 900;
}

.store-identity-bar span {
  color: var(--tn-muted);
  font-size: 12px;
  font-weight: 700;
}

.official-store-pill {
  background: var(--tn-green-light) !important;
  color: var(--tn-green) !important;
  border: 1px solid rgba(22, 140, 47, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px !important;
  font-weight: 900 !important;
}

#storeIdentityWhatsapp {
  background: var(--tn-green);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

#copyStoreUrl {
  background: var(--tn-header);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

.topbar {
  min-height: 78px;
  background: linear-gradient(135deg, var(--tn-blue), var(--tn-green)) !important;
  color: #FFFFFF;
  border-bottom: 0;
  box-shadow: 0 14px 32px rgba(7, 17, 31, 0.22);
}

.brand {
  min-width: 230px;
}

.brand-mark {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 24px;
}

.brand-name-row strong {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.brand small {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.verified-badge {
  display: none !important;
}

.header-search input {
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.view-switch button {
  min-height: 42px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 900;
}

.view-switch button.is-active,
.view-switch button:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #FFFFFF !important;
}

.cart-top-button {
  min-height: 44px;
  background: var(--tn-header) !important;
  color: #FFFFFF;
  border-radius: 10px;
}

.growth-menu {
  height: 42px;
  background: #FFFFFF !important;
  border-bottom: 1px solid var(--tn-border);
}

.growth-menu button {
  color: #334155;
  font-size: 14px;
  font-weight: 800;
}

.growth-menu button.is-active,
.growth-menu button:hover {
  color: var(--tn-green) !important;
}

.reader-view,
#readerView {
  display: none !important;
}

.section-heading {
  align-items: end;
}

.section-heading .eyebrow {
  color: var(--tn-green) !important;
  font-size: 12px;
  font-weight: 900;
}

.section-heading h2 {
  color: var(--tn-text);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.heading-subtitle {
  margin: 6px 0 0;
  color: var(--tn-muted);
  font-size: 14px;
  font-weight: 600;
}

#resultCount {
  color: var(--tn-muted);
  font-size: 13px;
  font-weight: 900;
}

.shop-sidebar {
  background: #FFFFFF !important;
  border: 1px solid var(--tn-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.sidebar-title {
  margin-bottom: 14px;
  color: var(--tn-text);
  font-size: 15px;
  font-weight: 900;
}

.sidebar-block h3 {
  color: var(--tn-text);
  font-size: 13px;
  font-weight: 900;
}

.sidebar-block button {
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.product-card,
.product-card.is-perfume {
  background: #FFFFFF !important;
  border: 1px solid var(--tn-border) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08) !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-card:hover,
.product-card.is-perfume:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12) !important;
}

.product-card strong {
  color: var(--tn-text);
  font-size: 16px;
  font-weight: 900;
}

.discount-badge {
  background: var(--tn-orange) !important;
  color: #FFFFFF !important;
}

.price-box strong {
  color: var(--tn-green) !important;
}

.price-box em {
  color: var(--tn-green-dark) !important;
}

.card-consult {
  height: 38px !important;
  background: var(--tn-green) !important;
  color: #FFFFFF !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.card-consult:hover {
  background: var(--tn-green-dark) !important;
}

@media (max-width: 720px) {
  .store-identity-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
  }

  .brand {
    min-width: 0;
  }

  .brand-name-row strong {
    font-size: 21px;
  }

  .view-switch {
    width: 100%;
  }
}

/* Fibras Complex sales landing */
.product-modal--fibra {
  width: min(1180px, calc(100vw - 24px)) !important;
  max-height: calc(100vh - 22px) !important;
  overflow: auto !important;
  border-radius: 18px !important;
  background: #f5fbf9 !important;
}

.product-modal--fibra .modal-close {
  position: sticky;
  top: 14px;
  margin-left: auto;
  z-index: 20;
  display: grid;
  transform: translate(-14px, 14px);
  box-shadow: 0 14px 34px rgba(7, 17, 31, 0.14);
}

.product-modal--fibra .modal-body {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr) !important;
  gap: clamp(24px, 4vw, 48px) !important;
  padding: clamp(24px, 4vw, 46px) !important;
  overflow: visible !important;
  border-radius: 18px !important;
  background:
    radial-gradient(circle at 18% 14%, rgba(9, 151, 173, 0.12), transparent 28%),
    radial-gradient(circle at 84% 4%, rgba(22, 140, 47, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f1fbf8 100%) !important;
}

.product-modal--fibra .modal-body::after {
  display: none !important;
}

.product-modal--fibra .modal-image {
  min-height: 560px !important;
  padding: 24px !important;
  align-self: start !important;
  border: 1px solid rgba(13, 148, 136, 0.16) !important;
  border-radius: 24px !important;
  background:
    radial-gradient(circle at 50% 44%, rgba(8, 145, 178, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #e9fbf7 100%) !important;
  box-shadow: 0 28px 70px rgba(11, 79, 122, 0.13) !important;
}

.product-modal--fibra #modalProductImage {
  width: min(86%, 430px) !important;
  max-height: 470px !important;
  padding: 0 !important;
  background: transparent !important;
  filter: drop-shadow(0 30px 38px rgba(7, 17, 31, 0.22)) !important;
}

.product-modal--fibra .fibra-visual-decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.product-modal--fibra .fibra-visual-decor > span {
  position: absolute;
  top: 18px;
  left: 18px;
  border-radius: 999px;
  background: #0f766e;
  color: #ffffff;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-modal--fibra .fibra-scene-img {
  position: absolute;
  display: block;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 20px 38px rgba(11, 79, 122, 0.16);
}

.product-modal--fibra .fibra-scene-img--spirulina {
  top: 72px;
  right: 24px;
  width: 118px;
  height: 118px;
}

.product-modal--fibra .fibra-scene-img--psyllium {
  left: 24px;
  bottom: 94px;
  width: 128px;
  height: 128px;
}

.product-modal--fibra .fibra-visual-caption {
  left: 22px !important;
  right: 22px !important;
  bottom: 20px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 16px 32px rgba(11, 79, 122, 0.1);
}

.product-modal--fibra .modal-copy {
  align-self: center !important;
  gap: 16px !important;
}

.product-modal--fibra #modalCategory {
  background: #dcfce7 !important;
  color: #166534 !important;
}

.product-modal--fibra #modalTitle {
  max-width: 620px;
  color: #082f36 !important;
  font-size: clamp(44px, 5vw, 74px) !important;
  font-weight: 950 !important;
  line-height: 0.96 !important;
  letter-spacing: 0 !important;
}

.product-modal--fibra #modalDescription {
  max-width: 620px !important;
  color: #264653 !important;
  font-size: clamp(17px, 2vw, 21px) !important;
  font-weight: 750 !important;
  line-height: 1.55 !important;
}

.product-modal--fibra .modal-price {
  border: 1px solid rgba(22, 140, 47, 0.16) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  padding: 8px !important;
  box-shadow: 0 18px 42px rgba(22, 140, 47, 0.11) !important;
}

.product-modal--fibra .modal-price strong {
  color: #168c2f !important;
  font-size: clamp(34px, 4vw, 46px) !important;
}

.product-modal--fibra .modal-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 12px !important;
  margin-top: 4px !important;
}

.product-modal--fibra #addToCartModal,
.product-modal--fibra .fibra-offer-button {
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #e50914 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 34px rgba(229, 9, 20, 0.22) !important;
}

.product-modal--fibra #shareProductLink {
  min-height: 58px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}

.fibra-product-story {
  grid-column: 1 / -1;
  display: grid !important;
  gap: 22px !important;
  margin-top: 0 !important;
}

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

.fibra-trust-row span {
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 16px;
  background: #ffffff;
  color: #0f3f46;
  padding: 16px 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(11, 79, 122, 0.06);
}

.fibra-section-heading {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 4px auto 0;
  text-align: center;
}

.fibra-section-heading span,
.fibra-section-tag {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: #e0f7f3;
  color: #0f766e;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.fibra-section-heading h3 {
  max-width: 760px;
  margin: 12px 0 8px;
  color: #082f36;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
  letter-spacing: 0;
}

.fibra-section-heading p {
  max-width: 680px;
  margin: 0;
  color: #4b6470;
  font-size: 16px;
  font-weight: 650;
}

.fibra-benefit-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border-radius: 20px !important;
  background: linear-gradient(135deg, #008aa0, #0f766e) !important;
  box-shadow: 0 18px 42px rgba(0, 119, 143, 0.22) !important;
}

.fibra-benefit-grid article {
  gap: 10px !important;
  padding: 22px 18px !important;
}

.fibra-benefit-grid strong {
  font-size: 15px !important;
  line-height: 1.16 !important;
}

.fibra-benefit-grid span {
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.fibra-sales-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 18px;
}

.fibra-benefits-list,
.fibra-usage-card,
.fibra-ingredients,
.fibra-offer-box {
  border: 1px solid rgba(13, 148, 136, 0.16) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  padding: 24px !important;
  box-shadow: 0 18px 42px rgba(11, 79, 122, 0.07);
}

.fibra-benefits-list h4 {
  margin: 12px 0 14px !important;
  color: #082f36 !important;
  font-size: 24px !important;
  font-weight: 950 !important;
  text-transform: none !important;
}

.fibra-benefits-list li {
  color: #1f3440 !important;
  font-size: 15px !important;
  font-weight: 750 !important;
}

.fibra-usage-card {
  align-content: center !important;
  background: linear-gradient(135deg, #008aa0, #0f766e) !important;
}

.fibra-usage-card strong {
  font-size: 24px !important;
}

.fibra-usage-card span {
  font-size: 14px !important;
}

.fibra-cta-note {
  margin: -2px 0 0 !important;
  color: #64748b !important;
  font-size: 11px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
}

.fibra-ingredients {
  gap: 16px !important;
}

.fibra-ingredients strong {
  display: block;
  margin-top: 10px;
  color: #082f36 !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  text-transform: none !important;
}

.fibra-ingredient-gallery {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.fibra-ingredient-card {
  border-radius: 18px !important;
  background: #f6fbfa !important;
  padding: 12px !important;
}

.fibra-ingredient-photo {
  width: 96px !important;
  height: 96px !important;
  border-radius: 18px !important;
  border: 0 !important;
}

.fibra-ingredient-card span:last-child {
  color: #082f36 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}

.fibra-offer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: linear-gradient(135deg, #ffffff, #ecfdf5) !important;
}

.fibra-offer-box span {
  color: #0f766e;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.fibra-offer-box strong {
  display: block;
  margin-top: 4px;
  color: #168c2f;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 950;
}

.fibra-offer-box p {
  max-width: 520px;
  margin: 4px 0 0;
  color: #4b6470;
  font-weight: 650;
}

.fibra-offer-button {
  min-width: 280px;
}

@media (max-width: 900px) {
  .product-modal--fibra .modal-body {
    grid-template-columns: 1fr !important;
    padding: 18px !important;
  }

  .product-modal--fibra .modal-image {
    min-height: 500px !important;
  }

  .product-modal--fibra .modal-copy {
    align-self: start !important;
  }

  .fibra-trust-row,
  .fibra-benefit-grid,
  .fibra-sales-split {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .fibra-ingredient-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .fibra-offer-box {
    display: grid;
  }

  .fibra-offer-button {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 560px) {
  .product-modal--fibra {
    width: calc(100vw - 12px) !important;
    max-height: calc(100vh - 12px) !important;
    border-radius: 14px !important;
  }

  .product-modal--fibra .modal-close {
    transform: translate(-8px, 8px);
  }

  .product-modal--fibra .modal-body {
    gap: 18px !important;
    padding: 12px !important;
  }

  .product-modal--fibra .modal-image {
    min-height: 410px !important;
    border-radius: 18px !important;
  }

  .product-modal--fibra #modalProductImage {
    width: min(82%, 270px) !important;
    max-height: 300px !important;
  }

  .product-modal--fibra .fibra-scene-img--spirulina {
    width: 78px;
    height: 78px;
    top: 54px;
    right: 14px;
  }

  .product-modal--fibra .fibra-scene-img--psyllium {
    width: 86px;
    height: 86px;
    left: 14px;
    bottom: 82px;
  }

  .product-modal--fibra #modalTitle {
    font-size: 40px !important;
  }

  .product-modal--fibra .modal-actions {
    grid-template-columns: 1fr !important;
  }

  .fibra-trust-row,
  .fibra-benefit-grid,
  .fibra-sales-split,
  .fibra-ingredient-gallery {
    grid-template-columns: 1fr !important;
  }

  .fibra-benefit-grid article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .fibra-benefit-grid article:last-child {
    border-bottom: 0;
  }

  .fibra-ingredient-card {
    grid-template-columns: 76px 1fr !important;
    align-items: center !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .fibra-ingredient-photo {
    width: 76px !important;
    height: 76px !important;
  }
}

/* Fibras Complex: restore the original compact premium popup */
.product-modal--fibra {
  width: min(980px, calc(100vw - 28px)) !important;
  max-height: min(88vh, 760px) !important;
  overflow: auto !important;
  border-radius: 18px !important;
  background: #f7fcfd !important;
}

.product-modal--fibra .modal-close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  margin-left: 0 !important;
  transform: none !important;
}

.product-modal--fibra .modal-body {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(16px, 2.4vw, 26px) !important;
  overflow: hidden !important;
  padding: clamp(18px, 3vw, 28px) !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 6% 8%, rgba(16, 148, 169, 0.13), transparent 28%),
    radial-gradient(circle at 94% 12%, rgba(22, 140, 47, 0.12), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f3fbfc 52%, #e8f8f9 100%) !important;
}

.product-modal--fibra .modal-image {
  min-height: 0 !important;
  height: 420px !important;
  align-self: start !important;
  padding: 0 !important;
  border: 1px solid rgba(15, 118, 39, 0.14) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.product-modal--fibra #modalProductImage {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 18px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: none !important;
}

.product-modal--fibra .fibra-formula-badge {
  padding: 5px 9px !important;
  font-size: 10px !important;
}

.product-modal--fibra .fibra-hero-card h3 {
  margin: 7px 0 3px !important;
  font-size: 38px !important;
}

.product-modal--fibra .fibra-hero-card h3 span {
  font-size: 17px !important;
}

.product-modal--fibra .fibra-hero-card p {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.product-modal--fibra #fibraVisualDecor,
.product-modal--fibra #fibraVisualCaption,
.product-modal--fibra .fibra-trust-row,
.product-modal--fibra .fibra-section-heading,
.product-modal--fibra .fibra-offer-box {
  display: none !important;
}

.product-modal--fibra .modal-copy {
  align-self: stretch !important;
  gap: 10px !important;
}

.product-modal--fibra #modalTitle {
  color: #12323d !important;
  font-size: clamp(30px, 3.4vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.product-modal--fibra #modalDescription {
  max-width: 560px !important;
  color: #38515c !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.product-modal--fibra .modal-price {
  border-radius: 12px !important;
  padding: 12px 14px !important;
}

.product-modal--fibra .modal-price small {
  font-size: 10px !important;
}

.product-modal--fibra .modal-price strong {
  font-size: 28px !important;
}

.product-modal--fibra .info-list span {
  padding: 7px 10px !important;
  font-size: 12px !important;
}

.product-modal--fibra .modal-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

.product-modal--fibra #addToCartModal {
  min-height: 42px !important;
  border-radius: 8px !important;
  padding: 0 18px !important;
  background: var(--tn-green) !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

.product-modal--fibra #shareProductLink {
  min-height: 42px !important;
  border-radius: 8px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
}

.fibra-product-story {
  grid-column: auto !important;
  display: grid !important;
  gap: 10px !important;
  margin-top: 2px !important;
}

.fibra-hero-card {
  border: 1px solid rgba(0, 119, 143, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  padding: 12px !important;
  box-shadow: none !important;
}

.fibra-benefit-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #078aa4, #05a4ba) !important;
}

.fibra-benefit-grid article {
  gap: 5px !important;
  padding: 11px 10px !important;
}

.fibra-benefit-grid strong {
  font-size: 10px !important;
}

.fibra-benefit-grid span {
  font-size: 10px !important;
  line-height: 1.28 !important;
}

.fibra-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.5fr) !important;
  gap: 12px !important;
}

.fibra-benefits-list,
.fibra-usage-card,
.fibra-ingredients {
  border-radius: 12px !important;
  padding: 12px !important;
  box-shadow: none !important;
}

.fibra-benefits-list h4 {
  margin: 0 0 10px !important;
  color: #087d92 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.fibra-benefits-list li {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.fibra-usage-card strong {
  font-size: 14px !important;
}

.fibra-usage-card span {
  font-size: 11px !important;
}

.fibra-ingredients {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
}

.fibra-ingredients strong {
  width: 100% !important;
  margin-top: 0 !important;
  color: #087d92 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

.fibra-ingredients > span {
  border-radius: 999px !important;
  background: #eef9f5 !important;
  color: #24515c !important;
  padding: 6px 8px !important;
  font-size: 10px !important;
  font-weight: 850 !important;
}

@media (max-width: 860px) {
  .product-modal--fibra .modal-body {
    grid-template-columns: 1fr !important;
  }

  .fibra-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .product-modal--fibra #modalProductImage {
    min-height: 240px !important;
    max-height: 340px !important;
  }
}

@media (max-width: 560px) {
  .product-modal--fibra .modal-body {
    gap: 12px !important;
    padding: 10px !important;
  }

  .product-modal--fibra .modal-image {
    height: 270px !important;
    min-height: 0 !important;
    border-radius: 12px !important;
  }

  .product-modal--fibra #modalProductImage {
    width: 100% !important;
    height: 100% !important;
    max-height: 270px !important;
    min-height: 0 !important;
    padding: 4px !important;
  }

  .product-modal--fibra #modalTitle {
    font-size: 28px !important;
  }

  .product-modal--fibra #modalDescription {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .product-modal--fibra .modal-price strong {
    font-size: 24px !important;
  }

  .product-modal--fibra .modal-price {
    padding: 10px 12px !important;
  }

  .fibra-benefit-grid,
  .fibra-detail-grid {
    grid-template-columns: 1fr !important;
  }

  .fibra-benefit-grid {
    gap: 8px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .fibra-benefit-grid article {
    border: 1px solid rgba(0, 119, 143, 0.14) !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #12323d !important;
    padding: 10px 11px !important;
  }

  .fibra-benefit-grid strong {
    color: #087d92 !important;
    font-size: 11px !important;
  }

  .fibra-benefit-grid span {
    color: #38515c !important;
    font-size: 10px !important;
  }

  .product-modal--fibra .modal-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Final visual priority for the universal premium modal */
.product-modal--premium {
  width: min(980px, calc(100vw - 28px)) !important;
  max-height: min(88vh, 760px) !important;
  overflow: auto !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
}

.product-modal--premium .modal-body {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr) !important;
  gap: clamp(16px, 2.4vw, 26px) !important;
  overflow: hidden !important;
  padding: clamp(18px, 3vw, 28px) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
}

.product-modal--premium .modal-image {
  height: 420px !important;
  min-height: 0 !important;
  align-self: start !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.product-modal--premium #modalProductImage {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 12px !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: none !important;
}

.product-modal--premium .modal-copy {
  gap: 10px !important;
  align-self: stretch !important;
}

.product-modal--premium #modalCategory {
  width: fit-content !important;
  border-radius: 999px !important;
  background: color-mix(in srgb, var(--product-accent, #168c2f) 12%, white) !important;
  color: var(--product-accent, #168c2f) !important;
  padding: 6px 10px !important;
  font-size: 11px !important;
  font-weight: 950 !important;
}

.product-modal--premium #modalTitle {
  color: #111827 !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.product-modal--premium #modalDescription {
  max-width: 560px !important;
  color: #475569 !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

.product-modal--premium .modal-price {
  border: 1px solid #e2e8f0 !important;
  border-left: 4px solid var(--product-accent, #168c2f) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  padding: 12px 14px !important;
}

.product-modal--premium .modal-price small {
  color: #64748b !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

.product-modal--premium .modal-price strong {
  color: var(--product-accent, #168c2f) !important;
  font-size: 28px !important;
}

.product-modal--premium .info-list span {
  border-color: #e2e8f0 !important;
  background: #ffffff !important;
  color: #334155 !important;
  padding: 7px 10px !important;
  font-size: 12px !important;
}

.product-modal--premium .modal-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

.product-modal--premium #addToCartModal {
  min-height: 42px !important;
  border-radius: 8px !important;
  background: var(--product-accent, #168c2f) !important;
  color: #ffffff !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.product-modal--premium #shareProductLink {
  min-height: 42px !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding: 0 16px !important;
  font-size: 14px !important;
}

@media (max-width: 860px) {
  .product-modal--premium .modal-body,
  .product-detail-grid,
  .product-detail-meta {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .product-modal--premium {
    width: calc(100vw - 12px) !important;
    max-height: calc(100vh - 12px) !important;
  }

  .product-modal--premium .modal-body {
    gap: 12px !important;
    padding: 10px !important;
  }

  .product-modal--premium .modal-image {
    height: 270px !important;
  }

  .product-modal--premium #modalProductImage {
    padding: 4px !important;
  }

  .product-modal--premium #modalTitle {
    font-size: 28px !important;
  }

  .product-modal--premium #modalDescription {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .product-modal--premium .modal-price {
    padding: 10px 12px !important;
  }

  .product-modal--premium .modal-price strong {
    font-size: 24px !important;
  }

  .product-modal--premium .modal-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}



