.woocommerce-product-search input[type="search"],
.woocommerce-product-search button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-shipping-totals td .woocommerce-shipping-destination {
    display: none !important;
}

.woocommerce-message {
    display: none !important;
}

.woocommerce-order-received tfoot tr:has(.order-actions--heading) {
    display: none !important;
}

.woocommerce ul.products li.product .variations_form,
.woocommerce ul.products li.product .product-attribute,
.woocommerce ul.products li.product .woocommerce-variation-availability {
    display: none !important;
}

#tienda-suplementos {
    font-size: 2.5rem;
}

.wp-block-uagb-info-box .uagb-infobox-margin-wrapper .uagb-ifb-content figure img {
    width: 50px;
    margin-bottom: 1rem;
}


@media (max-width: 767px) {
    .uagb-ifb-content figure {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .uagb-ifb-content figure img {
        width: 30px !important;
        margin-top: 0 !important;
    }

    .uagb-ifb-title-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #tienda-suplementos {
        text-align: center;
        font-size: 2.3rem !important;
        margin-top: 15px;
    }

    .uagb-ifb-content p {
        text-align: center;
    }

    .uagb-ifb-content .uagb-ifb-button-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .uagb-ifb-content .uagb-ifb-button-wrapper a {
        padding: 15px !important;
    }

    .ast-header-html .ast-builder-html-element p {
        font-size: 1rem !important;
    }

    .ast-builder-layout-element {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

}

.uagb-ifb-content .uagb-ifb-button-wrapper a svg {
    margin-right: 5px !important;
}


@media (min-width: 410px) and (max-width: 767px) {
    .ast-header-html .ast-builder-html-element p {
        font-size: 1.08rem !important;
    }

    .ast-builder-layout-element {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #tienda-suplementos {
        font-size: 2.2rem !important;
    }
}

@media (min-width: 768px) {
    #tienda-suplementos {
        line-height: 1.2 !important;
        margin-top: 15px;
    }
}

/* Título de productos (H3 en lugar de H2) */
.woocommerce-loop-product__title a {
    font-size: 16.5px;
    color: #000000;
}

.shop-subtitle {
    text-align: start;
    font-size: 1.5rem;
    color: #585858;
    margin-top: -15px;
    padding-bottom: 33px;
}

@media (max-width: 584px) {
    .shop-subtitle {
        font-size: 1.35rem;
    }
}

/* Estilos Página de Contacto */
/* Subtítulo inicial */
.contact-subtitle {
    text-align: center;
    margin-top: 25px;
    font-size: 28px;
    font-weight: 600;
    color: #111;
}

.contact-description {
    text-align: center;
    max-width: 700px;
    margin: 10px auto 30px;
    font-size: 17px;
    line-height: 1.55;
    color: #333;
}

/* H2 "Medios de contacto" con márgenes ajustados */
.contact-medios-title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin-top: 75px;
    margin-bottom: -20px;
}

/* Responsive */
@media(max-width:600px) {

    .contact-subtitle,
    .contact-medios-title {
        font-size: 22px;
    }
}


@media(max-width:977px) and (min-width:910px) {
    .uagb-block-b0540669 h1 {
        padding-top: 55px;
    }
}

/* FORMULARIO DE CONTACTO */

.nutrexia-contact-form {
    max-width: 600px;
    margin: 60px auto 40px auto;
    padding: 25px;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding-bottom: 90px;
}

.nutrexia-contact-form h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}

.nutrexia-form label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}

.nutrexia-form input,
.nutrexia-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 15px;
}

.nutrexia-form input:focus,
.nutrexia-form textarea:focus {
    outline: none;
    border-color: #31A43F;
    box-shadow: 0 0 4px rgba(49, 164, 63, 0.4);
}

.nutrexia-form button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #31A43F;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: .2s;
}

.nutrexia-form button:hover {
    background: #279334;
}

/* mejora UX mobile */
@media (max-width:600px) {
    .nutrexia-contact-form {
        margin: 40px 15px;
        padding: 20px;
    }
}

/* Mensajes formulario */
.form-success {
    background: #e8f9e9;
    border-left: 4px solid #31A43F;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #276b2d;
}

.form-error {
    background: #fde8e8;
    border-left: 4px solid #d83434;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #9a2222;
}

.ast-main-header-wrap.main-header-bar-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 2.5px 8px rgba(0, 0, 0, .10);
    background-color: #ffffff;
}

.ast-below-header-wrap {
    margin-top: 128.55px;
}

@media (min-width:410px) {
    .ast-below-header-wrap {
        margin-top: 124.55px;
    }
}

@media (min-width:768px) {
    .ast-below-header-wrap {
        margin-top: 104.55px;
    }
}

@media (min-width:922px) {
    .ast-below-header-wrap {
        margin-top: 109.19px;
        padding-top: 5px;
    }
}

.wp-block-uagb-container.uagb-block-c0e6d86e.alignfull.uagb-is-root-container {
    background-color: #F8F6F3;
}

.wp-block-uagb-container.uagb-block-35459231.alignfull.uagb-is-root-container {
    background-color: #fcfaf9;
}

/* En checkout: header normal */
body.woocommerce-checkout .ast-main-header-wrap.main-header-bar-wrap {
    position: static;
    box-shadow: none;
}

body.woocommerce-account .entry-content.clear {
    padding-top: 50px;
}
