/*
 * ============================================================
 *  ELEVY — Design System
 *  Baseado nos arquivos: code.html (home) + Catalogo/code.html
 *  Paleta oficial: catálogo
 *  Fonte: Raleway Light 300
 * ============================================================
 *
 *  TOKENS DE COR
 *  --el-primary:              #5c614d   (verde olive)
 *  --el-primary-container:    #e0e5cc
 *  --el-on-primary:           #f6fae1
 *  --el-secondary:            #60604c
 *  --el-on-surface:           #2f342d
 *  --el-on-surface-variant:   #5c6058
 *  --el-surface:              #faf9f4   (background global)
 *  --el-surface-low:          #f4f4ee
 *  --el-surface-container:    #edefe7
 *  --el-surface-high:         #e7e9e0
 *  --el-surface-highest:      #e0e4d9
 *  --el-outline:              #787c73
 *  --el-outline-variant:      #afb3aa
 * ============================================================
 */

/* ============================================================
   1. CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --el-primary: #5c614d;
  --el-primary-container: #e0e5cc;
  --el-primary-dim: #505542;
  --el-on-primary: #f6fae1;
  --el-secondary: #60604c;
  --el-on-surface: #2f342d;
  --el-on-surface-variant: #5c6058;
  --el-surface: #faf9f4;
  --el-surface-low: #f4f4ee;
  --el-surface-container: #edefe7;
  --el-surface-high: #e7e9e0;
  --el-surface-highest: #e0e4d9;
  --el-surface-white: #ffffff;
  --el-outline: #787c73;
  --el-outline-variant: #afb3aa;
  --el-shadow: 0 20px 40px rgba(47, 52, 45, 0.06);

  --el-font: "Raleway", sans-serif;
  --el-font-weight: 300;
  --el-tracking-ui: 0.2em;
  --el-tracking-label: 0.3em;
  --el-page-gutter: 48px;
  --el-header-start-gutter: 80px;
}

/* ============================================================
   2. BASE / RESET ELEVY
   ============================================================ */
html,
body {
  background-color: var(--el-surface) !important;
  color: var(--el-on-surface) !important;
  font-family: var(--el-font) !important;
  font-weight: var(--el-font-weight) !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
}

.page-wrapper {
  max-width: 100% !important;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .page-wrapper {
    overflow-x: hidden;
  }
}

/* Força Raleway em todos os elementos tipográficos */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
li,
label,
button,
input,
textarea,
select,
.action,
.btn {
  font-family: var(--el-font) !important;
  font-weight: var(--el-font-weight) !important;
}

/* Links globais */
a,
.alink {
  color: var(--el-primary);
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: var(--el-primary-dim);
  text-decoration: none;
}

/* Headings editoriais */
h1,
h2,
h3,
h4 {
  color: var(--el-on-surface);
  line-height: 1.2;
}

/* ============================================================
   3. HEADER — Glassmorphism fixo + layout editorial
   ============================================================ */

/* Glassmorphism fixo */
.page-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  z-index: 999 !important;
  background: rgba(250, 249, 244, 0.82) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(175, 179, 170, 0.15) !important;
  box-shadow: none !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    backdrop-filter 0.25s ease;
}
html body.cms-index-index:not(.elevy-header-scrolled) .page-header,
html body.cms-home:not(.elevy-header-scrolled) .page-header {
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  border-bottom-color: transparent !important;
}
html body.cms-index-index.elevy-header-scrolled .page-header,
html body.cms-home.elevy-header-scrolled .page-header,
html.elevy-header-scrolled body .page-header {
  background: #faf9f4 !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom-color: rgba(175, 179, 170, 0.18) !important;
}
html body.cms-index-index:not(.elevy-header-scrolled) .page-header .logo img,
html body.cms-home:not(.elevy-header-scrolled) .page-header .logo img {
  filter: brightness(0) invert(1);
}
html body.cms-index-index.elevy-header-scrolled .page-header .logo img,
html body.cms-home.elevy-header-scrolled .page-header .logo img,
html.elevy-header-scrolled body .page-header .logo img {
  filter: none;
}
html
  body.cms-index-index:not(.elevy-header-scrolled)
  .page-header
  .topmenu-desktop
  .navigation
  li.level0
  > a,
html
  body.cms-index-index:not(.elevy-header-scrolled)
  .customer-conta
  .customer-icon
  i,
html
  body.cms-index-index:not(.elevy-header-scrolled)
  .minicart-wrapper
  .action.showcart::before {
  color: #ffffff !important;
}
html
  body.cms-index-index:not(.elevy-header-scrolled)
  .page-header
  .block-search
  .label::before,
html
  body.cms-home:not(.elevy-header-scrolled)
  .page-header
  .block-search
  .label::before {
  color: #ffffff !important;
}
html
  body.cms-home:not(.elevy-header-scrolled)
  .page-header
  .topmenu-desktop
  .navigation
  li.level0
  > a,
html
  body.cms-home:not(.elevy-header-scrolled)
  .customer-conta
  .customer-icon
  i,
html
  body.cms-home:not(.elevy-header-scrolled)
  .minicart-wrapper
  .action.showcart::before {
  color: #ffffff !important;
}
html
  body.cms-index-index.elevy-header-scrolled
  .page-header
  .topmenu-desktop
  .navigation
  li.level0
  > a {
  color: #2f342d !important;
}
html
  body.cms-home.elevy-header-scrolled
  .page-header
  .topmenu-desktop
  .navigation
  li.level0
  > a {
  color: #2f342d !important;
}
html.elevy-header-scrolled
  body
  .page-header
  .topmenu-desktop
  .navigation
  li.level0
  > a,
