:root {
	--wd-text-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "hkgroteskpro", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(232,78,72);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(232,78,72);
	--btn-accented-bgcolor-hover: rgb(212,71,66);
	--wd-form-brd-width: 1px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(242,242,242);
	background-image: url(https://xn--cabaaspuertofuy-1qb.cl/wp-content/uploads/2021/10/landing-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(240,242,244);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(232,78,72);
}

@font-face {
	font-family: "hkgroteskpro";
	src: url("//xn--cabaaspuertofuy-1qb.cl/wp-content/uploads/2021/09/hkgroteskpro-regular.woff2") format("woff2"), 
url("//xn--cabaaspuertofuy-1qb.cl/wp-content/uploads/2021/09/hkgroteskpro-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "hkgroteskpro";
	src: url("//xn--cabaaspuertofuy-1qb.cl/wp-content/uploads/2021/09/hkgroteskpro-semibold.woff2") format("woff2"), 
url("//xn--cabaaspuertofuy-1qb.cl/wp-content/uploads/2021/09/hkgroteskpro-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* MENÚ HEADER - más visible sobre imagen */
.whb-header .wd-header-nav .menu > li > a {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 999px;
    text-shadow: 0 2px 8px rgba(0,0,0,.55);
    transition: all .25s ease;
}

/* Fondo suave para que no se pierda */
.whb-header .wd-header-nav .menu > li > a .nav-link-text {
    position: relative;
    z-index: 2;
}

/* Efecto hover */
.whb-header .wd-header-nav .menu > li:hover > a,
.whb-header .wd-header-nav .menu > li.current-menu-item > a {
    background: rgba(255,255,255,.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

/* Línea animada inferior */
.whb-header .wd-header-nav .menu > li > a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 4px;
    height: 2px;
    background: #18aeea;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
    border-radius: 10px;
}

.whb-header .wd-header-nav .menu > li:hover > a::after,
.whb-header .wd-header-nav .menu > li.current-menu-item > a::after {
    transform: scaleX(1);
}

/* Animación sutil permanente */
.whb-header .wd-header-nav .menu > li > a {
    animation: menuSoftGlow 3s ease-in-out infinite;
}

@keyframes menuSoftGlow {
    0%, 100% {
        text-shadow: 0 2px 8px rgba(0,0,0,.55);
    }
    50% {
        text-shadow: 0 2px 12px rgba(24,174,234,.65);
    }
}


/* HEADER NEGRO AL HACER SCROLL - WOODMART */
.whb-sticked,
.whb-sticked .whb-main-header,
.whb-sticked .whb-row,
.whb-sticked .whb-general-header,
.whb-sticked .whb-general-header-inner {
    background: #000 !important;
    background-color: #000 !important;
}

/* Quitar fondo claro anterior */
.whb-sticked .whb-row {
    border-color: #000 !important;
}

/* Menú blanco */
.whb-sticked .wd-header-nav .menu > li > a,
.whb-sticked .wd-header-nav .menu > li > a span,
.whb-sticked .wd-header-nav .nav-link-text {
    color: #fff !important;
    text-shadow: none !important;
}

/* Logo un poco más visible sobre negro */
.whb-sticked .site-logo img,
.whb-sticked .wd-logo img {
    filter: brightness(0) invert(1);
}
.whb-header .menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
/* Botones Hero */
.elementor-button {
    transition: all 0.3s ease;
    animation: floatingButton 3s ease-in-out infinite;
}

.elementor-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

@keyframes floatingButton {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}
.elementor-button {
    position: relative;
    overflow: hidden;
}

.elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.4),
        transparent
    );
    animation: shine 4s infinite;
}

@keyframes shine {
    0% {
        left: -120%;
    }
    20% {
        left: 130%;
    }
    100% {
        left: 130%;
    }
}