<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {

    .header-banner, .top-banner, .breadcrumb, footer, a.accordion-title.store-details-title {
        display: none !important;
    }
    img {
        max-width: 100%;
    }
    div.store-details-content {
        display: block !important;
    }
    a[href]:after {
        content: none !important;
    }
}</pre></body></html>