/**
 * WooCommerce shop and product-category archives.
 *
 * Keep rules in this file scoped to the main shop page and product category
 * archives. The stylesheet is not loaded on other front-end screens.
 */

 .archive-description {
    margin-bottom: 16px;
}

/* WooCommerce price filter: compact, brand-aligned controls. */
.wp-block-woocommerce-product-filter-price {
	--pdt-price-filter-accent: var(--global-palette1);
	--pdt-price-filter-track: #e1e1e1;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__content {
	row-gap: 19px;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range {
	--range-color: var(--pdt-price-filter-accent);
	height: 3px;
	border-radius: 999px;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range::before {
	height: 3px;
	border-radius: 999px;
	background: var(--pdt-price-filter-track);
	opacity: 1;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range .range-bar {
	height: 3px;
	border-radius: 999px;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb {
	width: 14px;
	height: 14px;
	margin-top: -5.5px;
	border: 2px solid var(--pdt-price-filter-accent);
	background: #fff;
	box-shadow: none;
	box-sizing: content-box;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range input[type="range"]::-webkit-slider-thumb:hover,
.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range input[type="range"]:focus::-webkit-slider-thumb {
	border-color: var(--pdt-price-filter-accent);
	background: #fff;
	box-shadow: none;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__range input[type="range"]::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: 2px solid var(--pdt-price-filter-accent);
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	box-sizing: content-box;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__left.text,
.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__right.text,
.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__left.text input,
.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__right.text input {
	width: 84px;
	max-width: 84px;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__left.text input,
.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__right.text input {
	height: 44px;
	padding: 8px 10px;
	border: 1px solid var(--pdt-price-filter-track);
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
}

.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__left.text input:focus,
.wp-block-woocommerce-product-filter-price .wc-block-product-filter-price-slider__right.text input:focus {
	border-color: var(--pdt-price-filter-accent);
	box-shadow: 0 0 0 1px var(--pdt-price-filter-accent);
	outline: none;
}

.wc-block-product-filter-checkbox-list__input-wrapper:before {
    background: #fff;
    opacity: 0.5 !important;
    border: 1px solid var(--global-palette6);
}
:where(.wc-block-product-filter-checkbox-list__text-wrapper) {
    color: var(--global-palette1);
}
.wc-block-product-filter-checkbox-list__count {
	font-size: 0;
}
.wc-block-product-filter-checkbox-list__count > [data-wp-text="context.item.count"] {
	font-size: var(--wp--preset--font-size--small, 0.875rem);
}
.wp-block-prodiagtools-customer-reviews.pdt-reviews {
    padding-left: 20px;
    padding-right: 20px;
}
.kadence-shop-top-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 0;
	margin-bottom: 30px;
	padding: 0;
	background: transparent;
}
.kadence-shop-top-row > .pdt-catalog-filters-control {
	grid-column: 1 / -1;
	width: 100%;
	margin: 0;
	padding: 0 0 14px;
	background: transparent;
}
.kadence-shop-top-row > .kadence-woo-results-count,
.kadence-shop-top-row > .kadence-woo-ordering,
.kadence-shop-top-row > .kadence-woo-toggle {
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: var(--global-palette8);
}
.kadence-shop-top-row > .kadence-woo-results-count {
	justify-content: flex-start;
}
.kadence-shop-top-row > .kadence-woo-ordering,
.kadence-shop-top-row > .kadence-woo-toggle {
	justify-content: flex-end;
}
.kadence-shop-top-row .woocommerce-result-count {
	margin: 0;
}
.pdt-catalog-filters-control {
	margin-right: auto;
}
.pdt-catalog-filters-toggle {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 8px 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--global-palette3) !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.25;
	cursor: pointer;
}
.pdt-catalog-filters-toggle:hover,
.pdt-catalog-filters-toggle:focus,
.pdt-catalog-filters-toggle:focus-visible,
.pdt-catalog-filters-toggle:active,
.pdt-catalog-filters-toggle.is-expanded {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
}
.pdt-catalog-filters-toggle:hover,
.pdt-catalog-filters-toggle:focus-visible {
	color: var(--global-palette1);
}
.pdt-catalog-filters-toggle:focus-visible,
.pdt-catalog-filters-dismiss:focus-visible {
	outline: 2px solid var(--global-palette1);
	outline-offset: 3px;
}
.pdt-catalog-filters-toggle svg {
	flex: 0 0 24px;
}
.woocommerce button.wc-block-product-filters__close-overlay,
.woocommerce button.wc-block-product-filters__close-overlay:hover,
.woocommerce button.wc-block-product-filters__close-overlay:focus,
.woocommerce button.wc-block-product-filters__close-overlay:focus-visible,
.woocommerce button.wc-block-product-filters__close-overlay:active {
	border-color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
}
.has-left-sidebar.pdt-catalog-filters-hidden .content-container {
	grid-template-columns: minmax(0, 1fr);
}
.pdt-catalog-filters-hidden #secondary {
	display: none;
}
.woocommerce .pdt-shop-ordering select.orderby {
    border: 1px solid var(--global-gray-400) !important;
    font-weight: 400;
    background-color: #fff;
}
.woocommerce .pdt-shop-ordering {
	display: flex;
	float: right;
	align-items: center;
	gap: 16px;
}
.woocommerce .pdt-shop-ordering > label {
	flex: 0 0 auto;
	margin: 0;
	white-space: nowrap;
	color: var(--global-palette5); 
}
.woocommerce .pdt-shop-ordering .woocommerce-ordering {
	float: none;
	margin: 0;
}


@media (max-width: 575px) {
	.woocommerce .pdt-shop-ordering {
		display: grid;
		float: none;
		grid-template-columns: auto minmax(0, 1fr);
		gap: 12px;
		width: 100%;
	}
	.woocommerce .pdt-shop-ordering .woocommerce-ordering,
	.woocommerce .pdt-shop-ordering select.orderby {
		width: 100%;
	}
}
.has-sidebar .content-container {
	gap: 30px;
}
/* Product grid cards share the Best Sellers block's article structure. */
.woocommerce ul.products, .woocommerce-page ul.products {
    gap: 20px;
}

.woocommerce ul.products li.product.pdt-shop-product-card {
	display: flex;
	height: auto;
	margin-bottom: 0;
	padding: 0;
	background: transparent;
	text-align: left;
}

.woocommerce .pdt-shop-product-card .pdt-product-card {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	width: 100%;
	height: 100%;
	border: 1px solid var(--global-palette7);
	border-radius: 0;
	background: var(--global-palette9);
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}

.woocommerce .pdt-shop-product-card .pdt-product-card:hover {
	border-color: color-mix(in srgb, var(--global-palette7) 80%, var(--global-palette3));
	box-shadow: 0 8px 22px color-mix(in srgb, var(--global-palette2) 7%, transparent);
}

.woocommerce .pdt-shop-product-card .pdt-product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1;
	margin: 0.65rem 0.65rem 0;
	padding: 0;
	background: var(--global-palette8);
	overflow: hidden;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	transition: transform 350ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.woocommerce .pdt-shop-product-card .pdt-product-card:hover .pdt-product-card__image {
	transform: scale(1.035);
}

.woocommerce .pdt-shop-product-card .pdt-product-card__sale {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 1;
	padding: 0.28rem 0.55rem;
	border-radius: 2px;
	background: var(--global-palette1);
	color: var(--global-palette9);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1rem 0.9rem 0.85rem;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__eyebrow {
	margin-bottom: 0.45rem;
	color: var(--global-palette5);
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.25;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__title {
	margin: 0 0 1.6rem !important;
	font-family: var(--global-body-font-family);
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__title a {
	color: var(--global-palette3);
	text-decoration: none;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__title a:hover {
	color: var(--global-palette1);
}

.woocommerce .pdt-shop-product-card .pdt-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.55rem;
	margin-top: 0;
	padding-bottom: 1.1rem;
	border-bottom: 0;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--global-palette11) 14%, var(--global-palette9));
	color: var(--global-palette11);
	font-size: 0.7rem;
	font-weight: 600;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__stock > span {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 50%;
	background: var(--global-palette6);
}

.woocommerce .pdt-shop-product-card .pdt-product-card__stock.is-in-stock > span {
	background: var(--global-palette11);
	box-shadow: none;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--global-palette5);
	font-size: 0.72rem;
	text-decoration: none;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__rating .star-rating {
	position: relative;
	display: block;
	float: none;
	width: 5.25em;
	height: 1em;
	margin: 0;
	overflow: hidden;
	color: var(--global-palette7);
	font-family: sans-serif;
	font-size: 0.78rem;
	line-height: 1;
	letter-spacing: 0.05em;
	white-space: nowrap;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__rating .star-rating::before {
	content: "★★★★★";
	position: absolute;
	inset: 0;
	color: var(--global-palette7);
	font-family: sans-serif;
	line-height: 1;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__rating .star-rating > span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-top: 1em;
	overflow: hidden;
	box-sizing: border-box;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__rating .star-rating > span::before {
	content: "★★★★★";
	position: absolute;
	top: 0;
	left: 0;
	color: var(--global-palette15);
	font-family: sans-serif;
	line-height: 1;
	white-space: nowrap;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__footer {
	display: flex;
	align-items: stretch;
	flex-direction: column;
	gap: 0.85rem;
	margin-top: auto;
	padding-top: 0;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__price {
	color: var(--global-palette3);
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__price del {
	display: block;
	color: var(--global-palette5);
	font-size: 0.76rem;
	font-weight: 400;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__price ins {
	background: none;
	color: var(--global-palette1);
	text-decoration: none;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__button {
display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 2.75rem;
    margin: 0;
    padding: 0.5rem 0.8rem;
    border: 1px solid var(--global-palette1) !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--global-palette1)  !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.woocommerce .pdt-shop-product-card .pdt-product-card__button:hover {
	border-color: var(--global-palette1);
	background: var(--global-palette1);
	color: var(--global-palette9);
}


.wc-block-product-filter-checkbox-list__label {
    width: 100%;
}
:where(.wc-block-product-filter-checkbox-list__text-wrapper) {
    justify-content: space-between;
    width: 100%;
}
span.wc-block-product-filter-checkbox-list__count span {
    font-size: 12px !important;
    color: var(--global-palette5);
}

/* Product Collection cards retain the visual language of the former PHP loop. */
.woocommerce .wp-block-woocommerce-product-collection {
	margin: 0;
}
.woocommerce .wc-block-product-template {
	gap: 20px;
	margin: 0;
	padding: 0;
}
.woocommerce .wc-block-product-template > .wc-block-product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0 0 0.85rem;
	border: 1px solid var(--global-palette7);
	border-radius: 0;
	background: var(--global-palette9);
	list-style: none;
	overflow: hidden;
	text-align: left;
	transition: border-color 180ms ease, box-shadow 180ms ease;
}
.wc-block-components-product-rating__container {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--global-palette5);
    font-size: 0.72rem;
    text-decoration: none;
}
.woocommerce .wc-block-product-template > .wc-block-product:hover {
	border-color: color-mix(in srgb, var(--global-palette7) 80%, var(--global-palette3));
	box-shadow: 0 8px 22px color-mix(in srgb, var(--global-palette2) 7%, transparent);
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-image {
	margin: 0.65rem 0.65rem 0;
	background: var(--global-palette8);
	overflow: hidden;
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	height: auto;
	object-fit: contain !important;
	transition: transform 350ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.woocommerce .wc-block-product:hover .wp-block-woocommerce-product-image img {
	transform: scale(1.035);
}
.woocommerce .wc-block-product .wc-block-components-product-sale-badge {
	top: 0.75rem;
	right: auto;
	left: 0.75rem;
	margin: 0;
	padding: 0.28rem 0.55rem;
	border: 0;
	border-radius: 2px;
	background: var(--global-palette1);
	color: var(--global-palette9);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
}
.woocommerce .wc-block-product .wp-block-post-title {
	margin: 0;
	padding: 1rem 0.9rem 0;
	font-family: var(--global-body-font-family);
	font-size: 15px !important;
	font-weight: 400;
	line-height: 20px !important;
}
.woocommerce .wc-block-product .wp-block-post-title::before {
	content: "Prodiagtools";
	display: block;
	margin-bottom: 0.45rem;
	color: var(--global-palette5);
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.25;
}
.woocommerce .wc-block-product .wp-block-post-title::after {
	display: table;
	margin-top: 1.6rem;
	padding: 0.28rem 0.55rem;
	border-radius: 999px;
	background: color-mix(in srgb, var(--global-palette11) 14%, var(--global-palette9));
	color: var(--global-palette11);
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.2;
}
.woocommerce .wc-block-product.instock .wp-block-post-title::after {
	content: "●  In stock";
}
.woocommerce .wc-block-product.outofstock .wp-block-post-title::after {
	content: "●  Out of stock";
	background: color-mix(in srgb, var(--global-palette6) 14%, var(--global-palette9));
	color: var(--global-palette6);
}
.woocommerce .wc-block-product.onbackorder .wp-block-post-title::after {
	content: "●  Available on backorder";
}
.woocommerce .wc-block-product .wp-block-post-title a {
	color: var(--global-palette3);
	text-decoration: none;
}
.woocommerce .wc-block-product .wp-block-post-title a:hover {
	color: var(--global-palette1);
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-rating {
	min-height: 1.9rem;
	margin: -1.9rem 0 0 !important;
	padding: 0 0.9rem;
	color: var(--global-palette5);
	font-size: 0.72rem;
}
.woocommerce .wc-block-product .wc-block-components-product-rating {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.3rem;
}
.woocommerce .wc-block-product .wc-block-components-product-rating__stars {
	color: var(--global-palette15);
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-price {
	margin: auto 0 0 !important;
	padding: 1.6rem 0.9rem 0;
	color: var(--global-palette3);
	font-size: 1.2rem !important;
	font-weight: 700;
	line-height: 1.2;
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-price del {
	display: block;
	color: var(--global-palette5);
	font-size: 0.76rem;
	font-weight: 400;
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-price ins {
	background: none;
	color: var(--global-palette1);
	text-decoration: none;
}
.woocommerce .wc-block-product .wp-block-woocommerce-product-button {
	width: auto;
	margin: 0.85rem 0.9rem 0;
}
.woocommerce .wc-block-product .wc-block-components-product-button__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 2.75rem;
	margin: 0 !important;
	padding: 0.5rem 0.8rem;
	border: 1px solid var(--global-palette1) !important;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--global-palette1) !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.1;
	text-align: center;
	white-space: normal;
}
.woocommerce .wc-block-product .wc-block-components-product-button__button:hover,
.woocommerce .wc-block-product .wc-block-components-product-button__button:focus,
.woocommerce .wc-block-product .wc-block-components-product-button__button:active {
	border-color: var(--global-palette1) !important;
	background: var(--global-palette1) !important;
	box-shadow: none !important;
	color: var(--global-palette9) !important;
}
.woocommerce .wp-block-query-pagination {
	gap: 8px;
	margin: 30px 0 0;
}
.woocommerce .wp-block-query-pagination-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}
.woocommerce .wp-block-query-pagination .page-numbers,
.woocommerce .wp-block-query-pagination-previous,
.woocommerce .wp-block-query-pagination-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	margin: 0;
	padding: 8px 12px;
	border: 1px solid var(--global-palette7);
	background: var(--global-palette9);
	color: var(--global-palette3);
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
.woocommerce .wp-block-query-pagination .page-numbers.current,
.woocommerce .wp-block-query-pagination a:hover,
.woocommerce .wp-block-query-pagination a:focus {
	border-color: var(--global-palette1);
	background: var(--global-palette1);
	color: var(--global-palette9);
}
.woocommerce .wp-block-query-pagination .page-numbers.dots {
	border-color: transparent;
	background: transparent;
}

@media (max-width: 1160px) {
	.woocommerce .pdt-shop-product-card .pdt-product-card__meta {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 1024px) {
	/*
	 * Use one filter mode for tablets and phones. Kadence's sidebar is removed
	 * from page flow, while WooCommerce continues to own overlay state,
	 * checkbox navigation, focus handling and its native Close control.
	 */
	.has-sidebar .content-container {
		display: block;
	}
	#secondary.primary-sidebar {
		position: absolute !important;
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: visible !important;
	}
	#secondary .sidebar-inner-wrap {
		width: 0 !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#secondary .wc-block-product-filters__open-overlay {
		display: none !important;
	}
	#secondary .wc-block-product-filters__overlay {
		position: fixed !important;
		inset: 0 !important;
		z-index: 100000 !important;
		display: block !important;
		width: 100vw !important;
		height: 100dvh !important;
		background: rgb(10 18 30 / 0%);
		pointer-events: none;
		transition: background-color 240ms ease;
	}
	#secondary .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay {
		background: rgb(10 18 30 / 52%);
		pointer-events: auto;
	}
	#secondary .wc-block-product-filters__overlay-wrapper {
		position: relative !important;
		inset: 0 !important;
		width: 100% !important;
		height: 100% !important;
	}
	#secondary .wc-block-product-filters__overlay-dialog {
		position: absolute !important;
		inset: 0 0 0 auto !important;
		display: flex !important;
		width: min(88vw, 380px) !important;
		max-width: 100% !important;
		height: 100dvh !important;
		max-height: none !important;
		background: var(--global-palette9) !important;
		box-shadow: -12px 0 32px rgb(0 0 0 / 18%);
		transform: translateX(105%) !important;
		transition: transform 240ms ease !important;
	}
	#secondary .wc-block-product-filters.is-overlay-opened .wc-block-product-filters__overlay-dialog {
		transform: translateX(0) !important;
	}
	#secondary .wc-block-product-filters__overlay-header {
		display: flex !important;
		flex: 0 0 auto;
	}
	#secondary .wc-block-product-filters__overlay-content {
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto !important;
		overscroll-behavior: contain;
		padding: 0 var(--wp--preset--spacing--40);
	}
	#secondary .wc-block-product-filters__apply {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.woocommerce .wc-block-product-template {
		column-gap: 0.5rem;
		row-gap: 0.5rem;
	}
	.kadence-shop-top-row {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 0;
	}
	.kadence-shop-top-row > .pdt-catalog-filters-control {
		grid-column: 1;
		grid-row: 1;
		margin: 0;
		padding: 14px 12px;
		background-color: var(--global-palette8);
	}
	.kadence-shop-top-row > .kadence-woo-ordering {
		grid-column: 2;
		grid-row: 1;
		padding: 14px 6px;
	}
	.kadence-shop-top-row > .kadence-woo-toggle {
		grid-column: 3;
		grid-row: 1;
		padding: 14px 12px;
	}
	.kadence-shop-top-row > .kadence-woo-results-count {
		grid-column: 1 / -1;
		grid-row: 2;
		padding: 14px 12px;
		border-top: 1px solid var(--global-palette7);
	}
	.woocommerce .pdt-shop-product-card .pdt-product-card__content {
		padding: 0.65rem;
	}
	.woocommerce .wc-block-product .wp-block-post-title {
		padding: 0.75rem 0.65rem 0;
	}
	.woocommerce .wc-block-product .wp-block-woocommerce-product-rating {
		padding-right: 0.65rem;
		padding-left: 0.65rem;
	}
	.woocommerce .wc-block-product .wp-block-woocommerce-product-price {
		padding-right: 0.65rem;
		padding-left: 0.65rem;
	}
	.woocommerce .wc-block-product .wp-block-woocommerce-product-button {
		margin-right: 0.65rem;
		margin-left: 0.65rem;
	}
	.woocommerce .wp-block-query-pagination {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.woocommerce .pdt-shop-product-card *,
	.woocommerce .pdt-shop-product-card *::before,
	.woocommerce .pdt-shop-product-card *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
	.woocommerce .wc-block-product *,
	.woocommerce .wc-block-product *::before,
	.woocommerce .wc-block-product *::after {
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
