/*
 * Hidro Fiber do Brasil — Design System v1
 * Camada visual carregada depois de theme.min.css.
 * Preserve classes, atributos e hooks funcionais usados pela CartPanda.
 */

/* 1. Primitive tokens */
:root {
  --hf-green-950: #072a20;
  --hf-green-900: #0d4232;
  --hf-green-800: #12533f;
  --hf-green-700: #176b4d;
  --hf-green-600: #1f9851;
  --hf-green-500: #00aa5d;
  --hf-green-400: #24c878;
  --hf-green-300: #11e182;
  --hf-green-100: #ddf8eb;
  --hf-green-50: #f0fbf6;
  --hf-neutral-0: #ffffff;
  --hf-neutral-50: #f8f9fb;
  --hf-neutral-100: #edf1ef;
  --hf-neutral-200: #dce4e0;
  --hf-neutral-300: #c6d0cb;
  --hf-neutral-500: #66736d;
  --hf-neutral-700: #2b3833;
  --hf-neutral-900: #13241e;
  --hf-red-600: #b42318;
  --hf-red-50: #fef3f2;
  --hf-amber-600: #b54708;
  --hf-space-1: 0.25rem;
  --hf-space-2: 0.5rem;
  --hf-space-3: 0.75rem;
  --hf-space-4: 1rem;
  --hf-space-6: 1.5rem;
  --hf-space-8: 2rem;
  --hf-radius-sm: 0.375rem;
  --hf-radius-md: 0.625rem;
  --hf-radius-lg: 1rem;
  --hf-radius-pill: 999px;
  --hf-shadow-sm: 0 1px 2px rgba(7, 42, 32, 0.06);
  --hf-shadow-md: 0 12px 32px rgba(7, 42, 32, 0.09);
  --hf-shadow-focus: 0 0 0 3px rgba(17, 225, 130, 0.35);
  --hf-duration-fast: 160ms;
  --hf-duration-base: 240ms;
  --hf-ease-standard: cubic-bezier(0.2, 0, 0, 1);
  --hf-font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --hf-font-display: "Roboto Slab", Georgia, "Times New Roman", serif;
}

/* 2. Semantic tokens */
:root {
  --hf-color-bg-page: var(--hf-neutral-0);
  --hf-color-bg-subtle: var(--hf-neutral-50);
  --hf-color-bg-brand-soft: var(--hf-green-50);
  --hf-color-bg-inverse: var(--hf-green-900);
  --hf-color-text: var(--hf-neutral-700);
  --hf-color-text-strong: var(--hf-neutral-900);
  --hf-color-text-muted: var(--hf-neutral-500);
  --hf-color-text-inverse: var(--hf-neutral-0);
  --hf-color-text-link: var(--hf-green-800);
  --hf-color-brand: var(--hf-green-900);
  --hf-color-brand-hover: var(--hf-green-950);
  --hf-color-accent: var(--hf-green-500);
  --hf-color-accent-hover: var(--hf-green-400);
  --hf-color-accent-foreground: var(--hf-green-950);
  --hf-color-border: var(--hf-neutral-200);
  --hf-color-border-strong: var(--hf-neutral-300);
  --hf-color-focus: var(--hf-green-300);
  --hf-color-danger: var(--hf-red-600);

  /* Compatibilidade com as variáveis originais do ConverteX. */
  --color-primary: var(--hf-color-brand);
  --color-primary-lighten-5: var(--hf-green-800);
  --color-primary-lighten-10: var(--hf-green-700);
  --color-primary-lighten-20: var(--hf-green-600);
  --color-primary-darken-5: var(--hf-green-950);
  --color-primary-darken-10: var(--hf-green-950);
  --color-primary-darken-20: var(--hf-green-950);
  --color-secondary: var(--hf-neutral-500);
  --color-dark: var(--hf-neutral-900);
  --color-light: var(--hf-neutral-50);
  --color-body-bg: var(--hf-color-bg-page);
  --color-body-text: var(--hf-color-text);
  --color-price: var(--hf-green-700);
  --color-economize: var(--hf-green-700);
  --color-pix: var(--hf-green-700);
  --color-price-tag: var(--hf-green-700);
  --color-variante: var(--hf-green-700);
  --color-variante-unselected: var(--hf-neutral-300);
  --color-button-buy: var(--hf-color-accent);
  --color-text-button-buy: var(--hf-color-accent-foreground);
  --color-button-add-cart: var(--hf-neutral-0);
  --color-border-button-add-cart: var(--hf-green-700);
  --color-text-button-add-cart: var(--hf-green-800);
  --color-rating: var(--hf-amber-600);
  --button-form-radius: var(--hf-radius-md);
}

/* 3. Component tokens */
:root {
  --hf-button-height: 3rem;
  --hf-button-padding-x: var(--hf-space-6);
  --hf-button-radius: var(--hf-radius-md);
  --hf-button-font-size: 0.9375rem;
  --hf-input-height: 2.875rem;
  --hf-input-bg: var(--hf-neutral-0);
  --hf-input-border: var(--hf-color-border-strong);
  --hf-card-bg: var(--hf-neutral-0);
  --hf-card-border: var(--hf-color-border);
  --hf-card-radius: var(--hf-radius-lg);
  --hf-nav-height: 4.75rem;
  --hf-nav-bg: rgba(255, 255, 255, 0.96);
}

/* 4. Global foundation */
html {
  scroll-behavior: smooth;
}

body {
  color: var(--hf-color-text);
  background: var(--hf-color-bg-page);
  font-family: var(--hf-font-body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-display);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-body);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

a {
  color: var(--hf-color-text-link);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--hf-color-brand-hover);
}

::selection {
  color: var(--hf-green-950);
  background: var(--hf-green-100);
}

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--hf-color-focus) !important;
  outline-offset: 2px;
  box-shadow: var(--hf-shadow-focus) !important;
}

.container,
.container-fluid {
  padding-right: clamp(1rem, 3vw, 2rem);
  padding-left: clamp(1rem, 3vw, 2rem);
}

/* 5. Buttons and forms */
.btn,
.button-buy,
.button-add-cart,
.cartx-btn-buy-it-now__button {
  min-height: var(--hf-button-height);
  padding-right: var(--hf-button-padding-x);
  padding-left: var(--hf-button-padding-x);
  border-radius: var(--hf-button-radius) !important;
  font-family: var(--hf-font-body);
  font-size: var(--hf-button-font-size);
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: color var(--hf-duration-fast) var(--hf-ease-standard),
    background-color var(--hf-duration-fast) var(--hf-ease-standard),
    border-color var(--hf-duration-fast) var(--hf-ease-standard),
    box-shadow var(--hf-duration-fast) var(--hf-ease-standard),
    transform var(--hf-duration-fast) var(--hf-ease-standard);
}

.btn-primary {
  color: var(--hf-color-text-inverse);
  background: var(--hf-color-brand);
  border-color: var(--hf-color-brand);
}

.btn-primary:hover,
.btn-primary:focus {
  color: var(--hf-color-text-inverse);
  background: var(--hf-color-brand-hover);
  border-color: var(--hf-color-brand-hover);
}

.button-buy,
.cartx-btn-buy-it-now__button {
  color: var(--hf-color-accent-foreground) !important;
  background: var(--hf-color-accent) !important;
  border: 1px solid var(--hf-color-accent) !important;
  box-shadow: 0 8px 22px rgba(0, 170, 93, 0.2);
}

.button-buy:hover,
.button-buy:focus,
.cartx-btn-buy-it-now__button:hover,
.cartx-btn-buy-it-now__button:focus {
  color: var(--hf-color-accent-foreground) !important;
  background: var(--hf-color-accent-hover) !important;
  border-color: var(--hf-color-accent-hover) !important;
  transform: translateY(-1px);
}

.button-add-cart {
  color: var(--hf-color-text-link) !important;
  background: var(--hf-neutral-0) !important;
  border: 1px solid var(--hf-green-700) !important;
}

.button-add-cart:hover,
.button-add-cart:focus {
  color: var(--hf-color-text-inverse) !important;
  background: var(--hf-green-800) !important;
  border-color: var(--hf-green-800) !important;
}

.btn:disabled,
.btn.disabled,
.button-buy:disabled,
.button-add-cart:disabled {
  color: var(--hf-neutral-500) !important;
  background: var(--hf-neutral-100) !important;
  border-color: var(--hf-neutral-200) !important;
  box-shadow: none !important;
  opacity: 1;
  transform: none;
}

