/**
 * GbiVarpo ProductLabelExtend
 * Style for product labels
 */

/* Product Page - Label image size */
.product.media .mf-label-container .mf-label-wrapper img,
.gallery-placeholder .mf-label-container .mf-label-wrapper img,
#gallery_images .mf-label-container .mf-label-wrapper img {
    max-width: 200px;
}

/* Category Page - Label image size */
.product-image-wrapper .mf-label-container .mf-label-wrapper img {
    max-width: 100px;
}

/* Remove background of image */
.mf-label-container .mf-label-wrapper img {
    background: transparent;
}

@media (max-width: 768px) {
    .product.media .mf-label-container .mf-label-wrapper img,
    .gallery-placeholder .mf-label-container .mf-label-wrapper img,
    #gallery_images .mf-label-container .mf-label-wrapper img {
        max-width: 120px;
    }

    .product-image-wrapper .mf-label-container .mf-label-wrapper img {
        max-width: 80px;
    }
}

@media (max-width: 480px) {
    .product.media .mf-label-container .mf-label-wrapper img,
    .gallery-placeholder .mf-label-container .mf-label-wrapper img,
    #gallery_images .mf-label-container .mf-label-wrapper img {
        max-width: 100px;
    }

    .product-image-wrapper .mf-label-container .mf-label-wrapper img {
        max-width: 60px;
    }
}