html.elevy-header-scrolled body .customer-conta .customer-icon i,
html.elevy-header-scrolled body .minicart-wrapper .action.showcart::before {
  color: #2f342d !important;
}
/* Hamburguer — esconde no desktop */
@media (min-width: 1025px) {
  html body .page-header .nav-toggle,
  html body .page-header .action.nav-toggle {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* Oculta barra superior — nuclear para vencer pub/static */
html body .page-header .panel.wrapper,
html body .page-header .panel.header,
html body header.page-header .panel.wrapper {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
}
/* nav-sections: drawer mobile — fora do header, não ocupa altura no desktop */
html body .nav-sections {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 1024px) {
  html body .nav-sections {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

/* Cancela panel.header remanescente */
html body .page-header .panel.header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Layout flex do header — altura definida aqui, não no container externo */
.page-header .header.content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 var(--el-page-gutter) 0 var(--el-header-start-gutter) !important;
  height: 56px !important;
  min-height: 0 !important;
  max-width: 1800px;
  width: 100% !important;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box !important;
  overflow: visible !important; /* permite dropdowns */
  gap: 0 !important;
}

/* Logo — esquerda */
.page-header .logo {
  margin: 0 !important;
  float: none !important;
  flex-shrink: 0;
  order: 1;
}
.page-header .logo img {
  height: 58px !important;
  width: auto !important;
  display: block;
}

/* Pesquisa — remove completamente do layout (nuclear) */
html body .page-header .block-search,
html body .page-header .block.block-search,
html body .header.content .block-search,
html body .header.content .block.block-search {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
}
@media (min-width: 1025px) {
  html body.cms-index-index .page-header .block-search,
  html body.cms-index-index .page-header .block.block-search,
  html body.cms-index-index .header.content .block-search,
  html body.cms-index-index .header.content .block.block-search,
  html body.cms-home .page-header .block-search,
  html body.cms-home .page-header .block.block-search,
  html body.cms-home .header.content .block-search,
  html body.cms-home .header.content .block.block-search,
  html body .page-header .elevy-header-search,
  html body .header.content .elevy-header-search {
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: relative !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 56px !important;
    margin: 0 0 0 24px !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    z-index: 30 !important;
    background: transparent !important;
  }
  html body.cms-index-index .page-header .header.content .topmenu-desktop,
  html body.cms-home .page-header .header.content .topmenu-desktop {
    order: 3 !important;
  }
  html body.cms-index-index .page-header .header.content > .customer-conta,
  html body.cms-home .page-header .header.content > .customer-conta {
    order: 4 !important;
  }
  html body.cms-index-index .page-header .header.content > .minicart-wrapper,
  html body.cms-home .page-header .header.content > .minicart-wrapper {
    order: 5 !important;
  }
  html body.cms-index-index .page-header .block-search .label,
  html body.cms-home .page-header .block-search .label,
  html body .page-header .elevy-header-search .label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 32px !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
  }
  html body.cms-index-index .page-header .block-search .label::before,
  html body.cms-home .page-header .block-search .label::before,
  html body .page-header .elevy-header-search .label::before {
    content: "search" !important;
    font-family: "Material Symbols Outlined" !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: #2f342d !important;
    font-variation-settings:
      "FILL" 0,
      "wght" 300,
      "GRAD" 0,
      "opsz" 24;
    transition: color 0.25s ease;
  }
  html body.cms-index-index .page-header .block-search .label span,
  html body.cms-home .page-header .block-search .label span,
  html body .page-header .elevy-header-search .label span {
    display: none !important;
  }
  html body.cms-index-index .page-header .block-search.active .control,
  html body.cms-index-index .page-header .block-search .control.active,
  html body.cms-home .page-header .block-search.active .control,
  html body.cms-home .page-header .block-search .control.active,
  html body .page-header .elevy-header-search.active .control,
  html body .page-header .elevy-header-search .control.active {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 56px !important;
    left: 0 !important;
    width: min(360px, calc(100vw - 96px)) !important;
    height: auto !important;
    padding: 12px 0 0 !important;
    opacity: 1 !important;
  }
  html body.cms-index-index .page-header .block-search.active input,
  html body.cms-index-index .page-header .block-search .control.active input,
  html body.cms-home .page-header .block-search.active input,
  html body.cms-home .page-header .block-search .control.active input,
  html body .page-header .elevy-header-search.active input,
  html body .page-header .elevy-header-search .control.active input {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 44px !important;
    border: 1px solid rgba(47, 52, 45, 0.18) !important;
    background: #ffffff !important;
    color: #2f342d !important;
    padding: 0 14px !important;
  }
}
/* Garante que o overlay do search (quando aberto via JS) também some */
.search-autocomplete,
.block-search .control,
.block-search .actions,
.block-search .label {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Nav de categorias — seletor reforçado para vencer menu widget JS */
html body .page-header .header.content .topmenu-desktop {
  display: flex !important;
  align-items: center !important;
  flex: 0 1 auto !important;
  justify-content: flex-end !important;
  margin-left: auto !important;
  padding-right: 44px !important;
  order: 2 !important;
  position: relative !important;
  z-index: 10 !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
.page-header .topmenu-desktop .navigation {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.page-header .topmenu-desktop .navigation > ul {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
  background: transparent !important;
  float: none !important; /* Luma usa float — reseta para o flex funcionar */
  min-width: 0 !important;
}
/* Luma flutua os <li> — sem esse reset os itens saem do fluxo flex */
.page-header .topmenu-desktop .navigation li.level0 {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  position: static !important; /* evita que submenu fique em posição estranha */
}
.page-header .topmenu-desktop .navigation li.level0 > a {
  font-family: "Raleway", sans-serif !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.2em !important;
  color: #2f342d !important;
  opacity: 0.65;
  padding: 0 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  border: none !important;
  border-bottom: 1px solid transparent !important;
  background: none !important;
  white-space: nowrap;
  transition:
    opacity 0.25s ease,
    border-color 0.25s ease;
  /* Remove qualquer transform/offset do Luma */
  transform: none !important;
  vertical-align: baseline !important;
}
.page-header .topmenu-desktop .navigation li.level0 > a:hover,
.page-header .topmenu-desktop .navigation li.level0.active > a {
  opacity: 1 !important;
  border-bottom-color: #60604c !important;
}
/* Remove pseudo-elementos que o Luma usa para a seta de dropdown */
.page-header .topmenu-desktop .navigation li.level0 > a::after,
.page-header .topmenu-desktop .navigation li.level0 > a::before {
  display: none !important;
  content: none !important;
}
/* Garante que o <span> dentro do <a> não crie offset */
.page-header .topmenu-desktop .navigation li.level0 > a > span {
  display: block;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
}
/* Oculta seta de submenu (ícone UI jQuery) */
.page-header .topmenu-desktop .navigation .level-top.parent > a .ui-menu-icon,
.page-header .topmenu-desktop .ui-menu-icon {
  display: none !important;
}
/* Oculta submenus drop no header */
.page-header .topmenu-desktop .navigation .level0 .submenu,
.page-header .topmenu-desktop .navigation .level0 > ul {
  display: none !important;
  pointer-events: none !important;
}

/* Grupo de ações — direita: conta + minicart */
.page-header .header.content > .customer-conta {
  order: 3 !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  /* position: relative permite o dropdown absoluto */
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 56px !important;
  z-index: 20 !important;
}
.page-header .header.content > .minicart-wrapper {
  order: 4 !important;
  flex-shrink: 0 !important;
  margin: 0 0 0 24px !important;
  float: none !important;
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 56px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

/* Checkbox do toggle — fora do fluxo */
html body .customer-conta > input[type="checkbox"] {
  display: none !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Label/ícone — flex item, alinhado na linha */
.customer-conta > label.customer-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer;
  line-height: 1 !important;
  width: 22px !important;
  height: 56px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.customer-conta .customer-icon i {
  font-size: 22px !important;
  color: #5c614d !important;
  opacity: 0.75;
  line-height: 1 !important;
  display: block !important;
  transition: opacity 0.2s;
}
.customer-conta .customer-icon:hover i {
  opacity: 1 !important;
}

/* Dropdown — absoluto para não afetar a linha do header */
.customer-conta .dropdown-content {
  position: absolute !important;
  top: 56px !important;
  right: 0 !important;
  min-width: 200px;
  background: rgba(250, 249, 244, 0.97) !important;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(175, 179, 170, 0.3) !important;
  box-shadow: 0 20px 40px rgba(47, 52, 45, 0.06) !important;
  display: none; /* abre via CSS :checked */
}
/* Abre o dropdown quando checkbox está checked */
.customer-conta > input[type="checkbox"]:checked ~ .dropdown-content {
  display: block !important;
}

/* Minicart — ícone minimalista, oculta texto "Carrinho" */
.minicart-wrapper .action.showcart {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  gap: 6px;
  width: 22px !important;
  height: 56px !important;
  min-width: 22px !important;
  margin: 0 !important;
  position: relative !important;
  color: #5c614d !important;
}
html body .minicart-wrapper.active .action.showcart::after,
html body .minicart-wrapper .action.showcart::after,
html body .action.showcart::after {
  display: none !important;
  content: none !important;
}
html body .minicart-wrapper .action.showcart::before,
html body .minicart-wrapper .action.showcart:hover::before,
html body .minicart-wrapper .action.showcart.active::before,
html body .minicart-wrapper .action.showcart.active:hover::before {
  content: "shopping_bag" !important;
  font-family: "Material Symbols Outlined" !important;
  font-size: 22px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  color: #5c614d !important;
  filter: none !important;
  margin: 0 !important;
  display: block !important;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
/* Nuclear: texto "Carrinho" e label */
html body .minicart-wrapper .action.showcart .text,
html body .minicart-wrapper .showcart .text,
html body .minicart-wrapper .action.showcart > .text {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}
html body .minicart-wrapper .action.showcart .counter-label,
html body .minicart-wrapper .counter-label {
  display: none !important;
  visibility: hidden !important;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #5c614d !important;
  color: #f6fae1 !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 9px !important;
  position: absolute !important;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  top: 11px !important;
  right: -8px !important;
  margin: 0 !important;
  padding: 0 4px !important;
}

/* Conta (dropdown) — ícone minimalista */
.customer-conta .customer-icon i {
  font-size: 20px;
  color: #5c614d;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.customer-conta .customer-icon:hover i {
  opacity: 1;
}
.customer-conta .dropdown-content {
  background: rgba(250, 249, 244, 0.97) !important;
  backdrop-filter: blur(16px);
  border: 1px solid rgba(175, 179, 170, 0.3) !important;
  box-shadow: 0 20px 40px rgba(47, 52, 45, 0.06) !important;
}
.customer-conta .dropdown-content a {
  font-family: "Raleway", sans-serif !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #2f342d !important;
}

/* Oculta favoritos (não está no design) */
.customer-favoritos {
  display: none !important;
}

/* Compensação de header fixo — todas as páginas */
.page-main,
.page-wrapper > .top-container {
  padding-top: 56px !important;
  max-width: 100% !important;
  overflow-x: clip;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --el-page-gutter: 32px;
    --el-header-start-gutter: 48px;
  }
  html body .page-header .header.content .topmenu-desktop {
    padding-right: 28px !important;
  }
  .page-header .topmenu-desktop .navigation > ul {
    gap: 24px;
  }
  .page-header .topmenu-desktop .navigation li.level0 > a {
    font-size: 9px !important;
    letter-spacing: 0.16em !important;
  }
}

/* Mobile */
@media (max-width: 1024px) {
  :root {
    --el-page-gutter: 24px;
    --el-header-start-gutter: 24px;
  }
  .page-header {
    min-height: 72px !important;
  }
  .page-header .header.content {
    height: 72px !important;
    padding: 0 var(--el-page-gutter) !important;
    justify-content: flex-end !important;
  }
  html body .page-header .header.content .topmenu-desktop {
    display: none !important;
  }
  html body .page-header .nav-toggle,
  html body .page-header .action.nav-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50% !important;
    left: var(--el-page-gutter) !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    color: #2f342d !important;
    z-index: 30 !important;
  }
  html body .page-header .nav-toggle::before,
  html body .page-header .action.nav-toggle::before {
    font-size: 30px !important;
    line-height: 1 !important;
    color: #2f342d !important;
    transition: color 0.25s ease;
  }
  html body.cms-index-index:not(.elevy-header-scrolled) .page-header {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    border-bottom-color: transparent !important;
  }
  html body.cms-index-index.elevy-header-scrolled .page-header {
    background: #faf9f4 !important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-bottom-color: rgba(175, 179, 170, 0.18) !important;
  }
  html
    body.cms-index-index:not(.elevy-header-scrolled)
    .page-header
    .nav-toggle::before,
  html
    body.cms-index-index:not(.elevy-header-scrolled)
    .page-header
    .action.nav-toggle::before,
  html
    body.cms-index-index:not(.elevy-header-scrolled)
    .page-header
    .block-search
    .label::before,
  html
    body.cms-index-index:not(.elevy-header-scrolled)
    .customer-conta
    .customer-icon
    i,
  html
    body.cms-index-index:not(.elevy-header-scrolled)
    .minicart-wrapper
    .action.showcart::before {
    color: #ffffff !important;
  }
  html
    body.cms-index-index.elevy-header-scrolled
    .page-header
    .nav-toggle::before,
  html
    body.cms-index-index.elevy-header-scrolled
    .page-header
    .action.nav-toggle::before,
  html
    body.cms-index-index.elevy-header-scrolled
    .page-header
    .block-search
    .label::before {
    color: #2f342d !important;
  }
  html body.cms-index-index:not(.elevy-header-scrolled) .page-header .logo img,
  html
    body.cms-index-index:not(.elevy-header-scrolled)
    .header.content
    a.logo
    img {
    filter: brightness(0) invert(1);
  }
  html body.cms-index-index.elevy-header-scrolled .page-header .logo img,
  html body.cms-index-index.elevy-header-scrolled .header.content a.logo img {
    filter: none;
  }
  html body.cms-index-index .page-header .block-search,
  html body.cms-index-index .page-header .block.block-search,
  html body.cms-index-index .header.content .block-search,
  html body.cms-index-index .header.content .block.block-search {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 50% !important;
    left: calc(var(--el-page-gutter) + 42px) !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    transform: translateY(-50%) !important;
    z-index: 30 !important;
    background: transparent !important;
  }
  html body.cms-index-index .page-header .block-search .label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    pointer-events: auto !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
  }
  html body.cms-index-index .page-header .block-search .label::before {
    content: "search" !important;
    font-family: "Material Symbols Outlined" !important;
    font-size: 29px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: #2f342d !important;
    font-variation-settings:
      "FILL" 0,
      "wght" 300,
      "GRAD" 0,
      "opsz" 24;
    transition: color 0.25s ease;
  }
  html body.cms-index-index .page-header .block-search .label span {
    display: none !important;
  }
  html body.cms-index-index .page-header .block-search.active .control,
  html body.cms-index-index .page-header .block-search .control.active {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 50px !important;
    left: calc(var(--el-page-gutter) * -1) !important;
    width: calc(100vw - (var(--el-page-gutter) * 2)) !important;
    height: auto !important;
    padding: 12px 0 0 !important;
    opacity: 1 !important;
  }
  html body.cms-index-index .page-header .block-search.active .field.search {
    margin: 0 !important;
  }
  html body.cms-index-index .page-header .block-search.active input,
  html body.cms-index-index .page-header .block-search .control.active input {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 44px !important;
    border: 1px solid rgba(47, 52, 45, 0.18) !important;
    background: #ffffff !important;
    color: #2f342d !important;
    padding: 0 14px !important;
  }
  html body .page-header .header.content > .logo,
  html body .header.content a.logo {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translate(-50%, -50%) !important;
    z-index: 20 !important;
    max-width: 132px !important;
  }
  html body .page-header .logo img,
  html body .header.content a.logo img {
    width: auto !important;
    max-width: 132px !important;
    height: 60px !important;
    display: block !important;
  }
  html body .page-header .header.content > .customer-conta {
    position: relative !important;
    order: 3 !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 22px !important;
    height: 72px !important;
    margin: 0 !important;
    transform: none !important;
  }
  html body .page-header .header.content > .minicart-wrapper {
    order: 4 !important;
    width: 22px !important;
    min-width: 22px !important;
    height: 72px !important;
    margin: 0 0 0 18px !important;
    transform: none !important;
  }
  html body .customer-conta > label.customer-icon,
  html body .minicart-wrapper .action.showcart {
    width: 22px !important;
    height: 72px !important;
  }
  .customer-conta .dropdown-content {
    top: 64px !important;
    right: -40px !important;
    left: auto !important;
    min-width: 220px !important;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    top: 18px !important;
  }

  .nav-sections {
    display: block !important;
  } /* Luma drawer mobile volta */
  html body .nav-sections {
    background: #faf9f4 !important;
    color: #2f342d !important;
    padding: 18px 0 32px !important;
    border-right: 1px solid rgba(175, 179, 170, 0.28) !important;
    box-shadow: 24px 0 48px rgba(47, 52, 45, 0.1) !important;
  }
  html body .nav-sections .nav-sections-item-title {
    background: transparent !important;
    border: 0 !important;
  }
  html body .nav-sections .nav-sections-item-title a {
    color: #5c614d !important;
    font-family: var(--el-font) !important;
    font-size: 10px !important;
    font-weight: 300 !important;
    letter-spacing: 0.24em !important;
    text-transform: uppercase !important;
  }
  html body .nav-sections .nav-sections-item-content {
    background: transparent !important;
    border: 0 !important;
    padding: 8px 0 0 !important;
  }
  html body .nav-sections .navigation {
    background: transparent !important;
    padding: 0 !important;
  }
  html body .nav-sections .navigation::before {
    content: "Menu" !important;
    display: block !important;
    padding: 20px 24px 14px !important;
    color: #2f342d !important;
    font-family: var(--el-font) !important;
    font-size: 11px !important;
    font-weight: 300 !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
  }
  html body .nav-sections .navigation ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  html body .nav-sections .navigation .level0 {
    border-top: 1px solid rgba(175, 179, 170, 0.22) !important;
  }
  html body .nav-sections .navigation .level0:last-child {
    border-bottom: 1px solid rgba(175, 179, 170, 0.22) !important;
  }
  html body .nav-sections .navigation .level0 > .level-top,
  html body .nav-sections .navigation .level0 > a,
  html body .nav-sections .navigation a,
  html body .nav-sections .navigation a:visited {
    background: transparent !important;
    color: #2f342d !important;
    font-family: var(--el-font) !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    letter-spacing: 0.18em !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    padding: 17px 24px !important;
    text-decoration: none !important;
  }
  html body .nav-sections .navigation .level0.active > a:not(.ui-state-active),
  html
    body
    .nav-sections
    .navigation
    .level0.has-active
    > a:not(.ui-state-active),
  html body .nav-sections .navigation .level0 > .level-top.ui-state-focus,
  html body .nav-sections .navigation .level0 > .level-top:hover {
    background: #edefe7 !important;
    color: #5c614d !important;
    border-color: rgba(92, 97, 77, 0.35) !important;
  }
  html body .nav-sections .navigation .submenu {
    background: #f4f4ee !important;
    padding: 8px 0 !important;
  }
  html body .nav-sections .navigation .submenu a {
    color: #5c6058 !important;
    font-size: 11px !important;
    letter-spacing: 0.12em !important;
    padding: 12px 32px !important;
    border: 0 !important;
  }
  .page-main,
  .page-wrapper > .top-container {
    padding-top: 72px !important;
  }
}

/* ============================================================
   4. FOOTER — Grid 12-col editorial
   ============================================================ */

/* Remove blocos Mageshop antigos do footer */
.rodapeLinhaDestaques,
.rodapeWhatsappFixo,
.rodapeLinksEditaveis,
.rodapeRedesSociais,
.rodapeSelosPagamentos,
.rodape-plataforma .centralizar-plataforma {
  display: none !important;
}

/*
 * Footer: hex direto para garantir override do pub/static antigo.
 * page-footer = container Magento que envolve nosso rodape-plataforma.phtml
 */
body .page-wrapper footer.page-footer,
body .page-wrapper .page-footer,
html body .page-footer {
  background: #ffffff !important;
  border-top: 1px solid rgba(175, 179, 170, 0.2) !important;
  padding: 0 !important;
  color: #2f342d !important;
}
body .page-wrapper .page-footer .footer.content,
body .page-wrapper .footer.content,
html body .footer.content {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
}
/* rodape-plataforma = nosso bloco phtml */
html body .rodape-plataforma,
body .page-wrapper .rodape-plataforma {
  background: #ffffff !important;
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
}
html body .footer-container {
  background: #ffffff !important;
}

/* Rodapé novo (rodape-plataforma.phtml) */
.elevy-footer {
  width: 100%;
  padding: 80px var(--el-page-gutter) 40px var(--el-header-start-gutter);
  box-sizing: border-box;
  overflow-x: clip;
}
/* Grid principal */
.elevy-footer__grid {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 2fr 2fr;
  gap: 48px;
  margin-bottom: 64px;
  min-width: 0;
}
/* Coluna brand */
.elevy-footer__brand-logo img {
  height: 135px;
  width: auto;
  margin-bottom: 24px;
  display: block;
}
.elevy-footer__brand-tagline {
  font-family: var(--el-font);
  font-size: 9px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-label);
  color: var(--el-on-surface-variant);
  line-height: 1.7;
  max-width: 260px;
}
/* Colunas de links */
.elevy-footer__col-title {
  font-family: var(--el-font);
  font-size: 9px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-label);
  color: var(--el-on-surface);
  margin-bottom: 16px;
  display: block;
}
.elevy-footer__col-title::-webkit-details-marker {
  display: none;
}
.elevy-footer__col-title::marker {
  content: "";
}
.elevy-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.elevy-footer__links li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 1.25;
}
.elevy-footer__links a {
  font-family: var(--el-font);
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--el-outline-variant);
  transition: color 0.2s ease;
}
.elevy-footer__links a:hover {
  color: var(--el-primary);
}
/* Barra inferior */
.elevy-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(175, 179, 170, 0.2);
}
.elevy-footer__copyright,
.elevy-footer__credit {
  font-family: var(--el-font);
  font-size: 9px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-label);
  color: var(--el-outline);
  opacity: 0.65;
}

