.tremml-product-gallery-panel .product-cover .product-flags {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    pointer-events: none;
}

.tremml-product-gallery-panel .product-cover .product-flag {
    pointer-events: auto;
}

.cazzeek-energy-class-flag {
    position: absolute;
    top: auto;
    right: 18px;
    bottom: 18px;
    left: auto;
    z-index: 3;
}

.cazzeek-energy-class-image {
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    width: 92px;
    max-width: min(92px, 28vw);
    height: auto;
}

article.product-miniature .cazzeek-energy-class-flag,
.products .product-miniature .cazzeek-energy-class-flag {
    right: 12px;
    bottom: 12px;
}

article.product-miniature .cazzeek-energy-class-image,
.products .product-miniature .cazzeek-energy-class-image {
    width: 72px;
    max-width: min(72px, 24vw);
}

article.product-miniature .product-flags,
.products .product-miniature .product-flags {
    position: absolute;
    top: 12px;
    left: 12px;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 3;
}