html {
	background: var(--olrova-bg);
}

body {
	background: var(--olrova-bg);
	color: var(--olrova-text);
	font-family: var(--olrova-sans);
	line-height: 1.6;
}

body.olrova-home-active {
	background: var(--olrova-bg);
}

body.olrova-preview-active {
	background: var(--olrova-bg);
}

body.olrova-compare-active {
	background: #efece3;
}

body.olrova-green-active {
	background: #f5f3eb;
}

body.olrova-recipes-active {
	background: var(--olrova-bg);
}

body.olrova-origins-active {
	background: #f3efe7;
}

body.olrova-about-active {
	background: #f5f1e9;
}

#masthead,
#colophon,
body.olrova-home-active .entry-hero-container-inner,
body.olrova-preview-active .entry-hero-container-inner,
body.olrova-compare-active .entry-hero-container-inner,
body.olrova-green-active .entry-hero-container-inner,
body.olrova-recipes-active .entry-hero-container-inner,
body.olrova-origins-active .entry-hero-container-inner,
body.olrova-about-active .entry-hero-container-inner,
body.olrova-home-active .hero-section .entry-header,
body.olrova-preview-active .hero-section .entry-header,
body.olrova-compare-active .hero-section .entry-header,
body.olrova-green-active .hero-section .entry-header,
body.olrova-recipes-active .hero-section .entry-header,
body.olrova-origins-active .hero-section .entry-header,
body.olrova-about-active .hero-section .entry-header,
body.olrova-home-active .content-wrap > .entry-header,
body.olrova-about-active .content-wrap > .entry-header {
	display: none;
}

body.olrova-home-active .content-area,
body.olrova-home-active .site-main,
body.olrova-preview-active .content-area,
body.olrova-preview-active .site-main,
body.olrova-compare-active .content-area,
body.olrova-compare-active .site-main,
body.olrova-green-active .content-area,
body.olrova-green-active .site-main,
body.olrova-recipes-active .content-area,
body.olrova-recipes-active .site-main,
body.olrova-origins-active .content-area,
body.olrova-origins-active .site-main,
body.olrova-about-active .content-area,
body.olrova-about-active .site-main {
	margin: 0;
	padding: 0;
}

body.olrova-home-active .site-container,
body.olrova-preview-active .site-container,
body.olrova-compare-active .site-container,
body.olrova-green-active .site-container,
body.olrova-recipes-active .site-container,
body.olrova-origins-active .site-container,
body.olrova-about-active .site-container,
body.olrova-home-active .content-container,
body.olrova-preview-active .content-container,
body.olrova-compare-active .content-container,
body.olrova-green-active .content-container,
body.olrova-recipes-active .content-container,
body.olrova-origins-active .content-container,
body.olrova-about-active .content-container,
body.olrova-home-active .entry-content-wrap,
body.olrova-preview-active .entry-content-wrap,
body.olrova-compare-active .entry-content-wrap,
body.olrova-green-active .entry-content-wrap,
body.olrova-recipes-active .entry-content-wrap,
body.olrova-origins-active .entry-content-wrap,
body.olrova-about-active .entry-content-wrap,
body.olrova-home-active .entry.single-entry,
body.olrova-compare-active .entry.single-entry,
body.olrova-green-active .entry.single-entry,
body.olrova-recipes-active .entry.single-entry,
body.olrova-origins-active .entry.single-entry {
	background: transparent;
	box-shadow: none;
	max-width: none;
	padding: 0;
}

