<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.woocommerce-product-cartmagician-icon {
    position: absolute !important;
    top: 1.2em !important;
    right: 1.2em !important;
    display: block;
    height: 4.5em !important;
    width: 4.5em !important;
    border-radius: 3px;
    z-index: 99;
    text-align: center ;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
}

.cartmagician-icon-loading {
    filter: none !important;
}

#woocommerce-product-data .cartmagician_options a::before {
    content: '\f100';
}</pre></body></html>