/* 
Theme Name: Mosaika - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/****** GLOBAL ******/
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
/****** FIN: GLOBAL ******/

/****** HEADER ******/
.home header svg path {
    fill: #fff!important;
}
.home header .elementor-nav-menu--main ul li a, .home header span.elementor-icon-list-text {
    color: #fff!important;
}
.home header .elementor-nav-menu--main ul li a:after {
    background-color: #fff!important;
}
span.elementor-button-icon-qty {
    font-size: 8px!important;
}
/****** FIN: HEADER ******/

/****** SLIDER ******/
.swiper-pagination {
    padding-bottom: 20px!important;
}
/****** FIN: SLIDER ******/

/****** LOOP PRODUCTO ******/
.woo-product-carousel .slick-slide {
    margin: 0 10px;
}
.woo-product-carousel .slick-list {
    margin: 0 -10px;
}
button.slick-arrow {
    padding: 0;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
.woo-product-carousel button {
    border-color: transparent;
    opacity: 0.6;
    position: absolute;
    transition: .4s;
    top: 50%;
    z-index: 99;
}
.woo-product-carousel button:hover {
    background-color: transparent;
    opacity: 1;
    transition: .4s;
}
.woo-product-carousel .product-item {
    background: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
}
.product-badge {
    background: #DF9278;
    color: white;
    font-size: 14px;
    font-weight: 500;
    left: 10px;
    padding: 5px 10px;
    position: absolute;
    top: 10px;
}
.woo-product-carousel .yith-add-to-wishlist-button-block {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}
.color-swatches {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin: 20px 0;
}
.swatch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}
.color-swatches a:first-child .swatch-wrapper, .swatch-wrapper:hover {
    border-color: #000!important;
    transition: .4s;
}
.swatch {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}
h3.product-title {
    color: var(--e-global-color-f0f66bf) !important;
    font-size: var(--e-global-typography-b5ed363-font-size);
    font-weight: var(--e-global-typography-b5ed363-font-weight);
}
span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.product-price {
    font-weight: 700;
    margin-top: 10px;
}
.product-price .old-price {
    margin-right: 5px;
    opacity: 0.34;
    text-decoration: line-through;
}
.product-price p.price, .product-price span.price {
    color: var( --e-global-color-text )!important;
    font-size: var(--e-global-typography-2e4266f-font-size)!important;
}
/****** FIN: LOOP PRODUCTO ******/

/****** FOOTER ******/
footer input#form-field-email {
    padding: 0px;
}
/****** FIN: FOOTER ******/

/****** HOME ******/
/* HOVER CATEGORÍA*/
.box-categoria {
    cursor: pointer;
}
.box-categoria-text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.box-categoria:hover .box-categoria-text {
    opacity: 1;
    transform: translateY(0);
}
/****** FIN: HOME ******/