.form-control,
.custom-select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select {
  min-height: var(--hf-input-height);
  color: var(--hf-color-text-strong);
  background-color: var(--hf-input-bg);
  border-color: var(--hf-input-border);
  border-radius: var(--hf-radius-md) !important;
  box-shadow: var(--hf-shadow-sm);
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: var(--hf-color-text-muted);
  opacity: 0.82;
}

.form-control:focus,
.custom-select:focus,
input:focus,
textarea:focus,
select:focus {
  color: var(--hf-color-text-strong);
  background-color: var(--hf-neutral-0);
  border-color: var(--hf-green-500);
  box-shadow: var(--hf-shadow-focus);
}

/* 6. Navigation */
#navbar {
  min-height: 7rem;
  padding-top: var(--hf-space-2);
  padding-bottom: var(--hf-space-2);
  background: var(--hf-nav-bg) !important;
  border-bottom: 1px solid var(--hf-color-border);
  box-shadow: 0 4px 20px rgba(7, 42, 32, 0.05);
  backdrop-filter: saturate(160%) blur(14px);
}

#navbar .navbar-brand-wrapper .navbar-brand {
  display: flex;
  align-items: center;
}

#navbar #logo-image {
  display: block;
  width: 9rem !important;
  max-width: 9rem;
  height: auto !important;
  max-height: 6.5rem;
  aspect-ratio: 2679 / 1925;
  object-fit: contain;
}

#navbar ul.navbar-nav li.nav-item a.nav-link,
#navbar .botao-pes {
  color: var(--hf-color-text-strong) !important;
  font-weight: 600;
}

#navbar ul.navbar-nav li.nav-item .nav-link:hover,
#navbar ul.navbar-nav li.nav-item.active > a.nav-link,
#navbar .botao-pes:hover {
  color: var(--hf-green-700) !important;
  opacity: 1 !important;
}

#navbar .dropdown-menu {
  padding: var(--hf-space-2);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-md);
  box-shadow: var(--hf-shadow-md);
}

#navbar .dropdown-item {
  border-radius: var(--hf-radius-sm);
}

#navbar .dropdown-item:hover,
#navbar .dropdown-item:focus {
  color: var(--hf-green-900);
  background: var(--hf-color-bg-brand-soft);
}

#nav-item-cart .badge,
.nav-item-cart-badge {
  color: var(--hf-color-text-inverse) !important;
  background: var(--hf-green-700) !important;
}

/* 7. Product cards and media */
.product-item {
  height: 100%;
  padding: var(--hf-space-4) !important;
  background: var(--hf-card-bg);
  border: 1px solid var(--hf-card-border);
  border-radius: var(--hf-card-radius);
  box-shadow: var(--hf-shadow-sm);
  transition: border-color var(--hf-duration-base) var(--hf-ease-standard),
    box-shadow var(--hf-duration-base) var(--hf-ease-standard),
    transform var(--hf-duration-base) var(--hf-ease-standard);
}

.product-item:hover {
  border-color: var(--hf-green-100);
  box-shadow: var(--hf-shadow-md);
  transform: translateY(-3px);
}

.product-item .product-link {
  width: 100%;
  color: inherit;
}

.product-img-wrapper,
.misc-img-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 13rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--hf-color-bg-subtle);
  border-radius: calc(var(--hf-card-radius) - var(--hf-space-1));
}

.product-img,
.product-img-wrapper img,
.misc-img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 22rem;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.product-item .product-title {
  min-height: 2.6em;
  margin-bottom: var(--hf-space-2);
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-body);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-item .product-price {
  color: var(--hf-color-text-muted);
  font-size: 0.9375rem;
}

.product-item .product-price .price {
  color: var(--hf-green-700);
  font-size: 1.125rem;
  font-weight: 800;
}

.badge-discount,
.badge-discountt {
  color: var(--hf-color-text-inverse);
  background: var(--hf-green-700);
  border-radius: var(--hf-radius-pill);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.badge-sold-out {
  color: var(--hf-color-text-inverse);
  background: var(--hf-neutral-700) !important;
  border-radius: var(--hf-radius-pill);
}

/* 8. Product page */
.product .product-row {
  align-items: flex-start;
}

.product-image-gallery {
  overflow: hidden;
  background: var(--hf-color-bg-subtle);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-lg);
}

.product-image-gallery .carousel-item > a {
  display: flex !important;
  min-height: clamp(20rem, 48vw, 38rem);
  align-items: center;
  justify-content: center;
}

.product-image-gallery .carousel-item img {
  width: 100%;
  max-height: 38rem;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.product .col-lg-6 > div[style*="margin-left"] {
  margin-left: 0 !important;
}

.product h1.product-title {
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-display);
  font-size: clamp(1.8rem, 3vw, 2.75rem) !important;
  font-weight: 600;
  line-height: 1.12;
}

.product [id^="product-price-"] .product-price {
  color: var(--hf-green-700);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.product .margem-form-botoes {
  padding-top: var(--hf-space-6) !important;
}

.product #box-botoes-comprar .button-buy,
.product #box-botoes-comprar .button-add-cart {
  min-height: 3.5rem;
}

.color-swatches-item label,
.kit-label {
  border-radius: var(--hf-radius-md);
  transition: border-color var(--hf-duration-fast) var(--hf-ease-standard),
    box-shadow var(--hf-duration-fast) var(--hf-ease-standard),
    transform var(--hf-duration-fast) var(--hf-ease-standard);
}

.product .color-swatches-item .variavel-cor {
  display: flex;
  min-width: 9.5rem;
  min-height: 3.5rem;
  padding: 0.55rem 0.8rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid var(--hf-color-border-strong);
  background: var(--hf-neutral-0);
  cursor: pointer;
  touch-action: manipulation;
}

.product .hf-variant-name {
  color: var(--hf-color-text-strong);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

.product .hf-variant-price {
  margin-top: 0.2rem;
  color: var(--hf-green-700);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.2;
}

.product-option:checked + label {
  border-color: var(--hf-green-700) !important;
  box-shadow: var(--hf-shadow-focus);
}

/* Mensagens verdadeiras que substituem o contador de estoque e o GIF de frete */
.product .hf-product-promise {
  display: flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2.6rem;
  margin: 0 0 var(--hf-space-3);
  padding: 0.45rem 0.7rem;
  align-items: center;
  gap: 0.6rem;
  color: var(--hf-green-900);
  background: var(--hf-green-50);
  border: 1px solid var(--hf-green-100);
  border-radius: var(--hf-radius-pill);
}

.product .hf-product-promise__icon {
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 1.85rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-neutral-0);
  background: var(--hf-green-700);
  border-radius: 50%;
}

.product .hf-product-promise__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product .hf-product-promise__content {
  display: grid;
  min-width: 12.75rem;
}

