.cat-banner .product-top .content-schedule-evaluate {
  padding-top: 125%;
  display: none;
}

.cat-banner .content-schedule-evaluate:first-of-type {
  display: block;
}

.cat-banner .product-top .content-schedule-evaluate.evaluated {
  padding-top: 0;
}

body:not(.active_mgs_builder) .content-schedule-evaluate > *,
body:not(.active_mgs_builder) .content-schedule-evaluate:not(.mobile):not(.desktop):not(:first-of-type) {
  display: none;
}

.content-schedule-evaluate.evaluated > *:not(.date-data-banners),
#carousel_slider_wrapper .content-schedule-evaluate > *,
#carousel_slider_wrapper .content-schedule-evaluate,
.edit-panel.child-panel + .evaluated {
  display: inherit;
}

@media(max-width:600px){
    .evaluated.desktop:not(.mobile){
        display: none;
    }
    .img-promo:has(> .content-schedule-evaluate.desktop:not(.mobile)){
        margin: 0 !important;
    }
}
@media(min-width:601px){
    .evaluated.mobile:not(.desktop){
        display: none;
    }
}
