<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: LASNTG Admin Storefront Child
Version: 1.0.9
Description: Child theme for Storefront.
Author: Veri
Author URI: https://vericonnect.ie
Template: storefront
*/

header.woocommerce-products-header {
    display: none;
}

header#masthead {
    background-size: cover; 
    background-position: bottom;
    box-shadow: inset 2000px 2000px rgb( 0, 13, 49, 0.9 );
}

footer#colophon.site-footer {
    text-align: center;
    border: 0;
    border-style: solid;
    border-top-width: 2px;
    border-top-color: #6ed44c;
    padding: 15px 0;
}

div#lasntgadmin-copyright p:nth-child(1) {
    margin-bottom: 0;
}

div#lasntgadmin-copyright p:nth-child(2) {
    margin-top: 0;
}

/* removed the product image and made the summary full width */
.storefront-full-width-content.single-product div.product .summary{
    width: 100% !important;
}
</pre></body></html>