.product .hf-product-promise__content > small {
  color: var(--hf-color-text-muted);
  font-size: 0.56rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.product .hf-product-promise__rotator {
  position: relative;
  display: block;
  height: 1.05rem;
  overflow: hidden;
}

.product .hf-product-promise__rotator strong {
  position: absolute;
  inset: 0 auto auto 0;
  opacity: 0;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
  white-space: nowrap;
  animation: hf-product-promise-cycle 9s var(--hf-ease-standard) infinite;
}

.product .hf-product-promise__rotator strong:nth-child(2) {
  animation-delay: 3s;
}

.product .hf-product-promise__rotator strong:nth-child(3) {
  animation-delay: 6s;
}

@keyframes hf-product-promise-cycle {
  0%, 28% {
    opacity: 1;
    transform: translateY(0);
  }
  34%, 94% {
    opacity: 0;
    transform: translateY(-115%);
  }
  95% {
    opacity: 0;
    transform: translateY(115%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Capacidade do SPA em destaque logo após o nome do produto */
.product .hf-spa-capacity-summary {
  display: flex;
  max-width: 35rem;
  margin: 0.45rem 0 0.65rem;
  padding: 0.7rem 0.8rem;
  align-items: center;
  gap: 0.7rem;
  color: var(--hf-color-text);
  background: linear-gradient(105deg, var(--hf-green-50), var(--hf-neutral-0));
  border: 1px solid var(--hf-green-100);
  border-radius: var(--hf-radius-md);
}

.product .hf-spa-capacity-summary__icon {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  flex: 0 0 2.15rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-green-800);
  background: var(--hf-green-100);
  border-radius: 50%;
}

.product .hf-spa-capacity-summary__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product .hf-spa-capacity-summary__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product .hf-spa-capacity-summary__content strong {
  color: var(--hf-color-text-strong);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.product .hf-spa-capacity-summary__content small {
  margin-top: 0.08rem;
  color: var(--hf-color-text-muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

/* Produção, frete e garantias sem dependência de geolocalização */
.product .hf-product-fulfillment {
  margin: var(--hf-space-6) 0 0;
  overflow: hidden;
  background: var(--hf-neutral-0);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-sm);
}

.product .hf-product-fulfillment__lead {
  display: grid;
  padding: 0.95rem 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  background: linear-gradient(120deg, #f5fcf8 0%, var(--hf-neutral-0) 72%);
}

.product .hf-product-fulfillment__lead-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-green-800);
  background: var(--hf-green-100);
  border-radius: var(--hf-radius-md);
}

.product .hf-product-fulfillment__lead-icon svg,
.product .hf-product-fulfillment__warranty svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product .hf-product-fulfillment__copy p {
  margin: 0 0 0.12rem;
  color: var(--hf-green-700);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.product .hf-product-fulfillment__copy h3 {
  margin: 0;
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-body);
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.product .hf-product-fulfillment__copy > span {
  display: block;
  max-width: 31rem;
  margin-top: 0.18rem;
  color: var(--hf-color-text-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.product .hf-product-fulfillment__freight {
  padding: 0.38rem 0.65rem;
  color: var(--hf-green-800);
  background: var(--hf-green-100);
  border-radius: var(--hf-radius-pill);
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.product .hf-product-fulfillment__warranties {
  display: grid;
  padding: 0.75rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  background: var(--hf-neutral-50);
  border-top: 1px solid var(--hf-color-border);
}

.product .hf-product-fulfillment__warranty {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.55rem;
}

.product .hf-product-fulfillment__warranty > span {
  display: inline-flex;
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 1.85rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-green-700);
  background: var(--hf-neutral-0);
  border: 1px solid var(--hf-green-100);
  border-radius: 50%;
}

.product .hf-product-fulfillment__warranty div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product .hf-product-fulfillment__warranty small {
  color: var(--hf-color-text-muted);
  font-size: 0.62rem;
  line-height: 1.25;
}

.product .hf-product-fulfillment__warranty strong {
  color: var(--hf-color-text-strong);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
}

/* Resumo dinâmico da configuração — piloto Spa New Vancouver */
.product .hf-variant-details {
  position: relative;
  margin: var(--hf-space-6) 0 var(--hf-space-4);
  padding: 1rem;
  overflow: hidden;
  background: linear-gradient(145deg, #f7fcf9 0%, var(--hf-neutral-0) 72%);
  border: 1px solid var(--hf-green-100);
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-sm);
}

.product .hf-variant-details::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hf-green-300), var(--hf-green-700));
  content: "";
}

.product .hf-variant-details__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--hf-space-4);
}

.product .hf-variant-details__eyebrow {
  margin: 0 0 0.15rem;
  color: var(--hf-green-700);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product .hf-variant-details__header h3 {
  margin: 0;
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-body);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.product .hf-variant-details__badge {
  flex: 0 0 auto;
  padding: 0.35rem 0.65rem;
  color: var(--hf-green-800);
  background: var(--hf-green-100);
  border-radius: var(--hf-radius-pill);
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.product .hf-variant-details.is-luxury .hf-variant-details__badge {
  color: var(--hf-neutral-0);
  background: var(--hf-green-800);
}

.product .hf-variant-details__intro {
  max-width: 46rem;
  margin: var(--hf-space-3) 0 var(--hf-space-4);
  color: var(--hf-color-text-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.product .hf-variant-details__highlights {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hf-space-2);
  list-style: none;
}

.product .hf-variant-details__highlights li {
  display: grid;
  min-width: 0;
  padding: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.55rem;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-md);
}

.product .hf-variant-details__check {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-neutral-0);
  background: var(--hf-green-600);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.product .hf-variant-details__highlights li > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product .hf-variant-details__highlights strong {
  color: var(--hf-color-text-strong);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
}

.product .hf-variant-details__highlights small {
  margin-top: 0.1rem;
  color: var(--hf-color-text-muted);
  font-size: 0.65rem;
  line-height: 1.35;
}

.product .hf-variant-details__complete {
  margin-top: var(--hf-space-3);
  border-top: 1px solid var(--hf-color-border);
}

.product .hf-variant-details__complete summary {
  display: flex;
  min-height: 2.75rem;
  padding: 0.7rem 0 0;
  align-items: center;
  justify-content: space-between;
  gap: var(--hf-space-3);
  color: var(--hf-green-800);
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
  list-style: none;
  touch-action: manipulation;
}

.product .hf-variant-details__complete summary::-webkit-details-marker {
  display: none;
}

.product .hf-variant-details__complete summary svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--hf-duration-base) var(--hf-ease-standard);
}

.product .hf-variant-details__complete[open] summary svg {
  transform: rotate(180deg);
}

.product .hf-variant-details__complete > ul {
  display: grid;
  margin: 0;
  padding: 0.6rem 0 0 1.1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1.25rem;
  color: var(--hf-color-text);
  font-size: 0.72rem;
  line-height: 1.45;
}

.product .hf-variant-details__complete > ul li::marker {
  color: var(--hf-green-600);
}

.product .hf-variant-details__included-note {
  margin: var(--hf-space-3) 0 0;
  padding: 0.6rem 0.7rem;
  color: var(--hf-green-900);
  background: var(--hf-green-100);
  border-radius: var(--hf-radius-sm);
  font-size: 0.7rem;
  line-height: 1.45;
}

/* Avaliação pública geral da Hidro Fiber no Google */
.product .hf-google-rating {
  display: inline-flex;
  min-height: 2.25rem;
  margin: 0.15rem 0 0.35rem;
  padding: 0.42rem 0.65rem;
  align-items: center;
  gap: 0.4rem;
  color: var(--hf-color-text);
  background: #fffdf7;
  border: 1px solid #f2dfb2;
  border-radius: var(--hf-radius-pill);
  font-size: 0.72rem;
  line-height: 1.2;
  text-decoration: none !important;
  transition: border-color var(--hf-duration-fast) var(--hf-ease-standard),
    box-shadow var(--hf-duration-fast) var(--hf-ease-standard),
    transform var(--hf-duration-fast) var(--hf-ease-standard);
}

.product .hf-google-rating:hover {
  color: var(--hf-color-text-strong);
  border-color: #e5bd58;
  box-shadow: var(--hf-shadow-sm);
  transform: translateY(-1px);
}

.product .hf-google-rating:focus-visible {
  outline: 2px solid var(--hf-color-focus);
  outline-offset: 2px;
}

.product .hf-google-rating__stars {
  color: #f4b400;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.product .hf-google-rating strong {
  color: var(--hf-color-text-strong);
  font-size: 0.76rem;
}

.product .hf-google-rating svg {
  width: 0.9rem;
  height: 0.9rem;
  fill: none;
  stroke: var(--hf-green-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product .hf-google-proof {
  display: grid;
  margin: var(--hf-space-5) 0 var(--hf-space-6);
  padding: 1rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--hf-space-4);
  background: linear-gradient(120deg, #fffdf7 0%, var(--hf-neutral-0) 70%);
  border: 1px solid #f2dfb2;
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-sm);
}

.product .hf-google-proof__score {
  display: grid;
  min-width: 5.75rem;
  padding-right: var(--hf-space-4);
  border-right: 1px solid #f2dfb2;
  justify-items: center;
}

.product .hf-google-proof__score strong {
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-display);
  font-size: 2rem;
  line-height: 1;
}

.product .hf-google-proof__score span {
  margin-top: 0.2rem;
  color: #f4b400;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.product .hf-google-proof__score small {
  margin-top: 0.18rem;
  color: var(--hf-color-text-muted);
  font-size: 0.64rem;
  font-weight: 700;
}

.product .hf-google-proof__content p {
  margin: 0 0 0.1rem;
  color: var(--hf-green-700);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product .hf-google-proof__content h2 {
  margin: 0;
  color: var(--hf-color-text-strong);
  font-family: var(--hf-font-body);
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.35;
}

.product .hf-google-proof__content > span {
  display: block;
  margin-top: 0.15rem;
  color: var(--hf-color-text-muted);
  font-size: 0.7rem;
  line-height: 1.4;
}

.product .hf-google-proof > a {
  display: inline-flex;
  min-height: 2.5rem;
  padding: 0.65rem 0.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: var(--hf-neutral-0);
  background: var(--hf-green-800);
  border-radius: var(--hf-radius-pill);
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none !important;
}

.product .hf-google-proof > a:hover {
  color: var(--hf-neutral-0);
  background: var(--hf-green-900);
}

.product .hf-google-proof > a:focus-visible {
  outline: 2px solid var(--hf-color-focus);
  outline-offset: 2px;
}

.product .hf-google-proof > a svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* Configurador de opcionais — SPAs e banheiras */
.product .hf-addon-configurator {
  margin: var(--hf-space-6) 0 var(--hf-space-4);
  overflow: hidden;
  background: var(--hf-neutral-0);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-sm);
}

.product .hf-addon-configurator__heading {
  display: grid;
  min-height: 4.5rem;
  padding: 0.9rem 1rem;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: var(--hf-space-3);
  background: linear-gradient(90deg, var(--hf-green-50), var(--hf-neutral-0));
  cursor: pointer;
  list-style: none;
  touch-action: manipulation;
}

.product .hf-addon-configurator__heading::-webkit-details-marker {
  display: none;
}

.product .hf-addon-configurator__heading > span:first-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product .hf-addon-configurator__heading small {
  color: var(--hf-green-700);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.product .hf-addon-configurator__heading strong {
  margin-top: 0.15rem;
  color: var(--hf-color-text-strong);
  font-size: 1rem;
  line-height: 1.3;
}

.product .hf-addon-configurator__summary-price {
  color: var(--hf-green-700);
  font-size: 0.75rem;
  font-weight: 800;
  white-space: nowrap;
}

.product .hf-addon-configurator__heading > svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: var(--hf-green-800);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--hf-duration-base) var(--hf-ease-standard);
}

.product .hf-addon-configurator[open] .hf-addon-configurator__heading > svg {
  transform: rotate(180deg);
}

.product .hf-addon-configurator__body {
  padding: 0 1rem 1rem;
  border-top: 1px solid var(--hf-color-border);
}

.product .hf-addon-configurator__intro {
  margin: 0;
  padding: 0.85rem 0;
  color: var(--hf-color-text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.product .hf-addon-list {
  display: grid;
  gap: var(--hf-space-2);
}

.product .hf-addon-group {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0.75rem;
  background: var(--hf-green-50);
  border: 1px solid var(--hf-green-100);
  border-radius: var(--hf-radius-md);
  gap: var(--hf-space-2);
}

.product .hf-addon-group legend {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0 0 0.2rem;
  flex-direction: column;
}

.product .hf-addon-group legend strong {
  color: var(--hf-color-text-strong);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
}

.product .hf-addon-group legend small {
  margin-top: 0.1rem;
  color: var(--hf-color-text-muted);
  font-size: 0.68rem;
  line-height: 1.4;
}

.product .hf-addon-item {
  position: relative;
}

.product .hf-addon-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.product .hf-addon-item label {
  display: grid;
  min-height: 4.25rem;
  margin: 0;
  padding: 0.7rem 0.75rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--hf-space-3);
  background: var(--hf-neutral-0);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-md);
  cursor: pointer;
  transition: border-color var(--hf-duration-fast) var(--hf-ease-standard),
    background var(--hf-duration-fast) var(--hf-ease-standard),
    box-shadow var(--hf-duration-fast) var(--hf-ease-standard);
  touch-action: manipulation;
}

.product .hf-addon-item label:hover {
  background: var(--hf-green-50);
  border-color: var(--hf-green-100);
}

.product .hf-addon-input:focus-visible + label {
  outline: 2px solid var(--hf-color-focus);
  outline-offset: 2px;
  box-shadow: var(--hf-shadow-focus);
}

.product .hf-addon-input:checked + label {
  background: var(--hf-green-50);
  border-color: var(--hf-green-600);
  box-shadow: 0 0 0 1px rgba(31, 152, 81, 0.14);
}

.product .hf-addon-item__check {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  color: transparent;
  background: var(--hf-neutral-0);
  border: 1.5px solid var(--hf-neutral-300);
  border-radius: 0.4rem;
}

.product .hf-addon-item__check svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product .hf-addon-input:checked + label .hf-addon-item__check {
  color: var(--hf-neutral-0);
  background: var(--hf-green-600);
  border-color: var(--hf-green-600);
}

.product .hf-addon-item.is-radio .hf-addon-item__check {
  border-radius: 50%;
}

.product .hf-addon-item.is-radio .hf-addon-input:checked + label .hf-addon-item__check {
  background: var(--hf-neutral-0);
  border: 5px solid var(--hf-green-600);
}

.product .hf-addon-item__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product .hf-addon-item__content strong {
  overflow: hidden;
  color: var(--hf-color-text-strong);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.product .hf-addon-item__content small {
  margin-top: 0.1rem;
  color: var(--hf-color-text-muted);
  font-size: 0.6875rem;
  line-height: 1.35;
}

.product .hf-addon-item__price {
  display: flex;
  color: var(--hf-green-700);
  flex-direction: column;
  align-items: flex-end;
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.product .hf-addon-item__price small {
  color: var(--hf-red-600);
  font-size: 0.625rem;
}

.product .hf-addon-item.is-unavailable label {
  cursor: not-allowed;
  opacity: 0.55;
}

.product .hf-addon-total {
  display: grid;
  margin-top: var(--hf-space-4);
  padding: 0.85rem 1rem;
  background: var(--hf-green-950);
  border-radius: var(--hf-radius-md);
  gap: 0.4rem;
}

.product .hf-addon-total > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--hf-space-4);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
}

.product .hf-addon-total > div strong {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.75rem;
}

.product .hf-addon-total__grand {
  margin-top: 0.25rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.product .hf-addon-total__grand span,
.product .hf-addon-total__grand strong {
  color: var(--hf-neutral-0) !important;
  font-size: 0.9375rem !important;
  font-weight: 800;
}

.product .hf-addon-error {
  margin: var(--hf-space-3) 0 0;
  padding: 0.65rem 0.75rem;
  color: var(--hf-red-600);
  background: var(--hf-red-50);
  border-radius: var(--hf-radius-sm);
  font-size: 0.75rem;
  font-weight: 700;
}

.product .hf-whatsapp-quote {
  margin-top: var(--hf-space-3);
}

.product .hf-whatsapp-quote__button {
  display: grid;
  width: 100%;
  min-height: 3.5rem;
  padding: 0.7rem 0.85rem;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  color: var(--hf-green-950);
  background: #f2fcf6;
  border: 1px solid #75c993;
  border-radius: var(--hf-radius-md);
  cursor: pointer;
  text-align: left;
  transition: background-color var(--hf-duration-fast) var(--hf-ease-standard),
    border-color var(--hf-duration-fast) var(--hf-ease-standard),
    box-shadow var(--hf-duration-fast) var(--hf-ease-standard),
    transform var(--hf-duration-fast) var(--hf-ease-standard);
}

.product .hf-whatsapp-quote__button:hover {
  background: #e8f9ef;
  border-color: #25a85a;
  box-shadow: var(--hf-shadow-sm);
  transform: translateY(-1px);
}

.product .hf-whatsapp-quote__button:focus-visible {
  outline: 2px solid var(--hf-color-focus);
  outline-offset: 2px;
  box-shadow: var(--hf-shadow-focus);
}

.product .hf-whatsapp-quote__icon {
  display: inline-flex;
  width: 2.15rem;
  height: 2.15rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-neutral-0);
  background: #25d366;
  border-radius: 50%;
}

.product .hf-whatsapp-quote__icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.product .hf-whatsapp-quote__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product .hf-whatsapp-quote__content strong {
  color: var(--hf-green-950);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.3;
}

.product .hf-whatsapp-quote__content small {
  margin-top: 0.1rem;
  color: var(--hf-color-text-muted);
  font-size: 0.66rem;
  line-height: 1.35;
}

.product .hf-whatsapp-quote__arrow {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: var(--hf-green-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.product .hf-whatsapp-quote > p {
  margin: 0.35rem 0 0;
  color: var(--hf-color-text-muted);
  font-size: 0.63rem;
  line-height: 1.4;
  text-align: center;
}

/* 9. Shared surfaces */
.card,
.modal-content,
.toast,
.accordion .card {
  border-color: var(--hf-color-border);
  border-radius: var(--hf-radius-lg) !important;
  box-shadow: var(--hf-shadow-sm);
}

.modal-content {
  box-shadow: var(--hf-shadow-md);
}

.alert-success {
  color: var(--hf-green-900);
  background: var(--hf-green-50);
  border-color: var(--hf-green-100);
}

.alert-danger {
  color: var(--hf-color-danger);
  background: var(--hf-red-50);
}

.bg-light,
.badge-light {
  background-color: var(--hf-color-bg-subtle) !important;
}

/* Linha d'água: assinatura visual discreta para blocos institucionais. */
.rte h2::after,
.rte h3::after {
  display: block;
  width: 3rem;
  height: 2px;
  margin-top: var(--hf-space-3);
  background: linear-gradient(90deg, var(--hf-green-500), var(--hf-green-300));
  border-radius: var(--hf-radius-pill);
  content: "";
}

/* 10. Footer */
#footer {
  color: var(--hf-color-text) !important;
  background: var(--hf-green-50) !important;
  border-top: 1px solid var(--hf-green-100);
}

#footer > div:first-child {
  color: var(--hf-color-text) !important;
  background: #e7f4ee !important;
}

#footer > div:nth-child(2) {
  color: var(--hf-color-text) !important;
  background: #f8faf9 !important;
  border-top: 1px solid var(--hf-color-border);
}

