.post-type-archive-product .shop-page,
.tax-product_cat .shop-page {
	background: #faf7ef;
	padding: 34px 0 64px;
}

.post-type-archive-product .elementor-widget-jws-breadcrumbs,
.tax-product_cat .elementor-widget-jws-breadcrumbs,
.post-type-archive-product .jws-breadcrumbs,
.tax-product_cat .jws-breadcrumbs,
.post-type-archive-product .jws-title-bar-wrap,
.tax-product_cat .jws-title-bar-wrap {
	display: none !important;
}

.post-type-archive-product .shop-container,
.tax-product_cat .shop-container {
	max-width: 1180px;
}

.vietpanax-shop-hero {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	max-width: 1180px;
	gap: 20px;
}

.vietpanax-shop-hero h1 {
	color: #203c28;
	font-size: 44px;
	line-height: 1.1;
	margin: 0 0 8px;
}

.vietpanax-shop-hero p {
	color: #7a6c55;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.vietpanax-shop-category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.vietpanax-shop-category-filter a {
	background: #fff;
	border: 1px solid rgba(44, 78, 45, 0.14);
	border-radius: 999px;
	color: #36513a;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 11px 14px;
}

.vietpanax-shop-category-filter a:hover,
.vietpanax-shop-category-filter a.active {
	background: #2e573a;
	border-color: #2e573a;
	color: #fff;
}

.post-type-archive-product .shop-banner-content,
.tax-product_cat .shop-banner-content {
	display: none;
}

.post-type-archive-product .shop-nav-top,
.tax-product_cat .shop-nav-top {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(44, 78, 45, 0.12);
	border-radius: 8px;
	box-shadow: 0 12px 34px rgba(49, 59, 36, 0.06);
	margin: 0 0 28px;
	padding: 16px;
	row-gap: 14px;
}

.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count {
	color: #2d4d35;
	font-size: 15px;
	font-weight: 700;
	margin: 0;
}

.post-type-archive-product .show_filter_shop,
.tax-product_cat .show_filter_shop,
.post-type-archive-product .grid-view,
.tax-product_cat .grid-view {
	display: none !important;
}

.post-type-archive-product .shop-top-filters-right,
.tax-product_cat .shop-top-filters-right {
	display: flex;
	justify-content: flex-end;
}

.post-type-archive-product .woo-ordering,
.tax-product_cat .woo-ordering {
	width: 100%;
	max-width: 280px;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
	margin: 0;
	width: 100%;
}

.post-type-archive-product .woocommerce-ordering > select.orderby,
.tax-product_cat .woocommerce-ordering > select.orderby {
	appearance: auto;
	background: #fbfaf6;
	border: 1px solid rgba(44, 78, 45, 0.16);
	border-radius: 8px;
	color: #314334;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 44px;
	padding: 0 12px;
	width: 100%;
}

.post-type-archive-product .woocommerce-ordering .orderby:not(select),
.tax-product_cat .woocommerce-ordering .orderby:not(select) {
	display: none;
}

.post-type-archive-product .products-wrap,
.tax-product_cat .products-wrap {
	row-gap: 28px;
}

.vietpanax-shop-card {
	margin-bottom: 0;
}

.vietpanax-shop-card-inner {
	background: #fff;
	border: 1px solid rgba(44, 78, 45, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(49, 59, 36, 0.07);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.vietpanax-shop-card-inner:hover {
	border-color: rgba(183, 132, 43, 0.35);
	box-shadow: 0 18px 46px rgba(49, 59, 36, 0.12);
	transform: translateY(-3px);
}

.vietpanax-shop-image {
	aspect-ratio: 1 / 1;
	background: #f3eadc;
	display: block;
	overflow: hidden;
	position: relative;
}

.vietpanax-shop-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.vietpanax-shop-card-inner:hover .vietpanax-shop-image img {
	transform: scale(1.04);
}

.vietpanax-stock-badge {
	background: #2e573a;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	left: 14px;
	line-height: 1;
	padding: 8px 10px;
	position: absolute;
	top: 14px;
}

.vietpanax-shop-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.vietpanax-shop-category {
	color: #b27a24;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 8px;
}

.vietpanax-shop-title {
	font-size: 20px;
	line-height: 1.25;
	margin: 0 0 10px;
}

.vietpanax-shop-title a {
	color: #203c28;
}

.vietpanax-shop-title a:hover {
	color: #b27a24;
}

.vietpanax-shop-excerpt {
	color: #62705e;
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 16px;
	min-height: 70px;
}

.vietpanax-shop-price {
	align-items: baseline;
	color: #4d594e;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	gap: 6px;
	margin: auto 0 16px;
}

.vietpanax-shop-price .price,
.vietpanax-shop-price .woocommerce-Price-amount {
	color: #bd7b20;
	font-size: 16px;
	font-weight: 600;
}

.vietpanax-shop-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

.vietpanax-shop-actions .button,
.vietpanax-detail-link {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 10px 12px;
	text-align: center;
}

.vietpanax-shop-actions .button {
	background: #2e573a;
	border: 1px solid #2e573a;
	color: #fff;
}

.vietpanax-shop-actions .button:hover {
	background: #213e29;
	border-color: #213e29;
	color: #fff;
}

.vietpanax-detail-link {
	background: #fff;
	border: 1px solid rgba(44, 78, 45, 0.22);
	color: #2e573a;
}

.vietpanax-detail-link:hover {
	background: #f7f0e4;
	border-color: #b27a24;
	color: #8a5d1b;
}

@media (max-width: 767px) {
	.post-type-archive-product .shop-page,
	.tax-product_cat .shop-page {
		padding-top: 22px;
	}

	.vietpanax-shop-hero {
		align-items: stretch;
		flex-direction: column;
	}

	.vietpanax-shop-hero h1 {
		font-size: 34px;
	}

	.vietpanax-shop-category-filter {
		justify-content: flex-start;
	}

	.post-type-archive-product .shop-nav-top > div,
	.tax-product_cat .shop-nav-top > div {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.post-type-archive-product .shop-top-filters-right,
	.tax-product_cat .shop-top-filters-right {
		justify-content: stretch;
	}

	.post-type-archive-product .woo-ordering,
	.tax-product_cat .woo-ordering {
		max-width: none;
	}

	.vietpanax-shop-actions {
		grid-template-columns: 1fr;
	}

	.vietpanax-shop-excerpt {
		min-height: 0;
	}
}
