@media (min-width: 64em) {
    .tab_aperta_desktop {
        display: block !important;
        max-height: inherit !important;
    }
}

@media screen and (min-width: 400px) and (max-width: 1024px) {}

@media screen and (max-width: 960px) {
    .c-title-breadcrumb__title {
        display: block;
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
        margin-top: 5px;
    }
    .c-title-breadcrumb {
        position: relative;
    }
    .margin-bottom-2 {
        margin-bottom: 0.5rem !important;
    }
    .c-title-breadcrumb {
        margin: unset;
    }
    .c-navi-top-bar__logo img {
        transform: translate(0);
        max-height: 2.5em;
        width: auto;
    }
    .c-category-control-bar,
    .c-category-control-bar__item {
        margin-bottom: auto !important;
    }
    .c-footer__copyright {
        font-size: small;
    }
}

@media screen and (max-width:39.9375em) {
    .c-product-tile .o-price-text {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 768px) {
    .c-product-tile__image {
        height: 200px !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .c-product-tile__image {
        height: 230px !important;
    }
}

@media screen and (min-width: 1025px) {
    .c-product-tile__image {
        height: 268px !important;
    }
}

@media screen and (max-width: 768px) {
    .xzoom-container {
        min-width: 340px !important;
    }
    .img_fiducia {
        min-width: 340px !important;
    }
    .xzoom-gallery5 {
        width: 78px;
    }
}

@media screen and (min-width: 769px) {
    .xzoom-container {
        min-width: 370px !important;
    }
    .img_fiducia {
        min-width: 468px !important;
    }
    .xzoom-gallery5 {
        width: 78px;
    }
}