@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Marcellus+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
	--streamline-wc-body: "Montserrat", sans-serif;
	--streamline-wc-heading: "Marcellus", serif;
	--streamline-wc-dark: #231f20;
	--streamline-wc-text: #403f44;
	--streamline-wc-accent: #c7b399;
	--streamline-wc-muted: #f1f1f2;
}

body.woocommerce,
body.woocommerce-page,
body.post-type-archive-product,
body.tax-product_cat,
body.tax-product_tag,
body.tax-product_brand,
body.tax-pwb-brand,
body.tax-yith_product_brand,
body.tax-brand,
body.tax-pa_brand {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
}

body.woocommerce .wp-site-blocks > main,
body.woocommerce-page .wp-site-blocks > main,
body.post-type-archive-product .wp-site-blocks > main,
body.tax-product_cat .wp-site-blocks > main,
body.tax-product_tag .wp-site-blocks > main,
body.tax-product_brand .wp-site-blocks > main,
body.tax-pwb-brand .wp-site-blocks > main,
body.tax-yith_product_brand .wp-site-blocks > main,
body.tax-brand .wp-site-blocks > main,
body.tax-pa_brand .wp-site-blocks > main {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: 60px 33px;
	width: 100%;
}

.woocommerce-products-header,
.wp-block-query-title,
.wp-block-woocommerce-product-collection-title {
	color: var(--streamline-wc-dark);
	font-family: var(--streamline-wc-heading);
	font-size: 42px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 43px;
}

.woocommerce .wp-block-woocommerce-product-results-count,
.woocommerce .wp-block-woocommerce-catalog-sorting,
.woocommerce-page .wp-block-woocommerce-product-results-count,
.woocommerce-page .wp-block-woocommerce-catalog-sorting {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 15px;
}