#footer .footer-block-title,
#footer .footer-title,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: var(--hf-color-text-strong) !important;
}

#footer a,
#footer ul.link-list li a {
  color: var(--hf-color-text) !important;
}

#footer a:hover,
#footer a:focus,
#footer ul.link-list li a:hover,
#footer ul.link-list li a:focus {
  color: var(--hf-green-800) !important;
  opacity: 1 !important;
}

#footer hr {
  border-color: var(--hf-color-border);
}

#footer .payment-list__item,
#footer .payment-list__item-security {
  filter: saturate(0.82);
}

#footer .row.align-items-center {
  padding-bottom: var(--hf-space-4) !important;
}

#footer #footer-about {
  margin-top: var(--hf-space-6) !important;
  margin-bottom: var(--hf-space-4) !important;
}

#footer #footer-about-logo {
  max-width: 7rem;
  margin-bottom: var(--hf-space-4) !important;
}

#footer #footer-about .mb-5 {
  margin-bottom: var(--hf-space-6) !important;
}

#footer #footer-blocks > div {
  padding-top: var(--hf-space-4) !important;
  padding-bottom: var(--hf-space-4) !important;
}

#footer a[href*="wa.me"] {
  display: block;
  width: 100%;
  max-width: 19rem;
  margin-bottom: var(--hf-space-3) !important;
}

