<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">i-product-image {
    padding-top: 100%;
    margin: 0 0 10px;
    position: relative
}

i-product-image .loading-image::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute;
    text-indent: -9999px
}

i-product-image .product-tile-url .loading-image-cover::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    position: absolute
}

i-product-image img {
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

i-product-image:hover .onhover-button {
    visibility: visible;
    opacity: 1
}

i-product-image .onhover-button {
    visibility: hidden;
    opacity: 0
}</pre></body></html>