@charset "utf-8";

/* Desktop base en style.css */


/* Tablet */
@media (max-width: 991px) {
    
}

/* Mobile */
@media (max-width: 767px) {
    .flat-spacing {
        padding-top: 60px;
        padding-bottom: 50px;
        background-position: bottom left !important;
    }
    .imgProductoSideLeft  {
        margin-bottom: 20px;
    }
    
    .wrap-sw-over {
        min-height: 0;
    }
    .degradadoCategorias .widget-collection.style-circle {
        gap: 14px;
        padding: 10px;
    }
    .degradadoCategorias .widget-collection.style-circle .collection_image {
        width: 100%;
        aspect-ratio: 1 / 1;
        overflow: hidden;
    }
    .degradadoCategorias .widget-collection.style-circle .collection_image > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .backLaurences .card-product_wrapper .product-img {
        display: block;
        width: 100%;
        aspect-ratio: 3 / 4;
        overflow: hidden;
    }
    .backLaurences .card-product_wrapper .product-img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-V05.banner-V05-no-box {
        position: relative;
        cursor: pointer;
        min-height: 185px !important;
        background-size: cover !important;
    }
}

/* Mobile pequeño */
@media (max-width: 480px) {
    
}

/* e */
