.wp-block-woocommerce-product-collection {
	--twr-shop-blue: #0787ea;
	--twr-shop-blue-dark: #067ad4;
	--twr-shop-ink: #1b242e;
	--twr-shop-muted: #6b7785;
	--twr-shop-line: #e7ecf2;
	--twr-shop-focus-ring: 0 0 0 3px rgba(7, 135, 234, 0.28);
}

.entry-content > .wp-block-heading:has(+ .wp-block-woocommerce-product-collection),
.entry-content > .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection),
.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-woocommerce-product-collection),
.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection) {
	--twr-section-heading-line-accent-color: var(--wp--preset--color--trade-blue, #0787ea);
	--twr-section-heading-line-accent-width: 235px;
	--twr-section-heading-line-border-color: #dadada;
	--twr-section-heading-line-border-width: 1px;
	--twr-section-heading-line-gap: 15px;
	--twr-section-heading-line-thickness: 2px;
	border-bottom: var(--twr-section-heading-line-border-width) solid var(--twr-section-heading-line-border-color);
	clear: none;
	color: #333e48;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.25;
	margin: 2.25rem 0 1.65rem;
	padding-bottom: var(--twr-section-heading-line-gap);
	position: relative;
}

.entry-content > .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection),
.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection) {
	padding-right: 14rem;
}

.entry-content > .wp-block-heading:has(+ .wp-block-woocommerce-product-collection)::after,
.entry-content > .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection)::after,
.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-woocommerce-product-collection)::after,
.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection)::after {
	background: var(--twr-section-heading-line-accent-color);
	bottom: calc(-1 * var(--twr-section-heading-line-border-width));
	content: "";
	display: block;
	height: var(--twr-section-heading-line-thickness);
	left: 0;
	position: absolute;
	width: min(100%, var(--twr-section-heading-line-accent-width));
}

.entry-content > .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection),
.editor-styles-wrapper .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: -4.4rem 0 1.75rem;
	min-height: 2.4rem;
	position: relative;
	z-index: 1;
}

.entry-content > .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button,
.editor-styles-wrapper .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button {
	margin: 0;
}

.entry-content > .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button__link,
.editor-styles-wrapper .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button__link {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #333e48;
	display: inline;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	min-height: 0;
	padding: 0;
	text-decoration: none;
}