#footer a[href*="wa.me"] .btn {
  display: flex;
  width: 100%;
  min-height: 2.875rem;
  padding: 0.65rem 0.9rem !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  color: var(--hf-green-900) !important;
  background: rgba(255, 255, 255, 0.86) !important;
  border: 1px solid rgba(0, 170, 93, 0.28) !important;
  border-radius: var(--hf-radius-md) !important;
  box-shadow: var(--hf-shadow-sm);
  font-weight: 700;
  text-align: left;
}

#footer a[href*="wa.me"] .btn svg {
  flex: 0 0 auto;
  color: #128c4a;
}

#footer a[href*="wa.me"] .btn:hover,
#footer a[href*="wa.me"] .btn:focus {
  color: var(--hf-green-950) !important;
  background: var(--hf-neutral-0) !important;
  border-color: var(--hf-green-500) !important;
  box-shadow: var(--hf-shadow-md);
}

#footer > div:nth-child(2) > .container > .row,
#footer > div:nth-child(2) > .container-fluid > .row {
  padding-top: var(--hf-space-4);
  padding-bottom: var(--hf-space-6);
  align-items: flex-start;
}

#footer > div:nth-child(2) .col-md-4 {
  margin-top: 0 !important;
}

#footer > div:nth-child(2) .footer-title {
  margin-bottom: var(--hf-space-3);
  font-family: var(--hf-font-body);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#footer .payment-list {
  flex-wrap: wrap;
  gap: 0.45rem;
}

#footer .payment-list__item {
  width: 2.25rem;
  max-height: 1.6rem;
  margin: 0 !important;
}

#footer .payment-list__item-security {
  width: auto;
  max-width: 5.5rem;
  max-height: 2.5rem;
  margin: 0 !important;
}

/* 11. Carrossel principal */
.hf-carousel-wrap {
  width: 100%;
  overflow: hidden;
  background: var(--hf-green-950);
}

.hf-carousel-wrap.container {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-md);
}

.hf-carousel {
  overflow: hidden;
  background: var(--hf-green-950);
}

.hf-carousel-inner,
.hf-carousel .carousel-item,
.hf-carousel-picture,
.hf-carousel-link {
  display: block;
  width: 100%;
}

.hf-carousel-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 40 / 11;
  object-fit: cover;
  object-position: center;
  background: var(--hf-green-950);
}

.hf-carousel-placeholder {
  width: 100%;
  aspect-ratio: 40 / 11;
  background: var(--hf-green-900);
}

.hf-carousel .carousel-control-prev,
.hf-carousel .carousel-control-next {
  top: 50%;
  bottom: auto;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 1rem;
  background: rgba(7, 42, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(7, 42, 32, 0.22);
  opacity: 0.86;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.hf-carousel .carousel-control-prev:hover,
.hf-carousel .carousel-control-next:hover,
.hf-carousel .carousel-control-prev:focus,
.hf-carousel .carousel-control-next:focus {
  background: var(--hf-green-900);
  opacity: 1;
}

.hf-carousel .carousel-control-prev-icon,
.hf-carousel .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
}

.hf-carousel-indicators {
  right: 50%;
  bottom: 0.65rem;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0.42rem 0.55rem;
  background: rgba(7, 42, 32, 0.62);
  border-radius: var(--hf-radius-pill);
  transform: translateX(50%);
  backdrop-filter: blur(8px);
}

.hf-carousel-indicators li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.2rem;
  background: rgba(255, 255, 255, 0.58);
  border: 0;
  border-radius: 50%;
}

.hf-carousel-indicators li.active {
  width: 1.35rem;
  background: var(--hf-green-300);
  border-radius: var(--hf-radius-pill);
}

.hf-carousel .carousel-autoplay-progress-bar {
  height: 3px;
  background: linear-gradient(90deg, var(--hf-green-300), var(--hf-green-500)) !important;
}

/* 12. Navegação por categorias da home */
.hf-collection-list .title-colection {
  margin-top: var(--hf-space-3);
  margin-bottom: 0;
  color: var(--hf-color-text-strong) !important;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.hf-collection-list .collection-list-img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform var(--hf-duration-base) var(--hf-ease-standard);
}

.hf-collection-list .product-item:hover .collection-list-img {
  transform: scale(1.025);
}

@media (min-width: 992px) {
  .hf-collection-list .splide__list {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    justify-content: center;
    transform: none !important;
  }

  .hf-collection-list .splide__slide {
    width: 15rem !important;
    max-width: calc(33.333% - 1rem);
    flex: 0 0 15rem !important;
    margin: 0 0.5rem;
  }

  .hf-collection-list .splide__arrows,
  .hf-collection-list .splide__pagination {
    display: none !important;
  }
}

/* 13. Home de conversão */
.hf-eyebrow {
  margin: 0 0 var(--hf-space-3);
  color: var(--hf-green-600);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.hf-home-hero {
  padding: clamp(1rem, 2.5vw, 2rem) 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f7fbf9 0%, var(--hf-neutral-0) 100%);
}

.hf-home-hero__surface {
  position: relative;
  display: grid;
  min-height: 34rem;
  overflow: hidden;
  background: var(--hf-green-950);
  border-radius: clamp(1rem, 2vw, 1.5rem);
  box-shadow: 0 24px 60px rgba(7, 42, 32, 0.16);
  isolation: isolate;
}

.hf-home-hero__surface::before,
.hf-home-hero__surface::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(141, 231, 191, 0.16);
  border-radius: 50%;
  content: "";
}

.hf-home-hero__surface::before {
  top: -10rem;
  left: -9rem;
  width: 28rem;
  height: 28rem;
}

.hf-home-hero__surface::after {
  right: -7rem;
  bottom: -12rem;
  width: 34rem;
  height: 34rem;
  border-width: 5rem;
}

.hf-home-hero__content {
  z-index: 1;
  display: flex;
  padding: clamp(2rem, 6vw, 5rem);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hf-home-hero .hf-eyebrow {
  color: #8de7bf;
}

.hf-home-hero h1 {
  max-width: 13ch;
  margin-bottom: var(--hf-space-6);
  color: var(--hf-neutral-0);
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hf-home-hero__lead {
  max-width: 37rem;
  margin-bottom: var(--hf-space-8);
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.65;
}

.hf-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--hf-space-3);
}

.hf-home-hero__actions .btn {
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8rem 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--hf-radius-md);
  font-weight: 800;
}

