.site-template--shop,
.site-template--tax-product_cat,
.site-template--tax-product_tag {
	background: #F5F7FA;
}

.site-template--shop .site-template__content.custom-x-padding,
.site-template--tax-product_cat .site-template__content.custom-x-padding,
.site-template--tax-product_tag .site-template__content.custom-x-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.site-template--shop .site-template__content,
.site-template--tax-product_cat .site-template__content,
.site-template--tax-product_tag .site-template__content {
	margin-top: 84px;
}

.bwa-shop-archive-header,
.bwa-shop-archive-filters {
	box-sizing: border-box;
	width: min(100% - 48px, 1470px);
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
}

.bwa-shop-archive-header {
	padding-top: 70px;
	padding-bottom: 32px;
}

.bwa-shop-archive-header__title {
	margin: 0;
	color: #151a1c;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 50px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.bwa-shop-archive-filters {

	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-top: 30px;
	padding-bottom: 32px;
	background: #F5F7FA;
}

.bwa-shop-archive-filters__categories {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.bwa-shop-archive-filters__category {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 45px;
	padding: 10px 25px 10px 17px;
	border: 1px solid #787878;
	border-radius: 50px;
	background: #ffffff;
	color: #151a1c;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	text-decoration: none;
	transition: border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, padding 0.24s ease;
}

.bwa-shop-archive-filters__category:hover,
.bwa-shop-archive-filters__category:focus-visible {
	border-color: #006a99;
	color: #006a99;
}

.bwa-shop-archive-filters__category:focus-visible {
	outline: 2px solid #02a2d6;
	outline-offset: 3px;
}

.bwa-shop-archive-filters__category.is-active {
	border-color: #006a99;
	background: linear-gradient(110.239deg, rgba(2, 162, 214, 0.1) 0%, rgba(30, 201, 255, 0.1) 50%);
	color: #006a99;
	font-weight: 600;
	padding: 10px 25px 10px 15px;
	box-shadow: 0 2px 10px rgba(2, 162, 214, 0.12);
}

.bwa-shop-archive-filters__category-icon {
	position: relative;
	display: block;
	width: 0;
	height: 19px;
	flex: 0 0 auto;
	opacity: 0;
	overflow: hidden;
	transform: scale(0.75) rotate(-35deg);
	transition: width 0.24s ease, opacity 0.2s ease, transform 0.24s ease;
}

.bwa-shop-archive-filters__category.is-active .bwa-shop-archive-filters__category-icon {
	width: 19px;
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.bwa-shop-archive-filters__category-icon::before,
.bwa-shop-archive-filters__category-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
}

.bwa-shop-archive-filters__category-icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.bwa-shop-archive-filters__category-icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bwa-shop-archive-filters__woocommerce {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 14px;
}

.bwa-shop-archive-filters__woocommerce .woocommerce-result-count {
	display: none;
}

.bwa-shop-archive-filters__woocommerce .woocommerce-ordering {
	margin: 0;
}

.bwa-shop-archive-filters__woocommerce select {
	box-sizing: border-box;
	width: 223px;
	min-height: 45px;
	padding: 10px 44px 10px 20px;
	border: 1px solid #787878;
	border-radius: 50px;
	background: #ffffff;
	color: #151a1c;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 14px;
	line-height: 1;
}

.site-template--shop .bwa-pagination,
.site-template--tax-product_cat .bwa-pagination,
.site-template--tax-product_tag .bwa-pagination,
.bwah-list--product + .bwa-pagination {
	margin-top: 42px;
	margin-bottom: clamp(40px, 5vw, 80px);
}

.bwa-shop-listing-progress {
	--bwa-shop-progress: 0%;
	display: flex;
	width: min(100%, 308px);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 67px auto clamp(82px, 8vw, 120px);
	color: #151a1c;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	text-align: center;
}

.bwa-shop-listing-progress__text {
	margin: 0;
	color: #151a1c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0;
}

.bwa-shop-listing-progress__text strong {
	font-weight: 700;
}

.bwa-shop-listing-progress__bar {
	position: relative;
	width: 100%;
	height: 8px;
	overflow: hidden;
	border-radius: 50px;
	background: #d3d8df;
}

.bwa-shop-listing-progress__bar-fill {
	position: absolute;
	inset: 0 auto 0 0;
	width: var(--bwa-shop-progress);
	max-width: 100%;
	border-radius: inherit;
	background: linear-gradient(162deg, #02a2d6 0%, #1ec9ff 50%);
}

.bwa-shop-listing-progress__button {
	display: inline-flex;
	width: min(100%, 249px);
	min-height: 45px;
	align-items: center;
	justify-content: center;
	padding: 9px 33px;
	border: 2px solid #02a2d6;
	border-radius: 50px;
	background: transparent;
	background-image: linear-gradient(125deg, #02a2d6 0%, #1ec9ff 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bwa-shop-listing-progress__button:hover,
.bwa-shop-listing-progress__button:focus-visible {
	background: linear-gradient(125deg, #02a2d6 0%, #1ec9ff 50%);
	color: #ffffff;
	transform: translateY(-1px);
}

.bwa-shop-listing-progress__button:focus-visible {
	outline: 2px solid #006a99;
	outline-offset: 4px;
}

.bwah-list--product .bwah-list__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	align-items: start;
	justify-content: center;
	box-sizing: border-box;
	width: min(100% - 48px, 1470px);
	max-width: 1470px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 !important;
}

.bwa-shop-product-card {
	width: 100%;
	height: 100%;
	max-width: none;
	min-width: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	background: #ffffff;
	color: #151a1c;
	list-style: none !important;
	box-shadow: 0 16px 36px rgba(21, 26, 28, 0.035);
}

.bwa-shop-product-card[hidden] {
	display: none;
}

.bwa-shop-product-card__visual-link,
.bwa-shop-product-card__title-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

.bwa-shop-product-card__media {
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	background: #dfe8ec;
}

.bwa-shop-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bwa-shop-product-card__image--placeholder {
	background:
		linear-gradient(135deg, rgba(2, 162, 214, 0.16), rgba(30, 201, 255, 0.16)),
		#dfe8ec;
}

.bwa-shop-product-card:hover .bwa-shop-product-card__image,
.bwa-shop-product-card__visual-link:focus-visible .bwa-shop-product-card__image {
	transform: scale(1.04);
}

.bwa-shop-product-card__visual-link:focus-visible,
.bwa-shop-product-card__title-link:focus-visible,
.bwa-shop-product-card__button:focus-visible {
	outline: 2px solid #02a2d6;
	outline-offset: 4px;
}

.bwa-shop-product-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	max-width: calc(100% - 20px);
	min-width: min(100px, calc(100% - 20px));
	height: 25px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(3.81px);
	color: #151a1c;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.bwa-shop-product-card__body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	min-height: 199px;
	height: 100%;
	padding: 25px;
	border-radius: 0 0 15px 15px;
	background: #ffffff;
}

.bwa-shop-product-card__title {
	margin: 0 !important;
	color: #151a1c;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.bwa-shop-product-card__description {
	--line-clamp: 3;
	display: -webkit-box;
	margin: 0;
	min-height: 60px;
	overflow: hidden;
	color: #787878;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.34;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: var(--line-clamp);
}

.bwa-shop-product-card__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px 10px;
	margin-top: auto;
	width: 100%;
}

.bwa-shop-product-card__footer .added_to_cart {
	flex: 1 0 100%;
	order: 3;
	color: #02a2d6;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bwa-shop-product-card__footer .added_to_cart:hover,
.bwa-shop-product-card__footer .added_to_cart:focus-visible {
	color: #006a99;
}

.bwa-shop-product-card__prices {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.bwa-shop-product-card__regular-price,
.bwa-shop-product-card__price-label {
	display: block;
	width: 100%;
	background: linear-gradient(136deg, #02a2d6 0%, #1ec9ff 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 10px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0;
}

.bwa-shop-product-card__regular-price {
	text-decoration: line-through;
	text-decoration-color: #02a2d6;
}

.bwa-shop-product-card__price {
	display: block;
	width: 100%;
	background: linear-gradient(126deg, #02a2d6 0%, #1ec9ff 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.bwa-shop-product-card__button {
	display: inline-flex;
	box-sizing: border-box;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 150px;
	height: 45px;
	padding: 10px 30px;
	border-radius: 999px;
	background: linear-gradient(112deg, #02a2d6 0%, #1ec9ff 50%);
	color: #ffffff;
	font-family: var(--font-primary, "Mona Sans", sans-serif);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.bwa-shop-product-card__button:hover {
	color: #ffffff;
	filter: brightness(0.96);
	transform: translateY(-1px);
}

.bwa-shop-product-card__button-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

@media (max-width: 1200px) {
	.bwah-list--product .bwah-list__items {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.bwah-list--product .bwah-list__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.bwa-shop-archive-header,
	.bwa-shop-archive-filters,
	.bwah-list--product .bwah-list__items {
		width: min(100% - 32px, 1470px);
	}

	.bwa-shop-archive-header {
		padding-top: 40px;
		padding-bottom: 24px;
	}

	.bwa-shop-archive-header__title {
		font-size: 38px;
	}

	.bwa-shop-archive-filters {
		top: 0;
		align-items: flex-start;
		flex-direction: column;
		padding-top: 18px;
		padding-bottom: 24px;
	}

	.bwa-shop-archive-filters__categories {
		width: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.bwa-shop-archive-filters__categories::-webkit-scrollbar {
		display: none;
	}

	.bwa-shop-archive-filters__category {
		flex: 0 0 auto;
		padding-inline: 22px;
		font-size: 14px;
	}

	.bwa-shop-archive-filters__woocommerce {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
	}

	.bwa-shop-archive-filters__woocommerce .woocommerce-ordering,
	.bwa-shop-archive-filters__woocommerce select {
		width: 100%;
	}

	.bwah-list--product .bwah-list__items {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	.bwa-shop-product-card__media {
		height: auto;
		aspect-ratio: 345 / 250;
	}

	.bwa-shop-product-card__body {
		min-height: 0;
		padding: 24px 20px;
	}

	.bwa-shop-product-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.bwa-shop-product-card__button {
		width: 100%;
		min-width: 0;
	}

	.bwa-shop-product-card__footer .added_to_cart {
		text-align: left;
	}
}

@media (max-width: 380px) {
	.bwa-shop-archive-header,
	.bwa-shop-archive-filters,
	.bwah-list--product .bwah-list__items {
		width: min(100% - 24px, 1470px);
	}

	.bwa-shop-product-card__body {
		padding: 20px 16px;
	}

	.bwa-shop-archive-header__title {
		font-size: 32px;
	}
}