.woocommerce .wp-block-query,
.woocommerce-page .wp-block-query,
.woocommerce .wp-block-woocommerce-product-collection,
.woocommerce-page .wp-block-woocommerce-product-collection {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.woocommerce .wc-block-product-template,
.woocommerce-page .wc-block-product-template,
.woocommerce .wc-block-product-template__responsive,
.woocommerce-page .wc-block-product-template__responsive {
	display: grid !important;
	gap: 30px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce .wc-block-product-template.is-flex-container,
.woocommerce-page .wc-block-product-template.is-flex-container {
	display: grid !important;
	flex-wrap: initial !important;
}

.woocommerce .wc-block-product-template.is-flex-container > li,
.woocommerce-page .wc-block-product-template.is-flex-container > li,
.woocommerce .wc-block-product,
.woocommerce-page .wc-block-product {
	box-sizing: border-box;
	list-style: none !important;
	margin: 0 !important;
	text-align: left;
	width: auto !important;
}

.woocommerce .wc-block-product a,
.woocommerce-page .wc-block-product a {
	color: inherit;
	text-decoration: none;
}

.woocommerce .wc-block-components-product-image,
.woocommerce-page .wc-block-components-product-image,
.woocommerce .wp-block-woocommerce-product-image,
.woocommerce-page .wp-block-woocommerce-product-image {
	margin: 0 !important;
}

.woocommerce .wc-block-components-product-image a,
.woocommerce-page .wc-block-components-product-image a,
.woocommerce .wp-block-woocommerce-product-image a,
.woocommerce-page .wp-block-woocommerce-product-image a {
	aspect-ratio: 281 / 300;
	border: 1px solid var(--streamline-wc-accent);
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 100%;
}

.woocommerce .wc-block-components-product-image img,
.woocommerce-page .wc-block-components-product-image img,
.woocommerce .wp-block-woocommerce-product-image img,
.woocommerce-page .wp-block-woocommerce-product-image img {
	box-sizing: border-box;
	display: block;
	height: 100% !important;
	object-fit: contain;
	padding: 7.5px;
	width: 100% !important;
}

.woocommerce .wc-block-product .wp-block-post-title,
.woocommerce-page .wc-block-product .wp-block-post-title,
.woocommerce .wc-block-product .wp-block-post-title a,
.woocommerce-page .wc-block-product .wp-block-post-title a {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	margin: 15px 0 0;
	text-align: left;
	text-transform: none;
}

.woocommerce .wc-block-components-product-price,
.woocommerce-page .wc-block-components-product-price,
.woocommerce .wp-block-woocommerce-product-price,
.woocommerce-page .wp-block-woocommerce-product-price {
	color: var(--streamline-wc-dark);
	font-family: var(--streamline-wc-body);
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.3;
	margin: 7px 0 0;
	text-align: left;
}

.woocommerce .wp-block-button.wc-block-components-product-button,
.woocommerce-page .wp-block-button.wc-block-components-product-button {
	margin: 12px 0 0 !important;
	text-align: left !important;
}

.woocommerce .wp-block-button.wc-block-components-product-button .wp-block-button__link,
.woocommerce-page .wp-block-button.wc-block-components-product-button .wp-block-button__link,
.woocommerce .wc-block-components-product-button__button,
.woocommerce-page .wc-block-components-product-button__button {
	background: var(--streamline-wc-accent) !important;
	border: 1px solid var(--streamline-wc-accent) !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	cursor: pointer;
	font-family: var(--streamline-wc-body);
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1 !important;
	padding: 10px 18px !important;
	text-transform: uppercase;
}

.woocommerce .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
.woocommerce-page .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
.woocommerce .wc-block-components-product-button__button:hover,
.woocommerce-page .wc-block-components-product-button__button:hover {
	background: var(--streamline-wc-dark) !important;
	border-color: var(--streamline-wc-dark) !important;
	color: #ffffff !important;
	text-decoration: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
	align-items: center;
	background: var(--streamline-wc-muted) !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	box-sizing: border-box;
	color: var(--streamline-wc-text) !important;
	display: flex;
	font-family: var(--streamline-wc-body);
	font-size: 15px;
	gap: 12px;
	line-height: 1.45;
	margin: 0 0 24px !important;
	padding: 18px 22px !important;
	text-transform: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before,
.wc-block-components-notice-banner::before,
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after,
.wc-block-components-notice-banner::after {
	display: none !important;
}

.woocommerce nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.wp-block-query-pagination {
	margin-top: 45px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.wp-block-query-pagination {
	border: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li a,
.woocommerce-page nav.woocommerce-pagination ul li span,
.wp-block-query-pagination a,
.wp-block-query-pagination .page-numbers {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--streamline-wc-accent);
	color: var(--streamline-wc-dark);
	display: inline-flex;
	font-family: var(--streamline-wc-body);
	height: 36px;
	justify-content: center;
	min-width: 36px;
	padding: 0 10px;
	text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current,
.wp-block-query-pagination .current {
	background: var(--streamline-wc-accent);
	color: #ffffff;
}

@media (max-width: 1141px) {
	.woocommerce .wc-block-product-template,
	.woocommerce-page .wc-block-product-template,
	.woocommerce .wc-block-product-template__responsive,
	.woocommerce-page .wc-block-product-template__responsive {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 781px) {
	body.woocommerce .wp-site-blocks > main,
	body.woocommerce-page .wp-site-blocks > main,
	body.post-type-archive-product .wp-site-blocks > main,
	body.tax-product_cat .wp-site-blocks > main,
	body.tax-product_tag .wp-site-blocks > main,
	body.tax-product_brand .wp-site-blocks > main,
	body.tax-pwb-brand .wp-site-blocks > main,
	body.tax-yith_product_brand .wp-site-blocks > main,
	body.tax-brand .wp-site-blocks > main,
	body.tax-pa_brand .wp-site-blocks > main {
		padding: 42px 18px;
	}

	.woocommerce-products-header,
	.wp-block-query-title,
	.wp-block-woocommerce-product-collection-title {
		font-size: 32px;
		margin-bottom: 28px;
	}

	.woocommerce .wc-block-product-template,
	.woocommerce-page .wc-block-product-template,
	.woocommerce .wc-block-product-template__responsive,
	.woocommerce-page .wc-block-product-template__responsive {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 501px) {
	.woocommerce .wc-block-product-template,
	.woocommerce-page .wc-block-product-template,
	.woocommerce .wc-block-product-template__responsive,
	.woocommerce-page .wc-block-product-template__responsive {
		grid-template-columns: 1fr !important;
	}
}

/* Product category/archive cleanup: no sidebar, no data changes. */
body.tax-product_cat .wc-block-store-notices,
body.post-type-archive-product .wc-block-store-notices,
body.tax-product_cat .woocommerce-notices-wrapper,
body.post-type-archive-product .woocommerce-notices-wrapper {
	display: none !important;
}

body.tax-product_cat .wp-block-query-title,
body.post-type-archive-product .wp-block-query-title,
body.tax-product_cat .wp-block-woocommerce-product-collection-title,
body.post-type-archive-product .wp-block-woocommerce-product-collection-title {
	color: var(--streamline-wc-dark);
	font-family: var(--streamline-wc-heading);
	font-size: clamp(34px, 2.7vw, 42px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 34px;
	text-transform: none;
}

body.tax-product_cat .wc-block-breadcrumbs,
body.post-type-archive-product .wc-block-breadcrumbs {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 14px;
	margin-bottom: 14px;
}

body.tax-product_cat .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title a,
body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.post-type-archive-product .wc-block-product .wp-block-post-title a {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 15.5px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.35;
	margin-top: 15px;
	text-align: left;
	text-transform: none;
}

body.tax-product_cat .wc-block-components-product-price,
body.tax-product_cat .wp-block-woocommerce-product-price,
body.post-type-archive-product .wc-block-components-product-price,
body.post-type-archive-product .wp-block-woocommerce-product-price {
	color: var(--streamline-wc-dark);
	font-family: var(--streamline-wc-body);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 7px;
	text-align: left;
}

body.tax-product_cat .wp-block-woocommerce-catalog-sorting select,
body.post-type-archive-product .wp-block-woocommerce-catalog-sorting select,
body.tax-product_cat .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select {
	border: 1px solid #231f20;
	border-radius: 0;
	font-family: var(--streamline-wc-body);
	font-size: 14px;
	min-height: 28px;
}

/* Display-only removal of the customer-facing "Global" prefix on confirmed category archives. */
body.term-global-bain-maries .wp-block-query-title,
body.term-global-basins-bowls-sinks .wp-block-query-title,
body.term-global-benches-shelving .wp-block-query-title,
body.term-global-bain-maries .wc-block-breadcrumbs,
body.term-global-basins-bowls-sinks .wc-block-breadcrumbs,
body.term-global-benches-shelving .wc-block-breadcrumbs {
	font-size: 0 !important;
}

body.term-global-bain-maries .wp-block-query-title::after,
body.term-global-basins-bowls-sinks .wp-block-query-title::after,
body.term-global-benches-shelving .wp-block-query-title::after {
	display: inline-block;
	font-family: var(--streamline-wc-heading);
	font-size: clamp(34px, 2.7vw, 42px);
	font-weight: 500;
	line-height: 1;
}

body.term-global-bain-maries .wp-block-query-title::after {
	content: "Bain Maries";
}

body.term-global-basins-bowls-sinks .wp-block-query-title::after {
	content: "Basins Bowls & Sinks";
}

body.term-global-benches-shelving .wp-block-query-title::after {
	content: "Benches & Shelving";
}

body.term-global-bain-maries .wc-block-breadcrumbs::after,
body.term-global-basins-bowls-sinks .wc-block-breadcrumbs::after,
body.term-global-benches-shelving .wc-block-breadcrumbs::after {
	color: var(--streamline-wc-text);
	display: inline-block;
	font-family: var(--streamline-wc-body);
	font-size: 14px;
	line-height: 1.4;
}

body.term-global-bain-maries .wc-block-breadcrumbs::after {
	content: "Home / Counterline Equipment / Bain Maries";
}

body.term-global-basins-bowls-sinks .wc-block-breadcrumbs::after {
	content: "Home / Shelving & Storage / Basins Bowls & Sinks";
}

body.term-global-benches-shelving .wc-block-breadcrumbs::after {
	content: "Home / Shelving & Storage / Benches & Shelving";
}

/* Clean Woo archive target: no legacy left sidebar, just product-focused archive styling. */
body.woocommerce .wp-site-blocks > main,
body.woocommerce-page .wp-site-blocks > main,
body.post-type-archive-product .wp-site-blocks > main,
body.tax-product_cat .wp-site-blocks > main,
body.tax-product_tag .wp-site-blocks > main,
body.tax-product_brand .wp-site-blocks > main,
body.tax-pwb-brand .wp-site-blocks > main,
body.tax-yith_product_brand .wp-site-blocks > main,
body.tax-brand .wp-site-blocks > main,
body.tax-pa_brand .wp-site-blocks > main {
	max-width: 1500px;
	padding-top: 60px;
}

.woocommerce .wc-block-breadcrumbs,
.woocommerce-page .wc-block-breadcrumbs {
	color: var(--streamline-wc-text);
	font-size: 14px;
	margin-bottom: 14px;
}

.woocommerce .wp-block-query-title,
.woocommerce-page .wp-block-query-title,
.woocommerce .wp-block-woocommerce-product-collection-title,
.woocommerce-page .wp-block-woocommerce-product-collection-title {
	font-family: var(--streamline-wc-heading);
	font-size: clamp(32px, 2.7vw, 42px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 36px;
	text-transform: none;
}

.woocommerce .wc-block-store-notices,
.woocommerce-page .wc-block-store-notices {
	margin-bottom: 28px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.wc-block-components-notice-banner {
	background: #f1f1f2 !important;
	border: 1px solid #d4d4d4 !important;
	color: #231f20 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	justify-content: flex-start;
	margin-bottom: 28px !important;
	padding: 14px 18px !important;
	text-transform: uppercase;
}

.wc-block-components-notice-banner > svg,
.wc-block-components-notice-banner .wc-block-components-notice-banner__content::before {
	display: none !important;
}

.woocommerce .wp-block-woocommerce-product-results-count,
.woocommerce .wp-block-woocommerce-catalog-sorting,
.woocommerce-page .wp-block-woocommerce-product-results-count,
.woocommerce-page .wp-block-woocommerce-catalog-sorting {
	font-size: 16px;
	line-height: 1.3;
}

.woocommerce .wp-block-woocommerce-catalog-sorting select,
.woocommerce-page .wp-block-woocommerce-catalog-sorting select,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	background: #ffffff;
	border: 1px solid #231f20;
	border-radius: 0;
	color: #231f20;
	font-family: var(--streamline-wc-body);
	font-size: 14px;
	min-height: 28px;
	padding: 2px 34px 2px 10px;
}

.woocommerce .wc-block-product-template,
.woocommerce-page .wc-block-product-template,
.woocommerce .wc-block-product-template__responsive,
.woocommerce-page .wc-block-product-template__responsive {
	column-gap: 38px !important;
	row-gap: 54px !important;
}

.woocommerce .wc-block-components-product-image a,
.woocommerce-page .wc-block-components-product-image a,
.woocommerce .wp-block-woocommerce-product-image a,
.woocommerce-page .wp-block-woocommerce-product-image a {
	background: #ffffff;
	border: 1px solid var(--streamline-wc-accent);
}

.woocommerce .wc-block-product .wp-block-post-title,
.woocommerce-page .wc-block-product .wp-block-post-title,
.woocommerce .wc-block-product .wp-block-post-title a,
.woocommerce-page .wc-block-product .wp-block-post-title a {
	font-size: 15px;
	font-weight: 400;
	margin-top: 15px;
}

.woocommerce .wp-block-button.wc-block-components-product-button,
.woocommerce-page .wp-block-button.wc-block-components-product-button {
	text-align: center !important;
}

.woocommerce .wp-block-button.wc-block-components-product-button .wp-block-button__link,
.woocommerce-page .wp-block-button.wc-block-components-product-button .wp-block-button__link,
.woocommerce .wc-block-components-product-button__button,
.woocommerce-page .wc-block-components-product-button__button {
	background: var(--streamline-wc-accent) !important;
	border-color: var(--streamline-wc-accent) !important;
	font-size: 13px !important;
	font-weight: 700;
	min-width: 132px;
	padding: 11px 18px !important;
}

/* Product archive title cleanup and card typography only. */
body.tax-product_cat[class*="term-global-"] .woocommerce-products-header__title.page-title,
body.tax-product_cat[class*="term-global-"] .wp-block-query-title,
body.tax-product_cat[class*="term-global-"] .wp-block-woocommerce-product-collection-title {
	display: block;
	font-family: var(--streamline-wc-heading);
	font-size: clamp(34px, 2.7vw, 42px) !important;
	font-weight: 500;
	line-height: 1;
	overflow: hidden;
	text-indent: -2.95em;
	text-transform: none;
	white-space: normal;
}

body.tax-product_cat[class*="term-global-"] .woocommerce-products-header__title.page-title::after,
body.tax-product_cat[class*="term-global-"] .wp-block-query-title::after,
body.tax-product_cat[class*="term-global-"] .wp-block-woocommerce-product-collection-title::after {
	content: none !important;
	display: none !important;
}

body.tax-product_cat[class*="term-global-"] .woocommerce-breadcrumb,
body.tax-product_cat[class*="term-global-"] .wc-block-breadcrumbs {
	display: none !important;
}

body.tax-product_cat .wc-block-product .wp-block-post-title,
body.tax-product_cat .wc-block-product .wp-block-post-title a,
body.post-type-archive-product .wc-block-product .wp-block-post-title,
body.post-type-archive-product .wc-block-product .wp-block-post-title a,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
	color: var(--streamline-wc-dark) !important;
	font-family: var(--streamline-wc-heading) !important;
	font-size: clamp(18px, 1.35vw, 21px) !important;
	font-weight: 500 !important;
	letter-spacing: 0;
	line-height: 1.22 !important;
	margin: 17px 0 0 !important;
	text-align: left;
	text-transform: none;
}

body.tax-product_cat .wc-block-components-product-price,
body.tax-product_cat .wp-block-woocommerce-product-price,
body.post-type-archive-product .wc-block-components-product-price,
body.post-type-archive-product .wp-block-woocommerce-product-price,
body.tax-product_cat ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price {
	color: #8f7f5d !important;
	font-family: var(--streamline-wc-body) !important;
	font-size: clamp(16px, 1.1vw, 18px) !important;
	font-weight: 600 !important;
	letter-spacing: 0;
	line-height: 1.3 !important;
	margin: 8px 0 0 !important;
	text-align: left;
}

body.tax-product_cat .wc-block-components-product-price .woocommerce-Price-amount,
body.tax-product_cat .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.post-type-archive-product .wc-block-components-product-price .woocommerce-Price-amount,
body.post-type-archive-product .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.tax-product_cat ul.products li.product .price .woocommerce-Price-amount,
body.post-type-archive-product ul.products li.product .price .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body.tax-product_cat .wc-block-components-product-price small,
body.tax-product_cat .wp-block-woocommerce-product-price small,
body.post-type-archive-product .wc-block-components-product-price small,
body.post-type-archive-product .wp-block-woocommerce-product-price small,
body.tax-product_cat ul.products li.product .price small,
body.post-type-archive-product ul.products li.product .price small,
body.tax-product_cat .woocommerce-price-suffix,
body.post-type-archive-product .woocommerce-price-suffix {
	color: inherit;
	display: inline;
	font-size: 0.78em;
	font-weight: 600;
	line-height: inherit;
	margin-left: 3px;
	text-transform: none;
	vertical-align: baseline;
}

@media (max-width: 781px) {
	body.tax-product_cat[class*="term-global-"] .woocommerce-products-header__title.page-title,
	body.tax-product_cat[class*="term-global-"] .wp-block-query-title,
	body.tax-product_cat[class*="term-global-"] .wp-block-woocommerce-product-collection-title {
		font-size: 32px !important;
		text-indent: -2.95em;
	}

	body.tax-product_cat .wc-block-product .wp-block-post-title,
	body.tax-product_cat .wc-block-product .wp-block-post-title a,
	body.post-type-archive-product .wc-block-product .wp-block-post-title,
	body.post-type-archive-product .wc-block-product .wp-block-post-title a,
	body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
	body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
		font-size: 18px !important;
	}

	body.tax-product_cat .wc-block-components-product-price,
	body.tax-product_cat .wp-block-woocommerce-product-price,
	body.post-type-archive-product .wc-block-components-product-price,
	body.post-type-archive-product .wp-block-woocommerce-product-price,
	body.tax-product_cat ul.products li.product .price,
	body.post-type-archive-product ul.products li.product .price {
		font-size: 16px !important;
	}
}

/* Single product live-layout correction only. */
body.single-product .wc-block-store-notices,
body.single-product .woocommerce-notices-wrapper,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error,
body.single-product .wc-block-components-notice-banner,
body.single-product .wc-block-components-notices,
body.single-product .wc-block-components-notices__snackbar {
	display: none !important;
}

body.single-product .wp-block-group.woocommerce.product {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1500px;
	padding: calc(var(--streamline-header-sticky-height) + 72px) 33px 64px !important;
	width: 100%;
}

body.single-product .wp-block-group.woocommerce.product > main {
	max-width: none;
	width: 100%;
}

body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide {
	align-items: flex-end !important;
	box-sizing: border-box;
	display: flex !important;
	gap: clamp(42px, 3.3vw, 49.5px) !important;
	justify-content: center;
	margin: 0 auto 70px !important;
	max-width: 1110px;
	width: 100%;
}

body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:first-child {
	flex: 0 1 655.95px !important;
	max-width: 655.95px;
	min-width: 0;
	width: 43.73vw;
}

body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
	align-self: center;
	box-sizing: border-box;
	flex: 0 0 330px !important;
	max-width: 330px;
	min-width: 0;
	width: 22vw;
}

body.single-product .wp-block-woocommerce-product-image-gallery,
body.single-product .woocommerce-product-gallery {
	margin: 0 !important;
	width: 100% !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
	width: 100%;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .woocommerce-product-gallery img {
	background: #ffffff;
	border: 0;
	box-sizing: border-box;
	display: block;
	height: auto !important;
	margin: 0 auto;
	object-fit: contain;
	padding: 0;
	width: 100% !important;
}

body.single-product .wp-block-post-title {
	color: #231f20 !important;
	font-family: "Marcellus SC", var(--streamline-wc-heading), serif !important;
	font-size: clamp(18px, 1.35vw, 21px) !important;
	font-weight: 500 !important;
	letter-spacing: 0;
	line-height: 1.22 !important;
	margin: 0 0 11px !important;
	text-transform: none;
}

body.single-product .wp-block-woocommerce-product-price,
body.single-product .wc-block-components-product-price {
	color: #9a8d00 !important;
	font-family: var(--streamline-wc-body) !important;
	font-size: clamp(22px, 1.6vw, 25px) !important;
	font-weight: 400 !important;
	line-height: 1.25 !important;
	margin: 0 0 26px !important;
}

body.single-product .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.single-product .wc-block-components-product-price .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body.single-product .woocommerce-price-suffix,
body.single-product .wp-block-woocommerce-product-price small,
body.single-product .wc-block-components-product-price small {
	color: inherit;
	display: inline;
	font-size: 0.86em;
	font-weight: 400;
	margin-left: 4px;
	vertical-align: baseline;
}

body.single-product .wp-block-post-excerpt,
body.single-product .wp-block-post-excerpt__excerpt {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.45;
	margin: 0 0 20px !important;
}

body.single-product .wp-block-add-to-cart-form,
body.single-product form.cart {
	margin: 0 0 14px !important;
	width: 100%;
}

body.single-product form.cart {
	align-items: stretch;
	display: flex;
	gap: 10px;
}

body.single-product form.cart div.quantity {
	flex: 0 0 80px;
	margin: 0 !important;
}

body.single-product form.cart .qty {
	border: 1px solid #000000;
	border-radius: 0;
	box-sizing: border-box;
	color: var(--streamline-wc-dark);
	font-family: var(--streamline-wc-body);
	font-size: 16px;
	height: 67px;
	padding: 0 10px;
	text-align: center;
	width: 80px;
}

body.single-product form.cart .button,
body.single-product .single_add_to_cart_button,
body.single-product .wp-block-add-to-cart-form .button {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	flex: 1 1 auto;
	font-family: var(--streamline-wc-body);
	font-size: 22px !important;
	font-weight: 700 !important;
	letter-spacing: 1.05px;
	line-height: 1 !important;
	min-height: 67px;
	padding: 18px 28px !important;
	text-transform: uppercase;
}

body.single-product form.cart .button:hover,
body.single-product .single_add_to_cart_button:hover,
body.single-product .wp-block-add-to-cart-form .button:hover {
	background: var(--streamline-wc-accent) !important;
	border-color: var(--streamline-wc-accent) !important;
	color: #ffffff !important;
}

body.single-product .wcpay-payment-request-wrapper,
body.single-product #wc-stripe-payment-request-wrapper,
body.single-product #wc-stripe-payment-request-button-separator,
body.single-product .wc-stripe-payment-request-wrapper,
body.single-product .wc-block-components-express-payment,
body.single-product .gpay-card-info-container,
body.single-product .gpay-card-info-container-fill {
	margin: 12px 0 0 !important;
	max-width: 100%;
	width: 100% !important;
}

body.single-product .wp-block-woocommerce-product-meta {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 21px;
	line-height: 1.38;
	margin: 14px 0 0 !important;
}

body.single-product .wp-block-woocommerce-product-meta .wp-block-group {
	display: block !important;
}

body.single-product .product_meta,
body.single-product .taxonomy-product_cat,
body.single-product .wp-block-post-terms,
body.single-product .wc-block-components-product-sku {
	color: var(--streamline-wc-text);
	display: inline;
	font-family: var(--streamline-wc-body);
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

body.single-product .product_meta a,
body.single-product .taxonomy-product_cat a,
body.single-product .wp-block-post-terms a {
	color: var(--streamline-wc-text);
	text-decoration: none;
}

body.single-product .wp-block-woocommerce-product-details {
	clear: both;
	margin: 0 auto 68px !important;
	max-width: 1500px;
	width: 100%;
}

body.single-product .woocommerce-tabs {
	width: 100%;
}

body.single-product .woocommerce-tabs ul.tabs {
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid #d8d1c7 !important;
	box-shadow: none !important;
	display: flex;
	gap: 28px;
	list-style: none !important;
	margin: 0 0 34px !important;
	overflow: visible !important;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before {
	border-bottom-color: #d8d1c7 !important;
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-family: var(--streamline-wc-body);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
	color: #777477 !important;
	display: block;
	font-family: var(--streamline-wc-body);
	padding: 0 0 18px !important;
	text-decoration: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active,
body.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"] {
	background: transparent !important;
	border: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active::after,
body.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"]::after {
	background: var(--streamline-wc-dark);
	bottom: -1px;
	content: "" !important;
	display: block !important;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .woocommerce-tabs ul.tabs li[aria-selected="true"] a {
	color: var(--streamline-wc-dark) !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .panel {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 24px;
	line-height: 1.42;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-tabs #tab-description h2 {
	color: #c7b399;
	font-family: var(--wp--preset--font-family--streamline-serif, var(--streamline-wc-heading));
	font-size: 42px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 12px;
	text-transform: uppercase;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h4,
body.single-product .woocommerce-tabs .panel h3,
body.single-product .woocommerce-tabs .panel h4 {
	color: var(--streamline-wc-dark);
	font-family: var(--wp--preset--font-family--streamline-serif, var(--streamline-wc-heading));
	font-size: clamp(32px, 2.16vw, 42px);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 24px 0 10px;
	text-transform: none;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel p,
body.single-product .woocommerce-tabs .woocommerce-Tabs-panel li,
body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel li {
	color: var(--streamline-wc-text);
	font-family: var(--streamline-wc-body);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.42;
	margin: 0 0 16px;
}

body.single-product .woocommerce-tabs .woocommerce-Tabs-panel a,
body.single-product .woocommerce-tabs .panel a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.12em;
}

body.single-product .wp-block-woocommerce-related-products,
body.single-product [data-collection="woocommerce/product-collection/related"],
body.single-product .related.products {
	clear: both;
	margin: 86px auto 0 !important;
	max-width: 1500px;
	width: 100%;
}

body.single-product .wp-block-woocommerce-related-products h2,
body.single-product [data-collection="woocommerce/product-collection/related"] > .wp-block-heading,
body.single-product [data-collection="woocommerce/product-collection/related"] > h2,
body.single-product .related.products > h2 {
	color: #c7b399 !important;
	font-family: var(--wp--preset--font-family--streamline-serif, var(--streamline-wc-heading)) !important;
	font-size: clamp(34px, 2.8vw, 42px) !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	line-height: 1.1 !important;
	margin: 0 0 36px !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template.is-flex-container,
body.single-product .wp-block-woocommerce-related-products .wc-block-product-template,
body.single-product .wp-block-woocommerce-related-products .wc-block-product-template.is-flex-container,
body.single-product .related.products ul.products {
	align-items: start !important;
	column-gap: 30px !important;
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	row-gap: 48px !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template > li,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template.is-flex-container > li,
body.single-product .wp-block-woocommerce-related-products .wc-block-product-template > li,
body.single-product .wp-block-woocommerce-related-products .wc-block-product-template.is-flex-container > li,
body.single-product .related.products ul.products li.product {
	display: flex !important;
	flex-direction: column;
	list-style: none !important;
	margin: 0 !important;
	min-width: 0;
	text-align: left;
	width: auto !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-image,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-image,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-image,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__link {
	margin: 0 !important;
	width: 100%;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-image a,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-image a,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-image a,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image a,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__link {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border: 1px solid var(--streamline-wc-accent);
	box-sizing: border-box;
	display: flex !important;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-image img,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-image img,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-image img,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image img,
body.single-product .related.products ul.products li.product img {
	background: #ffffff;
	box-sizing: border-box;
	display: block;
	height: 100% !important;
	margin: 0 auto !important;
	object-fit: contain !important;
	padding: 10px;
	width: 100% !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-post-title,
body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-post-title a,
body.single-product .wp-block-woocommerce-related-products .wp-block-post-title,
body.single-product .wp-block-woocommerce-related-products .wp-block-post-title a,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	color: var(--streamline-wc-dark) !important;
	font-family: var(--streamline-wc-heading) !important;
	font-size: clamp(18px, 1.35vw, 21px) !important;
	font-weight: 500 !important;
	letter-spacing: 0 !important;
	line-height: 1.22 !important;
	margin: 17px 0 0 !important;
	text-align: left !important;
	text-decoration: none !important;
	text-transform: none !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-price,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-price,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-price,
body.single-product .related.products ul.products li.product .price {
	color: #8f7f5d !important;
	font-family: var(--streamline-wc-body) !important;
	font-size: clamp(16px, 1.1vw, 18px) !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1.3 !important;
	margin: 8px 0 0 !important;
	text-align: left !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price .woocommerce-Price-amount,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-price .woocommerce-Price-amount,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-price .woocommerce-Price-amount,
body.single-product .related.products ul.products li.product .price .woocommerce-Price-amount {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .woocommerce-price-suffix,
body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-woocommerce-product-price small,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-price small,
body.single-product .wp-block-woocommerce-related-products .woocommerce-price-suffix,
body.single-product .wp-block-woocommerce-related-products .wp-block-woocommerce-product-price small,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-price small,
body.single-product .related.products ul.products li.product .price small {
	color: inherit;
	display: inline;
	font-size: 0.78em;
	font-weight: 600;
	line-height: inherit;
	margin-left: 3px;
	text-transform: none;
	vertical-align: baseline;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button,
body.single-product .wp-block-woocommerce-related-products .wp-block-button.wc-block-components-product-button {
	margin: 16px 0 0 !important;
	text-align: left !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button__button,
body.single-product .wp-block-woocommerce-related-products .wp-block-button.wc-block-components-product-button .wp-block-button__link,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-button__button,
body.single-product .related.products ul.products li.product .button {
	background: #000000 !important;
	border: 1px solid #000000 !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-family: var(--streamline-wc-body) !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	min-width: 132px;
	padding: 11px 18px !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
}

body.single-product [data-collection="woocommerce/product-collection/related"] .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-components-product-button__button:hover,
body.single-product .wp-block-woocommerce-related-products .wp-block-button.wc-block-components-product-button .wp-block-button__link:hover,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-button__button:hover,
body.single-product .related.products ul.products li.product .button:hover {
	background: var(--streamline-wc-accent) !important;
	border-color: var(--streamline-wc-accent) !important;
	color: #ffffff !important;
}

@media (max-width: 1100px) {
	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide {
		align-items: flex-start !important;
		gap: 34px !important;
	}

	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:first-child {
		flex-basis: 54% !important;
		width: 54%;
	}

	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
		flex-basis: 330px !important;
		max-width: 330px;
		width: 330px;
	}

	body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template,
	body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template.is-flex-container,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template.is-flex-container,
	body.single-product .related.products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 781px) {
	body.single-product .wp-block-group.woocommerce.product {
		padding: 46px 18px 50px !important;
	}

	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide {
		display: block !important;
		margin-bottom: 46px !important;
	}

	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:first-child,
	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
		max-width: none;
		width: 100%;
	}

	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2) {
		margin-top: 32px;
	}

	body.single-product .wp-block-post-title {
		font-size: 32px !important;
	}

	body.single-product .wp-block-post-excerpt,
	body.single-product .wp-block-post-excerpt__excerpt,
	body.single-product .wp-block-woocommerce-product-meta {
		font-size: 16px;
	}

	body.single-product .wp-block-woocommerce-product-price,
	body.single-product .wc-block-components-product-price {
		font-size: 21px !important;
	}

	body.single-product form.cart .qty,
	body.single-product form.cart .button,
	body.single-product .single_add_to_cart_button,
	body.single-product .wp-block-add-to-cart-form .button {
		min-height: 52px;
		height: 52px;
		font-size: 15px !important;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel,
	body.single-product .woocommerce-tabs .panel {
		font-size: 16px;
	}

	body.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,
	body.single-product .woocommerce-tabs #tab-description h2,
	body.single-product .wp-block-woocommerce-related-products h2,
	body.single-product [data-collection="woocommerce/product-collection/related"] > .wp-block-heading,
	body.single-product [data-collection="woocommerce/product-collection/related"] > h2,
	body.single-product .related.products > h2 {
		font-size: 32px !important;
	}

	body.single-product .wp-block-woocommerce-related-products,
	body.single-product [data-collection="woocommerce/product-collection/related"],
	body.single-product .related.products {
		margin-top: 60px !important;
	}

	body.single-product .wp-block-woocommerce-related-products h2,
	body.single-product [data-collection="woocommerce/product-collection/related"] > .wp-block-heading,
	body.single-product [data-collection="woocommerce/product-collection/related"] > h2,
	body.single-product .related.products > h2 {
		margin-bottom: 28px !important;
	}

	body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template,
	body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template.is-flex-container,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template.is-flex-container,
	body.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		row-gap: 38px !important;
	}
}

@media (max-width: 501px) {
	body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template,
	body.single-product [data-collection="woocommerce/product-collection/related"] .wc-block-product-template.is-flex-container,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template,
	body.single-product .wp-block-woocommerce-related-products .wc-block-product-template.is-flex-container,
	body.single-product .related.products ul.products {
		grid-template-columns: 1fr !important;
	}
}

body.single-product .wp-block-add-to-cart-form,
body.single-product form.cart,
body.single-product .wcpay-payment-request-wrapper,
body.single-product #wc-stripe-payment-request-wrapper,
body.single-product #wc-stripe-payment-request-button-separator,
body.single-product .wc-stripe-payment-request-wrapper,
body.single-product .wc-block-components-express-payment,
body.single-product .gpay-card-info-container,
body.single-product .gpay-card-info-container-fill {
	max-width: 330px;
}

@media (max-width: 781px) {
	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide,
	body.single-product .wp-block-group.woocommerce.product > main > .wp-block-columns.alignwide > .wp-block-column:nth-child(2),
	body.single-product .wp-block-add-to-cart-form,
	body.single-product form.cart,
	body.single-product .wcpay-payment-request-wrapper,
	body.single-product #wc-stripe-payment-request-wrapper,
	body.single-product #wc-stripe-payment-request-button-separator,
	body.single-product .wc-stripe-payment-request-wrapper,
	body.single-product .wc-block-components-express-payment,
	body.single-product .gpay-card-info-container,
	body.single-product .gpay-card-info-container-fill {
		max-width: none;
		width: 100%;
	}
}