/* Footer responsivo */
@media (max-width: 1024px) {
  .elevy-footer__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .elevy-footer__brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1024px) {
  .elevy-footer {
    padding: 60px var(--el-page-gutter) 32px;
  }
}
@media (max-width: 640px) {
  :root {
    --el-page-gutter: 16px;
    --el-header-start-gutter: 16px;
  }
  .elevy-footer {
    padding: 0 0 28px;
  }
  .elevy-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-bottom: 0;
  }
  .elevy-footer__brand {
    grid-column: 1 / -1;
    padding: 52px var(--el-page-gutter) 40px;
  }
  .elevy-footer__col {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(175, 179, 170, 0.35);
  }
  .elevy-footer__col:last-of-type {
    border-bottom: 1px solid rgba(175, 179, 170, 0.35);
  }
  .elevy-footer__col-title {
    min-height: 72px;
    margin: 0;
    padding: 0 var(--el-page-gutter);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600 !important;
    letter-spacing: 0.12em;
    color: var(--el-on-surface);
    list-style: none;
  }
  .elevy-footer__col-title::after {
    content: "expand_more";
    font-family: "Material Symbols Outlined" !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: var(--el-on-surface);
    transition: transform 0.2s ease;
    font-variation-settings:
      "FILL" 0,
      "wght" 300,
      "GRAD" 0,
      "opsz" 24;
  }
  .elevy-footer__col[open] .elevy-footer__col-title::after {
    transform: rotate(180deg);
  }
  .elevy-footer__links {
    gap: 14px;
    padding: 0 var(--el-page-gutter) 24px;
  }
  .elevy-footer__links a {
    font-size: 10px;
    letter-spacing: 0.16em;
    color: var(--el-on-surface-variant);
  }
  .elevy-footer__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 28px var(--el-page-gutter) 0;
    border-top: 0;
  }
}

/* ============================================================
   5. BOTÕES GLOBAIS
   ============================================================ */
.action.primary,
button.action.primary,
.btn-primary {
  background: var(--el-primary) !important;
  border-color: var(--el-primary) !important;
  color: var(--el-on-primary) !important;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-label) !important;
  border-radius: 0 !important;
  padding: 16px 36px !important;
  box-shadow: none !important;
  transition: background 0.25s ease;
}
.action.primary:hover,
button.action.primary:hover {
  background: var(--el-primary-dim) !important;
  border-color: var(--el-primary-dim) !important;
}
.action.secondary {
  background: transparent !important;
  border: 1px solid var(--el-outline-variant) !important;
  color: var(--el-on-surface) !important;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-ui) !important;
  border-radius: 0 !important;
  padding: 12px 28px !important;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.action.secondary:hover {
  border-color: var(--el-primary) !important;
  color: var(--el-primary) !important;
}

/* ============================================================
   6. INPUTS / FORMULÁRIOS
   ============================================================ */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
select,
textarea {
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(175, 179, 170, 0.5) !important;
  border-radius: 0 !important;
  padding: 12px 4px !important;
  color: var(--el-on-surface) !important;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.2s;
}
input:focus,
textarea:focus,
select:focus {
  border-bottom-color: var(--el-primary) !important;
  box-shadow: none !important;
}
input::placeholder,
textarea::placeholder {
  color: var(--el-outline-variant) !important;
  font-weight: 300;
}

/* ============================================================
   7. NEWSLETTER (manter campos existentes, só estilizar)
   ============================================================ */
.block.newsletter {
  background: var(--el-surface) !important;
  padding: 44px var(--el-page-gutter) !important;
}
.block.newsletter .title strong,
.block.newsletter .newsletterColunaEsquerda h4 {
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-size: 32px !important;
  line-height: 1.15 !important;
  letter-spacing: 0;
  color: var(--el-primary) !important;
  text-transform: none !important;
  margin: 0 !important;
}
.block.newsletter .newsletterColunaEsquerda .destaque {
  font-style: italic;
}
.block.newsletter .action.subscribe {
  background: var(--el-primary) !important;
  border-color: var(--el-primary) !important;
  color: var(--el-on-primary) !important;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-label) !important;
  border-radius: 0 !important;
  padding: 16px 40px !important;
}
.block.newsletter .form.subscribe {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 44px;
  align-items: end;
  gap: 16px;
}
.block.newsletter .form.subscribe .field {
  margin: 0 !important;
}
.block.newsletter .form.subscribe .field.estado,
.block.newsletter .form.subscribe .field.cidade {
  display: none !important;
}
.block.newsletter .form.subscribe .label {
  display: none !important;
}
.block.newsletter .form.subscribe .control {
  width: 100%;
}
.block.newsletter .form.subscribe input[type="email"],
.block.newsletter .form.subscribe input[type="text"] {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(92, 97, 77, 0.28) !important;
  background: transparent !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}
