<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    background: #ffffff;
}

cardcarrusel &gt; content &gt; row &gt; * {
    background: linear-gradient(to top, #efefef, #e5e5e5) padding-box, linear-gradient(to top, #ffffff, #e0e0e0) border-box;
}

cardcarrusel &gt; content &gt; row &gt; *::before {
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 1) 0%, transparent 75%);

}

cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; h1,
cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; h2,
cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; h3,
cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; h4,
cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; h5,
cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; h6 {
    color: #000000;
}


section.product-details-cards-carrusel::before {
    background: linear-gradient(to bottom, #e0e0e0, #f5f5f5);
}

section.bg-grey {
    background: #f5f5f5;
}

section.product-details-cards-carrusel cardcarrusel &gt; content &gt; row &gt; * &gt; pricing &gt; h5 {
    color: #222222;
}

specssection &gt; titlewrap &gt; h5 {
    color: #222222;
}

specssection &gt; content &gt; entry,
specssection &gt; content &gt; entry:first-of-type {
    border-color: #e0e0e0;
}

specssection &gt; content &gt; entry &gt; p:last-of-type {
    color: #444444;
}

section.product-images &gt; thumbs &gt; contentwrap &gt; content &gt; entry.a {
    border-top-color: #000000;
}

section.product-images &gt; thumbs &gt; contentwrap &gt; controls &gt; textwrap &gt; p {
    color: #666666;
}

section.product-images &gt; thumbs &gt; contentwrap &gt; controls &gt; buttons {
    background: #f0f0f0;
    border: 1px solid #e0e0e0;
}

section.product-images &gt; thumbs &gt; contentwrap &gt; controls &gt; buttons &gt; icon {
    color: #222222;
}

@media(max-width: 800px) {
    section.product-details-cards-carrusel cardcarrusel &gt; content &gt; row &gt; * &gt; pricing {
        border-top: 1px solid #d0d0d0;
    }
}


section.product-specs &gt; content &gt; h6 {
    position: relative;
    display: block;
    width: 100%;
    color: #222222;
    padding: 0;
    margin: 0;
    text-align: left;
}


cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; p {
    color: #666666;
}

cardcarrusel &gt; content &gt; row &gt; * &gt; textwrap &gt; p.productid {
    color: #777777;
}</pre></body></html>