.hf-btn-primary {
  color: var(--hf-green-950) !important;
  background: var(--hf-green-300) !important;
  border-color: var(--hf-green-300) !important;
}

.hf-btn-primary:hover,
.hf-btn-primary:focus {
  background: #45e99a !important;
  border-color: #45e99a !important;
}

.hf-btn-secondary {
  color: var(--hf-neutral-0) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.34) !important;
}

.hf-btn-secondary:hover,
.hf-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.13) !important;
  border-color: rgba(255, 255, 255, 0.62) !important;
}

.hf-home-hero__visual {
  position: relative;
  display: flex;
  min-width: 0;
  padding: clamp(2rem, 5vw, 4.5rem) clamp(1rem, 4vw, 3rem);
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #dff4ea 0%, #b8dfcd 100%);
}

.hf-home-hero__visual::after {
  position: absolute;
  right: 7%;
  bottom: 8%;
  left: 7%;
  height: 14%;
  background: rgba(7, 42, 32, 0.16);
  border-radius: 50%;
  filter: blur(24px);
  content: "";
}

.hf-home-hero__visual a {
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.hf-home-hero__visual img {
  display: block;
  width: 100%;
  max-width: 42rem;
  max-height: 31rem;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 22px rgba(7, 42, 32, 0.16));
}

.hf-home-hero__visual-label {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  padding: 0.45rem 0.75rem;
  color: var(--hf-green-900);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(13, 66, 50, 0.14);
  border-radius: var(--hf-radius-pill);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hf-home-trust {
  display: grid;
  margin: 0;
  padding: var(--hf-space-6) 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
}

.hf-home-trust li {
  display: flex;
  min-width: 0;
  padding: 0 var(--hf-space-6);
  align-items: center;
  gap: var(--hf-space-3);
  border-right: 1px solid var(--hf-color-border);
}

.hf-home-trust li:first-child {
  padding-left: 0;
}

.hf-home-trust li:last-child {
  padding-right: 0;
  border-right: 0;
}

.hf-home-trust svg,
.hf-home-craft__icon svg,
.hf-home-consultation__icon svg {
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hf-home-trust svg {
  color: var(--hf-green-600);
}

.hf-home-trust span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hf-home-trust strong {
  color: var(--hf-color-text-strong);
  font-size: 0.8125rem;
  line-height: 1.3;
}

.hf-home-trust small {
  margin-top: 0.1rem;
  color: var(--hf-color-text-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.hf-home-craft {
  margin: clamp(2.75rem, 7vw, 6rem) 0;
}

.hf-home-section-heading {
  max-width: 47rem;
  margin: 0 auto clamp(1.75rem, 4vw, 3rem);
  text-align: center;
}

.hf-home-section-heading h2,
.hf-home-featured > .container > .title,
.hf-home-gallery .title {
  margin-bottom: var(--hf-space-3) !important;
  font-size: clamp(1.8rem, 3.6vw, 2.75rem);
  line-height: 1.08;
}

.hf-home-section-heading > p:last-child,
.hf-home-featured > .container > .description,
.hf-home-gallery > .container > .description {
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
  color: var(--hf-color-text-muted) !important;
}

.hf-home-craft__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hf-space-4);
}

.hf-home-craft__card {
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--hf-neutral-50);
  border: 1px solid var(--hf-color-border);
  border-radius: var(--hf-radius-lg);
}

.hf-home-craft__icon {
  display: inline-flex;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: var(--hf-space-6);
  align-items: center;
  justify-content: center;
  color: var(--hf-green-800);
  background: var(--hf-green-100);
  border-radius: 50%;
}

.hf-home-craft__card h3 {
  margin-bottom: var(--hf-space-3);
  font-family: var(--hf-font-body);
  font-size: 1.05rem;
  font-weight: 800;
}

.hf-home-craft__card p {
  margin: 0;
  color: var(--hf-color-text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.hf-home-craft__link {
  display: flex;
  width: fit-content;
  min-height: 2.75rem;
  margin: var(--hf-space-6) auto 0;
  align-items: center;
  gap: var(--hf-space-2);
  color: var(--hf-green-800);
  font-weight: 800;
}

.hf-home-craft__link:hover {
  gap: var(--hf-space-3);
  text-decoration: none;
}

.hf-home-featured {
  margin-top: clamp(3rem, 7vw, 6rem) !important;
  margin-bottom: clamp(3rem, 7vw, 6rem) !important;
}

.hf-home-featured .nav-pills {
  justify-content: center !important;
  gap: var(--hf-space-2);
}

.hf-home-featured .nav-pills .nav-link {
  min-height: 2.75rem;
  padding: 0.65rem 1.1rem;
  color: var(--hf-green-800);
  background: var(--hf-green-50);
  border: 1px solid var(--hf-green-100);
  border-radius: var(--hf-radius-pill);
  font-weight: 800;
}

.hf-home-featured .nav-pills .nav-link.active {
  color: var(--hf-neutral-0);
  background: var(--hf-green-800);
  border-color: var(--hf-green-800);
}

/* Prova social institucional da home */
.hf-home-reputation {
  margin: clamp(-1rem, -2vw, -0.25rem) 0 clamp(3rem, 7vw, 6rem);
}

.hf-home-reputation__surface {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(14rem, 0.72fr) minmax(0, 1.55fr);
  color: var(--hf-neutral-0);
  background: var(--hf-green-950);
  border: 1px solid rgba(17, 225, 130, 0.18);
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-md);
}

.hf-home-reputation__score {
  display: flex;
  min-height: 22rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(17, 225, 130, 0.22), transparent 43%),
    linear-gradient(145deg, var(--hf-green-800), var(--hf-green-950));
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hf-home-reputation__score small {
  color: #9becc6;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hf-home-reputation__score > strong {
  margin: 0.2rem 0 0;
  color: var(--hf-neutral-0);
  font-family: var(--hf-font-display);
  font-size: clamp(4.25rem, 9vw, 7.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.95;
}

.hf-home-reputation__score > span {
  margin-top: 0.65rem;
  color: #f4b400;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.hf-home-reputation__score p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.hf-home-reputation__content {
  display: flex;
  padding: clamp(1.5rem, 4.5vw, 3.5rem);
  flex-direction: column;
  justify-content: center;
}

.hf-home-reputation .hf-eyebrow {
  color: #8de7bf;
}

.hf-home-reputation__content h2 {
  max-width: 40rem;
  margin-bottom: var(--hf-space-3);
  color: var(--hf-neutral-0);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.08;
}

.hf-home-reputation__content > p:not(.hf-eyebrow) {
  max-width: 42rem;
  margin-bottom: var(--hf-space-6);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.65;
}

.hf-home-reputation__content ul {
  display: grid;
  margin: 0 0 var(--hf-space-6);
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hf-space-3);
  list-style: none;
}

.hf-home-reputation__content li {
  display: flex;
  min-width: 0;
  padding-left: var(--hf-space-3);
  flex-direction: column;
  border-left: 2px solid var(--hf-green-400);
}

.hf-home-reputation__content li strong {
  color: var(--hf-neutral-0);
  font-size: 0.72rem;
  line-height: 1.35;
}

.hf-home-reputation__content li span {
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.64rem;
  line-height: 1.4;
}

.hf-home-reputation__content > a {
  display: inline-flex;
  width: fit-content;
  min-height: 2.875rem;
  padding: 0.65rem 1rem;
  align-items: center;
  gap: var(--hf-space-2);
  color: var(--hf-green-950) !important;
  background: var(--hf-green-300);
  border-radius: var(--hf-radius-md);
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none !important;
}

.hf-home-reputation__content > a:hover {
  background: #45eb99;
}

.hf-home-reputation__content > a:focus-visible {
  outline: 2px solid var(--hf-neutral-0);
  outline-offset: 3px;
}

.hf-home-reputation__content > a svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hf-home-gallery {
  margin-bottom: 0 !important;
  padding: clamp(3rem, 7vw, 6rem) 0 !important;
  background: var(--hf-green-50) !important;
}

.hf-home-gallery .instagram-gallery-list {
  margin-top: var(--hf-space-6);
}

.hf-home-gallery .instagram-gallery-list-item-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 0;
  border-radius: var(--hf-radius-lg) !important;
  box-shadow: var(--hf-shadow-sm);
}

.hf-home-gallery > .container > .btn {
  min-height: 2.875rem;
  color: var(--hf-green-800) !important;
  background: var(--hf-neutral-0) !important;
  border-color: var(--hf-green-700) !important;
  border-radius: var(--hf-radius-pill);
  font-weight: 800;
}

.hf-home-consultation {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: var(--hf-neutral-0);
}

.hf-home-consultation__surface {
  display: grid;
  padding: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  color: var(--hf-neutral-0);
  background: linear-gradient(125deg, var(--hf-green-950), var(--hf-green-800));
  border-radius: var(--hf-radius-lg);
  box-shadow: var(--hf-shadow-md);
}

.hf-home-consultation__icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-green-300);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.hf-home-consultation .hf-eyebrow {
  color: #8de7bf;
}

