<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#shopnav{
    background-color: #fff !important;
}
.tagged_as{
    display: none;
}
body.single-product .ppc-button-wrapper{
    background-color: #ffc439;
    box-shadow: none;
    border-radius: none;
    width: 59%;
    padding: 0;
    margin-left: 0;
    margin-top: 10px;
}

@media ( max-width: 636px ){

    .upsells,
    .related{
        padding: 0 !important;
    }
    .upsells span.price,
    .related span.price{
        line-height: 1.4rem;
    }
    
    .upsells ul.products,
    .related ul.products{
        grid-column-gap: 3px !important;
    }
    
    .upsells li.product,
    .related li.product{
        width: 50%;
        margin: 0 !important;
    }
}</pre></body></html>