/*
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: 1.6.2
*/

.woocommerce .default-woo-list:has(li.product-category) {
	padding-top: 56px;
}

.woocommerce ul.products:has(li.product-category) {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: flex-start;
	margin: 0 !important;
}

.woocommerce ul.products:has(li.product-category)::before,
.woocommerce ul.products:has(li.product-category)::after {
	display: none;
}

.woocommerce ul.products:has(li.product-category) > li.product-category {
	background-color: #ffffff !important;
	border: 1px solid #d9dedb;
	border-radius: 24px;
	box-shadow: 0 5px 16px rgba(27, 45, 36, 0.04);
	box-sizing: border-box;
	flex: 0 0 calc((100% - 60px) / 3);
	margin: 0 !important;
	overflow: hidden;
	padding: 0 !important;
	width: calc((100% - 60px) / 3) !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.woocommerce ul.products li.product-category:hover {
	border-color: #b9c6bf;
	box-shadow: 0 10px 22px rgba(27, 45, 36, 0.09);
	transform: translateY(-3px);
}

.woocommerce ul.products li.product-category > a {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.woocommerce ul.products li.product-category img {
	aspect-ratio: 4 / 3;
	background: #eef1ef;
	border-radius: 20px;
	margin: 10px 10px 0 !important;
	object-fit: cover;
	padding: 0;
	width: calc(100% - 20px) !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
	align-items: center;
	border-bottom: 1px solid #dfe4e1;
	color: #111814;
	display: flex;
	font-size: 19px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.3;
	margin: 0 20px !important;
	min-height: 86px;
	padding: 24px 0 20px !important;
}

.woocommerce ul.products li.product-category .count {
	background: #dcebe3;
	border-radius: 999px;
	color: #31523d;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin-left: 12px;
	padding: 7px 9px;
	white-space: nowrap;
}

@media (max-width: 1024px) {
	.woocommerce .default-woo-list:has(li.product-category) {
		padding-top: 36px;
	}

	.woocommerce ul.products:has(li.product-category) {
		gap: 18px;
	}

	.woocommerce ul.products:has(li.product-category) > li.product-category {
		flex-basis: calc((100% - 18px) / 2);
		width: calc((100% - 18px) / 2) !important;
	}

	.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
		font-size: 16px;
		margin-left: 16px !important;
		margin-right: 16px !important;
		min-height: 74px;
		padding: 18px 0 16px !important;
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products:has(li.product-category) > li.product-category {
		flex-basis: 100%;
		width: 100% !important;
	}
}

