.ph-ecolabel-container {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10;
    pointer-events: none;
}

.ph-ecolabel-img {
    max-width: 40px;
    height: auto;
}

/* Specific position adjustments if needed */
.product-miniature .ph-ecolabel-container {
    top: 10px;
    left: 10px;
}

.product-cover .ph-ecolabel-container {
    top: 20px;
    left: 20px;
    max-width: 60px;
}
.product-cover .ph-ecolabel-img {
    max-width: 60px;
}
