.fotorama--fullscreen .lofproductlabel-label-container {
    display: none;
}

.products-upsell .product-item .lofproductlabel-label-text {
    font-size: 12px !important;
    padding: 0 !important;
}

.lofproductlabel-label-text {
    text-align: center !important;
}

/* Product page: keep the discount badge small, in the top-right corner.
   (JS sizes/positions inline, so !important is needed; position top-right
   stays as the JS sets it — we only shrink the badge.) */
.catalog-product-view .product.media .loflabel-position-wrapper {
    width: 28% !important;
    max-width: 28% !important;
}
.catalog-product-view .product.media .lofproductlabel-label-container,
.catalog-product-view .product.media .lofproductlabel-label-image {
    width: 100% !important;
}