.hf-home-consultation h2 {
  margin-bottom: var(--hf-space-2);
  color: var(--hf-neutral-0);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.hf-home-consultation__content > p:last-child {
  max-width: 48rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.6;
}

.hf-home-consultation__button {
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8rem 1.3rem;
  align-items: center;
  justify-content: center;
  color: var(--hf-green-950) !important;
  background: var(--hf-green-300) !important;
  border-color: var(--hf-green-300) !important;
  border-radius: var(--hf-radius-md);
  font-weight: 800;
  white-space: nowrap;
}

/* 14. Responsive and motion preferences */
@media (max-width: 1199.98px) {
  #navbar {
    min-height: 5.75rem;
    padding: 0.35rem 0.55rem;
  }

  #navbar > .container,
  #navbar > .container-fluid {
    min-height: 5rem;
  }

  #navbar .navbar-brand-wrapper {
    min-height: 5rem;
  }

  #navbar #navbar-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: none;
    margin: 0 !important;
    transform: translate(-50%, -50%);
  }

  #navbar #logo-image {
    width: 7.25rem !important;
    max-width: 7.25rem;
    max-height: 5.25rem;
  }

  #navbar .navbar-toggler,
  #navbar #iconmenu .nav-link {
    min-width: 2.75rem;
    min-height: 2.75rem;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
  }

  #navbar-collapse {
    padding-top: var(--hf-space-3);
    padding-bottom: var(--hf-space-4);
  }

  #navbar ul.navbar-nav#navbar-menu li.nav-item.active > a.nav-link {
    background: var(--hf-color-bg-brand-soft);
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 0.96875rem;
  }

  .product .hf-spa-capacity-summary {
    max-width: none;
    margin-top: 0.35rem;
    padding: 0.65rem 0.7rem;
  }

  .product .hf-spa-capacity-summary__content small {
    font-size: 0.65rem;
  }

  .product .hf-product-fulfillment {
    margin-top: var(--hf-space-4);
  }

  .product .hf-product-fulfillment__lead {
    padding: 0.8rem;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 0.7rem;
  }

  .product .hf-product-fulfillment__lead-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .product .hf-product-fulfillment__copy h3 {
    font-size: 0.88rem;
  }

  .product .hf-product-fulfillment__copy > span {
    font-size: 0.65rem;
  }

  .product .hf-product-fulfillment__freight {
    width: max-content;
    margin-left: 2.95rem;
    grid-column: 1 / -1;
  }

  .product .hf-product-fulfillment__warranties {
    padding: 0.7rem 0.8rem;
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .product .hf-variant-details {
    margin-top: var(--hf-space-4);
    padding: 0.9rem;
  }

  .product .hf-variant-details__header {
    gap: var(--hf-space-2);
  }

  .product .hf-variant-details__header h3 {
    font-size: 0.9375rem;
  }

  .product .hf-variant-details__intro {
    font-size: 0.75rem;
  }

  .product .hf-variant-details__highlights {
    grid-template-columns: 1fr;
  }

  .product .hf-variant-details__highlights li {
    min-height: 3.5rem;
  }

  .product .hf-variant-details__complete > ul {
    grid-template-columns: 1fr;
  }

  .product .hf-addon-configurator {
    margin-top: var(--hf-space-4);
  }

  .product .hf-addon-configurator__heading {
    min-height: 4.25rem;
    padding: 0.8rem 0.85rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .product .hf-addon-configurator__summary-price {
    display: none;
  }

  .product .hf-addon-configurator__body {
    padding: 0 0.75rem 0.75rem;
  }

  .product .hf-addon-item label {
    min-height: 4.5rem;
    padding: 0.7rem 0.65rem;
    gap: 0.65rem;
  }

  .product .hf-addon-item__content strong {
    font-size: 0.78rem;
  }

  .product .hf-addon-item__content small {
    font-size: 0.64rem;
  }

  .product .hf-addon-item__price {
    font-size: 0.75rem;
  }

  .product .hf-google-rating {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .product .hf-google-proof {
    padding: 0.9rem;
    grid-template-columns: auto minmax(0, 1fr);
    gap: var(--hf-space-3);
  }

  .product .hf-google-proof__score {
    min-width: 4.75rem;
    padding-right: var(--hf-space-3);
  }

  .product .hf-google-proof__score strong {
    font-size: 1.7rem;
  }

  .product .hf-google-proof > a {
    width: 100%;
    grid-column: 1 / -1;
  }

  .hf-home-hero {
    padding-top: var(--hf-space-3);
  }

  .hf-home-hero__surface {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hf-home-hero__content {
    padding: 2.15rem 1.25rem 1.5rem;
  }

  .hf-home-hero h1 {
    max-width: 12ch;
    margin-bottom: var(--hf-space-4);
    font-size: clamp(2.15rem, 10vw, 3.15rem);
  }

  .hf-home-hero__lead {
    margin-bottom: var(--hf-space-6);
    font-size: 0.9375rem;
    line-height: 1.55;
  }

  .hf-home-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hf-home-hero__actions .btn {
    width: 100%;
  }

  .hf-home-hero__visual {
    min-height: 18rem;
    padding: 2.25rem 1rem 1.5rem;
  }

  .hf-home-hero__visual img {
    max-height: 18rem;
  }

  .hf-home-hero__visual-label {
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.625rem;
  }

  .hf-home-trust {
    padding: var(--hf-space-3) 0 var(--hf-space-4);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hf-home-trust li,
  .hf-home-trust li:first-child,
  .hf-home-trust li:last-child {
    padding: var(--hf-space-3);
    border-right: 0;
    border-bottom: 1px solid var(--hf-color-border);
  }

  .hf-home-trust li:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--hf-color-border);
  }

  .hf-home-trust li:nth-child(even) {
    padding-right: 0;
  }

  .hf-home-trust li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .hf-home-trust svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .hf-home-trust strong {
    font-size: 0.75rem;
  }

  .hf-home-trust small {
    font-size: 0.66rem;
  }

  .hf-home-craft {
    margin: 3rem 0;
  }

  .hf-home-section-heading {
    margin-bottom: var(--hf-space-6);
    text-align: left;
  }

  .hf-home-section-heading h2,
  .hf-home-featured > .container > .title,
  .hf-home-gallery .title {
    font-size: 1.8rem;
  }

  .hf-home-craft__grid {
    grid-template-columns: 1fr;
  }

  .hf-home-craft__card {
    display: grid;
    padding: 1.15rem;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: var(--hf-space-4);
  }

  .hf-home-craft__icon {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    grid-row: 1 / span 2;
  }

  .hf-home-craft__icon svg {
    width: 1.45rem;
    height: 1.45rem;
  }

  .hf-home-craft__card h3 {
    margin: 0 0 0.35rem;
  }

  .hf-home-craft__card p {
    font-size: 0.84rem;
  }

  .hf-home-featured {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .hf-home-reputation {
    margin: -0.5rem 0 3.5rem;
  }

  .hf-home-reputation__surface {
    grid-template-columns: 1fr;
  }

  .hf-home-reputation__score {
    min-height: auto;
    padding: 1.35rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hf-home-reputation__score > strong {
    font-size: 4.25rem;
  }

  .hf-home-reputation__content {
    padding: 1.35rem;
  }

  .hf-home-reputation__content h2 {
    font-size: 1.65rem;
  }

  .hf-home-reputation__content ul {
    grid-template-columns: 1fr;
  }

  .hf-home-reputation__content > a {
    width: 100%;
    justify-content: center;
  }

  .hf-home-featured > .container > .description,
  .hf-home-gallery > .container > .description {
    font-size: 0.9rem;
  }

  .hf-home-gallery {
    padding: 3.5rem 0 !important;
  }

  .hf-home-gallery .instagram-gallery-list {
    margin-top: var(--hf-space-4);
  }

  .hf-home-consultation {
    padding: 2rem 0;
  }

  .hf-home-consultation__surface {
    padding: 1.5rem;
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hf-home-consultation__icon {
    width: 3.25rem;
    height: 3.25rem;
  }

  .hf-home-consultation__button {
    width: 100%;
    white-space: normal;
  }

  .product-item {
    padding: var(--hf-space-3) !important;
  }

  .product-img-wrapper,
  .misc-img-wrapper {
    min-height: 10.5rem;
  }

  .product-image-gallery .carousel-item > a {
    min-height: 18rem;
  }

  .product h1.product-title {
    font-size: clamp(1.65rem, 7vw, 2.05rem) !important;
    line-height: 1.08;
  }

  .product .margem-form-botoes {
    padding-top: var(--hf-space-4) !important;
  }

  .product .color-swatches {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--hf-space-2);
  }

  .product .color-swatches-item {
    margin: 0 !important;
  }

  .product .color-swatches-item .variavel-cor {
    width: 100%;
    min-width: 0;
    min-height: 3.75rem;
  }

  .product #box-botoes-comprar .product-qty {
    flex: 0 0 6rem;
  }

  .btn,
  .button-buy,
  .button-add-cart {
    padding-right: var(--hf-space-4);
    padding-left: var(--hf-space-4);
  }

  .hf-carousel-img,
  .hf-carousel-placeholder {
    aspect-ratio: 626 / 800;
  }

  .hf-carousel .carousel-control-prev,
  .hf-carousel .carousel-control-next {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 0.6rem;
  }

  #footer #footer-about-logo {
    max-width: 6rem;
  }

  #footer #footer-blocks > div {
    padding-top: var(--hf-space-3) !important;
    padding-bottom: var(--hf-space-3) !important;
  }

  #footer a[href*="wa.me"] {
    max-width: none;
  }

  #footer > div:nth-child(2) .col-md-4 {
    padding-top: var(--hf-space-3);
    padding-bottom: var(--hf-space-3);
    border-bottom: 1px solid var(--hf-color-border);
  }

  #footer > div:nth-child(2) .col-md-4:last-child {
    border-bottom: 0;
  }

  #jvLabelWrap {
    display: none !important;
  }

  #whatsapp-lead {
    right: 0.75rem !important;
    bottom: calc(0.75rem + env(safe-area-inset-bottom)) !important;
    width: 3.25rem !important;
    height: 3.25rem !important;
    padding: 0.625rem !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 28px rgba(7, 42, 32, 0.24) !important;
  }

  #whatsapp-lead-link {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  #pwa-whatsapp-icon {
    width: 2rem !important;
  }

  #whatsapp-btn-text {
    display: none !important;
  }
}

