/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body .elementor-heading-title {
    line-height: 1.2;
}

small.woocommerce-price-suffix {
    font-size: 12px;
}

.font-baskervville > *,
.font-baskervville {
    font-family: var(--gp-font--baskervville);
}

@media (max-width: 768px) {
    .wp-block-woocommerce-checkout.alignwide.wc-block-checkout,
    .wp-block-woocommerce-cart.alignwide {
        margin-left: auto !important;
        width: 100% !important;
        max-width: 100 !important;%
    }
}

.page-hero {
    background-image:
        url('https://manosdeagua.com/wp-content/uploads/2026/03/abanicos-titulo-izq.svg'),
        url('https://manosdeagua.com/wp-content/uploads/2026/03/abanicos-titulo-derecha.svg');
    background-repeat: no-repeat, no-repeat;
    background-position: left -3rem center, right -3rem center;
    background-size:
        clamp(170px, 19vw, 280px) auto,
        clamp(170px, 19vw, 280px) auto;
}

@media (max-width: 768px) {
    .page-hero {
        background-position: left -4.5rem center, right -4.5rem center;
        background-size: 150px auto, 150px auto;
    }
}

.card-encargos{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}
.card-encargos.raya-horizontal::after{
    content: "";
    background: linear-gradient(90deg, #D483CF 0%, rgba(192, 118, 187, 0.93) 7.14%, rgba(172, 106, 168, 0.86) 14.29%, rgba(153, 93, 149, 0.79) 21.43%, rgba(134, 81, 131, 0.71) 28.57%, rgba(116, 69, 113, 0.64) 35.71%, rgba(98, 58, 96, 0.57) 42.86%, rgba(81, 47, 79, 0.50) 50%, rgba(64, 36, 63, 0.43) 57.14%, rgba(48, 26, 47, 0.36) 64.29%, rgba(33, 16, 32, 0.29) 71.43%, rgba(19, 7, 18, 0.21) 78.57%, rgba(6, 2, 6, 0.14) 85.71%, rgba(1, 0, 1, 0.07) 92.86%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    right: -100%;
    top: 75px;
}
@media (max-width: 768px) {
    .card-encargos.raya-horizontal::after{
        width: 2px;
        height: 100px;
        left: 30px;
        bottom: -100px;
        right: inherit;
        top: inherit;
    }
}

#icono_whatsapp_fixed {
    position: fixed;
    z-index: 99999999;
    right: 28px;
    bottom: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    line-height: 46px;
    color: #fff;
    font-size: 26px;
    background-color: #25d366;
    box-sizing: border-box;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
}
#icono_whatsapp_fixed img {
    filter: invert(100%) sepia(0%) saturate(25%) hue-rotate(70deg) brightness(108%) contrast(108%);
    max-width: 30px;
}