/*
* This file will contain all the adjustments sent via email on the 8th of october of 2025 by BMO Agency.
* Any override here should takes priority over the others css.
*/

.elementor-button span.elementor-button-text {
    margin-bottom: -0.15em;
}

.cart-actions .add-to-cart-btn,
.ver-mas-container .ver-mas-btn {
    padding-top: 0.7em;
    padding-bottom: 0.5em;
}

@media (min-width: 2560px) {
    header .elementor-widget-heading {
        margin-right: 15px;
    }
}

.elementor-element.e-con-full.e-flex:has(.elementor-widget-container .ribbon-container) {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.elementor-element.overflowing-content .e-con.e-child {
    left: 0 !important;
}

.elementor-widget-container .city-name {
    word-wrap: normal;
}

.producto-card .producto-img > img {
    border-radius: 15px !important;
}

.info-btn {
    right: 16px !important;
    bottom: 15px !important;
}

.producto-card .btn-close {
    padding: 2px 0 0 1px !important;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px !important;
}

.logo-footer .elementor-widget-container {
    display: flex;
}

@media (max-width: 1025px) {
    #productos-lista .producto-card .producto-img {
        height: auto !important;
        margin-bottom: 10px;
    }

    #productos-lista .producto-card .producto-img > img {
        aspect-ratio: inherit !important;
    }
}

@media (min-width: 1025px) {
    header .elementor-widget-heading {
        width: auto !important;
    }

    header .elementor-widget-heading .elementor-widget-container a {
        word-wrap: normal;
    }

    header .elementor-widget-image .elementor-widget-container {
        display: flex;
        height: 30px !important;
        padding-bottom: 2px;
    }

    header .elementor-widget-image .elementor-widget-container img {
        object-fit: contain;
    }

    #productos-lista .producto-card .producto-img {
        height: 22vw !important;
        margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    #productos-lista .producto-card .producto-img {
        height: 270px !important;
    }
}

/* Start of design of Addresses boxes in the footer */
.address-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0 !important;
    row-gap: 30px !important;
}

.address-wrapper > div {
    border-bottom: 1px solid #83BEC4;
    padding-bottom: 30px;
}

@media (max-width: 666px) {
    .address-wrapper > div {
        text-align: center;
        flex: 100%;
        width: 100% !important;
    }
}

@media (min-width: 666px) {
    .address-wrapper > div {
        flex: 0 0 50%;
    }
}

@media (min-width: 870px) {
    .address-wrapper > div {
        flex: 0 0 33%;
    }
}

@media (min-width: 1200px) {
    .address-wrapper > div {
        flex: 0 0 25%;
    }
}

@media (min-width: 2560px) {
    header .elementor-widget-heading {
        margin-right: 15px;
    }
}