body.olrova-about-active .entry.single-entry {
	background: transparent;
	box-shadow: none;
	max-width: none;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

main {
	display: block;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.olrova-newsletter-trap {
	display: none !important;
}

.newsletter-message {
	font-size: 0.82rem;
	margin: 0.65rem 0 0;
}

.newsletter-message--success {
	color: #176438;
}

.newsletter-message--error {
	color: #a12e22;
}

.olrova-shell {
	margin: 0 auto;
	width: var(--olrova-shell);
}

.site-main {
	min-height: 50vh;
}

.page-section {
	padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.page-section--soft {
	background: var(--olrova-soft);
}

.page-section--simple {
	padding-top: 8rem;
}

.section-heading,
.split-grid,
.final-cta,
.newsletter-block {
	gap: 2rem;
}

.section-heading,
.split-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: end;
}

.section-kicker {
	color: var(--olrova-green);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.section-kicker--light {
	color: rgba(255, 255, 255, 0.74);
}

.section-title {
	font-family: var(--olrova-serif);
	font-size: clamp(2rem, 3.2vw, 3.8rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.98;
}

.section-title--light,
.section-copy--light {
	color: var(--olrova-white);
}

.section-copy {
	color: #475349;
	font-size: 0.96rem;
	line-height: 1.75;
	max-width: 28rem;
}

.text-link {
	align-items: center;
	color: var(--olrova-green);
	display: inline-flex;
	font-size: 0.92rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: 0.08em;
	margin-top: 1.5rem;
	text-transform: uppercase;
}

.text-link::after {
	content: "→";
	transition: transform var(--olrova-transition);
}

.text-link:hover {
	color: var(--olrova-gold);
}

.text-link:hover::after {
	transform: translateX(4px);
}

.button-primary,
.button-secondary,
.button-light,
.button-outline-light,
.button-ghost,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button {
	align-items: center;
	border: 1px solid var(--olrova-green) !important;
	border-radius: 999px;
	box-shadow: 0 14px 24px rgba(22, 33, 15, 0.18);
	color: var(--olrova-white) !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 700;
	gap: 0.5rem;
	justify-content: center;
	line-height: 1.2;
	min-height: 46px;
	padding: 0.85rem 1.3rem;
	text-transform: uppercase;
	transition: transform var(--olrova-transition), background-color var(--olrova-transition), color var(--olrova-transition), border-color var(--olrova-transition);
}

.button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button,
.woocommerce div.product form.cart button.button,
.woocommerce div.product form.cart .button.alt,
.woocommerce ul.products li.product .button {
	background: var(--olrova-green) !important;
	border: 1px solid var(--olrova-green) !important;
	color: var(--olrova-white) !important;
	box-shadow: 0 14px 24px rgba(22, 33, 15, 0.18);
}

.button-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce div.product form.cart button.button:hover,
.woocommerce div.product form.cart .button.alt:hover,
.woocommerce ul.products li.product .button:hover {
	background: var(--olrova-gold) !important;
	border-color: var(--olrova-gold) !important;
}

.button-secondary {
	background: rgba(255, 255, 255, 0.92) !important;
	border-color: var(--olrova-green) !important;
	color: var(--olrova-green) !important;
}

.button-light {
	background: var(--olrova-white) !important;
	border-color: rgba(255, 255, 255, 0.5) !important;
	color: var(--olrova-green) !important;
}

.button-outline-light {
	background: transparent !important;
	border-color: rgba(255, 255, 255, 0.72) !important;
	box-shadow: none;
	color: var(--olrova-white) !important;
}

.button-ghost {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none;
	color: var(--olrova-green) !important;
}

.button-primary:hover,
.button-secondary:hover,
.button-light:hover,
.button-outline-light:hover,
.button-ghost:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button:hover {
	transform: translateY(-3px);
}

.button-secondary:hover,
.button-secondary:focus-visible,
.button-light:hover,
.button-light:focus-visible {
	background: var(--olrova-gold) !important;
	border-color: var(--olrova-gold) !important;
	color: var(--olrova-green) !important;
}

.button-outline-light:hover,
.button-outline-light:focus-visible {
	background: var(--olrova-white) !important;
	border-color: var(--olrova-white) !important;
	color: var(--olrova-green) !important;
}

.button-ghost:hover,
.button-ghost:focus-visible {
	background: rgba(22, 55, 35, 0.08) !important;
	border-color: transparent !important;
	color: var(--olrova-green) !important;
}

.olrova-bundle-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: .4rem;
}

.olrova-bundle-price del {
	color: var(--olrova-muted);
	font-size: .82em;
	opacity: .8;
}

.olrova-bundle-price ins {
	color: #b33a2d;
	font-weight: 800;
	text-decoration: none;
}

.olrova-bundle-price--subtotal {
	justify-content: flex-end;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	width: 100%;
}

.wc-block-components-button__text {
	line-height: inherit;
}

@media (max-width: 600px) {
	.woocommerce-checkout #billing_province_field,
	.woocommerce-checkout #billing_ward_field,
	.woocommerce-checkout #shipping_province_field,
	.woocommerce-checkout #shipping_ward_field {
		clear: both !important;
		float: none !important;
		width: 100% !important;
	}
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid var(--olrova-gold);
	outline-offset: 3px;
}

.prose-shell {
	background: var(--olrova-white);
	border: 1px solid var(--olrova-line);
	border-radius: var(--olrova-radius);
	box-shadow: var(--olrova-shadow);
	padding: clamp(1.5rem, 3vw, 3rem);
}

.prose-shell--wide {
	max-width: 100%;
}

.prose-content,
.prose-entry {
	display: grid;
	gap: 1rem;
}

#shop-cacao .section-title {
	max-width: 10ch;
}

#our-origins .section-title {
	max-width: 8ch;
}

