/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 12:03:16 */
body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product .woocommerce div.product div.images {
    position: relative;
}

body.single-product .woocommerce div.product .woocommerce-product-gallery::after,
body.single-product .woocommerce div.product div.images::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 72px;
    height: 72px;
    background: url('https://rancospasarai.lt/wp-content/uploads/2026/03/Logo_rancos_pasarai.png') no-repeat center center;
    background-size: contain;
    z-index: 20;
    pointer-events: none;
}

@media (max-width: 767px) {
    body.single-product .woocommerce div.product .woocommerce-product-gallery::after,
    body.single-product .woocommerce div.product div.images::after {
        width: 54px;
        height: 54px;
        top: 8px;
        right: 8px;
    }
}