:root {
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Montserrat', Arial, sans-serif;
  --ink: #111111;
  --text: #27231f;
  --muted: #746f66;
  --line: rgba(17, 17, 17, 0.11);
  --paper: #ffffff;
  --shell: #f6f4ef;
  --cream: #ebe5d9;
  --gold: #b88a2c;
  --gold-2: #e6c884;
  --dark: #12100d;
  --dark-2: #1e1a15;
  --success: #2f7d52;
  --radius: 8px;
  --shadow-sm: 0 10px 28px rgba(17, 17, 17, 0.07);
  --shadow-md: 0 18px 54px rgba(17, 17, 17, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.site-body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background: var(--shell);
  font-family: var(--font-body);
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

::selection {
  color: #fff;
  background: var(--gold);
}

p {
  color: var(--muted);
  line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  color: var(--ink);
  font-family: var(--font-heading);
}

.text-muted {
  color: var(--muted) !important;
}

.bg-soft {
  background: var(--shell) !important;
}

.site-topbar {
  color: #fff;
  background: var(--dark);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.site-topbar .container {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-topbar a {
  color: #fff;
  text-decoration: none;
  opacity: 0.86;
}

.site-topbar a:hover {
  opacity: 1;
  color: var(--gold-2);
}

.site-nav {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.04);
}

.site-nav .container {
  min-height: 76px;
}

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

.brand-logo {
  width: 124px;
  max-height: 62px;
  object-fit: contain;
}

.footer-brand .brand-logo {
  width: 142px;
}

.brand-main {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.brand-sub {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.site-nav-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.site-menu {
  align-items: center;
  gap: 2px;
}

.site-menu .nav-link {
  position: relative;
  padding: 14px 11px !important;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-menu .nav-link:hover,
.site-menu .nav-link:focus {
  color: var(--gold);
}

.site-dropdown {
  min-width: 230px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.site-dropdown .dropdown-item {
  border-radius: 6px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 650;
}

.site-dropdown .dropdown-item:hover {
  background: #f5efe2;
  color: var(--ink);
}

.nav-whatsapp {
  white-space: nowrap;
}

.btn {
  border-radius: 6px;
}

.btn-accent,
.btn-ghost,
.btn-soft {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 6px;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.btn-accent {
  color: #fff;
  background: var(--dark);
  border: 1px solid var(--dark);
  box-shadow: 0 14px 30px rgba(17, 17, 17, .16);
}

.btn-accent:hover,
.btn-accent:focus {
  color: #fff;
  background: var(--gold);
  border-color: var(--gold);
}

.btn-ghost {
  color: var(--dark);
  background: transparent;
  border: 1px solid rgba(17, 17, 17, .22);
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: var(--dark);
  background: #fff;
  border-color: rgba(17, 17, 17, .34);
}

.btn-soft {
  color: var(--dark);
  background: #fff;
  border: 1px solid var(--line);
}

.btn-soft:hover,
.btn-soft:focus {
  color: #fff;
  background: var(--dark);
  border-color: var(--dark);
}

.section-pad {
  padding: 92px 0;
}

.section-pad-sm {
  padding: 68px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
}

.section-title,
.page-title {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4.4vw, 4.2rem);
  font-weight: 600;
  line-height: 0.98;
}

.section-title span,
.hero-title span,
.page-title span {
  color: var(--gold);
  font-style: italic;
}

.section-copy {
  max-width: 660px;
  font-size: 1rem;
}

.link-underline {
  color: var(--dark);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}

.link-underline:hover {
  color: var(--gold);
}

.hero-section {
  position: relative;
  min-height: calc(88svh - 76px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 86px 0 72px;
  background: var(--shell);
  border-bottom: 1px solid var(--line);
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 244, 239, .98) 0%, rgba(246, 244, 239, .92) 48%, rgba(246, 244, 239, .36) 100%);
  pointer-events: none;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 48px;
  align-items: center;
}

.hero-title {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(3.15rem, 6.6vw, 6.8rem);
  font-weight: 600;
  line-height: .88;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: #423b33;
  font-size: 1.05rem;
}

.hero-actions,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-promise {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.promise-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #332e28;
  background: rgba(255, 255, 255, .76);
  font-size: .77rem;
  font-weight: 750;
}

.promise-item i {
  color: var(--gold);
}

.hero-showcase {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.hero-showcase img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.hero-showcase-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(18, 16, 13, .82);
  backdrop-filter: blur(12px);
}

.hero-showcase-card h2 {
  margin: 0 0 4px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 850;
}

.hero-showcase-card p {
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: .84rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 68px;
  background: linear-gradient(135deg, #f5f1e8 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: auto -10% -55% 55%;
  height: 420px;
  background: radial-gradient(circle, rgba(184, 138, 44, .2), transparent 65%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: #4a453e;
}

.catalog-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.catalog-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.catalog-pill i {
  color: var(--gold);
}

.category-card {
  min-height: 155px;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.catalog-section {
  padding: 84px 0 96px;
}

.catalog-intro {
  margin-bottom: 34px;
}

.product-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(184, 138, 44, .34);
  box-shadow: var(--shadow-md);
}

.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 285px;
  aspect-ratio: 1 / 1.02;
  padding: 30px;
  overflow: hidden;
  background: linear-gradient(145deg, #fbfaf6, #f0eadf);
  border-bottom: 1px solid var(--line);
}

.product-media::after {
  content: '';
  position: absolute;
  inset: auto 15% 12% 15%;
  height: 18px;
  border-radius: 50%;
  background: rgba(17, 17, 17, .08);
  filter: blur(8px);
}

.product-media img {
  position: relative;
  z-index: 1;
  width: min(78%, 260px);
  max-height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(17, 17, 17, .14));
  transition: transform .22s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.045);
}

.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border: 1px solid rgba(184, 138, 44, .38);
  border-radius: 999px;
  color: #6e5014;
  background: rgba(255, 255, 255, .84);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-body {
  padding: 18px 18px 20px;
}

.product-category {
  margin-bottom: 8px;
  color: var(--gold);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-title {
  min-height: 48px;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

.product-price {
  margin: 0;
  color: var(--dark);
  font-size: 1.08rem;
  font-weight: 850;
}

.product-actions {
  margin-top: 16px;
}

.product-actions .btn {
  flex: 1 1 120px;
  min-height: 42px;
  font-size: .68rem;
}

.feature-band {
  background: var(--dark);
  color: #fff;
  border: 0;
}

.feature-band h2,
.feature-band h3 {
  color: #fff;
}

.feature-band p {
  color: rgba(255, 255, 255, .72);
}

.image-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-frame.tall {
  min-height: 530px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

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

.stat-value {
  color: var(--ink);
  font-family: var(--font-heading);
  font-size: 1.85rem;
  line-height: 1;
}

.stat-label {
  margin-top: 7px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
}

.feature-item:not(.category-card) {
  color: inherit;
}

.feature-icon,
.contact-icon,
.policy-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(184, 138, 44, .12);
  border: 1px solid rgba(184, 138, 44, .28);
}

.feature-item h3,
.feature-item h4 {
  margin-bottom: 5px;
  font-family: var(--font-body);
  font-size: .84rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.feature-item p {
  margin: 0;
  font-size: .92rem;
}

.premium-panel,
.review-card,
.policy-card,
.team-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.story-section {
  background: #fff;
}

.team-card {
  height: 100%;
  padding: 10px;
  text-align: center;
}

.team-photo {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1 / 1.15;
  background: #f1eee7;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.team-card h3 {
  margin: 14px 0 3px;
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 850;
}

.team-card p {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.breadcrumb {
  --bs-breadcrumb-divider-color: var(--muted);
  margin-bottom: 28px;
  font-size: .82rem;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--gold);
}

.product-detail {
  padding: 72px 0 96px;
  background: #fff;
}

.product-gallery {
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fbfaf6, #f0eadf);
  box-shadow: var(--shadow-md);
}

.product-gallery img {
  width: min(82%, 430px);
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 30px 28px rgba(17, 17, 17, .16));
}

.product-summary h1 {
  margin-bottom: 14px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 600;
  line-height: .98;
}

.detail-price {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 1.7rem;
  font-weight: 900;
}

.detail-list {
  margin: 30px 0;
  border-top: 1px solid var(--line);
}

.detail-row {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.detail-row span:first-child {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.detail-row span:last-child {
  color: var(--ink);
  font-weight: 750;
  text-align: right;
}

.form-control {
  min-height: 52px;
  border-color: var(--line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
}

.form-control:focus {
  border-color: rgba(184, 138, 44, .45);
  box-shadow: 0 0 0 .2rem rgba(184, 138, 44, .12);
}

.contact-item {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item h3 {
  margin-bottom: 4px;
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.contact-item p,
.contact-item a {
  margin: 0;
  color: var(--ink);
  font-size: .96rem;
  font-weight: 750;
  text-decoration: none;
}

.map-frame {
  height: 460px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.review-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
}

.review-stars {
  margin-bottom: 14px;
  color: var(--gold);
  letter-spacing: .08em;
}

.review-text {
  margin: 0;
  color: var(--text);
  font-size: .98rem;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--dark);
  font-weight: 850;
}

.policy-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px;
}

.policy-card h2 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 1.45rem;
  font-weight: 600;
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card ul {
  color: var(--muted);
  line-height: 1.9;
}

.site-footer {
  padding: 70px 0 26px;
  color: rgba(255, 255, 255, .78);
  background: var(--dark);
  border-top: 0;
}

.site-footer p {
  color: rgba(255, 255, 255, .66);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
}

.footer-heading {
  margin-bottom: 17px;
  color: #fff;
  font-family: var(--font-body);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

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

.footer-links a,
.custom-link {
  color: rgba(255, 255, 255, .66) !important;
  text-decoration: none;
}

.footer-links a:hover,
.custom-link:hover {
  color: var(--gold-2) !important;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-links a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  text-decoration: none;
}

.social-links a:hover {
  background: var(--gold);
  border-color: var(--gold);
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 52px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .58);
  font-size: .8rem;
}

.footer-bottom a {
  color: rgba(255, 255, 255, .58);
  text-decoration: none;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: .06s;
}

.delay-2 {
  transition-delay: .12s;
}

.delay-3 {
  transition-delay: .18s;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .scroll-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 991.98px) {
  .site-topbar .container {
    justify-content: center;
    text-align: center;
  }

  .site-topbar .topbar-links {
    display: none;
  }

  .site-menu {
    align-items: stretch;
    padding: 14px 0 8px;
  }

  .site-menu .nav-link {
    padding: 12px 0 !important;
  }

  .nav-whatsapp {
    justify-content: center;
    margin-top: 8px;
  }

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

  .hero-showcase,
  .hero-showcase img {
    min-height: 380px;
  }

  .image-frame.tall {
    min-height: 400px;
  }

  .product-gallery {
    min-height: 430px;
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    width: 104px;
  }

  .section-pad,
  .catalog-section {
    padding: 62px 0;
  }

  .section-pad-sm {
    padding: 52px 0;
  }

  .hero-section {
    padding: 58px 0 52px;
  }

  .hero-title {
    font-size: 3rem;
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .product-actions,
  .hero-actions {
    flex-direction: column;
  }

  .policy-card {
    padding: 28px;
  }

  .map-frame {
    height: 360px;
  }

  .detail-row {
    flex-direction: column;
    gap: 5px;
  }

  .detail-row span:last-child {
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 2.55rem;
  }

  .hero-showcase,
  .hero-showcase img {
    min-height: 320px;
  }

  .promise-item {
    width: 100%;
    justify-content: center;
  }

  .product-media {
    min-height: 235px;
  }

  .product-title {
    min-height: auto;
  }

  .footer-bottom {
    justify-content: center;
    text-align: center;
  }
}

/* Premium refresh requested for Fareed Cosmetics */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  scroll-padding-top: 118px;
}

body {
  overflow-x: hidden;
}

.site-topbar {
  margin: 0;
  min-height: 36px;
  color: #fff;
  background: #080706;
  border: 0;
}

.site-topbar .container {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar-marquee {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  white-space: nowrap;
  color: rgba(255, 255, 255, .94);
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .02em;
}

.topbar-marquee span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.topbar-marquee span+span::before {
  content: '';
  width: 4px;
  height: 4px;
  margin-right: 13px;
  border-radius: 50%;
  background: var(--gold);
}

.topbar-marquee i {
  color: var(--gold-2);
}

.topbar-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
  font-size: .72rem;
  font-weight: 800;
}

.topbar-links a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.topbar-links a:hover {
  color: var(--gold-2);
}

.site-nav {
  margin: 0;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid rgba(17, 17, 17, .08);
  box-shadow: 0 10px 26px rgba(17, 17, 17, .045);
}

.site-nav .container {
  min-height: 78px;
}

.site-brand {
  min-width: 148px;
  padding: 4px 0;
}

.brand-logo {
  width: 138px;
  height: 62px;
  max-height: 62px;
  object-fit: contain;
  display: block;
}

.footer-brand .brand-logo {
  width: 132px;
  height: auto;
  max-height: 62px;
}

.site-menu .nav-link {
  font-size: .71rem;
  letter-spacing: .08em;
}

.site-dropdown {
  border-radius: 8px;
  box-shadow: 0 22px 48px rgba(17, 17, 17, .14);
}

.nav-whatsapp {
  min-height: 44px;
  padding-inline: 18px;
}

.hero-section {
  min-height: auto;
  padding: 68px 0 74px;
}

.hero-showcase {
  min-height: 470px;
  display: grid;
  place-items: center;
  background: #fff;
}

.hero-showcase img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 470px;
  /* padding: 18px; */
  object-fit: contain;
}

.catalog-section {
  background: #fff;
}

.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .09);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(17, 17, 17, .07);
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 138, 44, .38);
  box-shadow: 0 26px 62px rgba(17, 17, 17, .12);
}

.product-media {
  min-height: 258px;
  aspect-ratio: 1 / .78;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .86), rgba(244, 239, 229, .94)),
    radial-gradient(circle at 50% 78%, rgba(184, 138, 44, .16), transparent 42%);
}

.product-media::after {
  inset: auto 22% 13% 22%;
  height: 20px;
  opacity: .8;
}

.product-media img {
  width: min(76%, 230px);
  max-height: 228px;
  object-fit: contain;
  filter: drop-shadow(0 22px 18px rgba(17, 17, 17, .16));
}

.product-badge {
  top: 13px;
  left: 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(8px);
}

.product-body {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.product-title {
  min-height: 46px;
  margin-bottom: 13px;
  color: #050505;
  font-size: .98rem;
  line-height: 1.28;
}

.product-price {
  margin-top: auto;
  font-size: 1.12rem;
}

.product-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 17px;
}

.product-actions .btn {
  width: 100%;
  min-height: 43px;
  padding-inline: 10px;
}

.product-detail {
  padding: 54px 0 92px;
  background: linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
}

.product-gallery-shell {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.product-thumbs {
  display: grid;
  gap: 10px;
  align-content: start;
}

.gallery-thumb {
  width: 88px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(17, 17, 17, .1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 17, 17, .05);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.gallery-thumb:hover,
.gallery-thumb.is-active {
  border-color: rgba(184, 138, 44, .72);
  box-shadow: 0 14px 28px rgba(184, 138, 44, .16);
  transform: translateY(-1px);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-gallery-main {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  padding: 48px;
  border: 1px solid rgba(17, 17, 17, .09);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(241, 235, 224, .96)),
    radial-gradient(circle at 52% 78%, rgba(184, 138, 44, .18), transparent 44%);
  box-shadow: 0 26px 70px rgba(17, 17, 17, .1);
}

.product-gallery-main::after {
  content: '';
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 19%;
  height: 24px;
  border-radius: 50%;
  background: rgba(17, 17, 17, .09);
  filter: blur(10px);
}

.product-gallery-main img {
  position: relative;
  z-index: 1;
  width: min(84%, 440px);
  max-height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 30px 26px rgba(17, 17, 17, .16));
}

.detail-badge {
  top: 18px;
  left: 18px;
}

.product-summary h1 {
  margin-bottom: 16px;
}

.detail-list {
  border-color: rgba(17, 17, 17, .1);
}

@media (max-width: 991.98px) {

  html,
  body {
    scroll-padding-top: 96px;
  }

  .site-topbar .container {
    justify-content: center;
  }

  .topbar-links {
    display: none;
  }

  .topbar-marquee {
    justify-content: center;
    overflow: hidden;
  }

  .site-nav .container {
    min-height: 72px;
  }

  .brand-logo {
    width: 122px;
    height: 56px;
  }

  .hero-showcase,
  .hero-showcase img {
    min-height: 360px;
    max-height: 390px;
  }

  .product-gallery-shell {
    grid-template-columns: 1fr;
  }

  .product-thumbs {
    order: 2;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .gallery-thumb {
    width: 100%;
  }

  .product-gallery-main {
    min-height: 430px;
    padding: 34px;
  }
}

@media (max-width: 767.98px) {
  .site-topbar {
    min-height: 32px;
  }

  .site-topbar .container {
    min-height: 32px;
  }

  .topbar-marquee {
    font-size: .66rem;
  }

  .topbar-marquee span:nth-child(n+3) {
    display: none;
  }

  .hero-section {
    padding: 46px 0 52px;
  }

  .product-media {
    min-height: 220px;
  }

  .product-body {
    min-height: auto;
  }

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

  .product-title {
    min-height: auto;
  }

  .product-gallery-main {
    min-height: 360px;
    padding: 28px;
  }
}

/* Product card correction pass */
@media (min-width: 992px) {

  .site-menu .dropdown:hover>.site-dropdown,
  .site-menu .dropdown:focus-within>.site-dropdown {
    display: block;
    margin-top: 0;
  }
}

.site-menu {
  gap: 12px;
}

.site-menu .nav-link {
  padding: 12px 5px !important;
}

.product-card {
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(17, 17, 17, .075);
}

.product-media {
  min-height: 244px;
  aspect-ratio: 1 / .84;
  padding: 14px;
  background: #f7f3ea;
  border-bottom: 1px solid rgba(17, 17, 17, .08);
}

.product-media::after {
  display: none;
}

.product-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.product-card:hover .product-media img {
  transform: scale(1.018);
}

.product-badge {
  top: 12px;
  left: 12px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 18px rgba(17, 17, 17, .06);
}

.product-body {
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 17px 18px 18px;
}

.product-category {
  margin-bottom: 7px;
}

.product-title {
  min-height: 42px;
  margin-bottom: 10px;
  font-size: .96rem;
  line-height: 1.28;
}

.product-price {
  margin: 0 0 15px;
  font-size: 1.06rem;
}

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

.product-actions .btn {
  min-height: 42px;
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  .product-media {
    min-height: 218px;
    padding: 12px;
  }

  .product-title {
    min-height: auto;
  }
}

/* Remove duplicate card badge and keep detail badge */
.product-media .product-badge {
  display: none;
}

.product-gallery-main .detail-badge {
  display: inline-flex;
}

.product-media {
  padding: 10px;
}

.product-media img {
  border-radius: 4px;
}

/* Final product card spacing fix */
.product-media {
  padding: 0 !important;
  min-height: 258px;
  aspect-ratio: 1 / .84;
  overflow: hidden;
}

.product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
}

.product-body {
  min-height: 0 !important;
  padding: 16px 18px 18px !important;
}

.product-category {
  margin-bottom: 6px !important;
}

.product-title {
  min-height: 0 !important;
  margin-bottom: 8px !important;
  line-height: 1.22 !important;
}

.product-price {
  margin: 0 0 14px !important;
}

@media (max-width: 767.98px) {
  .product-media {
    min-height: 230px;
  }
}

/* Show complete product images without cropping */
.product-media {
  padding: 0 !important;
  min-height: 258px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
  border-radius: 0;
}

.product-title {
  min-height: 0 !important;
  margin-bottom: 6px !important;
}

.product-price {
  margin-top: 0 !important;
}

/* Product images: full image, no artificial media gaps */
.product-media {
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
  display: block !important;
  background: transparent !important;
  line-height: 0;
}

.product-media img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  border-radius: 0 !important;
}

.product-body {
  padding-top: 14px !important;
}

.product-card {
  align-self: start;
}

.catalog-section .row,
.section-pad .row {
  row-gap: 22px;
}

/* Equal product image height */
.product-media {
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
  line-height: 0;
}

.product-media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

.product-card {
  height: 100%;
}

.product-body {
  flex: 1 1 auto;
}

@media (max-width: 767.98px) {
  .product-media {
    height: 230px !important;
    min-height: 230px !important;
    max-height: 230px !important;
  }
}

/* Remove side gaps by using square product media */
.product-media {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #fff !important;
}

.product-media img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

@media (max-width: 767.98px) {
  .product-media {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 1 / 1 !important;
  }
}

/* Product detail slug/zoom image polish */
.product-gallery-main {
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #fff !important;
  cursor: zoom-in;
}

.product-gallery-main::after {
  display: none !important;
}

.product-gallery-main img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  filter: none !important;
  transition: transform .18s ease-out;
  will-change: transform;
}

.product-gallery-main .detail-badge {
  display: none !important;
}

.gallery-thumb {
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
}

.gallery-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

@media (max-width: 991.98px) {
  .product-gallery-main {
    aspect-ratio: 1 / 1 !important;
  }
}

/* Store cart and catalogue */
.nav-cart {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

.nav-cart b {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--gold);
  font-size: .62rem;
}

.store-alert-wrap {
  position: relative;
  z-index: 5;
  padding-top: 14px;
}

.store-alert {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid;
  border-radius: 6px;
  font-size: .8rem;
  font-weight: 700;
}

.store-alert.success {
  color: #245b40;
  border-color: #bdd8c8;
  background: #edf7f1;
}

.store-alert.error {
  color: #8f2f2f;
  border-color: #e2bdbd;
  background: #fbefef;
}

.store-alert a {
  margin-left: auto;
  color: inherit;
  font-size: .7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.product-actions .product-cart-form {
  flex: 1 1 145px;
  margin: 0;
}

.product-actions .product-cart-form .btn {
  width: 100%;
}

.product-actions .btn:disabled {
  color: #777;
  background: #eee;
  border-color: #ddd;
  box-shadow: none;
}

.catalog-filter {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) 230px auto auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.catalog-filter input,
.catalog-filter select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  outline: 0;
}

.catalog-filter input:focus,
.catalog-filter select:focus {
  border-color: rgba(184, 138, 44, .55);
  box-shadow: 0 0 0 3px rgba(184, 138, 44, .1);
}

.catalog-search {
  position: relative;
}

.catalog-search i {
  position: absolute;
  left: 13px;
  top: 50%;
  color: var(--muted);
  transform: translateY(-50%);
}

.catalog-search input {
  padding-left: 38px;
}

.catalog-empty,
.empty-cart {
  min-height: 360px;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 40px 20px;
  text-align: center;
}

.catalog-empty>i,
.empty-cart>i {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  background: #fff;
  font-size: 1.6rem;
}

.catalog-empty h2,
.empty-cart h2 {
  margin-bottom: 8px;
  font-size: 1.7rem;
}

.detail-cart-form {
  display: grid;
  grid-template-columns: 100px minmax(180px, 1fr) minmax(150px, .8fr);
  gap: 10px;
  align-items: end;
}

.detail-cart-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.detail-cart-form input {
  width: 100%;
  min-height: 50px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.cart-hero {
  padding-bottom: 54px;
}

.cart-section {
  padding: 60px 0 96px;
  background: #fff;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 28px;
}

.cart-lines {
  display: grid;
  gap: 12px;
}

.cart-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 78px 112px 38px;
  align-items: center;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.cart-image {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.cart-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-info {
  min-width: 0;
}

.cart-info>span {
  color: var(--gold);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cart-info h2 {
  margin: 5px 0;
  overflow: hidden;
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-info h2 a {
  text-decoration: none;
}

.cart-info small {
  color: var(--muted);
  font-size: .65rem;
}

.cart-quantity {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cart-quantity input {
  width: 100%;
  min-height: 42px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.cart-line-total {
  text-align: right;
  font-size: .86rem;
}

.cart-remove {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: #a63838;
  background: #fff;
}

.cart-remove:hover {
  color: #fff;
  background: #a63838;
  border-color: #a63838;
}

.cart-list-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.cart-summary {
  position: sticky;
  top: 112px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--shell);
  box-shadow: var(--shadow-md);
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .8rem;
}

.summary-row.total {
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 1rem;
}

.summary-row.total strong {
  color: var(--gold);
  font-size: 1.3rem;
}

.cart-summary p {
  font-size: .75rem;
}

.clear-cart-link {
  width: 100%;
  margin-top: 14px;
  padding: 8px;
  border: 0;
  color: #9c3939;
  background: transparent;
  font-size: .7rem;
  font-weight: 800;
}

@media (max-width: 991.98px) {
  .catalog-filter {
    grid-template-columns: 1fr 1fr;
  }

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

  .cart-summary {
    position: static;
  }

  .detail-cart-form {
    grid-template-columns: 90px 1fr;
  }

  .detail-cart-form .btn-ghost {
    grid-column: span 2;
  }
}

@media (max-width: 767.98px) {
  .catalog-filter {
    grid-template-columns: 1fr;
  }

  .cart-line {
    grid-template-columns: 74px minmax(0, 1fr) 38px;
    align-items: start;
    gap: 12px;
  }

  .cart-image {
    width: 74px;
    height: 74px;
    grid-row: span 2;
  }

  .cart-quantity {
    grid-column: 2;
    width: 86px;
  }

  .cart-line-total {
    grid-column: 2;
    text-align: left;
  }

  .cart-remove {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 575.98px) {
  .detail-cart-form {
    grid-template-columns: 1fr;
  }

  .detail-cart-form .btn-ghost {
    grid-column: auto;
  }

  .cart-list-actions {
    flex-direction: column;
  }

  .cart-list-actions .btn {
    width: 100%;
  }
}

/* Structured product information */
.product-information {
  padding: 84px 0;
  background: #f7f5f0;
  border-top: 1px solid var(--line);
}

.product-information-heading {
  margin-bottom: 30px;
}

.product-information-heading h2 {
  max-width: 680px;
  margin: 7px 0 0;
  font-size: 2.4rem;
}

.product-content-block {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.content-block-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.content-block-title>i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  border-radius: 6px;
  color: #fff;
  background: var(--ink);
  font-size: 1rem;
}

.content-block-title span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: .6rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.content-block-title h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 850;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--line);
}

.benefit-item {
  min-height: 104px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #fff;
}

.benefit-item>i {
  color: var(--gold);
  font-size: 1.1rem;
}

.benefit-item strong {
  display: block;
  margin-bottom: 5px;
  font-size: .78rem;
}

.benefit-item p {
  margin: 0;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.7;
}

.product-guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.usage-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: usage-step;
}

.usage-steps li {
  position: relative;
  min-height: 34px;
  padding: 7px 0 0 46px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.65;
  counter-increment: usage-step;
}

.usage-steps li::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: #f7f5f0;
  font-size: .68rem;
  font-weight: 850;
  content: counter(usage-step);
}

.ingredients-copy {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.9;
}

.ordering-information {
  display: grid;
  grid-template-columns: minmax(230px, .4fr) minmax(0, 1fr);
  gap: 28px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid #d8c9a8;
  border-radius: 8px;
  background: #fffdf8;
}

.ordering-information .content-block-title {
  margin: 0;
}

.ordering-information p {
  margin: 0;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.8;
}

.ordering-information .delivery-note {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e8deca;
  color: var(--ink);
  font-weight: 650;
}

.ordering-information .delivery-note i {
  color: var(--gold);
}

@media (max-width: 767.98px) {
  .product-information {
    padding: 60px 0;
  }

  .product-information-heading h2 {
    font-size: 1.8rem;
  }

  .benefit-grid,
  .product-guide-grid,
  .ordering-information {
    grid-template-columns: 1fr;
  }

  .product-content-block,
  .ordering-information {
    padding: 22px;
  }
}

/* Checkout and order confirmation */
.checkout-section {
  padding: 58px 0 94px;
  background: #fff;
}

.checkout-layout,
.payment-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  align-items: start;
  gap: 28px;
}

.checkout-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.checkout-panel-heading {
  padding: 22px 24px 16px;
  border-bottom: 1px solid var(--line);
}

.checkout-panel-heading .eyebrow {
  margin-bottom: 8px;
}

.checkout-panel-heading h2 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 850;
}

.checkout-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
}

.checkout-form-grid label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.checkout-form-grid textarea {
  min-height: 126px;
  resize: vertical;
}

.checkout-form-grid .span-2 {
  grid-column: span 2;
}

.checkout-errors {
  margin: 18px 24px 0;
  padding: 12px 14px;
  border: 1px solid #e2bdbd;
  border-radius: 6px;
  background: #fbefef;
}

.checkout-errors p {
  margin: 0;
  color: #8f2f2f;
  font-size: .76rem;
  font-weight: 700;
}

.checkout-summary {
  position: sticky;
  top: 112px;
  overflow: hidden;
  background: var(--shell);
}

.checkout-items {
  display: grid;
  max-height: 370px;
  overflow: auto;
  border-bottom: 1px solid var(--line);
}

.checkout-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
}

.checkout-item:last-child {
  border-bottom: 0;
}

.checkout-item img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.checkout-item strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: .75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-item span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .68rem;
}

.checkout-item b {
  color: var(--ink);
  font-size: .76rem;
}

.checkout-summary>.summary-row {
  margin: 0 20px;
}

.checkout-summary .btn {
  margin: 20px 20px 0;
  width: calc(100% - 40px) !important;
}

.checkout-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px 20px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.checkout-back:hover {
  color: var(--gold);
}

.payment-layout {
  max-width: 1040px;
  margin: 0 auto;
}

.payment-panel {
  padding-bottom: 22px;
  text-align: center;
}

.payment-total {
  padding: 32px 24px 8px;
  color: var(--gold);
  font-size: clamp(2.2rem, 6vw, 4.4rem);
  font-weight: 900;
  line-height: 1;
}

.payment-status {
  min-height: 30px;
  margin: 0 auto 22px;
  padding: 0 24px;
  font-size: .86rem;
}

.payment-panel .btn {
  min-width: 220px;
}

.order-success-section {
  min-height: 68vh;
  display: grid;
  place-items: center;
  padding: 74px 0;
  background: #fff;
}

.order-success-card {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--shell);
  text-align: center;
  box-shadow: var(--shadow-md);
}

.success-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--success);
  font-size: 2rem;
}

.order-success-card h1 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.success-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
  text-align: left;
}

.success-summary div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.success-summary span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.success-summary strong {
  overflow-wrap: anywhere;
  color: var(--ink);
}

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

@media (max-width: 991.98px) {

  .checkout-layout,
  .payment-layout {
    grid-template-columns: 1fr;
  }

  .checkout-summary {
    position: static;
  }
}

@media (max-width: 575.98px) {

  .checkout-form-grid,
  .success-summary {
    grid-template-columns: 1fr;
  }

  .checkout-form-grid .span-2 {
    grid-column: auto;
  }

  .checkout-form-grid,
  .checkout-panel-heading {
    padding-inline: 18px;
  }

  .order-success-card {
    padding: 30px 20px;
  }
}

.hero-showcase img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 470px;
  object-fit: cover;
}