/*
Theme Name: Sanare Shop
Theme URI: https://www.sanare-shop.com/
Description: Official theme for Sanare Shop
Author: Web Weasel
Author URI: https://www.webweasel.fr
Template:     ollie
Version: 	  1.0.4
License:      All rights reserved
Tags:         blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Text Domain: ollie-child
*/
.d-block {
	display: block !important;
}

.h-100-crop {
    height: 100%;
    width: auto;
    display: flex;
	max-height: 600px;
}

.h-100-crop img {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}

.home-col-item-1 {
	flex-basis: 15%;
}
.home-col-item-2 {
	flex-basis: 40%;
}
.home-col-item-3 {
	flex-basis: 45%;
}

/*@media (max-width: 768px) {
	.home-item-1, .home-item-3 {
		display: none;
		flex-basis: 0;
	}
	.home-item-2 {
		flex-basis: 100%;
	}
}*/