<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This is the end all, be all stylesheet.
 * Whatever`s here will override every-
 * thing else. Use this power sparingly,
 * as this CSS will not be minified or
 * altered in any way.
 */

body.woocommerce-shop #inner-wrap,
body.single-product #inner-wrap {
    display: grid;
}

.product-addon-antall-personer .woocommerce-Price-amount::before {
    content: "+ ";
}</pre></body></html>