<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.thumbnails &gt; li, .image {
    position: relative !important;
}

.comopl_text {
    display: inline-block;
    vertical-align: middle;
}

.comopl_box {
    position: absolute !important;
    left: 0;
    top: 0;
    height: 100%;
    width: 100% !important;
    overflow: hidden;
    background: none !important;
    pointer-events: none; /* to be able to click under the box */
}

.comopl_label {
    position: absolute;
    padding: 0.1em 0.4em 0.2em 0.4em;
    text-align: center;
    background-size: contain;
    z-index: 99;
}

/* compatability with other extensions */
.wishlist-button.aaa {
    z-index: 100 !important;
}</pre></body></html>