<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */
@media (min-width: 768px) {
.storefront-sticky-add-to-cart__content-price {
   opacity: 1 !important;
}
}

.storefront-sticky-add-to-cart {
    color: black !important;
}

body, .secondary-navigation a {
    color: black !important;
}


.woocommerce-tabs ul.tabs li.active a{
	 color: black !important;
}

.stock.out-of-stock {
	   color: #cb3919;
}

@media (max-width: 580px) {
	
.storefront-handheld-footer-bar ul.columns-3 li {
	width: 100%;
	        margin-top: 10px;
	}
	.storefront-handheld-footer-bar ul li.search .site-search {
		bottom: 0em;
	}
}

@media screen and (min-width: 768px) {
    .site-header {
		margin-bottom: 15px;
    }
}</pre></body></html>