<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
font-family: "Storica";
src: url('fonts/Storica-ExtraBold.ttf');
font-weight: normal;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 20px;
}

@media only screen and (max-width: 400px) {
	.shop-container,
	.footer-widgets.footer {
		padding: 0 20px;
	}
	
	.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
		margin: 0;
	}
}</pre></body></html>