/* Stable card dimensions for the catalog and related products. */
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 94px; }
.catalog-grid { align-items: start; }
.product-card { display: flex; height: auto; min-width: 0; border: 1px solid #dde2e2; border-radius: 16px; overflow: hidden; background: #fff; }
.product-card .product-image { display: block; flex: 0 0 auto; width: 100%; height: clamp(190px,19vw,240px); aspect-ratio: auto; background: #fff; border-bottom: 1px solid #eef0f0; }
.product-card .product-image img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 18px 12px 10px; object-fit: contain; }
.product-card .product-content { flex: 0 0 auto; height: auto; padding: 14px; gap: 9px; }
.product-card h3 { min-height: 2.5em; font-size: 1.06rem; line-height: 1.25; letter-spacing: -.02em; font-weight: 650; }
.product-card .product-summary { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; min-height: 3em; font-size: .875rem; line-height: 1.5; }
.variant-preview { gap: 5px; min-height: 28px; }
.variant-preview span { display: inline-flex !important; align-items: center; padding: 4px 6px; font-size: .75rem; font-weight: 600; color: #485458; }
.product-card .product-footer { display: flex; flex-direction: column; align-items: stretch; gap: 12px; margin: 0; padding-top: 2px; }
.card-price { display: flex; gap: 7px; align-items: baseline; }
.product-footer small { font-size: .8125rem; }
.product-footer strong { font-size: 1.4rem; line-height: 1.2; }
.product-card .product-footer a { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 44px; margin: 0; padding: 10px 12px; border: 1px solid #0b5055; border-radius: 10px; background: #0b5055; color: #fff; font-size: .875rem; line-height: 1.25; font-weight: 650; text-align: center; }
.product-card .product-footer a:hover { background: #063c40; border-color: #063c40; }
.product-card.compact .product-image { aspect-ratio: auto; }
.product-card.compact .product-content { gap: 12px; }
.hero .button-primary { background: #fff; border-color: #fff; color: #0b5055; }
.hero .button-ghost { border-color: #9ebfbe; background: #174f54; color: #fff; }
.button-whatsapp { background: #14783e; color: #fff; }
.button-whatsapp:hover { background: #0f6332; }
.button-outline-dark { border-color: #647a7b; background: #fff; color: #0b5055; }
.button:focus-visible, .card-buy:focus-visible, .filter:focus-visible, .video-start:focus-visible, summary:focus-visible { outline: 3px solid #c9954d; outline-offset: 4px; }
.shipping-inline { margin: 20px 0 0; font-size: .875rem; line-height: 1.5; color: #dcebea; }
.store-map { margin-top: 32px; overflow: hidden; border: 1px solid #dce4e4; border-radius: 18px; background: #f5f5f7; }
.store-map iframe { display: block; width: 100%; height: 360px; border: 0; }
.map-caption { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 22px; background: #fff; }
.map-caption p { margin: 0; color: #566166; font-size: .875rem; }
.map-caption b { display: block; margin-bottom: 3px; color: #1d1d1f; font-size: 1rem; }
.map-caption a { padding: 9px 14px; border: 1px solid #0b5055; border-radius: 9px; color: #0b5055; font-size: .875rem; font-weight: 600; }
.unboxings { background: #f5f5f7; }
.video-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.unboxing-card { margin: 0; min-width: 0; }
.video-frame { position: relative; aspect-ratio: 9 / 16; overflow: hidden; border-radius: 16px; background: #102022; }
.unboxing-video { display: block; width: 100%; height: 100%; object-fit: contain; }
.video-start { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: #0b5055; background: #fff; font-weight: 650; font-size: .875rem; cursor: pointer; box-shadow: 0 6px 22px rgba(0,0,0,.2); }
.unboxing-card figcaption { margin-top: 12px; font-size: .875rem; color: #566166; }
.opinions .section-heading { max-width: 740px; }
.demo-note { display: inline-block; padding: 9px 14px; border: 1px solid #d5dddd; border-radius: 8px; background: #f5f5f7; color: #566166; font-size: .875rem; }
.opinions-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.opinion-card { padding: 24px; border: 1px solid #dde2e2; border-radius: 16px; background: #fff; }
.opinion-card header { display: flex; gap: 12px; align-items: center; }
.opinion-initials { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; background: #edf3f2; color: #0b5055; font-size: .875rem; font-weight: 650; }
.opinion-card h3 { margin: 0; font-size: .9375rem; line-height: 1.4; }
.opinion-meta { display: block; color: #6e6e73; margin-top: 2px; font-size: .8125rem; }
.opinion-stars { color: #986823; font-size: .9375rem; letter-spacing: 2px; margin: 16px 0 10px; }
.opinion-card blockquote { margin: 0; color: #41484b; font-size: .9375rem; line-height: 1.65; }
.more-opinions { margin-top: 24px; }
.more-opinions summary { width: fit-content; margin: 0 auto 24px; padding: 12px 22px; border: 1px solid #647a7b; border-radius: 10px; color: #0b5055; font-size: .875rem; font-weight: 650; cursor: pointer; }
@media (min-width:621px) and (max-width:920px) { .catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; } .opinions-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:620px) {
  .product-card .product-content { padding: 12px; gap: 10px; }
  .product-card .product-image, .product-card.compact .product-image { height: auto; aspect-ratio: 4 / 5; }
  .product-card h3 { font-size: .9375rem; min-height: 2.5em; }
  .product-card .product-summary { display: none; }
  .product-card .product-footer { gap: 10px; }
  .product-footer strong { font-size: 1.2rem; }
  .product-card .product-footer a { font-size: .875rem; padding: 10px 6px; }
  .variant-preview { gap: 4px; min-height: 52px; align-content: start; }
  .variant-preview span { font-size: .75rem; padding: 4px 5px; }
  .card-price { flex-wrap: wrap; column-gap: 5px; }
  .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .video-start { min-height: 44px; padding: 10px 12px; font-size: .8125rem; }
  .store-map iframe { height: 310px; }
  .map-caption { padding: 18px; }
  .opinions-grid { grid-template-columns: 1fr; }
  .opinion-card { padding: 22px; }
}

/* Stronger commerce actions and expanded vertical customer galleries. */
.button-primary {
  background: #075e64;
  border-color: #075e64;
  color: #fff;
  box-shadow: 0 10px 24px rgba(7,94,100,.2);
}
.button-primary:hover { background: #05494e; border-color: #05494e; }
.button-whatsapp,
.online-cta {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
  box-shadow: 0 10px 24px rgba(22,163,74,.24);
}
.button-whatsapp:hover,
.online-cta:hover { background: #12813d; border-color: #12813d; }
.hero .button-primary { background: #fff; border-color: #fff; color: #075e64; }
.hero .online-cta { background: #19a957; border-color: #19a957; color: #fff; }
.button-outline-dark { border: 2px solid #075e64; background: #fff; color: #075e64; }
.button-outline-dark:hover { background: #eaf6f5; border-color: #05494e; }
.product-card .product-footer a {
  justify-content: space-between;
  background: #075e64;
  border-color: #075e64;
  box-shadow: 0 8px 18px rgba(7,94,100,.14);
}
.product-card .product-footer a:hover { background: #05494e; border-color: #05494e; }
.product-card .product-footer a .buy-label { display: grid; gap: 1px; text-align: left; }
.product-card .product-footer a .buy-label b { font-size: .875rem; font-weight: 700; }
.product-card .product-footer a small { display: block; color: #d9f2ef; font-size: .75rem; font-weight: 600; }
.filter.active { background: #075e64; border-color: #075e64; }
.store-tip {
  margin: 22px 0 0 !important;
  padding: 18px 20px;
  border-left: 4px solid #16a34a;
  border-radius: 0 12px 12px 0;
  background: #ecf9f1;
  color: #234b3a !important;
  line-height: 1.6;
}
.store-layout {
  grid-template-columns: minmax(0,1.35fr) minmax(340px,.65fr);
  gap: 44px;
}
.store-photo {
  padding: 10px;
  border: 1px solid #dce4e1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(6,56,60,.10);
}
.store-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 14px;
}
.customer-rail {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 20px;
  overflow: visible;
  padding-bottom: 0;
}
.customer-rail figure { aspect-ratio: 3 / 4; border-radius: 18px; box-shadow: 0 12px 30px rgba(6,56,60,.09); }
.customer-rail figure:nth-last-child(2) { grid-column: 2; }
.client-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.client-grid figure { aspect-ratio: 4 / 5; background: #fff; box-shadow: 0 12px 30px rgba(6,56,60,.09); }
.client-grid img { object-fit: contain; }
.evidence-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.evidence-grid figure { aspect-ratio: 3 / 4; border-radius: 18px; box-shadow: 0 12px 30px rgba(6,56,60,.09); }
.color-choices { display: flex; flex-wrap: wrap; gap: 10px; }
.color-choices .color-choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #bec9c8;
  white-space: nowrap;
}
.color-choices .color-choice.active { border-color: #075e64; box-shadow: 0 0 0 2px rgba(7,94,100,.14); }
.product-opinions { background: #fff; }
.product-opinions .opinion-card { box-shadow: 0 10px 28px rgba(6,56,60,.06); }
.floating-wa {
  width: 60px;
  height: 60px;
  background: #16a34a;
  border: 2px solid rgba(255,255,255,.9);
  box-shadow: 0 14px 34px rgba(11,92,48,.34);
}
.floating-wa:hover { background: #12813d; transform: translateY(-2px); }
.floating-wa svg { width: 34px; height: 34px; fill: currentColor; stroke: none; }
.footer-brand strong { color: #fff; }
.footer-country {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #fff;
}
.footer-country strong { font-size: 1rem; white-space: nowrap; }
.footer-country strong span { color: #ff4545; }
.footer-country img { width: 25px; height: 17px; object-fit: contain; }
.footer-claim {
  width: 116px;
  margin: 18px 0 0;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
}
.footer-claim img { width: 100%; height: auto; }
.footer-regulators {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(28px,6vw,80px);
  margin-top: 38px;
  padding: 22px 30px;
  border: 0;
  border-radius: 14px;
  background: #fff;
}
.footer-regulators figure { width: min(28%,240px); margin: 0; }
.footer-regulators img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}
.footer-bottom { border-top: 0; margin-top: 24px; }

/* Homepage reviews: a static, editorial grid inspired by the supplied reference. */
.opinions { overflow: hidden; background: #fff; }
.opinions .section-heading { margin-bottom: 64px; }
.opinions .opinions-grid {
  gap: 58px 20px;
  align-items: stretch;
  overflow: visible;
}
.opinions .opinion-card {
  position: relative;
  min-height: 240px;
  padding: 50px 24px 26px;
  border: 0;
  border-radius: 16px;
  background: #f3f3f3;
  box-shadow: none;
  text-align: center;
}
.opinions .opinion-card header { display: block; }
.opinions .opinion-avatar {
  position: absolute;
  top: -36px;
  left: 50%;
  z-index: 1;
  width: 72px;
  height: 72px;
  transform: translateX(-50%);
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 18px rgba(20, 32, 33, .16);
}
.opinions .opinion-avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 22%;
}
.opinions .opinion-avatar--initial {
  display: grid;
  place-items: center;
  background: #dceae8;
  color: #0b5055;
}
.opinions .opinion-letter {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .02em;
}
.opinions .opinion-brand-icon {
  position: absolute;
  right: -5px;
  bottom: -3px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 8px rgba(20, 32, 33, .18);
}
.opinions .opinion-brand-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.opinions .opinion-card h3 {
  margin: 0;
  color: #172123;
  font-size: 1rem;
  font-weight: 700;
}
.opinions .opinion-meta {
  max-width: 28ch;
  margin: 4px auto 0;
  color: #70777a;
  font-size: .8rem;
  line-height: 1.45;
}
.opinions .opinion-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 12px;
  color: #f4b820;
  letter-spacing: 2px;
}
.opinions .verified-check {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #2878df;
  color: #fff;
  font-size: .72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0;
}
.opinions .opinion-card blockquote {
  margin: 0;
  color: #343b3e;
  font-size: .92rem;
  line-height: 1.58;
}

@media (min-width:621px) and (max-width:920px) {
  .store-layout { grid-template-columns: 1fr; gap: 34px; }
  .customer-rail,
  .client-grid { grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
  .customer-rail figure:nth-last-child(2) { grid-column: auto; }
  .evidence-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width:620px) {
  .footer-country { justify-content: center; }
  .footer-claim { margin-inline: auto; }
  .footer-regulators { gap: 12px; margin-top: 28px; padding: 20px 8px; }
  .footer-regulators figure { width: calc(33.333% - 8px); }
  .footer-regulators img { height: 46px; }
  .opinions .section-heading { margin-bottom: 58px; }
  .opinions .opinions-grid { gap: 54px; }
  .opinions .opinion-card { min-height: 0; padding: 48px 20px 24px; }
  .store-layout { grid-template-columns: 1fr; gap: 28px; }
  .store-photo { padding: 6px; border-radius: 16px; }
  .store-photo img { border-radius: 11px; }
  .customer-rail,
  .client-grid { grid-template-columns: 1fr; gap: 18px; overflow: visible; padding-bottom: 0; }
  .customer-rail figure:nth-last-child(2) { grid-column: auto; }
  .customer-rail figure,
  .client-grid figure { aspect-ratio: auto; }
  .customer-rail img,
  .client-grid img { width: 100%; height: auto; max-height: none; object-fit: contain; }
  .store-copy .row-actions { display: grid; }
  .store-copy .row-actions .button { width: 100%; }
  .buy-panel .button-wide { position: static; }
  .evidence-grid { grid-template-columns: 1fr; gap: 18px; }
  .evidence-grid figure { aspect-ratio: auto; }
  .evidence-grid img { width: 100%; height: auto; max-height: none; object-fit: contain; }
  .floating-wa { right: 14px; bottom: 14px; width: 58px; height: 58px; }
}