/* 18. Compra flutuante — compacta, consultiva e sem avaliações vazias */
#product-sticky-atc-wrapper #product-sticky-atc {
  left: 50%;
  right: auto;
  bottom: 1.25rem;
  width: 24.5rem;
  min-width: 0;
  max-width: calc(100vw - 2rem);
  margin-left: -12.25rem;
  overflow: hidden;
  color: var(--hf-color-text);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--hf-color-border);
  border-top: 3px solid var(--hf-color-brand);
  border-radius: var(--hf-radius-lg) !important;
  box-shadow: 0 18px 48px rgba(7, 42, 32, 0.2);
  backdrop-filter: blur(12px);
}

#product-sticky-atc .hf-sticky-atc__header {
  align-items: flex-start;
  padding: 0.75rem 0.875rem 0.625rem;
  color: var(--hf-color-text-strong);
  background: linear-gradient(135deg, var(--hf-green-50), var(--hf-neutral-0));
  border-bottom: 1px solid var(--hf-color-border);
}

#product-sticky-atc .hf-sticky-atc__heading {
  min-width: 0;
}

#product-sticky-atc .hf-sticky-atc__eyebrow {
  display: block;
  margin-bottom: 0.125rem;
  color: var(--hf-green-700);
  font-size: 0.625rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

#product-sticky-atc .hf-sticky-atc__title {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hf-color-text-strong);
  font-size: 0.9375rem;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#product-sticky-atc .hf-sticky-atc__close {
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  margin-top: -0.125rem;
  padding: 0;
  color: var(--hf-color-text-muted);
  line-height: 1;
  background: var(--hf-neutral-0);
  border: 1px solid var(--hf-color-border);
  border-radius: 50%;
  opacity: 1;
}

#product-sticky-atc .hf-sticky-atc__close:hover,
#product-sticky-atc .hf-sticky-atc__close:focus-visible {
  color: var(--hf-color-text-strong);
  border-color: var(--hf-green-700);
  outline: 0;
  box-shadow: var(--hf-shadow-focus);
}

#product-sticky-atc .hf-sticky-atc__body {
  padding: 0.75rem 0.875rem 0.625rem;
}

#product-sticky-atc .hf-sticky-atc__main {
  min-width: 0;
}

#product-sticky-atc .hf-sticky-atc__image {
  flex: 0 0 5.25rem;
  width: 5.25rem !important;
  height: 5.25rem !important;
  min-width: 5.25rem;
  max-width: 5.25rem !important;
  max-height: none !important;
  padding: 0.25rem;
  object-fit: contain;
  background: var(--hf-color-bg-subtle);
  border: 1px solid var(--hf-color-border) !important;
  border-radius: var(--hf-radius-md) !important;
}

#product-sticky-atc .hf-sticky-atc__content {
  min-width: 0;
}

#product-sticky-atc .product-price {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.4rem;
  align-items: baseline;
  margin-bottom: 0.4rem !important;
  line-height: 1.2;
}

#product-sticky-atc .product-price .price {
  color: var(--hf-green-700);
  font-size: 1rem;
  font-weight: 800;
}

#product-sticky-atc .product-price .price-compare {
  color: var(--hf-color-text-muted);
  font-size: 0.75rem;
}

#product-sticky-atc .form-group {
  margin-bottom: 0.4rem !important;
}

#product-sticky-atc .custom-select {
  height: 2.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: var(--hf-color-text-strong);
  font-size: 0.75rem;
  border-color: var(--hf-color-border-strong);
  border-radius: var(--hf-radius-sm);
}

#product-sticky-atc .add-to-cart-btn {
  min-height: 2.5rem;
  padding: 0.45rem 0.75rem !important;
  font-size: 0.8125rem;
  border: 0;
  border-radius: var(--hf-radius-md) !important;
  box-shadow: none;
}

#product-sticky-atc .hf-sticky-atc__assurance {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  justify-content: center;
  margin: 0.5rem 0 0;
  color: var(--hf-color-text-muted);
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.25;
}

#product-sticky-atc .hf-sticky-atc__assurance svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: none;
  stroke: var(--hf-green-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

@media (max-width: 767.98px) {
  #product-sticky-atc-wrapper #product-sticky-atc {
    right: 0.75rem;
    bottom: calc(4.5rem + env(safe-area-inset-bottom));
    left: 0.75rem;
    width: auto;
    max-width: none;
    margin-left: 0;
    border-radius: 0.875rem !important;
    box-shadow: 0 12px 32px rgba(7, 42, 32, 0.2);
  }

  #product-sticky-atc .hf-sticky-atc__header {
    padding: 0.55rem 0.7rem 0.5rem;
  }

  #product-sticky-atc .hf-sticky-atc__eyebrow {
    font-size: 0.5625rem;
  }

  #product-sticky-atc .hf-sticky-atc__title {
    font-size: 0.8125rem;
    -webkit-line-clamp: 1;
  }

  #product-sticky-atc .hf-sticky-atc__close {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
  }

  #product-sticky-atc .hf-sticky-atc__body {
    padding: 0.6rem 0.7rem 0.5rem;
  }

  #product-sticky-atc .hf-sticky-atc__image {
    flex-basis: 4rem;
    width: 4rem !important;
    height: 4rem !important;
    min-width: 4rem;
    max-width: 4rem !important;
    margin-right: 0.65rem !important;
  }

  #product-sticky-atc .product-price {
    margin-bottom: 0.3rem !important;
  }

  #product-sticky-atc .product-price .price {
    font-size: 0.875rem;
  }

  #product-sticky-atc .product-price .price-compare {
    font-size: 0.6875rem;
  }

  #product-sticky-atc .custom-select {
    height: 2rem;
    font-size: 0.6875rem;
  }

  #product-sticky-atc .add-to-cart-btn {
    min-height: 2.25rem;
    font-size: 0.75rem;
  }

  #product-sticky-atc .hf-sticky-atc__assurance {
    margin-top: 0.35rem;
    font-size: 0.625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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

  .product .hf-product-promise__rotator strong {
    display: none;
    opacity: 0;
    animation: none !important;
  }

  .product .hf-product-promise__rotator strong:first-child {
    display: block;
    opacity: 1;
    transform: none;
  }
}