.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for section, class: .elementor-element-80e0982 *//* ==========================================================
   HEADER | IN ACQUA VERITAS — VERSÃO ESTÁVEL
   Corrige alinhamento do menu hamburger no mobile
   ========================================================== */


/* ==========================================================
   BASE
   ========================================================== */

.iav-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.iav-header,
.iav-header *,
.iav-overlay,
.iav-overlay *,
.iav-panel,
.iav-panel * {
  box-sizing: border-box;
}


/* ==========================================================
   HEADER
   ========================================================== */

.iav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  padding: 14px 0;
  background: var(--iav-header-bg, rgba(255, 255, 255, 0.58));
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: saturate(145%) blur(14px);
  -webkit-backdrop-filter: saturate(145%) blur(14px);
  transition:
    padding 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.iav-header.is-scrolled {
  padding: 9px 0;
  background: var(--iav-header-bg-scrolled, rgba(255, 255, 255, 0.78));
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}


/* 
   Grid em vez de flex:
   - coluna 1: logótipo
   - coluna 2: espaço livre
   - coluna 3: acções sempre à direita
*/

.iav-header__inner {
  width: min(1440px, calc(100% - 48px));
  min-height: 44px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
}


/* ==========================================================
   LOGÓTIPO
   ========================================================== */

.iav-logo,
.iav-logo:link,
.iav-logo:visited {
  grid-column: 1;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
}

.iav-logo img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 100%;
  transition: height 0.25s ease;
}

.iav-header.is-scrolled .iav-logo img {
  height: 34px;
}


/* ==========================================================
   ACÇÕES DO HEADER
   ========================================================== */

.iav-actions {
  grid-column: 3;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 10px;
  min-width: max-content;
  margin-left: auto;
}


/* ==========================================================
   IDIOMAS
   ========================================================== */

.iav-lang {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}

.iav-lang .flag,
.iav-lang .flag:link,
.iav-lang .flag:visited {
  display: inline-grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-size: 18px;
  line-height: 1;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.iav-lang .flag:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}


/* ==========================================================
   CARRINHO
   ========================================================== */

.iav-cart,
.iav-cart:link,
.iav-cart:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--iav-text, #171513);
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.2s ease;
}

.iav-cart:hover {
  background: rgba(0, 0, 0, 0.05);
}

.iav-cart svg,
.iav-cart img {
  display: block;
  max-width: 22px;
  max-height: 22px;
}

.iav-cart__count {
  position: absolute;
  top: 2px;
  right: 1px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--iav-accent, #c1a46b);
  color: #111111;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.iav-cart__count.is-empty {
  display: none;
}


/* ==========================================================
   HAMBURGER
   ========================================================== */