.block.newsletter .form.subscribe input::placeholder {
  font-size: 13px !important;
  color: rgba(92, 97, 77, 0.48) !important;
}
.block.newsletter .form.subscribe .actions {
  width: 44px;
  height: 38px;
  margin: 0 !important;
}
.block.newsletter .form.subscribe .action.subscribe {
  width: 44px !important;
  min-width: 44px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(92, 97, 77, 0.65) !important;
  color: var(--el-primary) !important;
  box-shadow: none !important;
}
.block.newsletter .form.subscribe .action.subscribe span {
  font-size: 0 !important;
  letter-spacing: 0 !important;
}
.block.newsletter .form.subscribe .action.subscribe::before {
  content: "arrow_forward";
  font-family: "Material Symbols Outlined" !important;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: var(--el-primary);
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 32;
}
@media (min-width: 1025px) {
  .block.newsletter .footer.content {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
  }
  .block.newsletter .newsletterColunaDireita {
    width: 100%;
    max-width: 760px;
  }
  .block.newsletter .newsletterColunaEsquerda h4 {
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .block.newsletter {
    padding: 28px 30px 36px !important;
  }
  .block.newsletter .footer.content {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
  }
  .block.newsletter .newsletterColunaEsquerda h4 {
    white-space: nowrap !important;
    font-size: 20px !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
  }
  .block.newsletter .newsletterColunaEsquerda .blocoTexto p,
  .block.newsletter .newsletterColunaEsquerda p {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 10px !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
  }
  .block.newsletter .newsletterColunaDireita {
    margin-top: 20px;
  }
  .block.newsletter .form.subscribe {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 34px;
    gap: 10px;
  }
  .block.newsletter .form.subscribe .actions,
  .block.newsletter .form.subscribe .action.subscribe {
    width: 34px !important;
    min-width: 34px !important;
  }
  .block.newsletter .form.subscribe .action.subscribe::before {
    font-size: 26px;
  }
}

/* ============================================================
   8. PÁGINAS GERAIS (não-home) — padding-top para header fixo
   ============================================================ */
.catalog-category-view .page-wrapper,
.catalog-product-view .page-wrapper,
.checkout-index-index .page-wrapper,
.customer-account-login .page-wrapper,
.customer-account-create .page-wrapper {
  padding-top: 0;
}
.catalog-category-view .page-main,
.catalog-product-view .page-main,
.cms-page-view .page-main {
  padding-top: 100px !important;
}

/* ============================================================
   8.2 PDP GERAL (produto simples) — Elevy editorial
   ============================================================ */
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .page-title-wrapper {
  display: none !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit) .page-main {
  padding-top: 72px !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .column.main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 562px);
  gap: 28px 56px;
  align-items: start;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-hero {
  grid-column: 1;
  grid-row: 1;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main {
  grid-column: 2;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product.media {
  grid-column: 1 / -1;
  grid-row: 2;
  width: auto !important;
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product.info.detailed,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .block.related,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .block.upsell {
  grid-column: 1 / -1;
  width: auto !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-hero__eyebrow {
  margin: 0 0 16px;
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-hero__title {
  max-width: 560px;
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--el-on-surface);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-hero__summary {
  max-width: 560px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--el-on-surface-variant);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-hero__summary
  p {
  margin-top: 0;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .product-info-price {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 24px;
  row-gap: 18px;
  margin: 0 !important;
  width: 100%;
  max-width: 562px;
  min-height: 0;
  padding: 0px 12px 0px;
  background: var(--el-surface-low);
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .product-info-stock-sku {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  margin: 0 !important;
  grid-column: 2;
  grid-row: 1;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .product.attribute.sku,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .sku {
  display: none !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .stock.available,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .stock.unavailable {
  margin: 0 !important;
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .product-reviews-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .reviews-actions,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .reviews-actions
  a {
  font-size: 9px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--el-outline) !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .price-box {
  margin: 0 !important;
  grid-column: 1;
  grid-row: 1;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-price
  .box-tocart {
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  .price-box
  .price {
  font-size: 16px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  color: var(--el-on-surface) !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit) .box-tocart {
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .box-tocart
  .fieldset {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .box-tocart
  .field.qty {
  display: none !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .box-tocart
  .actions {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .box-tocart
  #product-addtocart-button {
  width: 100%;
  min-height: 45px;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  border-radius: 3px !important;
  background: var(--el-primary) !important;
  color: var(--el-on-primary) !important;
  box-shadow: none !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .box-tocart
  #product-addtocart-button
  span {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .product-info-main
  > .shipping-calculator-block {
  margin: 22px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .cal_title
  h2 {
  margin: 0 0 10px !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--el-on-surface) !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .fieldset {
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .field {
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .label {
  margin: 0 0 4px !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: var(--el-on-surface-variant) !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 126px;
  gap: 8px;
  align-items: end;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .actions-toolbar,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .actions-primary {
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  input.input-text {
  height: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(92, 97, 77, 0.25) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 11px !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .action.calculate {
  width: 100%;
  height: 40px;
  padding: 0 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--el-primary) !important;
  color: var(--el-on-primary) !important;
  box-shadow: none !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculator-block
  .action.calculate
  span {
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .shipping-calculation-result-container {
  grid-column: 1 / -1;
  font-size: 12px;
  color: var(--el-on-surface-variant);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 18px;
  align-items: stretch;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__primary,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__secondary-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--el-surface-low);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__primary
  img,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__secondary-item
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__primary {
  height: 430px;
  min-height: 0;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__secondary {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  height: 430px;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-gallery__secondary-item {
  min-height: 0;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial {
  margin-top: 5px;
  width: 100%;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .product.attribute.description {
  margin: 0;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .value {
  color: inherit;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  [data-content-type="row"],
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .row-full-width-inner,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .pagebuilder-column-group,
body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .pagebuilder-column-line {
  width: 100% !important;
  max-width: none !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  [data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .value
  > [data-content-type="row"]:first-child {
  margin-left: calc(var(--el-page-gutter) * -1) !important;
  margin-right: calc(var(--el-page-gutter) * -1) !important;
  padding: 48px var(--el-page-gutter) 64px !important;
  background: var(--el-surface-low);
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .value
  > [data-content-type="row"]:first-child
  .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 72px !important;
  align-items: center !important;
}

body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
  .elevy-pdp-editorial
  .value
  > [data-content-type="row"]:first-child
  .pagebuilder-column {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits {
  padding: 64px var(--el-page-gutter);
  margin: 0 calc(var(--el-page-gutter) * -1);
  background: var(--el-surface-low);
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  .pagebuilder-column-line {
  gap: 72px !important;
  align-items: center !important;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits h2 {
  margin: 0 0 36px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.18;
  color: var(--el-on-surface);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits h3,
body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits h4 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  color: var(--el-on-surface);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits p:first-child,
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-clean-label
  p:first-child,
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-consumption
  p:first-child,
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-testimonials
  p:first-child {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits__intro {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 0 0 48px;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits__intro::before {
  content: "";
  width: 1px;
  height: 96px;
  flex: 0 0 1px;
  background: var(--el-primary);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits__intro h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 1.25;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits__list {
  display: grid;
  gap: 42px;
  max-width: 640px;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefit__label {
  display: block;
  margin: 0 0 14px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefit h3 {
  margin: 0 0 16px;
  font-size: 1.4rem;
  line-height: 1.25;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefit p {
  max-width: 520px;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--el-on-surface-variant);
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  .pagebuilder-column:has(.elevy-pdp-sensations),
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  [data-content-type="column"]:has(.elevy-pdp-sensations),
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  [data-content-type="html"]:has(.elevy-pdp-sensations),
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  [data-content-type="text"]:has(.elevy-pdp-sensations) {
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  [data-content-type="html"]:has(.elevy-pdp-sensations)
  > *,
body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-benefits
  [data-content-type="text"]:has(.elevy-pdp-sensations)
  > * {
  margin: 0 !important;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensations h3 {
  margin: 0 0 36px;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.25;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensations__list {
  display: grid;
  gap: 28px;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensation {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-sensation
  .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-size: 24px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: var(--el-primary);
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensation h4 {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensation p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--el-on-surface-variant);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensations__leaf {
  position: absolute;
  right: -28px;
  bottom: -30px;
  width: 110px;
  height: 110px;
  border: 14px solid rgba(92, 97, 77, 0.1);
  border-radius: 90% 0 90% 90%;
  transform: rotate(-45deg);
  pointer-events: none;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensations {
  position: relative;
  overflow: hidden;
  padding: 48px;
  background: #ffffff;
  border: 1px solid rgba(224, 228, 217, 0.95);
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(47, 52, 45, 0.03);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-label {
  padding: 96px 0 32px;
  text-align: center;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-label__header {
  margin: 0 0 72px;
  text-align: center;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-label__header h2 {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.2;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-label__header p {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-clean-label
  .pagebuilder-column-line {
  gap: 24px !important;
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-clean-label
  .pagebuilder-column {
  padding: 28px 24px !important;
  background: #ffffff;
  border: 1px solid rgba(224, 228, 217, 0.95);
  border-radius: 8px;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-card h4 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  line-height: 1.3;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-card p {
  margin: 0;
  font-size: 1.3rem;
  line-height: 1.7;
  color: var(--el-on-surface-variant);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-consumption {
  max-width: 980px;
  margin: 64px auto 0;
  padding-top: 48px;
  border-top: 1px solid rgba(175, 179, 170, 0.2);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-consumption__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-consumption h4 {
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 700 !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-consumption p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--el-on-surface-variant);
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-consumption
  .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-size: 56px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: rgba(92, 97, 77, 0.32);
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 48;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-testimonials {
  padding: 96px 0 0;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-testimonials__title {
  margin: 0 0 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(175, 179, 170, 0.18);
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1.25;
  text-align: left;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-review {
  display: grid;
  gap: 24px;
  text-align: left;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-review__stars {
  display: flex;
  gap: 2px;
  color: var(--el-primary);
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-review__stars
  .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-variation-settings:
    "FILL" 1,
    "wght" 300,
    "GRAD" 0,
    "opsz" 20;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-review__quote {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
  color: var(--el-on-surface);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-review__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-review__avatar {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: var(--el-surface-highest);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-review__name {
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-product-pdp.catalog-product-view .elevy-pdp-testimonials h2,
body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-label h2 {
  margin: 0 0 16px;
  font-size: clamp(1.4rem, 2.1vw, 2.1rem);
  color: var(--el-on-surface);
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-testimonials
  .pagebuilder-column-line {
  gap: 48px !important;
}

body.elevy-product-pdp.catalog-product-view
  .elevy-pdp-testimonials
  .pagebuilder-column {
  min-width: 0 !important;
}

@media (max-width: 1024px) {
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .column.main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-hero,
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product-info-main,
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product.media {
    grid-column: 1;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product-info-main {
    grid-row: 2;
    max-width: 562px;
    width: 100% !important;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product.media {
    grid-row: 3;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-hero__title {
    font-size: 20px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-hero__summary {
    font-size: 15px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery {
    grid-template-columns: 1fr;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__primary,
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__secondary-item {
    min-height: 0;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__primary,
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__secondary {
    height: auto;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__primary {
    aspect-ratio: 16 / 10;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__secondary-item {
    aspect-ratio: 16 / 9;
  }
  body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-editorial
    .value
    > [data-content-type="row"]:first-child {
    padding-top: 40px !important;
    padding-bottom: 56px !important;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-editorial
    .value
    > [data-content-type="row"]:first-child
    .pagebuilder-column-line {
    grid-template-columns: 1fr;
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .page-main {
    padding-top: 72px !important;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .column.main {
    gap: 22px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 8px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-hero__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.25;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-hero__summary {
    font-size: 14px;
    line-height: 1.55;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product-info-main
    .product-info-price {
    padding: 22px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product-info-main
    .product-reviews-summary {
    margin-bottom: 18px !important;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .product-info-main
    .price-box
    .price {
    font-size: 18px !important;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .shipping-calculator-block
    form {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .shipping-calculator-block
    .action.calculate {
    max-width: 180px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery {
    gap: 16px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-gallery__secondary {
    gap: 16px;
  }
  body.elevy-product-pdp.catalog-product-view .elevy-pdp-benefits {
    padding-left: 24px;
    padding-right: 24px;
    margin-left: -24px;
    margin-right: -24px;
  }
  body.elevy-product-pdp.catalog-product-view:not(.elevy-bundle-kit)
    .elevy-pdp-editorial
    .value
    > [data-content-type="row"]:first-child {
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding: 36px 24px 48px !important;
  }
  body.elevy-product-pdp.catalog-product-view .elevy-pdp-sensations {
    padding: 28px 24px;
  }
  body.elevy-product-pdp.catalog-product-view .elevy-pdp-clean-label,
  body.elevy-product-pdp.catalog-product-view .elevy-pdp-testimonials {
    padding-top: 72px;
  }
}

/* ============================================================
   8.1 PDP KIT (bundle) — layout editorial exclusivo
   ============================================================ */
body.elevy-bundle-kit.catalog-product-view .page-main {
  max-width: 1600px;
  margin: 0 auto;
  padding: 104px var(--el-page-gutter) 96px !important;
}

body.elevy-bundle-kit.catalog-product-view .columns,
body.elevy-bundle-kit.catalog-product-view .column.main {
  padding-top: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view .column.main {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: 32px 56px;
  align-items: start;
}

body.elevy-bundle-kit.catalog-product-view .product.media {
  grid-column: 1;
  grid-row: 1;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view .product-info-main {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view .bundle-options-container {
  display: none !important;
  grid-column: 2;
  grid-row: 2;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-hero {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view .product.info.detailed,
body.elevy-bundle-kit.catalog-product-view .elevy-pdp-editorial,
body.elevy-bundle-kit.catalog-product-view .block.related,
body.elevy-bundle-kit.catalog-product-view .block.upsell {
  grid-column: 1 / -1;
  width: auto !important;
}

body.elevy-bundle-kit.catalog-product-view .page-title-wrapper {
  display: block !important;
  margin: 0 0 24px !important;
}

body.elevy-bundle-kit.catalog-product-view .page-title-wrapper .page-title {
  margin: 0 !important;
  font-size: clamp(2.8rem, 4vw, 4.2rem) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  font-style: italic;
  color: var(--el-on-surface) !important;
}

body.elevy-bundle-kit.catalog-product-view .product-info-main,
body.elevy-bundle-kit.catalog-product-view .product.media {
  margin-bottom: 40px;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .product-info-price,
body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .product-info-stock-sku,
body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .product-reviews-summary,
body.elevy-bundle-kit.catalog-product-view .product-social-links,
body.elevy-bundle-kit.catalog-product-view .product.attribute.overview {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .product-info-price {
  order: 3;
  display: block !important;
  margin: 0 0 24px !important;
  padding: 20px 28px;
  background: var(--el-surface-low);
  border: 1px solid rgba(224, 228, 217, 0.95);
  border-radius: 18px;
}

body.elevy-bundle-kit.catalog-product-view .product-info-main .price-box {
  margin: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view .product-info-main .price-box p {
  margin: 0;
}

body.elevy-bundle-kit.catalog-product-view .product-info-main .price-box p + p {
  margin-top: 12px;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .price-box
  .price-from {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .price-box
  .price-to {
  margin: 0;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .price-box
  .price-to
  .price-label {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .price-box
  .price-label {
  display: block;
  margin: 0 0 4px;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .price-box
  .price {
  font-size: clamp(2rem, 2.8vw, 2.7rem) !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
  color: var(--el-on-surface) !important;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  .backendorf-installment {
  margin: 4px 0 0 !important;
  max-width: 100% !important;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-price
  .backendorf-installment
  .best-installment {
  margin: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-price
  .backendorf-installment
  .lbl-toggle {
  line-height: 1.3;
}

body.elevy-bundle-kit.catalog-product-view
  .product-info-main
  > .shipping-calculator-block {
  order: 5 !important;
  margin: 0 0 24px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview {
  order: 2;
  margin: 0 0 32px;
  padding: 36px;
  background: #f4f4ee;
  border: 1px solid rgba(224, 228, 217, 0.9);
  border-radius: 24px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__eyebrow {
  margin: 0 0 12px;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__manifesto {
  max-width: 720px;
  margin: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.8;
  font-style: italic;
  color: var(--el-on-surface-variant);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__composition {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(175, 179, 170, 0.24);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__heading {
  margin-bottom: 24px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__heading h2 {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  line-height: 1.15;
  color: var(--el-on-surface);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__heading p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--el-on-surface-variant);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__group {
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(224, 228, 217, 0.95);
  border-radius: 18px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__group h3 {
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__items {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__items a,
body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__items span {
  color: var(--el-on-surface);
  text-decoration: none;
  line-height: 1.5;
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__qty {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--el-outline);
}

body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__items a:hover {
  color: var(--el-primary);
}

body.elevy-bundle-kit.catalog-product-view .elevy-bundle-options-hidden {
  display: none;
}

body.elevy-bundle-kit.catalog-product-view
  .bundle-options-container
  .product-add-form {
  display: block !important;
}

body.elevy-bundle-kit.catalog-product-view
  .bundle-options-container
  .bundle-options-wrapper,
body.elevy-bundle-kit.catalog-product-view
  .bundle-options-container
  .product-options-wrapper,
body.elevy-bundle-kit.catalog-product-view
  .bundle-options-container
  .product-options-bottom {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view .block-bundle-summary {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0;
  padding: 28px 32px;
  background: var(--el-surface-low);
  border: 1px solid rgba(224, 228, 217, 0.95);
  border-radius: 18px;
}

body.elevy-bundle-kit.catalog-product-view .block-bundle-summary > .title,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  .bundle-info
  > .product-image-container,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  .bundle-info
  .product-details
  > .product.name,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  .bundle-info
  .product-details
  > .stock,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  .bundle-info
  .product-details
  > .price-box,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  .bundle-info
  .product-details
  > .product-addto-links,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  > .content
  > .bundle-summary {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view .block-bundle-summary .content,
body.elevy-bundle-kit.catalog-product-view .block-bundle-summary .bundle-info,
body.elevy-bundle-kit.catalog-product-view
  .block-bundle-summary
  .product-details {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view .field.qty {
  margin: 0;
}

body.elevy-bundle-kit.catalog-product-view .box-tocart {
  order: 4;
  margin: 0 0 24px;
}

body.elevy-bundle-kit.catalog-product-view .box-tocart .fieldset {
  display: flex;
  align-items: stretch;
  gap: 16px;
}

body.elevy-bundle-kit.catalog-product-view .box-tocart .field.qty {
  display: none !important;
}

body.elevy-bundle-kit.catalog-product-view .box-tocart .actions {
  width: 100%;
  flex: 1 1 auto;
}

body.elevy-bundle-kit.catalog-product-view
  .box-tocart
  #product-addtocart-button {
  width: 100%;
  min-height: 56px;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--el-primary) !important;
  color: var(--el-on-primary) !important;
  box-shadow: none !important;
}

body.elevy-bundle-kit.catalog-product-view
  .box-tocart
  #product-addtocart-button
  span {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

body.elevy-bundle-kit.catalog-product-view .product.media .fotorama__stage,
body.elevy-bundle-kit.catalog-product-view .product.media .fotorama__nav-wrap {
  border-radius: 24px;
  overflow: hidden;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__primary,
body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__secondary-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--el-surface-low);
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__primary {
  min-height: 560px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__secondary-item {
  min-height: 260px;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__primary img,
body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-gallery__secondary-item
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.elevy-bundle-kit.catalog-product-view .elevy-pdp-editorial {
  margin-top: 48px;
}

body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .product.attribute.description {
  margin: 0;
}

body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  [data-content-type="row"],
body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .row-full-width-inner,
body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .pagebuilder-column-group,
body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .pagebuilder-column-line {
  width: 100% !important;
  max-width: none !important;
}

body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  [data-content-type="row"][data-appearance="full-width"]
  > .row-full-width-inner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .value
  > [data-content-type="row"]:first-child {
  margin-left: calc(var(--el-page-gutter) * -1) !important;
  margin-right: calc(var(--el-page-gutter) * -1) !important;
  padding: 96px var(--el-page-gutter) !important;
  background: var(--el-surface-low);
}

body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .value
  > [data-content-type="row"]:first-child
  .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 72px !important;
  align-items: center !important;
}

body.elevy-bundle-kit.catalog-product-view
  .elevy-pdp-editorial
  .value
  > [data-content-type="row"]:first-child
  .pagebuilder-column {
  width: auto !important;
  max-width: none !important;
  flex-basis: auto !important;
}

@media (max-width: 1024px) {
  body.elevy-bundle-kit.catalog-product-view .column.main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  body.elevy-bundle-kit.catalog-product-view .product.media,
  body.elevy-bundle-kit.catalog-product-view .product-info-main,
  body.elevy-bundle-kit.catalog-product-view .bundle-options-container {
    grid-column: 1;
  }
  body.elevy-bundle-kit.catalog-product-view .product-info-main {
    grid-row: 1;
  }
  body.elevy-bundle-kit.catalog-product-view .bundle-options-container {
    grid-row: 2;
  }
  body.elevy-bundle-kit.catalog-product-view .product.media {
    grid-row: 3;
  }
  body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview__grid {
    grid-template-columns: 1fr;
  }
  body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__primary,
  body.elevy-bundle-kit.catalog-product-view
    .elevy-pdp-gallery__secondary-item {
    min-height: 420px;
  }
  body.elevy-bundle-kit.catalog-product-view
    .elevy-pdp-editorial
    .value
    > [data-content-type="row"]:first-child {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }
  body.elevy-bundle-kit.catalog-product-view
    .elevy-pdp-editorial
    .value
    > [data-content-type="row"]:first-child
    .pagebuilder-column-line {
    grid-template-columns: 1fr;
    gap: 32px !important;
  }
}

@media (max-width: 640px) {
  body.elevy-bundle-kit.catalog-product-view .page-main {
    padding-top: 88px !important;
    padding-bottom: 56px !important;
  }
  body.elevy-bundle-kit.catalog-product-view .elevy-kit-overview {
    padding: 24px;
    border-radius: 20px;
  }
  body.elevy-bundle-kit.catalog-product-view .block-bundle-summary,
  body.elevy-bundle-kit.catalog-product-view
    .product-info-main
    .product-info-price {
    padding: 24px;
  }
  body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery {
    gap: 16px;
  }
  body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__secondary {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  body.elevy-bundle-kit.catalog-product-view .elevy-pdp-gallery__primary,
  body.elevy-bundle-kit.catalog-product-view
    .elevy-pdp-gallery__secondary-item {
    min-height: 320px;
  }
  body.elevy-bundle-kit.catalog-product-view .box-tocart .fieldset {
    flex-direction: column;
    align-items: stretch;
  }
  body.elevy-bundle-kit.catalog-product-view .box-tocart .field.qty,
  body.elevy-bundle-kit.catalog-product-view .box-tocart .actions {
    width: 100%;
    flex: 0 0 auto;
  }
  body.elevy-bundle-kit.catalog-product-view
    .elevy-pdp-editorial
    .value
    > [data-content-type="row"]:first-child {
    margin-left: -24px !important;
    margin-right: -24px !important;
    padding: 56px 24px !important;
  }
}

/* ============================================================
   9. HOME (cms-index-index) — preparação para PageBuilder
   ============================================================ */

/* Remove gap do page-title-wrapper (H1 vazio da CMS page) */
.cms-index-index .page-title-wrapper {
  display: none !important;
}

/* Hero começa ABAIXO do header fixo — padding-top = altura do header */
.cms-index-index .page-main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Zera todos os elementos que criam espaço antes do hero */
.cms-index-index .page-title-wrapper {
  display: none !important;
}
.cms-index-index .page.messages {
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cms-index-index .columns {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.cms-index-index .column.main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
/* Row 1 — Hero
   margin-top = altura do header fixo + respiro visual mínimo
   margin lateral = espaço bege em volta da imagem */
.elevy-hero {
  margin: 64px var(--el-page-gutter) 48px !important;
  border-radius: 60px !important;
  overflow: hidden !important;
  max-width: calc(100% - (var(--el-page-gutter) * 2)) !important;
  position: relative !important;
}

/* Texto sobre o hero (HTML no PageBuilder) */
.elevy-hero__eyebrow {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(249, 239, 230, 0.8);
  margin-bottom: 20px;
}
.elevy-hero__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 7rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #f9efe6;
  margin: 0;
}
.elevy-hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
}
.elevy-hero-video {
  display: none;
}
.elevy-hero-video--desktop {
  display: block;
}
.elevy-hero-video--mobile {
  display: none;
}
.elevy-hero-video video,
.elevy-hero-video iframe {
  display: block;
  width: 100% !important;
  pointer-events: none !important;
}
@media (min-width: 768px) {
  .elevy-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    min-height: clamp(560px, calc(100vh - 128px), 760px) !important;
    margin: 0 calc(50% - 50vw) 48px !important;
    border-radius: 0 !important;
    background-image: none !important;
  }
  .elevy-hero .pagebuilder-column-group,
  .elevy-hero .pagebuilder-column-line {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .elevy-hero .pagebuilder-column {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(560px, calc(100vh - 128px), 760px) !important;
    position: relative !important;
    isolation: isolate;
  }
  .elevy-hero-video--desktop,
  .elevy-hero [data-content-type="video"].elevy-hero-video--desktop {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    overflow: hidden !important;
  }
  .elevy-hero-video--mobile,
  .elevy-hero [data-content-type="video"].elevy-hero-video--mobile {
    display: none !important;
  }
  .elevy-hero-video--desktop > div,
  .elevy-hero-video--desktop [data-element="inner"],
  .elevy-hero-video--desktop .pagebuilder-video-wrapper,
  .elevy-hero-video--desktop .pagebuilder-video-player,
  .elevy-hero-video--desktop .pagebuilder-video-inner,
  .elevy-hero-video--desktop .pagebuilder-video-container,
  .elevy-hero-video--desktop video,
  .elevy-hero-video--desktop iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .elevy-hero-video--desktop video,
  .elevy-hero-video--desktop iframe {
    object-fit: cover !important;
  }
  .elevy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.02) 44%,
      rgba(0, 0, 0, 0.32) 100%
    );
  }
  .elevy-hero-overlay,
  .elevy-hero [data-content-type="html"] {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
  }
}
/* Coluna interna: texto alinhado ao rodapé da imagem */
.elevy-hero .pagebuilder-column {
  padding: 60px 80px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  min-width: 0 !important;
}

.elevy-hero .pagebuilder-column-group,
.elevy-hero .pagebuilder-column-line,
.elevy-manifesto .pagebuilder-column-group,
.elevy-manifesto .pagebuilder-column-line,
.elevy-colecoes .pagebuilder-column-group,
.elevy-colecoes .pagebuilder-column-line,
.elevy-journal .pagebuilder-column-group,
.elevy-journal .pagebuilder-column-line,
.elevy-newsletter-home .pagebuilder-column-group,
.elevy-newsletter-home .pagebuilder-column-line {
  max-width: 100% !important;
}

.elevy-hero .pagebuilder-column,
.elevy-manifesto .pagebuilder-column,
.elevy-colecoes .pagebuilder-column,
.elevy-journal .pagebuilder-column,
.elevy-newsletter-home .pagebuilder-column {
  min-width: 0 !important;
}

/* ============================================================
   9b. HOME — Seções PageBuilder (rows 2–5)
   ============================================================ */

/* ── Row 2: Manifesto ─────────────────────────────────── */
.elevy-manifesto {
  background: #f5f3ef !important;
  padding: 64px var(--el-page-gutter) !important;
  max-width: 100% !important;
  overflow-x: clip;
}
.elevy-manifesto .pagebuilder-column-group,
.elevy-manifesto [data-content-type="column-group"] {
  max-width: 920px;
  margin: 0 auto;
}
.elevy-manifesto__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(18px, 2vw, 20px);
  color: #394230;
  text-align: center;
  margin: 0 0 32px;
  line-height: 1.2;
}
.elevy-manifesto__text {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 1.4vw, 14px);
  color: #454840;
  line-height: 1.8;
  text-align: center;
  max-width: 780px;
  margin: 0 auto 48px;
}
.elevy-manifesto__btn {
  display: inline-block;
  background: #394230 !important;
  color: #ffffff !important;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none !important;
  margin: 0 auto;
  transform: translateZ(0);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
  will-change: transform;
}
.elevy-manifesto__btn:hover,
.elevy-manifesto__btn:focus {
  background: #394230 !important;
  color: #ffffff !important;
  transform: scale(1.035);
}
/* Centraliza o botão (está dentro de um parágrafo ou div) */
.elevy-manifesto [data-content-type="html"] {
  text-align: center;
}

/* ── Row 3: Nossas Escolhas ───────────────────────────── */
.elevy-colecoes {
  padding: 64px var(--el-page-gutter) 56px !important;
  max-width: 100% !important;
  overflow-x: clip;
}
.elevy-colecoes__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
.elevy-colecoes__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  color: #394230;
  margin: 0;
  line-height: 1;
}
.elevy-colecoes__sub {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 8px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #705951;
  padding-bottom: 4px;
}
/* Grid de 3 colunas — gap via column-line (container flex real do PageBuilder) */
.elevy-colecoes .pagebuilder-column-line {
  gap: 8px !important;
  min-width: 0 !important;
}
/* Sobrescreve width inline (calc 33.33%) injetado pelo PageBuilder */
.elevy-colecoes .elevy-colecao__item {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  display: flex;
  flex-direction: column;
}
/* Imagem do produto — proporção 4/5 */
.elevy-colecao__item [data-content-type="image"] {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
}
.elevy-colecao__item [data-content-type="image"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 1s ease;
  display: block;
}
.elevy-colecao__item:hover [data-content-type="image"] img {
  transform: scale(1.06);
}
.elevy-colecao__num {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #767870;
  margin-bottom: 12px;
}
.elevy-colecao__name {
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
  font-style: normal;
  font-size: clamp(1.2rem, 2vw, 1.2rem);
  color: #394230;
  margin: 0 0 12px;
  line-height: 1.2;
}
.elevy-colecao__ing {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #454840;
  opacity: 0.8;
  line-height: 1.6;
  margin: 0 0 20px;
  /* Limita a 2 linhas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.elevy-colecao__link {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #394230;
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 66, 48, 0.2);
  padding-bottom: 4px;
  display: inline-block;
  transition: border-color 0.3s ease;
  margin-top: auto;
}
.elevy-colecao__link:hover {
  border-bottom-color: #394230;
  color: #394230;
}

/* ── Row 4: The Elevy Journal ─────────────────────────── */
.elevy-journal {
  border-radius: 10px;
  padding: 30px var(--el-page-gutter) 20px !important;
  position: relative !important;
  isolation: isolate;
  max-width: 100% !important;
  overflow-x: clip;
}
/* Overlay sobre o background — controla a opacidade da imagem de fundo.
   Ajuste o último valor rgba (0.93) para mais ou menos transparente:
   0.85 = imagem mais visível | 0.97 = quase invisível */
.elevy-journal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(251, 249, 245, 0.65);
  pointer-events: none;
  z-index: 0;
}
/* Garante que o conteúdo fica acima do overlay */
.elevy-journal .pagebuilder-column-group,
.elevy-journal [data-content-type="column-group"],
.elevy-journal [data-content-type="html"] {
  position: relative;
  z-index: 1;
}
.elevy-journal .pagebuilder-column-group,
.elevy-journal .pagebuilder-column-line {
  gap: 80px !important;
  align-items: start !important;
  min-width: 0 !important;
}
.elevy-journal .pagebuilder-column {
  flex: 1 1 0 !important;
  width: auto !important;
}
.elevy-journal__label {
  display: block;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #705951;
  margin-bottom: 32px;
}
.elevy-journal__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(2rem, 4.5vw, 2.5rem);
  color: #394230;
  line-height: 1.05;
  letter-spacing: -0.02em;
}
/* Coluna direita */
.elevy-journal__right {
  padding-top: 80px;
}
.elevy-journal__quote {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  color: #454840;
  line-height: 1.7;
  border-left: 1px solid rgba(57, 66, 48, 0.2);
  padding-left: 5px;
  margin: 2 0 48px;
  opacity: 0.9;
}
.elevy-journal__cta,
.elevy-journal__link {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-left: 48px;
  transition: all 0.4s ease;
}
.elevy-journal__cta {
  color: #394230;
  border-bottom: 1px solid rgba(57, 66, 48, 0.3);
  padding-bottom: 2px;
  margin-right: 48px;
  margin-top: 60px;
}
.elevy-journal__cta:hover {
  border-bottom-color: #394230;
  color: #394230;
}
.elevy-journal__link {
  color: rgba(112, 89, 81, 0.5);
}
.elevy-journal__link:hover {
  color: #705951;
}
/* Container dos links */
.elevy-journal [data-content-type="html"] {
  padding-left: 48px;
}

/* ── Row 5: Newsletter ────────────────────────────────── */
@media (min-width: 1025px) {
  .elevy-newsletter__sub {
    white-space: nowrap;
    max-width: 100%;
  }
}
.elevy-newsletter-home {
  padding: 24px var(--el-page-gutter) 40px !important;
  text-align: center;
  max-width: 100% !important;
  overflow-x: clip;
}
.elevy-newsletter__title {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 20px !important;
  letter-spacing: 0;
  line-height: 1;
  color: #394230 !important;
  margin: 0 0 16px;
  white-space: nowrap;
}
.elevy-newsletter__sub {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: center !important;
  font-size: 12px !important;
  color: #454840 !important;
  max-width: 100%;
  margin: 0 auto 20px;
  line-height: 1.6;
}
/* Newsletter block do Magento dentro desta row */
.elevy-newsletter-home .block.newsletter {
  background: transparent !important;
  padding: 0 !important;
}
.elevy-newsletter-home .block.newsletter .action.subscribe {
  border-radius: 0 !important;
  background: #394230 !important;
  border-color: #394230 !important;
}

/* ── Responsivo home ──────────────────────────────────── */
@media (max-width: 1024px) {
  .elevy-hero {
    margin: 80px 24px 40px !important;
    border-radius: 40px !important;
  }
  .elevy-hero .pagebuilder-column {
    padding: 48px 40px !important;
  }
  .elevy-manifesto {
    padding: 56px 24px !important;
  }
  .elevy-colecoes {
    padding: 56px 24px 48px !important;
  }
  .elevy-colecoes__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .elevy-colecoes__title {
    font-size: 20px;
  }
  .elevy-journal {
    padding: 56px 24px 40px !important;
  }
  .elevy-journal .pagebuilder-column-group {
    gap: 40px !important;
  }
  .elevy-journal__right {
    padding-top: 0;
  }
  .elevy-newsletter-home {
    padding: 28px 24px 40px !important;
  }
  .elevy-newsletter__title {
    font-size: 20px !important;
    white-space: nowrap;
  }
  .elevy-newsletter__sub {
    font-size: 10px !important;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .elevy-hero-video--desktop {
    display: none !important;
  }
  .elevy-hero-video--mobile {
    display: block !important;
  }
  .elevy-hero {
    min-height: 100svh !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin: 0 calc(50% - 50vw) 32px !important;
    border-radius: 0 !important;
    background-image: none !important;
    background-color: #2f342d !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .elevy-hero .pagebuilder-column-group,
  .elevy-hero .pagebuilder-column-line {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .elevy-hero .pagebuilder-column {
    width: 100% !important;
    max-width: none !important;
    min-height: 100svh !important;
    padding: 0 24px 92px !important;
    position: relative !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: center !important;
    isolation: isolate;
  }
  .elevy-hero-video,
  .elevy-hero [data-content-type="video"].elevy-hero-video {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    overflow: hidden !important;
  }
  .elevy-hero-video--desktop,
  .elevy-hero [data-content-type="video"].elevy-hero-video--desktop {
    display: none !important;
  }
  .elevy-hero-video--mobile,
  .elevy-hero [data-content-type="video"].elevy-hero-video--mobile {
    display: block !important;
  }
  .elevy-hero-video > div,
  .elevy-hero-video .pagebuilder-video-inner,
  .elevy-hero-video .pagebuilder-video-container,
  .elevy-hero-video video,
  .elevy-hero-video iframe {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
  }
  .elevy-hero-video video,
  .elevy-hero-video iframe {
    object-fit: cover !important;
  }
  .elevy-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.14) 0%,
      rgba(0, 0, 0, 0.04) 42%,
      rgba(0, 0, 0, 0.38) 100%
    );
  }
  .elevy-hero-overlay,
  .elevy-hero [data-content-type="html"] {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
  }
  .elevy-hero__eyebrow {
    margin: 0 0 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #ffffff !important;
  }
  .elevy-hero__title {
    max-width: 320px;
    margin: 0 auto !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
  }
  .elevy-colecoes {
    overflow-x: visible !important;
  }
  .elevy-colecoes .pagebuilder-column-group,
  .elevy-colecoes [data-content-type="column-group"] {
    display: block !important;
    overflow: visible !important;
    width: 100% !important;
  }
  .elevy-colecoes .pagebuilder-column-line,
  .elevy-colecoes [data-content-type="column-line"] {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 16px !important;
    width: auto !important;
    max-width: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 16px;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px 8px !important;
    margin: 0 -16px !important;
  }
  .elevy-colecoes .pagebuilder-column,
  .elevy-colecoes [data-content-type="column"],
  .elevy-colecoes .elevy-colecao__item {
    flex: 0 0 78% !important;
    flex-basis: 78% !important;
    width: 78% !important;
    min-width: 78% !important;
    max-width: 420px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    scroll-snap-align: start;
  }
  .elevy-colecoes .pagebuilder-column-line::-webkit-scrollbar,
  .elevy-colecoes [data-content-type="column-line"]::-webkit-scrollbar {
    display: none;
  }
  .elevy-colecoes .pagebuilder-column-line,
  .elevy-colecoes [data-content-type="column-line"] {
    scrollbar-width: none;
  }
  .elevy-journal .pagebuilder-column-group,
  .elevy-journal .pagebuilder-column-line {
    flex-direction: column !important;
  }
  .elevy-journal__quote {
    padding-left: 24px;
  }
  .elevy-journal__cta,
  .elevy-journal__link {
    margin-left: 24px;
  }
  .elevy-journal [data-content-type="html"] {
    padding-left: 24px;
  }
  .block.newsletter {
    padding: 24px 24px 32px !important;
  }
  .block.newsletter .newsletterColunaEsquerda h4 {
    font-size: 19px !important;
    white-space: nowrap !important;
  }
  .block.newsletter .newsletterColunaEsquerda .blocoTexto p,
  .block.newsletter .newsletterColunaEsquerda p,
  .elevy-newsletter__sub {
    font-size: 9px !important;
    white-space: nowrap !important;
  }
  .elevy-newsletter-home {
    padding: 24px 16px 32px !important;
  }
}

@media (max-width: 390px) {
  .block.newsletter {
    padding-top: 22px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .block.newsletter .newsletterColunaEsquerda h4 {
    font-size: 18px !important;
  }
  .block.newsletter .newsletterColunaEsquerda .blocoTexto p,
  .block.newsletter .newsletterColunaEsquerda p,
  .elevy-newsletter__sub {
    font-size: 8px !important;
  }
  .block.newsletter .form.subscribe {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 30px;
    gap: 8px;
  }
  .block.newsletter .form.subscribe .actions,
  .block.newsletter .form.subscribe .action.subscribe {
    width: 30px !important;
    min-width: 30px !important;
  }
  .block.newsletter .form.subscribe .action.subscribe::before {
    font-size: 24px;
  }
  .block.newsletter .form.subscribe input[type="email"],
  .block.newsletter .form.subscribe input[type="text"],
  .block.newsletter .form.subscribe input::placeholder {
    font-size: 12px !important;
  }
}

/* ============================================================
   10. CATEGORY PAGE
   ============================================================ */

.catalog-category-view .sidebar.sidebar-main,
.catalog-category-view .sidebar.sidebar-additional,
.catalog-category-view .block.filter {
  display: none !important;
}

.catalog-category-view .columns {
  display: block !important;
  max-width: 100% !important;
}

.catalog-category-view .page-main {
  padding-top: 30px !important;
}

.catalog-category-view .column.main {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.catalog-category-view .page-title-wrapper {
  max-width: 1600px;
  margin: 0 auto 24px !important;
  padding: 0 var(--el-page-gutter) !important;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px;
  gap: 24px;
  align-items: end;
}

.catalog-category-view .page-title-wrapper::after {
  display: none !important;
  content: none !important;
}

.catalog-category-view .page-title {
  margin: 0 !important;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  color: var(--el-on-surface) !important;
}

.catalog-category-view .elevy-category-mobile-title {
  display: none;
}

.catalog-category-view .elevy-category-description {
  max-width: 1600px;
  margin: 0 auto 15px;
  padding: 0 var(--el-page-gutter);
}

.catalog-category-view .elevy-category-description > *:last-child {
  margin-bottom: 0 !important;
}

.catalog-category-view .elevy-category-description p {
  color: var(--el-on-surface-variant);
}

.catalog-category-view .elevy-category-description .elevy-category-intro,
.catalog-category-view
  .elevy-category-description
  > [data-content-type="row"]:first-child {
  margin-bottom: 10px !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-intro
  p:first-child,
.catalog-category-view
  .elevy-category-description
  > [data-content-type="row"]:first-child
  p:first-child {
  margin: 0 0 12px !important;
  font-size: 8px !important;
  letter-spacing: 0.34em !important;
  text-transform: uppercase !important;
  color: var(--el-outline) !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-intro
  p:last-child,
.catalog-category-view
  .elevy-category-description
  > [data-content-type="row"]:first-child
  p:last-child {
  margin: 0 !important;
  max-width: 720px;
  font-size: 10px !important;
  font-style: italic;
  line-height: 1.8 !important;
  color: var(--el-on-surface-variant) !important;
}

.catalog-category-view .elevy-category-description .elevy-category-kits,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  [data-content-type="column-group"] {
  margin: 0 !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  [data-content-type="column-group"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px !important;
  background: rgba(175, 179, 170, 0.3);
  width: 100% !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column {
  min-width: 0 !important;
  min-height: 320px;
  padding: 32px 28px !important;
  background: #f4f4ee;
  border: 1px solid transparent;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  width: auto !important;
  cursor: pointer;
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:hover,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:focus-within {
  border-color: rgba(92, 97, 77, 0.28);
  box-shadow: 0 22px 44px rgba(47, 52, 45, 0.08);
  transform: translateY(-4px);
  z-index: 1;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  > [data-content-type="html"]
  a,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  > [data-content-type="text"]
  a {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 100%;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:nth-child(2) {
  background: #edefe7;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:nth-child(3) {
  background: #e7e9e0;
}

.catalog-category-view .elevy-category-description .elevy-category-kits p,
.catalog-category-view .elevy-category-description .elevy-category-kits h3,
.catalog-category-view .elevy-category-description .elevy-category-kits h4 {
  margin-top: 0 !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  p:first-child {
  margin-bottom: 18px !important;
  font-size: 10px !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  color: var(--el-outline) !important;
}

.catalog-category-view .elevy-category-description .elevy-category-kits h3,
.catalog-category-view .elevy-category-description .elevy-category-kits h4 {
  margin-bottom: 12px !important;
  font-size: clamp(1.9rem, 2.5vw, 2.4rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  color: var(--el-on-surface) !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  > [data-content-type="text"]:last-child,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  > [data-content-type="html"]:last-child,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  > [data-content-type="image"]:last-child {
  margin-top: auto !important;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column
  > [data-content-type="html"] {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: 100% !important;
}

.catalog-category-view .elevy-category-description .elevy-category-kits img {
  max-height: 40px;
  width: auto;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .elevy-kit-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 20px;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .elevy-kit-meta
  .material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(175, 179, 170, 0.4);
  border-radius: 999px;
  color: var(--el-primary);
  font-size: 18px !important;
  flex-shrink: 0;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 20;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:hover
  .elevy-kit-meta
  .material-symbols-outlined,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:focus-within
  .elevy-kit-meta
  .material-symbols-outlined {
  background: var(--el-primary);
  border-color: var(--el-primary);
  color: var(--el-on-primary);
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .elevy-kit-meta
  span:last-child {
  font-size: 10px !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase !important;
  color: var(--el-primary) !important;
  transition: color 0.25s ease;
}

.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:hover
  .elevy-kit-meta
  span:last-child,
.catalog-category-view
  .elevy-category-description
  .elevy-category-kits
  .pagebuilder-column:focus-within
  .elevy-kit-meta
  span:last-child {
  color: var(--el-on-surface) !important;
}

.catalog-category-view .elevy-category-collection-heading {
  margin: 28px 0 0;
}

.catalog-category-view .elevy-category-collection-heading h2 {
  margin: 0 0 8px !important;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
  color: var(--el-on-surface) !important;
}

.catalog-category-view .elevy-category-collection-heading p {
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.6 !important;
  font-style: italic;
  color: var(--el-on-surface-variant) !important;
}

.catalog-category-view .toolbar-products {
  display: none !important;
}

.catalog-category-view .products.wrapper.products-grid + .toolbar-products {
  margin-top: 64px !important;
  margin-bottom: 0 !important;
  padding: 0 var(--el-page-gutter) !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
}

.catalog-category-view
  .products.wrapper.products-grid
  + .toolbar-products
  .toolbar-amount,
.catalog-category-view
  .products.wrapper.products-grid
  + .toolbar-products
  .limiter,
.catalog-category-view
  .products.wrapper.products-grid
  + .toolbar-products
  .sorter,
.catalog-category-view
  .products.wrapper.products-grid
  + .toolbar-products
  .modes {
  display: none !important;
}

.catalog-category-view .elevy-category-subnav {
  max-width: 1600px;
  margin: 0 auto 24px;
  padding: 0 var(--el-page-gutter);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.catalog-category-view .elevy-category-subnav__link {
  display: inline-flex;
  align-items: center;
  padding: 0 0 2px;
  border-bottom: 1px solid transparent;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--el-outline);
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.catalog-category-view .elevy-category-subnav__link:hover,
.catalog-category-view .elevy-category-subnav__link:focus,
.catalog-category-view .elevy-category-subnav__link.is-active {
  color: var(--el-on-surface);
  border-color: rgba(92, 97, 77, 0.65);
  text-decoration: none;
}

.catalog-category-view .products.wrapper.products-grid {
  max-width: 1600px;
  margin: 0 auto !important;
  padding: 0 var(--el-page-gutter) !important;
}

.catalog-category-view .products-grid .product-items {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 2px !important;
  margin: 0 !important;
}

.catalog-category-view .products-grid .product-item {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.catalog-category-view .products-grid .product-item-info {
  height: 100%;
  margin: 0 !important;
  padding: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border: 1px solid rgba(224, 228, 217, 0.9) !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 40px rgba(47, 52, 45, 0.05) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
}

.catalog-category-view .products-grid .product-item-info:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(47, 52, 45, 0.08) !important;
  border-color: rgba(224, 228, 217, 0.9) !important;
}

.catalog-category-view .products-grid .product-item-photo {
  display: block;
  margin: 0 0 16px !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 18px;
  background: var(--el-surface-low);
}

.catalog-category-view .products-grid .product-image-container {
  width: 100% !important;
  max-width: none !important;
}

.catalog-category-view .products-grid .product-image-wrapper {
  padding-bottom: 125% !important;
  overflow: hidden;
  border-radius: 18px;
}

.catalog-category-view .products-grid .product-image-photo {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  position: absolute;
  inset: 0;
}

.catalog-category-view .products-grid .product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 !important;
}

.catalog-category-view .products-grid .product-item-info .product-item-details {
  padding-bottom: 0 !important;
}

.catalog-category-view .products-grid .product-item-name {
  margin: 0 0 14px !important;
  line-height: 1.25;
}

.catalog-category-view .products-grid .product-item-name a {
  font-size: 20px !important;
  letter-spacing: -0.01em !important;
  color: var(--el-on-surface) !important;
}

.catalog-category-view .products-grid .product-reviews-summary,
.catalog-category-view .products-grid .product-item-details .actions-secondary {
  display: none !important;
}

.catalog-category-view .products-grid .elevy-product-meta {
  margin: 0 0 16px;
}

.catalog-category-view .products-grid .elevy-product-meta__label {
  margin: 0 0 6px !important;
  font-size: 9px !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--el-outline) !important;
}

.catalog-category-view .products-grid .elevy-product-meta__value {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  color: var(--el-on-surface-variant) !important;
}

.catalog-category-view .products-grid .elevy-product-purchase-row {
  margin-top: auto;
  padding-top: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  row-gap: 8px;
}

.catalog-category-view .products-grid .elevy-product-purchase-row .price-box {
  margin: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catalog-category-view
  .products-grid
  .elevy-product-purchase-row
  .price-box
  .price,
.catalog-category-view
  .products-grid
  .elevy-product-purchase-row
  .price-box
  .price-wrapper {
  font-size: 14px !important;
  letter-spacing: 0.12em !important;
  color: var(--el-on-surface-variant) !important;
}

.catalog-category-view .products-grid .product-item-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: static !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  height: auto !important;
}

.catalog-category-view .products-grid .product-item:hover .product-item-inner,
.catalog-category-view
  .products-grid
  .product-item-info:hover
  .product-item-inner,
.catalog-category-view
  .products-grid
  .product-item-info.active
  .product-item-inner {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.catalog-category-view .products-grid .elevy-product-actions,
.catalog-category-view .products-grid .elevy-product-actions__primary,
.catalog-category-view .products-grid .elevy-product-buy-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.catalog-category-view .products-grid .elevy-product-actions {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  align-self: center;
  justify-content: center;
}

.catalog-category-view .products-grid .elevy-product-actions__primary,
.catalog-category-view .products-grid .elevy-product-buy-form {
  width: 100%;
}

.catalog-category-view .products-grid .elevy-product-buy {
  width: 100%;
  min-width: 0;
  min-height: 40px;
  margin: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(175, 179, 170, 0.65);
  border-radius: 999px;
  color: var(--el-on-surface);
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.catalog-category-view .products-grid .elevy-product-buy:hover,
.catalog-category-view .products-grid .elevy-product-buy:focus {
  background: rgba(224, 229, 204, 0.28);
  border-color: rgba(92, 97, 77, 0.35);
  color: var(--el-on-surface);
  text-decoration: none;
  transform: translateY(-1px);
}

.catalog-category-view .products-grid .elevy-product-buy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 7px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}

.catalog-category-view .products-grid .elevy-product-stock {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(175, 179, 170, 0.45);
  border-radius: 999px;
  color: var(--el-outline);
  white-space: nowrap;
}

.catalog-category-view .products-grid .elevy-product-stock span {
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1;
}

.catalog-category-view .products-grid .elevy-product-buy span::before {
  content: "shopping_bag";
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 20;
}

.catalog-category-view .products-grid .elevy-product-buy--tocart:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.catalog-category-view .products-grid .product-item-inner::before,
.catalog-category-view .products-grid .product-item-inner::after {
  display: none !important;
  content: none !important;
}

.catalog-category-view .pages {
  width: 100%;
}

.catalog-category-view .pages .items {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px;
  margin: 0 !important;
  padding: 0 !important;
}

.catalog-category-view .pages .item {
  float: none !important;
}

.catalog-category-view .pages a.page,
.catalog-category-view .pages strong.page {
  background: transparent !important;
  border: 0 !important;
  padding: 0 0 2px !important;
  min-width: 0 !important;
  height: auto !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  color: var(--el-outline) !important;
  text-decoration: none !important;
}

.catalog-category-view .pages strong.page {
  color: var(--el-on-surface) !important;
  border-bottom: 1px solid var(--el-primary) !important;
}

.catalog-category-view .pages .action {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: var(--el-outline) !important;
  text-decoration: none !important;
}

.catalog-category-view .pages .action.next,
.catalog-category-view .pages .action.previous {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px;
  font-size: 10px !important;
  font-weight: 300 !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
}

.catalog-category-view .pages .action.next::before,
.catalog-category-view .pages .action.previous::before {
  display: none !important;
  content: none !important;
}

.catalog-category-view .pages .action.next::after,
.catalog-category-view .pages .action.previous::after {
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  color: var(--el-outline) !important;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 20;
}

.catalog-category-view .pages .action.next::after {
  content: "chevron_right";
}

.catalog-category-view .pages .action.previous::after {
  content: "chevron_left";
  order: -1;
}

@media (max-width: 1024px) {
  .catalog-category-view .page-title-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 20px !important;
  }
  .catalog-category-view .page-title-wrapper::after {
    margin-bottom: 0;
  }
  .catalog-category-view .elevy-category-description {
    margin-bottom: 36px;
  }
  .catalog-category-view
    .elevy-category-description
    .elevy-category-kits
    .pagebuilder-column-line,
  .catalog-category-view
    .elevy-category-description
    .elevy-category-kits
    [data-content-type="column-group"] {
    grid-template-columns: 1fr;
  }
  .catalog-category-view .elevy-category-subnav {
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 18px 4px !important;
  }
}

@media (max-width: 640px) {
  .catalog-category-view .page-title-wrapper,
  .catalog-category-view .elevy-category-description,
  .catalog-category-view .elevy-category-subnav,
  .catalog-category-view .products.wrapper.products-grid {
    padding-left: var(--el-page-gutter) !important;
    padding-right: var(--el-page-gutter) !important;
  }
  .catalog-category-view .page-title-wrapper {
    display: none !important;
  }
  .catalog-category-view .elevy-category-mobile-title {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 1600px;
    margin: 0 auto 14px !important;
    padding: 0 var(--el-page-gutter) !important;
    font-family: var(--el-font) !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    letter-spacing: -0.03em !important;
    color: var(--el-on-surface) !important;
  }
  .catalog-category-view
    .elevy-category-description
    .elevy-category-kits
    .pagebuilder-column {
    min-height: 0;
    padding: 24px 20px !important;
  }
  .catalog-category-view .elevy-category-collection-heading {
    margin-top: 22px;
  }
  .catalog-category-view .elevy-category-collection-heading h2 {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .catalog-category-view .elevy-category-collection-heading p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }
  .catalog-category-view .products.wrapper.products-grid {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .catalog-category-view .products-grid .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px !important;
    width: 100% !important;
    justify-items: stretch;
    background: rgba(224, 228, 217, 0.9);
  }
  .catalog-category-view .products-grid .product-item,
  .catalog-category-view .products-grid .product-item-info {
    width: 100% !important;
    max-width: none !important;
  }
  .catalog-category-view .products-grid .product-item {
    margin: 0 auto !important;
  }
  .catalog-category-view .products-grid .product-item-info {
    padding: 0 0 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
  }
  .catalog-category-view .products-grid .product-item-photo {
    margin: 0 0 12px !important;
    border-radius: 0;
    background: var(--el-surface-low);
  }
  .catalog-category-view .products-grid .product-image-wrapper {
    padding-bottom: 118% !important;
    border-radius: 0;
  }
  .catalog-category-view .products-grid .product-item-details {
    padding: 0 12px !important;
  }
  .catalog-category-view .products-grid .product-item-name {
    margin-bottom: 8px !important;
  }
  .catalog-category-view .products-grid .product-item-name a {
    font-size: 13px !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
  }
  .catalog-category-view .products-grid .elevy-product-meta {
    display: none !important;
  }
  .catalog-category-view .products-grid .elevy-product-purchase-row {
    padding-top: 0;
    row-gap: 8px;
  }
  .catalog-category-view
    .products-grid
    .elevy-product-purchase-row
    .price-box
    .price,
  .catalog-category-view
    .products-grid
    .elevy-product-purchase-row
    .price-box
    .price-wrapper {
    font-size: 11px !important;
    letter-spacing: 0.04em !important;
  }
  .catalog-category-view .products-grid .elevy-product-buy,
  .catalog-category-view .products-grid .elevy-product-stock {
    min-height: 32px;
    padding: 0 8px;
  }
  .catalog-category-view .products-grid .elevy-product-buy span,
  .catalog-category-view .products-grid .elevy-product-stock span {
    font-size: 6px !important;
    letter-spacing: 0.1em !important;
  }
  .catalog-category-view .products-grid .elevy-product-buy span::before {
    font-size: 14px;
  }
  .catalog-category-view .pages .items {
    gap: 18px;
    flex-wrap: wrap;
  }
}

/* ============================================================
   11. PRODUCT GRID GLOBAL (mini ajustes base)
   ============================================================ */
.product-item-name a {
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  color: var(--el-on-surface) !important;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.price-box .price,
.price-box .price-wrapper {
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  color: var(--el-on-surface-variant) !important;
  font-size: 13px;
  letter-spacing: 0.08em;
}
.product-item .action.primary {
  background: var(--el-primary) !important;
  border-color: var(--el-primary) !important;
  color: var(--el-on-primary) !important;
  border-radius: 0 !important;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-size: 10px !important;
  text-transform: uppercase;
  letter-spacing: var(--el-tracking-ui) !important;
}
.product-item .action.primary:hover {
  background: var(--el-primary-dim) !important;
  border-color: var(--el-primary-dim) !important;
}

/* Compare desativado na experiência da loja. Remoções de layout/templates fazem o
   trabalho principal; estes seletores cobrem saídas de módulos terceiros. */
.action.tocompare,
.product-item-actions .tocompare,
.secondary-addto-links .tocompare,
.block-compare,
.compare.wrapper,
.catalog-compare-link,
a[href*="catalog/product_compare"] {
  display: none !important;
}

.elevy-category-quote {
  max-width: 760px;
  margin: 96px auto 120px;
  padding: 0 24px;
  text-align: center;
}

.elevy-category-quote__line {
  display: block;
  width: 1px;
  height: 40px;
  margin: 0 auto 32px;
  background: rgba(210, 215, 191, 0.95);
}

.elevy-category-quote__text {
  margin: 0;
  font-family: var(--el-font) !important;
  font-weight: 300 !important;
  font-style: italic;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: var(--el-on-surface);
}

.elevy-category-quote__author {
  display: block;
  margin-top: 20px;
  font-family: var(--el-font) !important;
  font-size: 9px;
  font-weight: 300 !important;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--el-outline);
}

/* Estado final do header da home após scroll.
   Fica no fim do arquivo para vencer overrides mobile/tema base. */
html.elevy-header-scrolled body .page-header,
html body.elevy-header-scrolled .page-header,
html.elevy-header-scrolled body.cms-index-index .page-header,
html.elevy-header-scrolled body.cms-home .page-header,
html body.cms-index-index.elevy-header-scrolled .page-header,
html body.cms-home.elevy-header-scrolled .page-header {
  background: #faf9f4 !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid rgba(175, 179, 170, 0.18) !important;
}

html.elevy-header-scrolled body .page-header .logo img,
html body.elevy-header-scrolled .page-header .logo img {
  filter: none !important;
}

html.elevy-header-scrolled body .page-header .topmenu-desktop .navigation li.level0 > a,
html body.elevy-header-scrolled .page-header .topmenu-desktop .navigation li.level0 > a,
html.elevy-header-scrolled body .page-header .nav-toggle::before,
html body.elevy-header-scrolled .page-header .nav-toggle::before,
html.elevy-header-scrolled body .page-header .action.nav-toggle::before,
html body.elevy-header-scrolled .page-header .action.nav-toggle::before,
html.elevy-header-scrolled body .page-header .block-search .label::before,
html body.elevy-header-scrolled .page-header .block-search .label::before,
html.elevy-header-scrolled body .customer-conta .customer-icon i,
html body.elevy-header-scrolled .customer-conta .customer-icon i,
html.elevy-header-scrolled body .minicart-wrapper .action.showcart::before,
html body.elevy-header-scrolled .minicart-wrapper .action.showcart::before {
  color: #2f342d !important;
}

@media (min-width: 1025px) {
  html body .page-header .elevy-header-search {
    order: 2 !important;
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: relative !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 56px !important;
    margin: 0 0 0 24px !important;
    overflow: visible !important;
    opacity: 1 !important;
    z-index: 30 !important;
  }

  html body .page-header .elevy-header-search .label {
    display: flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 56px !important;
    cursor: pointer;
  }

  html body .page-header .elevy-header-search .label::before {
    content: "search" !important;
    font-family: "Material Symbols Outlined" !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    color: #2f342d !important;
    font-variation-settings:
      "FILL" 0,
      "wght" 300,
      "GRAD" 0,
      "opsz" 24;
  }

  html body:not(.elevy-header-scrolled) .page-header .elevy-header-search .label::before {
    color: #ffffff !important;
  }

  html.elevy-header-scrolled body .page-header .elevy-header-search .label::before,
  html body.elevy-header-scrolled .page-header .elevy-header-search .label::before {
    color: #2f342d !important;
  }

  html body .page-header .elevy-header-search .label span {
    display: none !important;
  }

  html body .page-header .elevy-header-search.active .control,
  html body .page-header .elevy-header-search .control.active {
    display: block !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: absolute !important;
    top: 56px !important;
    left: 0 !important;
    width: min(360px, calc(100vw - 96px)) !important;
    opacity: 1 !important;
  }

  html body .page-header .elevy-header-search.active input,
  html body .page-header .elevy-header-search .control.active input {
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    height: 44px !important;
    border: 1px solid rgba(47, 52, 45, 0.18) !important;
    background: #ffffff !important;
    color: #2f342d !important;
    padding: 0 14px !important;
  }
}

/* ============================================================
   FIM — elevy-theme.css
   ============================================================ */