.entry-content > .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button__link:hover,
.entry-content > .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) .wp-block-button__link:focus {
	background: transparent;
	color: var(--wp--preset--color--trade-blue, #0787ea);
	text-decoration: none;
}

.entry-content > .wp-block-heading + .wp-block-woocommerce-product-collection,
.entry-content > .wp-block-heading + .wp-block-buttons + .wp-block-woocommerce-product-collection,
.editor-styles-wrapper .wp-block-heading + .wp-block-woocommerce-product-collection,
.editor-styles-wrapper .wp-block-heading + .wp-block-buttons + .wp-block-woocommerce-product-collection {
	margin-top: 0;
}

.wp-block-woocommerce-product-collection .twr-product-collection-grid {
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-woocommerce-product-collection .twr-product-collection-grid > li {
	list-style: none;
	margin: 0;
}

.wp-block-woocommerce-product-collection .twr-product-collection-grid > li::after {
	content: none;
}

.wp-block-woocommerce-product-collection .twr-product-card__categories {
	color: #878787;
	font-size: 0.857rem;
	font-weight: 400;
	height: 1.05em;
	line-height: 1.05;
	margin: 0 0 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-block-woocommerce-product-collection .twr-product-card__categories a {
	color: inherit;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .twr-product-card__categories a:hover,
.wp-block-woocommerce-product-collection .twr-product-card__categories a:focus {
	color: #333e48;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .twr-product-card__title {
	clear: none;
	color: #0062bd;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.57144em;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.28572;
	margin: 0 0 0.85rem;
	overflow: hidden;
	text-align: left;
}

.wp-block-woocommerce-product-collection .twr-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .twr-product-card__title a:hover,
.wp-block-woocommerce-product-collection .twr-product-card__title a:focus {
	color: #333e48;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) {
	background: transparent;
	color: inherit;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 1.429rem 1.714rem 1rem;
	position: relative;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card)::before {
	background: #fff;
	box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
	content: "";
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: opacity 140ms ease;
	z-index: -1;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):hover,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):focus-within {
	z-index: 2;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):hover::before,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):focus-within::before {
	opacity: 1;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-image,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-image {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	margin: 0 0 1.05rem;
	min-height: 188px;
	padding: 0.25rem;
	position: relative;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-image img,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-image img {
	display: block;
	height: auto;
	margin: auto;
	max-height: 215px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .taxonomy-product_cat,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-terms {
	color: #878787;
	font-size: 0.857rem;
	font-weight: 400;
	height: 1.05em;
	line-height: 1.05;
	margin: 0 0 1rem;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .taxonomy-product_cat a,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-terms a {
	color: inherit;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .taxonomy-product_cat a:hover,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .taxonomy-product_cat a:focus,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-terms a:hover,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-terms a:focus {
	color: #333e48;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-terms__separator {
	color: #c5c5c5;
	margin-right: 0.15rem;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-title,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-title {
	clear: none;
	color: #0062bd;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.57144em;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.28572;
	margin: 0 0 0.85rem;
	overflow: hidden;
	text-align: left;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-title a,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-title a {
	color: inherit;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-title a:hover,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-title a:focus,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-title a:hover,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-title a:focus {
	color: #333e48;
	text-decoration: none;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-price,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-price {
	color: #333e48;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	margin: auto 0 0;
	text-align: left;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-button {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-top: -2.571rem;
	min-height: 2.571rem;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-button .wp-block-button__link,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-button__button {
	align-items: center;
	background: #eef2f6;
	border: 0;
	border-radius: var(--twr-button-radius-pill);
	color: #7d8790;
	display: inline-flex;
	font-size: 0;
	height: 2.571rem;
	justify-content: center;
	line-height: 1;
	min-height: 2.571rem;
	padding: 0;
	text-decoration: none;
	transition: background-color 140ms ease, color 140ms ease;
	width: 2.571rem;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):hover .wp-block-woocommerce-product-button .wp-block-button__link,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):focus-within .wp-block-woocommerce-product-button .wp-block-button__link,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):hover .wc-block-components-product-button__button,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card):focus-within .wc-block-components-product-button__button {
	background: var(--twr-shop-blue);
	color: #fff;
}

.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-button .wp-block-button__link::before,
.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-button__button::before {
	background: currentColor;
	content: "";
	display: block;
	height: 1.15rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.15rem;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) {
	background: transparent;
	color: inherit;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 1.429rem 1.714rem 1rem;
	position: relative;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) > * {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-image,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-image {
	align-items: center;
	background: #fff;
	display: flex;
	justify-content: center;
	margin: 0 0 1.05rem;
	min-height: 188px;
	padding: 0.25rem;
	position: relative;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-image img,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-image img {
	display: block;
	height: auto;
	margin: auto;
	max-height: 215px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .taxonomy-product_cat,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-terms {
	color: #878787;
	font-size: 0.857rem;
	font-weight: 400;
	height: 1.05em;
	line-height: 1.05;
	margin: 0 0 1rem;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .taxonomy-product_cat a,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-terms a {
	color: inherit;
	text-decoration: none;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-title,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-title {
	clear: none;
	color: #0062bd;
	display: -webkit-box;
	font-size: 0.875rem;
	font-weight: 700;
	height: 2.57144em;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.28572;
	margin: 0 0 0.85rem;
	overflow: hidden;
	text-align: left;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-title a,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-title a {
	color: inherit;
	text-decoration: none;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-price {
	color: #333e48;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	margin: auto 0 0;
	text-align: left;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-button {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-top: -2.571rem;
	min-height: 2.571rem;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-button__button {
	align-items: center;
	background: #eef2f6;
	border: 0;
	border-radius: var(--twr-button-radius-pill);
	color: #7d8790;
	display: inline-flex;
	font-size: 0;
	height: 2.571rem;
	justify-content: center;
	line-height: 1;
	min-height: 2.571rem;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	width: 2.571rem;
}

.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-button .wp-block-button__link::before,
.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-button__button::before {
	background: currentColor;
	content: "";
	display: block;
	height: 1.15rem;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E") center / contain no-repeat;
	width: 1.15rem;
}

@media screen and (max-width: 639px) {

	.entry-content > .wp-block-heading:has(+ .wp-block-woocommerce-product-collection),
	.entry-content > .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection),
	.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-woocommerce-product-collection),
	.editor-styles-wrapper .wp-block-heading:has(+ .wp-block-buttons + .wp-block-woocommerce-product-collection) {
		font-size: 1.45rem;
		margin-top: 2rem;
		padding-right: 0;
	}

	.entry-content > .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection),
	.editor-styles-wrapper .wp-block-heading + .wp-block-buttons:has(+ .wp-block-woocommerce-product-collection) {
		justify-content: flex-start;
		margin: -1rem 0 1.35rem;
		min-height: 0;
	}

	.wp-block-woocommerce-product-collection .twr-product-card__categories {
		font-size: 0.72rem;
		margin-bottom: 0.35rem;
	}

	.wp-block-woocommerce-product-collection .twr-product-card__title {
		font-size: 0.86rem;
		margin-bottom: 0.45rem;
	}

	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) {
		padding: 0.9rem 0.85rem 0.75rem;
	}

	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-image,
	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-image {
		margin-bottom: 0.55rem;
		min-height: 132px;
	}

	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-image img,
	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-image img {
		max-height: 146px;
	}

	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-title,
	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-title {
		font-size: 0.86rem;
		margin-bottom: 0.45rem;
	}

	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .taxonomy-product_cat,
	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-post-terms {
		font-size: 0.72rem;
		margin-bottom: 0.35rem;
	}

	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wp-block-woocommerce-product-price,
	.wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) .wc-block-components-product-price {
		font-size: 1rem;
	}

	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-product:not(.twr-product-card) {
		padding: 0.9rem 0.85rem 0.75rem;
	}

	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-image,
	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-image {
		margin-bottom: 0.55rem;
		min-height: 132px;
	}

	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-image img,
	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-image img {
		max-height: 146px;
	}

	.editor-styles-wrapper .wp-block-woocommerce-product-collection .taxonomy-product_cat,
	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-terms {
		font-size: 0.72rem;
		margin-bottom: 0.35rem;
	}

	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-post-title,
	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-title {
		font-size: 0.86rem;
		margin-bottom: 0.45rem;
	}

	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wp-block-woocommerce-product-price,
	.editor-styles-wrapper .wp-block-woocommerce-product-collection .wc-block-components-product-price {
		font-size: 1rem;
	}
}