button.iav-burger,
.iav-burger {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--iav-text, #171513) !important;
  line-height: 1 !important;
  text-align: center !important;
  cursor: pointer;
  box-shadow: none !important;
  transform: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.iav-burger:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.iav-burger:focus-visible {
  outline: 2px solid rgba(193, 164, 107, 0.72);
  outline-offset: 3px;
}

.iav-burger span {
  position: absolute;
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.iav-burger span:nth-child(1) {
  transform: translateY(-7px);
}

.iav-burger span:nth-child(2) {
  transform: translateY(0);
}

.iav-burger span:nth-child(3) {
  transform: translateY(7px);
}

.iav-burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.iav-burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.iav-burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}


/* ==========================================================
   OVERLAY
   ========================================================== */

.iav-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.iav-overlay[data-open="true"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* ==========================================================
   PAINEL LATERAL
   ========================================================== */

.iav-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(430px, 92vw);
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  padding: max(22px, env(safe-area-inset-top)) 24px 26px;
  overflow-y: auto;
  background: var(--iav-panel-bg, #fbf8f4);
  box-shadow: var(--iav-shadow-panel, -24px 0 60px rgba(0, 0, 0, 0.22));
  transform: translateX(100%);
  transition: transform 0.28s ease;
  overscroll-behavior: contain;
}

.iav-overlay[data-open="true"] .iav-panel {
  transform: translateX(0);
}


/* ==========================================================
   BOTÃO FECHAR
   ========================================================== */

.iav-close {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: max(12px, env(safe-area-inset-top));
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.06);
  color: var(--iav-text, #171513);
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer;
}

.iav-close:hover {
  background: rgba(0, 0, 0, 0.09);
}

.iav-close:focus-visible {
  outline: 2px solid rgba(193, 164, 107, 0.72);
  outline-offset: 3px;
}


/* ==========================================================
   MARCA NO PAINEL
   ========================================================== */

.iav-panel__brand {
  padding-right: 52px;
  margin-top: 30px;
}

.iav-panel__eyebrow {
  margin: 0 0 10px;
  color: #8b7f72;
  font-family: var(--iav-title-font, "Cinzel", Georgia, "Times New Roman", serif);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.iav-panel__title {
  margin: 0;
  color: var(--iav-text, #171513);
  font-family: var(--iav-title-font, "Cinzel", Georgia, "Times New Roman", serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0.025em;
}

.iav-panel__text {
  margin: 14px 0 0;
  color: var(--iav-text-soft, #5e564d);
  font-size: 15px;
  line-height: 1.72;
}


/* ==========================================================
   MENU
   ========================================================== */

.iav-menu {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.iav-menu li {
  border-bottom: 1px solid var(--iav-border, rgba(23, 21, 19, 0.08));
}

.iav-menu a,
.iav-menu a:link,
.iav-menu a:visited {
  display: block;
  padding: 16px 0;
  color: var(--iav-text, #171513);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.iav-menu a:hover {
  color: #000000;
  transform: translateX(3px);
}


/* ==========================================================
   CTA DO MENU
   ========================================================== */

.iav-menu__cta {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
}

.iav-panel .iav-btn,
.iav-panel .iav-btn:link,
.iav-panel .iav-btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.iav-panel .iav-btn:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.iav-panel .iav-btn--primary,
.iav-panel .iav-btn--primary:link,
.iav-panel .iav-btn--primary:visited {
  background: var(--iav-accent, #c1a46b);
  color: #111111 !important;
}

.iav-panel .iav-btn--secondary,
.iav-panel .iav-btn--secondary:link,
.iav-panel .iav-btn--secondary:visited {
  background: transparent;
  color: var(--iav-text, #171513) !important;
  border: 1px solid var(--iav-border-strong, rgba(23, 21, 19, 0.14));
}

.iav-menu__textlink,
.iav-menu__textlink:link,
.iav-menu__textlink:visited {
  display: inline-block;
  justify-self: center;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(23, 21, 19, 0.18);
  color: var(--iav-text, #171513);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.iav-menu__textlink:hover {
  border-bottom-color: rgba(23, 21, 19, 0.42);
}


/* ==========================================================
   RODAPÉ DO PAINEL
   ========================================================== */

.iav-panel__bottom {
  display: grid;
  gap: 18px;
  margin-top: auto;
  padding-top: 24px;
}

.iav-lang--drawer {
  justify-content: flex-start;
}

.iav-panel__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.iav-panel__contact a,
.iav-panel__contact a:link,
.iav-panel__contact a:visited {
  color: var(--iav-text-soft, #5e564d);
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.iav-panel__contact a:hover {
  color: var(--iav-text, #171513);
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 1023px) {
  .iav-header__inner {
    width: min(100% - 36px, 1440px);
    column-gap: 12px;
  }

  .iav-lang--top {
    display: none !important;
  }
}


/* ==========================================================
   MOBILE
   ========================================================== */

@media (max-width: 767px) {
  .iav-header {
    padding: 10px 0;
  }

  .iav-header.is-scrolled {
    padding: 8px 0;
  }

  .iav-header__inner {
    width: min(100% - 32px, 1440px);
    min-height: 42px;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 10px;
  }

  .iav-logo {
    min-width: 0;
    max-width: calc(100vw - 130px);
  }

  .iav-logo img {
    height: 34px;
    max-width: 100%;
  }

  .iav-header.is-scrolled .iav-logo img {
    height: 30px;
  }

  .iav-actions {
    grid-column: 2;
    justify-self: end;
    justify-content: flex-end;
    gap: 6px;
    min-width: auto;
    max-width: max-content;
  }

  .iav-cart,
  .iav-cart:link,
  .iav-cart:visited,
  button.iav-burger,
  .iav-burger {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
  }

  .iav-burger span {
    width: 21px;
  }

  .iav-panel {
    width: 100vw;
    max-width: 100vw;
    padding: max(16px, env(safe-area-inset-top)) 18px 22px;
  }

  .iav-panel__brand {
    margin-top: 24px;
    padding-right: 52px;
  }

  .iav-panel__title {
    font-size: 26px;
    line-height: 1.12;
  }

  .iav-panel__text {
    font-size: 15px;
    line-height: 1.68;
  }

  .iav-menu a,
  .iav-menu a:link,
  .iav-menu a:visited {
    padding: 15px 0;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .iav-panel .iav-btn,
  .iav-panel .iav-btn:link,
  .iav-panel .iav-btn:visited {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 16px !important;
    line-height: 1.2 !important;
  }

  .iav-menu__textlink,
  .iav-menu__textlink:link,
  .iav-menu__textlink:visited {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }

  .iav-panel__contact a,
  .iav-panel__contact a:link,
  .iav-panel__contact a:visited {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .iav-lang .flag,
  .iav-lang .flag:link,
  .iav-lang .flag:visited {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}


/* ==========================================================
   MOBILE PEQUENO
   ========================================================== */

@media (max-width: 380px) {
  .iav-header__inner {
    width: min(100% - 24px, 1440px);
    column-gap: 8px;
  }

  .iav-logo {
    max-width: calc(100vw - 116px);
  }

  .iav-logo img {
    height: 30px;
  }

  .iav-header.is-scrolled .iav-logo img {
    height: 28px;
  }

  .iav-actions {
    gap: 4px;
  }

  .iav-cart,
  .iav-cart:link,
  .iav-cart:visited,
  button.iav-burger,
  .iav-burger {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
  }
}


/* ==========================================================
   REDUÇÃO DE MOVIMENTO
   ========================================================== */

@media (prefers-reduced-motion: reduce) {
  .iav-header,
  .iav-header *,
  .iav-overlay,
  .iav-panel {
    transition: none !important;
  }
}/* End custom CSS */