/* 
Theme Name:		 krudttilfesten
Theme URI:		 http://childtheme-generator.com/
Description:	 krudttilfesten is a child theme of Storefront, created by ChildTheme-Generator.com
Author:			 webitall
Author URI:		 http://childtheme-generator.com/
Template:		 storefront
Version:		 1.0.0
Text Domain:	 krudttilfesten
*/


ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
    height: 320px;
    object-fit: cover;
}

.single-product div.product .woocommerce-product-gallery img {
    height: 320px;
    width: 320px;
    object-fit: cover;
}

body, #page {
    min-height: 100vh;
}

.low-stock {
    color: orange;
}

.site-footer {
    background-color: #1c1b1b;
    color: white;
}

.site-footer .col-full {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.col-full::before, .col-full::after {
    display: none;
}

footer .logo {
    width: 250px;
}


footer .logo img {
    width: 100%;
}

.stock.low-stock::before {
    content: "";
}