/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1786373931
Updated: 2026-08-10 14:58:51

*/

/* Hide remaining ADD TO CART button on single product page (safety net) */
body.single-product .single_add_to_cart_button {
    display: none;
}

/* WhatsApp consult button */
.whatsapp-consult-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: #F9F6EF;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color .3s ease;
    cursor: pointer;
}

.whatsapp-consult-button:hover,
.whatsapp-consult-button:focus {
    background-color: #EFEADF;
    color: #000000;
    text-decoration: none;
}

.whatsapp-consult-button svg {
    flex-shrink: 0;
    color: #25D366;
}

/* Trust badges */
.erika-garay-trust-badges {
    display: flex;
    gap: 25px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.erika-garay-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888888;
    font-size: 14px !important;
    letter-spacing: 0.5px;
}

.erika-garay-badge svg {
    flex-shrink: 0;
    opacity: 0.6;
}

@media (max-width: 480px) {
    .erika-garay-trust-badges {
        flex-direction: column;
        gap: 15px;
    }
}

/* Ingredientes */
.erika-garay-ingredientes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 0;
    padding-top: 0;
}

.erika-garay-ingrediente-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 1.3 / 1;
    background: #f5f5f5;
}

.erika-garay-ingrediente-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.erika-garay-ingrediente-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 9px 12px;
    background: #536b25;
    color: #ffffff;
}

.erika-garay-ingrediente-nombre {
    flex: 0 0 32%;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
}

.erika-garay-ingrediente-desc {
    flex: 1;
    margin: 0;
    overflow: hidden;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.25;
}

@media (min-width: 481px) {
    .erika-garay-ingredientes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .erika-garay-ingredientes {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Related products */
.erika-garay-related-products {
    width: 100%;
    max-width: 1440px;
    margin: 48px auto 0;
    padding: 0 0 40px;
    box-sizing: border-box;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
}

.erika-garay-related-products > h2 {
    margin: 0 0 24px;
    color: #505E24;
    font-size: 28px;
    text-align: center;
}

.erika-garay-related-products ul.products {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    list-style: none;
}

.erika-garay-related-products ul.products::before,
.erika-garay-related-products ul.products::after {
    display: none !important;
    content: none !important;
}

.erika-garay-related-card {
    display: block !important;
    min-width: 0;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 18px 18px 24px !important;
    overflow: hidden;
    border-radius: 18px;
    background: #F9F6EF;
    text-align: center;
}

.erika-garay-related-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.erika-garay-related-card-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    flex: 0 0 240px;
}

.erika-garay-related-card-image img {
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    margin: 0 !important;
    object-fit: contain;
}

.erika-garay-related-card h3 {
    margin: 16px 0 6px;
    color: #505E24;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.erika-garay-related-card p {
    max-width: 280px;
    min-height: 38px;
    margin: 0 auto 14px;
    color: #4f514b;
    font-size: 13px;
    line-height: 1.45;
}

.erika-garay-related-card .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    color: #4f514b;
    font-weight: 600;
}

.erika-garay-related-card .price .currency {
    font-size: 20px;
    line-height: 1.1;
}

.erika-garay-related-card .price .amount {
    font-size: 22px;
    line-height: 1.25;
}

@media (min-width: 481px) {
    .erika-garay-related-products ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
    .erika-garay-related-products ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}
