/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

#Top_bar .container,
.header_wrapper .container {
	max-width: 100% !important;
}
/* Uniform product thumbnails (square) */
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	width: 100% !important;
	height: 260px !important;   /* adjust the visual height */
	object-fit: cover !important;
	object-position: center !important;
	display: block;
}