.mnproductsticker-image {
    position: absolute !important;
    z-index: 1 !important;
    height: 100% !important;
    width: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: transparent !important;
}

.mnproductsticker-description {
    background: #f00000;
    text-align: center;
}

.mnproductsticker-description h3,
.mnproductsticker-description a {
    color: #fff !important;
}

.mnproductsticker-description p.mb-1:last-child {
    margin-bottom: 0 !important;
}

.product-cover .layer {
    z-index: 1;
}

.product-cover .layer.hasSticker {
    z-index: -1;
}

.product-cover:hover .mnproductsticker-image {
    display: none;
}