/* Loaded on product pages only. Never hide overflow on the whole document. */
body[class*="product-product-"] .thumbnails #zoom_03 {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    body[class*="product-product-"] .ck-product-zoom-layer {
        display: none !important;
    }
}
@media (max-width: 767px) {
    body[class*="product-product-"] #cart-total {
        right: 0;
    }
}
@media (min-width: 768px) {
    /* Wrap only when needed; the existing inline header forbids wrapping. */
    body[class*="product-product-"] #menu1 .manun > ul.list-inline {
        display: flex;
        flex-wrap: wrap;
        white-space: normal;
    }
}
@media print {
    body[class*="product-product-"] .ck-product-zoom-layer {
        display: none !important;
    }
}