[data-reveal] {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	[data-reveal] {
		opacity: 1;
		transform: none;
	}
}

.single-product div.product .woocommerce-product-gallery {
	background: #fbf9f4;
	border: 1px solid rgba(12, 43, 29, 0.08);
	border-radius: 32px;
	margin-bottom: 2rem;
	padding: 1.5rem;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background: var(--olrova-white);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(22, 33, 15, 0.15);
	height: 36px;
	width: 36px;
}

.single-product div.product .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	list-style: none;
	margin: 1.2rem 0 0;
	padding: 0;
}

.single-product div.product .flex-control-thumbs li {
	width: 72px;
}

.single-product div.product .flex-control-thumbs img {
	border: 2px solid transparent;
	border-radius: 12px;
	cursor: pointer;
	display: block;
	height: 72px;
	object-fit: cover;
	opacity: 0.7;
	transition: border-color var(--olrova-transition), opacity var(--olrova-transition);
	width: 72px;
}

.single-product div.product .flex-control-thumbs img:hover,
.single-product div.product .flex-control-thumbs img.flex-active {
	border-color: var(--olrova-green);
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery__wrapper,
.single-product div.product .woocommerce-product-gallery__image {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery__image a {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 0;
}

.single-product div.product .woocommerce-product-gallery__image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: min(100%, 440px);
	width: 100%;
}

.single-product div.product .summary {
	padding-top: 0.5rem;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
	display: none !important;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block,
.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
	background: rgba(12, 43, 29, 0.04);
	border-radius: 24px;
}

.wc-block-cart,
.wc-block-components-sidebar-layout.wc-block-cart {
	padding-top: 0;
}

.wc-block-cart .wc-block-components-sidebar .components-card,
.wc-block-cart .wp-block-woocommerce-cart-line-items-block,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
	background: #fff;
	border: 1px solid rgba(12, 43, 29, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 36px rgba(12, 43, 29, 0.06);
	padding: 1.5rem;
}

/* Empty-cart recommendations reuse the product-detail related-card treatment. */
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
	background: var(--olrova-white);
	border: 1px solid var(--olrova-line);
	border-radius: var(--olrova-radius);
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 1rem;
	transition: border-color var(--olrova-transition), box-shadow var(--olrova-transition), transform var(--olrova-transition);
	width: 100%;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover {
	border-color: rgba(12, 43, 29, 0.18);
	box-shadow: 0 20px 42px rgba(12, 43, 29, 0.1);
	transform: translateY(-4px);
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
	display: flex;
	flex-direction: column;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product img {
	aspect-ratio: 1 / 1;
	border-radius: calc(var(--olrova-radius) - 8px);
	margin: 0 0 0.85rem;
	object-fit: cover;
	width: 100%;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .product-details {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
	margin: 0.7rem 0 0.45rem;
	min-height: 3.75rem;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
	color: var(--olrova-green);
	font-weight: 700;
	margin: auto 0 0.85rem;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
	align-self: stretch;
	display: block !important;
	margin: auto 0 0;
	opacity: 1 !important;
	position: static !important;
	transform: none !important;
	visibility: visible !important;
	width: 100%;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link {
	align-items: center;
	background: var(--olrova-green) !important;
	border: 1px solid var(--olrova-green) !important;
	border-radius: 999px;
	box-shadow: 0 12px 24px rgba(22, 33, 15, 0.16);
	color: var(--olrova-white) !important;
	display: inline-flex !important;
	font-size: 0 !important;
	font-weight: 700;
	gap: 0.35rem;
	justify-content: center;
	margin: 0 !important;
	min-height: 44px;
	opacity: 1 !important;
	padding: 0.65rem 0.75rem;
	position: static !important;
	text-transform: uppercase;
	transform: none !important;
	visibility: visible !important;
	white-space: nowrap;
	width: 100%;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link::before {
	content: "Mua ngay";
	font-size: 0.72rem;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background: var(--olrova-gold) !important;
	border-color: var(--olrova-gold) !important;
	color: var(--olrova-white) !important;
	box-shadow: 0 12px 24px rgba(22, 33, 15, 0.18);
	transform: none !important;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .kadence-svg-iconset {
	display: none;
}

@media (max-width: 900px) {
	.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
		grid-template-columns: 1fr;
	}
}

.post-type-archive-product .prose-shell,
.tax-product_cat .prose-shell,
.tax-product_tag .prose-shell {
	background:
		radial-gradient(circle at top left, rgba(206, 183, 117, 0.1), transparent 20%),
		linear-gradient(180deg, #fffdfa 0%, #faf8f2 100%);
	border: 1px solid rgba(12, 43, 29, 0.07);
	border-radius: 36px;
	box-shadow: 0 26px 54px rgba(12, 43, 29, 0.07);
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.post-type-archive-product .page-title,
.tax-product_cat .page-title,
.tax-product_tag .page-title {
	font-family: var(--olrova-serif);
	font-size: clamp(2.4rem, 4vw, 4rem);
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 0.96;
	margin: 0 0 1.5rem;
}

.post-type-archive-product .storefront-sorting,
.tax-product_cat .storefront-sorting,
.tax-product_tag .storefront-sorting {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding: 0.85rem 1rem;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(12, 43, 29, 0.08);
	border-radius: 22px;
}

.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count,
.tax-product_tag .woocommerce-result-count {
	color: #516055;
	font-size: 0.92rem;
	margin: 0;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering,
.tax-product_tag .woocommerce-ordering {
	float: none;
	margin: 0;
}

.post-type-archive-product .orderby,
.tax-product_cat .orderby,
.tax-product_tag .orderby {
	appearance: none;
	background:
		linear-gradient(45deg, transparent 50%, var(--olrova-green) 50%),
		linear-gradient(135deg, var(--olrova-green) 50%, transparent 50%),
		linear-gradient(180deg, #fff, #fbfaf6);
	background-position:
		calc(100% - 19px) calc(50% - 3px),
		calc(100% - 13px) calc(50% - 3px),
		0 0;
	background-repeat: no-repeat;
	background-size:
		6px 6px,
		6px 6px,
		100% 100%;
	border: 1px solid rgba(12, 43, 29, 0.14);
	border-radius: 999px;
	color: var(--olrova-green);
	font-size: 0.88rem;
	min-height: 46px;
	padding: 0 2.75rem 0 1rem;
}

.post-type-archive-product .woocommerce ul.products,
.post-type-archive-product .woocommerce-page ul.products,
.tax-product_cat .woocommerce ul.products,
.tax-product_tag .woocommerce ul.products {
	gap: 1.25rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.post-type-archive-product .woocommerce ul.products li.product,
.post-type-archive-product .woocommerce-page ul.products li.product,
.tax-product_cat .woocommerce ul.products li.product,
.tax-product_tag .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid rgba(12, 43, 29, 0.08);
	border-radius: 26px;
	box-shadow: 0 18px 38px rgba(12, 43, 29, 0.06);
	display: grid;
	padding: 0;
	overflow: hidden;
	transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.post-type-archive-product .woocommerce ul.products li.product:hover,
.tax-product_cat .woocommerce ul.products li.product:hover,
.tax-product_tag .woocommerce ul.products li.product:hover {
	border-color: rgba(12, 43, 29, 0.14);
	box-shadow: 0 26px 48px rgba(12, 43, 29, 0.1);
	transform: translateY(-4px);
}

.post-type-archive-product .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.tax-product_cat .woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.tax-product_tag .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
	background:
		radial-gradient(circle at 22% 16%, rgba(211, 187, 118, 0.18), transparent 22%),
		linear-gradient(180deg, #fff 0%, #fbfaf6 100%);
	display: grid;
	grid-template-rows: auto auto auto;
	min-height: 100%;
	padding: 1rem 1rem 0.25rem;
}

.post-type-archive-product .woocommerce ul.products li.product img,
.tax-product_cat .woocommerce ul.products li.product img,
.tax-product_tag .woocommerce ul.products li.product img {
	aspect-ratio: 1 / 1;
	background: transparent;
	margin: 0 auto 0.85rem;
	max-width: min(100%, 260px);
	object-fit: contain;
	width: 100%;
}

.post-type-archive-product .woocommerce-loop-product__title,
.tax-product_cat .woocommerce-loop-product__title,
.tax-product_tag .woocommerce-loop-product__title {
	font-family: var(--olrova-serif);
	font-size: 1.24rem;
	font-weight: 400;
	line-height: 1.06;
	margin: 0 0 0.7rem;
	min-height: 3.4em;
}

.post-type-archive-product .woocommerce ul.products li.product .price,
.tax-product_cat .woocommerce ul.products li.product .price,
.tax-product_tag .woocommerce ul.products li.product .price {
	color: var(--olrova-green);
	font-size: 1.02rem;
	font-weight: 700;
	margin: 0 0 0.9rem;
}

.post-type-archive-product .woocommerce ul.products li.product .button,
.tax-product_cat .woocommerce ul.products li.product .button,
.tax-product_tag .woocommerce ul.products li.product .button {
	border-radius: 999px;
	margin: 0 1rem 1rem;
	min-height: 44px;
	padding-inline: 1rem;
	width: calc(100% - 2rem);
}
