.elementor-3802 .elementor-element.elementor-element-e08bb55{--display:flex;--min-height:110px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-3802 .elementor-element.elementor-element-74519d4{--display:flex;}.elementor-3802 .elementor-element.elementor-element-0bbc84d{--display:flex;}.elementor-3802 .elementor-element.elementor-element-838005d{--display:flex;}.elementor-3802 .elementor-element.elementor-element-8604ca2{--display:flex;}.elementor-3802 .elementor-element.elementor-element-11f2a3b{--display:flex;}.elementor-3802 .elementor-element.elementor-element-6eb2d8b{--display:flex;}.elementor-3802 .elementor-element.elementor-element-da9152b{--display:flex;}.elementor-3802 .elementor-element.elementor-element-f73074c{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;margin:3px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -5px;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-font-size:14px;--n-menu-title-color-normal:#0F0F0F;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-3802 .elementor-element.elementor-element-f73074c > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-3802 .elementor-element.elementor-element-f73074c > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-3802 .elementor-element.elementor-element-f73074c > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:"Cormorant Garamond", Sans-serif;font-weight:700;text-transform:uppercase;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-3802 .elementor-element.elementor-element-e08bb55{--content-width:1300px;}}/* Start custom CSS for image, class: .elementor-element-f81d1f2 *//* Base limpia */
.e-n-menu-title-container {
  position: relative;
  transition: color 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Color hover (ligero, elegante) */
.e-n-menu-title-container:hover {
  color: #0F0F0F !important;
}

/* Línea ultra fina */
.e-n-menu-title-container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 0.8px;
  background: #8A6830;
  transform: translateX(-50%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}

/* Aparición suave */
.e-n-menu-title-container:hover::after {
  width: 100%;
}

/* 🔥 ELIMINAR FLASH ROSA COMPLETAMENTE */
.e-n-menu-title-container:focus,
.e-n-menu-title-container:active,
.e-n-menu-title-container:focus-visible {
  color: #CFAE72 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Asegurar que el texto interno no cambie */
.e-n-menu-title-container:focus .e-n-menu-title-text,
.e-n-menu-title-container:active .e-n-menu-title-text {
  color: inherit !important;
}
.e-n-menu-title-container.e-focus,
.e-n-menu-title-container:focus * {
  color: #8A6830 !important;
}

header {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 999;
}

header.scrolled {
  background: #ffffff; /* o un tono oscuro elegante */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9477fbd *//* CONTENEDOR */
.nv-cart{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    text-decoration: none;
    transition: all .35s ease;
}

/* ICONO */
.nv-cart svg{
    width: 22px;
    height: 22px;
    overflow: visible;
}

.nv-cart svg path{
    fill: #D4B06A;
    transition: all .35s ease;
}

/* CONTADOR */
.nv-cart .count{
    position: absolute;
    top: -4px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #E74C3C;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    font-family: inherit;
    box-shadow: 0 4px 12px rgba(231,76,60,.35);
}

/* EFECTO PREMIUM */
.nv-cart:hover{
    transform: translateY(-2px);
}

.nv-cart:hover svg path{
    fill: #E3C98B;
    filter: drop-shadow(0 0 10px rgba(212,176,106,.45));
}

/* OPCIONAL: animación suave del contador */
.nv-cart .count{
    animation: premiumPulse 3s infinite;
}

@keyframes premiumPulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.08);}
    100%{transform:scale(1);}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e08bb55 */.elementor-3802 .elementor-element.elementor-element-e08bb55{

    position:absolute;
    top:0;
    left:0;

    width:100%;

    z-index:9999;

    background:transparent !important;
}/* End custom CSS */