/* ============================================================================================
	HEADER SHOP SECTION / PATTERN
============================================================================================ */
.hhobar-header-shop-image {
	width: 100%;
	aspect-ratio: 16/9;
	max-height: 400px
}
.hhobar-header-shop-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover
}

.hhobar-header-shop-cover {
    width: 100%;
	aspect-ratio: 16 / 7;
    min-height: 100px !important;
    max-height: 350px;
}
