@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');


.woocommerce .wc-block-components-textarea,
.woocommerce-page .wc-block-components-textarea {
	height: calc(var(--input-height) * 3);
}

.woocommerce .wc-block-components-quantity-selector:after,
.woocommerce-page .wc-block-components-quantity-selector:after {
	border-radius: 0;
}
.woocommerce .wc-block-components-form,
.woocommerce-page .wc-block-components-form {
	--input-height: calc(var(--input-fz) * var(--input-lh) + var(--input-pt) + var(--input-pb) + var(--input-bd) * 2);
}
.woocommerce .wc-block-components-button:not(.is-link),
.woocommerce-page .wc-block-components-button:not(.is-link) {
	transition: all 0.2s ease-in-out;
}
.woocommerce form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded="true"],
.woocommerce-page form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.woocommerce-page
	form
	.wc-block-components-combobox
	.wc-block-components-combobox-control
	input.components-combobox-control__input[aria-expanded="true"] {
	border-color: #b9e2ff;
}
.woocommerce form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.woocommerce-page form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	margin: var(--input-height) 0 0 0;
	border-color: #b9e2ff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.wc-tabs {
	border: none;
	background-color: rgba(0, 0, 0, 0);
}
.quantity-field {
	display: flex;
	align-items: center;
}
div.quantity {
	position: relative;
	min-width: 5.4375rem;
}
div.quantity .quantity-title {
	margin-bottom: 0;
	font-weight: 700;
	color: #14130e;
}
.s-qty-dec,
.s-qty-inc {
	position: relative;
	display: flex;
	border: 1px solid #fff;
	width: 1.75rem;
	height: 1.75rem;
	border: 1px solid #575c60;
	border-radius: 50%;
	color: #575c60;
	font-size: 0.9375rem;
	cursor: pointer;
	line-height: 1;
	background-color: #fbfbfb;
	transition: background-color 0.2s ease-in-out;
}
.s-qty-dec:hover,
.s-qty-dec:focus,
.s-qty-inc:hover,
.s-qty-inc:focus {
	background-color: #cacaca;
}
.s-qty-dec::before,
.s-qty-inc::before {
	content: "";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.quantity .input-text.qty {
	font-size: 1.25rem;
	color: #575c60;
	height: 1.75rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	padding: 0.1875rem 0.3125rem;
	width: 2.125rem;
	text-align: center;
}
.quantity .input-text.qty:focus {
	border-color: unset;
	background-color: unset;
}
.s-qty-dec::before {
	content: "";
}
.s-qty-inc::before {
	content: "+";
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	display: none;
	min-width: 12rem;
}
.woocommerce .woocommerce-ordering select + .select2 .select2-selection,
.woocommerce-page .woocommerce-ordering select + .select2 .select2-selection {
	padding-right: 2rem;
}
.woocommerce .return-to-shop,
.woocommerce-page .return-to-shop {
	margin-top: 3.75rem;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	display: none;
}
.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	margin-left: 0.25rem;
	padding-top: 0;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
	padding: 0.25rem;
	min-width: 0;
	min-height: 0;
	line-height: 1.5;
	border-radius: 0;
	font-size: 0.875rem;
	background-color: rgba(0, 0, 0, 0);
}
.woocommerce span.onsale::before,
.woocommerce-page span.onsale::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #b9e2ff;
	transform: translateY(-50%);
}
.woocommerce ul.products,
.woocommerce-page ul.products {
	--shop-columns: 3;
	display: grid;
	grid-template-columns: repeat(var(--shop-columns, 4), 1fr);
	column-gap: var(--woo-col-gap, 2rem);
	row-gap: 5rem;
}
@media screen and (max-width: 51.25em) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		--shop-columns: 2;
		row-gap: 2.5rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		column-gap: 1rem;
		--shop-columns: 1 !important;
	}
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
	content: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	width: 100%;
	min-width: 0;
	min-height: 0;
	margin: 0 !important;
	float: none !important;
	clear: none;
	background-color: #fff;
	box-shadow: 0 0.1875rem 0.5rem 0 rgba(0, 0, 0, 0.06);
}
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
	transition: opacity 0.3s;
}
.woocommerce ul.products li.product:hover img,
.woocommerce-page ul.products li.product:hover img {
	opacity: 0.85;
}

.woocommerce ul.products li.product .amount,
.woocommerce-page ul.products li.product .amount {
	color: #14130e;
	font-size: 2rem;
	font-weight: 700;
	font-family: 'Josefin Sans';
}
.woocommerce ul.products li.product .product-desc-container,
.woocommerce-page ul.products li.product .product-desc-container {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 1.875rem 1.875rem;
	width: 100%;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce ul.products li.product .product-desc-container,
	.woocommerce-page ul.products li.product .product-desc-container {
		padding: 0 1.25rem 1.25rem;
	}
}
.woocommerce ul.products li.product .product-desc-container .woocommerce-variation-price,
.woocommerce-page ul.products li.product .product-desc-container .woocommerce-variation-price {
	display: none;
}
.woocommerce ul.products li.product .product-desc-container .loop-product-price,
.woocommerce-page ul.products li.product .product-desc-container .loop-product-price {
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2.125rem;
}
.woocommerce ul.products li.product .product-desc-container .loop-product-price .price,
.woocommerce-page ul.products li.product .product-desc-container .loop-product-price .price {
	margin-bottom: 0;
}
.woocommerce ul.products li.product .loop-buttons .button,
.woocommerce-page ul.products li.product .loop-buttons .button {
	width: 100%;
}
.woocommerce ul.products li.product .loop-buttons .button.subscribe-button,
.woocommerce-page ul.products li.product .loop-buttons .button.subscribe-button {
	margin-top: 0.625rem;
}
.woocommerce ul.products li.product .description_subtitle {
	margin-bottom: 0;
	line-height: 1.3333;
} 
.woocommerce-page ul.products li.product .description_subtitle {
	margin-bottom: 10px;
	line-height: 1.3333;
}
.woocommerce ul.products li.product .variations_form,
.woocommerce-page ul.products li.product .variations_form {
	margin-top: auto;
	margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-variation-description,
.woocommerce-page ul.products li.product .woocommerce-variation-description {
	font-size: 1.125rem;
}
.woocommerce ul.products li.product .loop-short-desc,
.woocommerce-page ul.products li.product .loop-short-desc {
	margin-bottom: 1.1875rem;
}
.woocommerce ul.products li.product .buttons-label,
.woocommerce-page ul.products li.product .buttons-label {
	margin-bottom: 0.3125rem;
}
.woocommerce ul.products li.product .single_add_to_cart_button,
.woocommerce-page ul.products li.product .single_add_to_cart_button {
	display: none;
}
.woocommerce ul.products li.product table.variations,
.woocommerce-page ul.products li.product table.variations {
	/* display: none; */
}
.woocommerce ul.products li.product .wcsatt-options-wrapper,
.woocommerce-page ul.products li.product .wcsatt-options-wrapper {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-variation-availability,
.woocommerce-page ul.products li.product .woocommerce-variation-availability {
	display: none;
}
.woocommerce ul.products li.product .woocommerce-variation-description,
.woocommerce-page ul.products li.product .woocommerce-variation-description {
	margin-bottom: 0.375rem;
	font-weight: 700;
	color: #14130e;
	display: none;
}

a.loop-add-to-cart-btn.button.product_type_variable.add_to_cart_button {
	display: none;
}
.woocommerce ul.products li.product .quantity-field,
.woocommerce-page ul.products li.product .quantity {
	display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
	display: block;
	margin-bottom: 1.25r0em;
	width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
	transition: opacity 0.3s;
	width: 100%;
	height: 21.875rem;
	object-fit: cover;
	margin-bottom: 0;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce ul.products li.product .woocommerce-loop-product__link img,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__link img {
		height: 78vw;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce ul.products li.product .woocommerce-loop-product__link,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
		margin-bottom: 0.5rem;
	}
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product h3 {
	padding-top: 0;
	color: #14130e;
	transition: color 0.3s;
	font-size: 1.375rem;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-category__title:hover,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title:hover,
.woocommerce-page ul.products li.product h3:hover {
	color: #b9e2ff;
}
@media screen and (max-width: 48em) {
	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3,
	.woocommerce-page ul.products li.product .woocommerce-loop-category__title,
	.woocommerce-page ul.products li.product .woocommerce-loop-product__title,
	.woocommerce-page ul.products li.product h3 {
		margin-top: 1rem;
	}
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #14130e;
	display: none;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .custom-variation-price .price {
	color: #14130e;
	display: block;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .custom-product-price .price {
	color: #14130e;
	display: none;
}
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	margin-top: auto;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce ul.products li.product .button,
	.woocommerce-page ul.products li.product .button {
		font-size: 0.875rem;
	}
}
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	width: 100%;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce ul.products[class*="columns-"],
	.woocommerce-page ul.products[class*="columns-"] {
		--shop-columns: 2;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woocommerce ul.products.columns-1,
	.woocommerce-page ul.products.columns-1 {
		--shop-columns: 1;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woocommerce ul.products.columns-2,
	.woocommerce-page ul.products.columns-2 {
		--shop-columns: 2;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woocommerce ul.products.columns-3,
	.woocommerce-page ul.products.columns-3 {
		--shop-columns: 3;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woocommerce ul.products.columns-4,
	.woocommerce-page ul.products.columns-4 {
		--shop-columns: 4;
	}
}
@media print, screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
	.woocommerce ul.products.columns-4,
	.woocommerce-page ul.products.columns-4 {
		--shop-columns: 3;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woocommerce ul.products.columns-5,
	.woocommerce-page ul.products.columns-5 {
		--shop-columns: 5;
	}
}
@media print, screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
	.woocommerce ul.products.columns-5,
	.woocommerce-page ul.products.columns-5 {
		--shop-columns: 3;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woocommerce ul.products.columns-6,
	.woocommerce-page ul.products.columns-6 {
		--shop-columns: 6;
	}
}
@media print, screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
	.woocommerce ul.products.columns-6,
	.woocommerce-page ul.products.columns-6 {
		--shop-columns: 3;
	}
}
.single-product.woocommerce-page .main-content,
.post-type-archive-product.woocommerce-page .main-content,
.tax-product_cat.woocommerce-page .main-content {
	overflow: hidden;
	padding-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
	.single-product.woocommerce-page .main-content .subscription-form,
	.post-type-archive-product.woocommerce-page .main-content .subscription-form,
	.tax-product_cat.woocommerce-page .main-content .subscription-form {
		width: 150%;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media print, screen and (max-width: 64.06125em) {
	.single-product.woocommerce-page .main-content .subscription-form,
	.post-type-archive-product.woocommerce-page .main-content .subscription-form,
	.tax-product_cat.woocommerce-page .main-content .subscription-form {
		margin-right: calc(var(--grid-col-gap, 2rem) * -0.5);
		margin-left: calc(var(--grid-col-gap, 2rem) * -0.5);
	}
}
.post-type-archive-product.woocommerce-page .main-content,
.tax-product_cat.woocommerce-page .main-content {
	padding-top: 0;
}
.post-type-archive-product.woocommerce-page .page-title,
.tax-product_cat.woocommerce-page .page-title {
	display: none;
}
.post-type-archive-product.woocommerce-page .page-header-section,
.tax-product_cat.woocommerce-page .page-header-section {
	margin: 0 -21%;
}
.post-type-archive-product.woocommerce-page .page-header-section .cols-container,
.tax-product_cat.woocommerce-page .page-header-section .cols-container {
	margin-bottom: 15rem;
}
@media print, screen and (min-width: 64.0625em) {
	.post-type-archive-product.woocommerce-page .page-header-section .cols-container .header-image-wrap,
	.tax-product_cat.woocommerce-page .page-header-section .cols-container .header-image-wrap {
		margin-bottom: -5rem;
	}
}
@media screen and (min-width: 75.0625em) and (max-width: 90.06125em) {
	.post-type-archive-product.woocommerce-page .page-header-section .page-header-content .page-header-title,
	.tax-product_cat.woocommerce-page .page-header-section .page-header-content .page-header-title {
		padding-left: 1rem;
	}
	.post-type-archive-product.woocommerce-page .page-header-section .page-header-content .large-text.header-text,
	.tax-product_cat.woocommerce-page .page-header-section .page-header-content .large-text.header-text {
		padding-left: 1rem;
	}
	.post-type-archive-product.woocommerce-page .page-header-section .header-image-wrap,
	.tax-product_cat.woocommerce-page .page-header-section .header-image-wrap {
		padding-right: 15%;
	}
}
@media print, screen and (max-width: 75.06125em) {
	.post-type-archive-product.woocommerce-page .page-header-section,
	.tax-product_cat.woocommerce-page .page-header-section {
		margin: 0 -4%;
	}
}
@media screen and (max-width: 71.75em) {
	.post-type-archive-product.woocommerce-page .page-header-section,
	.tax-product_cat.woocommerce-page .page-header-section {
		margin: 0 -1rem;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.post-type-archive-product.woocommerce-page .page-header-section,
	.tax-product_cat.woocommerce-page .page-header-section {
		margin-right: calc(var(--grid-col-gap, 2rem) * -0.5);
		margin-left: calc(var(--grid-col-gap, 2rem) * -0.5);
		margin-bottom: 3.125rem;
	}
	.post-type-archive-product.woocommerce-page .page-header-section .header-image-wrap,
	.tax-product_cat.woocommerce-page .page-header-section .header-image-wrap {
		padding-right: 1rem;
	}
	.post-type-archive-product.woocommerce-page .page-header-section .cols-container,
	.tax-product_cat.woocommerce-page .page-header-section .cols-container {
		margin-bottom: 0;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.post-type-archive-product.woocommerce-page .page-header-section .page-header-content,
	.tax-product_cat.woocommerce-page .page-header-section .page-header-content {
		padding-bottom: 3.125rem;
	}
}
.post-type-archive-product.woocommerce-page .main-content .subscription-form,
.tax-product_cat.woocommerce-page .main-content .subscription-form {
	margin-top: 9.375rem;
}
@media print, screen and (max-width: 40.06125em) {
	.post-type-archive-product.woocommerce-page .main-content .subscription-form,
	.tax-product_cat.woocommerce-page .main-content .subscription-form {
		margin-top: 3.125rem;
	}
}

.woocommerce .quantity .qty,
.woocommerce-page .quantity .qty {
	width: 3rem;
	padding-right: 0.25rem;
	padding-left: 0.25rem;
}

.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 3rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce div.product .product_title,
	.woocommerce-page div.product .product_title {
		font-size: 2rem;
	}
}
.woocommerce div.product .product-subtitle,
.woocommerce-page div.product .product-subtitle {
	font-weight: 700;
	margin-bottom: 1.875rem;
	color: #14130e;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .related.products,
.woocommerce-page div.product .upsells.products {
	flex: 0 0 auto;
	margin-right: calc(var(--woo-col-gap, 2rem) / 2);
	margin-left: calc(var(--woo-col-gap, 2rem) / 2);
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
	width: calc(50% - var(--woo-col-gap, 2rem));
}

.woocommerce-page div.product div.summary.entry-summary {
	width: 100%;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		width: calc(100% - var(--woo-col-gap, 2rem));
	}
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
	margin-bottom: 0;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.summary {
		margin-bottom: 2.8125rem;
	}
}
.woocommerce div.product div.summary .woocommerce-variation-description,
.woocommerce-page div.product div.summary .woocommerce-variation-description {
	display: none;
}
.woocommerce div.product div.summary .woocommerce-variation-price .price,
.woocommerce-page div.product div.summary .woocommerce-variation-price .price {
	display: none;
}
.woocommerce div.product div.summary .woocommerce-variation-availability,
.woocommerce-page div.product div.summary .woocommerce-variation-availability {
	display: none;
}
.woocommerce div.product div.summary .variation-description,
.woocommerce-page div.product div.summary .variation-description {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.875rem;
	color: #14130e;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.summary .variation-description,
	.woocommerce-page div.product div.summary .variation-description {
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}
}
.woocommerce div.product div.summary .variation-price,
.woocommerce-page div.product div.summary .variation-price {
	margin-top: 0.625rem;
	font-size: 4.5rem;
	color: #14130e;
	margin-bottom: 0.875rem;
	font-weight: 700;
}
.woocommerce div.product div.summary .variation-price .wcsatt-sub-options,
.woocommerce div.product div.summary .variation-price small,
.woocommerce div.product div.summary .variation-price .wcsatt-sub-discount,
.woocommerce-page div.product div.summary .variation-price .wcsatt-sub-options,
.woocommerce-page div.product div.summary .variation-price small,
.woocommerce-page div.product div.summary .variation-price .wcsatt-sub-discount {
	display: none;
}
.woocommerce div.product div.summary .variation-price .from,
.woocommerce div.product div.summary .variation-price del,
.woocommerce div.product div.summary .variation-price ins,
.woocommerce-page div.product div.summary .variation-price .from,
.woocommerce-page div.product div.summary .variation-price del,
.woocommerce-page div.product div.summary .variation-price ins {
	font-size: 2rem;
}
.woocommerce div.product div.summary .variation-price del,
.woocommerce div.product div.summary .variation-price bdi,
.woocommerce-page div.product div.summary .variation-price del,
.woocommerce-page div.product div.summary .variation-price bdi {
	margin-right: -0.4375rem;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.summary .variation-price del,
	.woocommerce div.product div.summary .variation-price bdi,
	.woocommerce-page div.product div.summary .variation-price del,
	.woocommerce-page div.product div.summary .variation-price bdi {
		margin-right: 0;
	}
}
.woocommerce div.product div.summary .variation-price ins,
.woocommerce-page div.product div.summary .variation-price ins {
	text-decoration: unset;
	margin-right: -0.8125rem;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.summary .variation-price ins,
	.woocommerce-page div.product div.summary .variation-price ins {
		margin-right: 0;
	}
}
.woocommerce div.product div.summary .variation-price .subscription-details,
.woocommerce-page div.product div.summary .variation-price .subscription-details {
	font-size: 1.5rem;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.summary .variation-price,
	.woocommerce-page div.product div.summary .variation-price {
		font-size: 2.125rem;
		margin-bottom: 1.125rem;
	}
}
.woocommerce div.product div.summary .variation-stock,
.woocommerce-page div.product div.summary .variation-stock {
	margin-bottom: 2.5rem;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.summary .variation-stock,
	.woocommerce-page div.product div.summary .variation-stock {
		margin-bottom: 1.75rem;
	}
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2),
.woocommerce-page div.product div.images .woocommerce-product-gallery__image:nth-child(n + 2) {
	margin-top: 1.25rem;
	width: 20%;
	height: auto;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}
.woocommerce div.product .description-container,
.woocommerce-page div.product .description-container {
	padding: 0 1rem;
	margin-top: 1.875rem;
	max-width: 43.5rem;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product .description-container,
	.woocommerce-page div.product .description-container {
		margin-top: 0;
	}
}
.woocommerce div.product .description-container .description-title,
.woocommerce-page div.product .description-container .description-title {
	padding-bottom: 0.75rem;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #e0d9cc;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img,
.woocommerce-page div.product div.images .woocommerce-product-gallery__image:first-child img {
	height: 41.5rem;
	object-fit: cover;
}
@media screen and (max-width: 48em) {
	.woocommerce div.product div.images .woocommerce-product-gallery__image:first-child img,
	.woocommerce-page div.product div.images .woocommerce-product-gallery__image:first-child img {
		height: 92vw;
	}
}
.woocommerce div.product .woocommerce-variation-description,
.woocommerce-page div.product .woocommerce-variation-description {
	margin-bottom: 1.875rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #14130e;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page div.product .related.products,
.woocommerce-page div.product .upsells.products {
	width: calc(100% - var(--woo-col-gap, 2rem));
	padding: 0;
}
.woocommerce div.product .related.products,
.woocommerce-page div.product .related.products {
	margin-bottom: 9.375rem;
}
.woocommerce div.product .related.products > h2,
.woocommerce-page div.product .related.products > h2 {
	text-align: center;
	margin-bottom: 2.875rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce div.product .related.products,
	.woocommerce-page div.product .related.products {
		margin-bottom: 3.125rem;
	}
}
.woocommerce div.product table.shop_attributes td p,
.woocommerce-page div.product table.shop_attributes td p {
	padding: 0;
}
/* Wrapper styling for price */
.woocommerce div.product .custom-product-price {
	background-color: #f3f4f6; /* light gray background */
	color: #111827; /* dark text */
	padding: 10px 15px;
	margin-bottom: 15px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 1.25rem;
	font-weight: 600;
	display: inline-block;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* On hover effect (optional) */
.woocommerce div.product .custom-product-price:hover {
	background-color: #e5e7eb;
	color: #000;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: #14130e;
	font-size: 4.5rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce div.product p.price,
	.woocommerce div.product span.price,
	.woocommerce-page div.product p.price,
	.woocommerce-page div.product span.price {
		font-size: 2rem;
	}
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	border: none;
}
.woocommerce div.product #review_form #respond .comment-reply-title,
.woocommerce-page div.product #review_form #respond .comment-reply-title {
	font-weight: bold;
	padding-right: 2em;
	margin-bottom: 1em;
	display: block;
	font-size: 1.2rem;
	max-width: 37.5rem;
	line-height: 1.3em;
}
.woocommerce div.product #review_form #respond p,
.woocommerce-page div.product #review_form #respond p {
	margin-right: 0;
}
@media only screen and (min-width: 641px) {
	.woocommerce div.product #review_form #respond p.comment-form-author,
	.woocommerce-page div.product #review_form #respond p.comment-form-author {
		margin-right: 1.25rem;
	}
}
.woocommerce div.product #review_form #respond label,
.woocommerce-page div.product #review_form #respond label {
	font-weight: 500;
	padding-bottom: 0.8em;
}
.woocommerce div.product #review_form #respond div.comment-form-rating,
.woocommerce-page div.product #review_form #respond div.comment-form-rating {
	flex: 1 1 auto;
	margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40.0625em) {
	.woocommerce div.product #review_form #respond div.comment-form-rating,
	.woocommerce-page div.product #review_form #respond div.comment-form-rating {
		padding-right: 1rem;
	}
}
.woocommerce div.product #review_form #respond div.comment-form-rating .stars span,
.woocommerce-page div.product #review_form #respond div.comment-form-rating .stars span {
	display: block;
	margin-top: 0.25rem;
	font-size: 0;
}
.woocommerce div.product #review_form #respond div.comment-form-rating .stars span a,
.woocommerce-page div.product #review_form #respond div.comment-form-rating .stars span a {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}
.woocommerce div.product #review_form #respond div.comment-form-rating .stars span a::before,
.woocommerce-page div.product #review_form #respond div.comment-form-rating .stars span a::before {
	font-size: 1.5rem;
}
.woocommerce div.product .woocommerce-variation-add-to-cart,
.woocommerce-page div.product .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
}
.woocommerce div.product .wcsatt-options-wrapper,
.woocommerce-page div.product .wcsatt-options-wrapper {
	padding: 0.625rem;
	margin-bottom: 1.875rem;
	background-color: rgba(0, 0, 0, 0);
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0.3125rem;
	padding: 0;
}
@media print, screen and (max-width: 75.06125em) {
	.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios,
	.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios {
		flex-direction: column;
		gap: 0;
	}
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio {
	width: auto;
	min-width: 45%;
	display: flex;
	align-items: center;
	background-color: rgba(240, 249, 255, 0.5);
	padding: 2rem 1rem;
	border-radius: 5px;
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label {
	display: flex;
	align-items: center;
	position: relative;
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label input,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label input {
	width: 1rem;
	height: 1rem;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(calc(-50% - 3px));
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label span,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label span {
	font-size: 1.25rem;
	padding-top: 0;
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label .wcsatt-options-prompt-action,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label .wcsatt-options-prompt-action {
	padding-left: 1.5rem;
}
@media print, screen and (max-width: 75.06125em) {
	.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label,
	.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label {
		display: flex;
		align-items: baseline;
	}
	.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label span,
	.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio label span {
		padding-top: 0;
		padding-left: 0.5rem;
	}
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio.active,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-radios .wcsatt-options-prompt-radio.active {
	background-color: #f0f9ff;
}
.woocommerce div.product .wcsatt-options-wrapper .wcsatt-options-prompt-action,
.woocommerce-page div.product .wcsatt-options-wrapper .wcsatt-options-prompt-action {
	padding-left: 0.625rem;
	font-weight: 700;
	font-size: 1.375rem;
	color: #14130e;
}
.woocommerce div.product .wcsatt-options-product-wrapper,
.woocommerce-page div.product .wcsatt-options-product-wrapper {
	padding: 0.625rem 0 0;
	position: relative;
}
.woocommerce div.product .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown-label,
.woocommerce-page div.product .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown-label {
	font-size: 1.25rem;
	color: #14130e;
}
.woocommerce div.product .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown,
.woocommerce-page div.product .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown {
	margin-bottom: 0;
	padding: 0 0 0.625rem;
	background: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	height: auto;
}
@media screen and (max-width: 27em) {
	.woocommerce div.product .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown,
	.woocommerce-page div.product .wcsatt-options-product-wrapper .wcsatt-options-product-dropdown {
		font-size: 1rem;
		padding-right: 0.9375rem;
	}
}
.woocommerce div.product .product_meta,
.woocommerce-page div.product .product_meta {
	display: none;
}
.woocommerce div.product .quantity,
.woocommerce-page div.product .quantity {
	margin-top: 0.75rem;
	align-items: center;
}
.woocommerce div.product .quantity.quantity-hidden,
.woocommerce-page div.product .quantity.quantity-hidden {
	height: 0;
	width: 0;
	appearance: none;
	visibility: hidden;
	opacity: 0;
}
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce-page div.product .woocommerce-product-details__short-description {
	font-size: 1.25rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce div.product .woocommerce-product-details__short-description,
	.woocommerce-page div.product .woocommerce-product-details__short-description {
		font-size: 0.875rem;
	}
}
.woocommerce div.product #wl-wrapper,
.woocommerce-page div.product #wl-wrapper {
	display: none;
}
.woocommerce div.product .wl-already-in,
.woocommerce-page div.product .wl-already-in {
	display: none;
}
.woocommerce div.product .wcsatt-add-to-subscription-wrapper,
.woocommerce-page div.product .wcsatt-add-to-subscription-wrapper {
	order: -1;
}
.woocommerce div.product .wcsatt-add-to-subscription-wrapper:before,
.woocommerce-page div.product .wcsatt-add-to-subscription-wrapper:before {
	margin-top: 0.875rem;
}
.woocommerce div.product .testimonials,
.woocommerce-page div.product .testimonials {
	padding-top: 9.375rem;
	width: 100%;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce div.product .testimonials,
	.woocommerce-page div.product .testimonials {
		padding-top: 3.125rem;
	}
}

.woocommerce .woocommerce-product-details__short-description,
.woocommerce-page .woocommerce-product-details__short-description {
	margin-bottom: 2rem;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
	border-color: #b8d0e1;
}
.product-banner-wrap {
	max-width: 21.875rem;
}
@media print, screen and (max-width: 64.06125em) {
	.product-banner-wrap {
		max-width: 100%;
	}
}
.product-banner-wrap .product-banner-short-desc {
	max-width: 18.125rem;
}
@media print, screen and (max-width: 75.06125em) {
	.product-banner-wrap .product-banner-short-desc {
		max-width: 65%;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.product-banner-wrap .product-banner-short-desc {
		max-width: 100%;
	}
}
.tax-product_cat .main-content {
	padding-top: 0;
}
.tax-product_cat .page-title {
	display: none;
}
span.price {
	font-size: 3rem;
	color: #14130e;
	font-weight: 700;
}
.variations-desc-title {
	margin-top: 0.75rem;
	color: #14130e;
	font-weight: 700;
	margin-bottom: 0.25rem;
}
.buttons-label {
	color: #14130e;
	font-weight: 700;
	margin-bottom: 0.125rem;
}
.variation-buttons {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.1875rem;
}
.variation-buttons button {
	color: #575c60;
	padding: 0.375rem 0.875rem 0.1875rem 0.875rem;
	border-color: #e8e8e8;
	background-color: #fff;
	font-size: 1.125rem;
}
@media print, screen and (max-width: 40.06125em) {
	.variation-buttons button {
		font-size: 0.9375rem;
	}
}
.variation-buttons button:hover,
.variation-buttons button:focus {
	border-color: #e4c25f;
}
.variation-buttons button.active {
	border-color: #e4c25f;
}
@media screen and (max-width: 48em) {
	.variation-buttons button {
		font-size: 0.875rem;
	}
}
.woocommerce-variation-availability {
	margin-bottom: 2.375rem !important;
	margin-top: 1.875rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
	font-size: 1.25rem;
	font-weight: 700;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	margin-right: 0.625rem;
	width: 1.25rem;
	height: 1.125rem;
	background-image: url("../images/stock.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock.in-stock {
	color: #4db27d;
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
	display: table-cell !important;
}
@media screen and (max-width: 48em) {
	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive tr td:before,
	.woocommerce-page table.shop_table_responsive tr td:before {
		font-size: 1.125rem;
		margin-bottom: 0.75rem;
	}
}
.woocommerce-account .page-header-section.gradient-bg:after {
	opacity: 1;
	background: linear-gradient(90deg, rgba(185, 226, 255, 0.8) 0%, rgb(185, 226, 255) 56%, rgb(185, 226, 255) 100%);
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce-account .my-account-content {
		padding-top: 2.5rem;
	}
}
.woocommerce-account .my-account-content #customer_login .u-column2 {
	display: none;
}
.woocommerce-order-received .breadcrumbs {
	display: none;
}
.woocommerce-order-received .woocommerce-thankyou-title,
.woocommerce-order-received .woocommerce-notice-subtitle {
	text-align: center;
	max-width: 46.75rem;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-order-received .woocommerce-notice-subtitle {
	margin-bottom: 0.625rem;
}
.woocommerce-order-received .subscription-order-notification {
	text-align: center;
	margin-bottom: 3.75rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .subscription-order-notification {
		margin-bottom: 1.875rem;
	}
}
.woocommerce-order-received .woocommerce-thankyou-title {
	position: relative;
	padding-top: 2.5rem;
	margin-bottom: 1.625rem;
}
.woocommerce-order-received .woocommerce-thankyou-title:before {
	display: block;
	content: "";
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.1875rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/received-icon.svg");
	width: 3.125rem;
	height: 3.125rem;
}
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
	display: none;
}
.woocommerce-order-received .woocommerce-order-overview-body {
	max-width: 45.5rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f9ff;
	padding: 1.875rem 1.875rem 0;
}
.woocommerce-order-received .woocommerce-order-overview-body .woocommerce-order-details__title {
	color: #575c60;
	margin-bottom: 1.375rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-overview-body {
		padding: 1.25rem 1.25rem 0;
	}
}
.woocommerce-order-received .woocommerce-order-overview-body ul.order_details {
	margin-bottom: 0;
	padding-bottom: 1.875rem;
	border-bottom: solid 1px #b8d0e1;
}
.woocommerce-order-received .woocommerce-order-overview-body ul.order_details li {
	padding-right: 0;
	text-transform: unset;
	font-size: 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	float: none;
	margin-right: 0;
	border: unset;
}
.woocommerce-order-received .woocommerce-order-overview-body ul.order_details li strong {
	font-size: 1.25rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-overview-body ul.order_details li {
		font-size: 1.125rem;
	}
	.woocommerce-order-received .woocommerce-order-overview-body ul.order_details li strong {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 26.875em) {
	.woocommerce-order-received .woocommerce-order-overview-body ul.order_details li {
		display: inline-block;
	}
	.woocommerce-order-received .woocommerce-order-overview-body ul.order_details li strong {
		display: inline;
		margin-left: 0.5rem;
	}
}
.woocommerce-order-received .woocommerce-order-details {
	padding: 1.25rem 1.875rem 0.625rem;
	background-color: #f0f9ff;
	max-width: 45.5rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-details {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
.woocommerce-order-received .woocommerce-order-details tbody,
.woocommerce-order-received .woocommerce-order-details tr {
	background-color: #f0f9ff;
}
.woocommerce-order-received .woocommerce-order-details header {
	padding-top: 1.25rem;
	border-top: 1px solid #b8d0e1;
	margin-bottom: 1.375rem;
}
.woocommerce-order-received .woocommerce-order-details header h2 {
	font-size: 1.375rem;
	color: #575c60;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details thead,
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tbody {
	display: none;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tr .product-name {
	width: auto;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot {
	border-top: unset;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
	display: flex;
	justify-content: flex-end;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
	padding: 0;
	font-size: 1.25rem;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr th .woocommerce-Price-amount,
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .woocommerce-Price-amount {
	font-size: 1.25rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr th,
	.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
		font-size: 1.125rem;
	}
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
	min-width: 25%;
	font-weight: 400;
	padding-right: 1.25rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr th {
		min-width: unset;
		padding-right: 0.5rem;
	}
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
	min-width: 5.5rem;
	text-align: right;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr td {
		min-width: unset;
	}
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-table--order-details tfoot tr {
		justify-content: flex-start;
	}
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions thead th {
	padding-top: 0;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions thead th span {
	font-size: 1.125rem;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions thead tr th:first-child {
	padding-left: 0;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody {
	border-color: #b8d0e1;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr {
	border-color: #b8d0e1;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td {
	padding-top: 0.9375rem !important;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td .woocommerce-Price-amount {
	font-size: 0.9375rem;
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td .woocommerce-button {
	font-size: 1.125rem;
	padding: 0.75rem 1.25rem 0.5625rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td {
		padding-left: 0;
		font-size: 1rem;
	}
	.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td:before {
		margin-right: 0.5rem;
	}
}
@media screen and (max-width: 26.875em) {
	.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td {
		padding-top: 0.375rem !important;
		padding-bottom: 0.375rem !important;
		font-size: 0.875rem;
	}
}
.woocommerce-order-received .woocommerce-order-details .woocommerce-orders-table--subscriptions tbody tr td:first-child {
	padding-left: 0;
}
.woocommerce-order-received .cols {
	max-width: 45.5rem;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	gap: 2rem 1.25rem;
	padding-left: 1.875rem;
	padding-right: 3.75rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .cols {
		padding-right: 1.875rem;
	}
}
@media screen and (max-width: 26.875em) {
	.woocommerce-order-received .cols {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
	}
}
.woocommerce-order-received .cols .col {
	width: 100%;
}
.woocommerce-order-received .cols .col h5 {
	color: #575c60;
	margin-bottom: 1.375rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-order-received .cols .col h5 {
		margin-bottom: 0.75rem;
	}
}
.woocommerce-order-received .cols .col.delivery-address {
	max-width: 14.625rem;
}
.woocommerce-order-received .cols .col.estimated-delivery-date {
	max-width: 15.75rem;
}
@media screen and (max-width: 26.875em) {
	.woocommerce-order-received .cols .col {
		max-width: 100%;
	}
}
.login-page-content .login-title {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem !important;
}
@media print, screen and (max-width: 40.06125em) {
	.login-page-content .login-title {
		margin: 0 !important;
	}
}
.woocommerce-account #customer_login .u-column1,
.woocommerce-account #customer_login .u-column2 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 43.5rem;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-account #customer_login .u-column1 > h2,
.woocommerce-account #customer_login .u-column2 > h2 {
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 2.875rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce-account #customer_login .u-column1 > h2,
	.woocommerce-account #customer_login .u-column2 > h2 {
		margin: 0;
	}
}
.woocommerce-account #customer_login .u-column1 .login-subtitle,
.woocommerce-account #customer_login .u-column2 .login-subtitle {
	margin-bottom: 3.9375rem;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register {
	padding: 0;
	border: unset;
	border-radius: unset;
	margin-bottom: 0;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-privacy-policy-text {
	display: none;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide),
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .form-row:not(.woocommerce-form-row--wide),
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .form-row:not(.woocommerce-form-row--wide),
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .form-row:not(.woocommerce-form-row--wide) {
	display: flex;
	flex-direction: column-reverse;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-row--wide label,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-row--wide label,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-row--wide label,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-row--wide label {
	display: none;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-login__rememberme,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-login__rememberme {
	margin-top: 0.75rem;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-register__submit,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-login__submit,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-register__submit,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-login__submit,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-register__submit {
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__submit:after,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-register__submit:after,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-login__submit:after,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-register__submit:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-login__submit:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-register__submit:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-login__submit:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-register__submit:after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-register__submit:hover,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-login__submit:hover,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-register__submit:hover,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-register__submit:hover,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-login__submit:hover,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-register__submit:hover {
	padding-left: 2.25rem;
	padding-right: 1.75rem;
	background-color: #b8d0e1;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-login__submit:hover:after,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-form-register__submit:hover:after,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-login__submit:hover:after,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-form-register__submit:hover:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-login__submit:hover:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-form-register__submit:hover:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-login__submit:hover:after,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-form-register__submit:hover:after {
	margin-left: 1.25rem;
	transform: scaleX(1.5);
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woo-login-footer,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woo-login-footer,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woo-login-footer,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woo-login-footer {
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	text-align: center;
	max-width: 22.0625rem;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woo-login-footer .register-text,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woo-login-footer .register-text,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woo-login-footer .register-text,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woo-login-footer .register-text {
	margin-bottom: 1.25rem;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woo-login-footer .forgot-password,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woo-login-footer .forgot-password,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woo-login-footer .forgot-password,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woo-login-footer .forgot-password {
	color: #14130e;
	font-weight: 700;
	margin-bottom: 0;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woo-login-footer .registration-link-login,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woo-login-footer .registration-link-login,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woo-login-footer .registration-link-login,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woo-login-footer .registration-link-login {
	text-decoration: underline;
	margin-top: 1.25rem;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woo-login-footer .registration-link-login:hover,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woo-login-footer .registration-link-login:hover,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woo-login-footer .registration-link-login:hover,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woo-login-footer .registration-link-login:hover {
	text-decoration: unset;
}
.woocommerce-account #customer_login .u-column1 .woocommerce-form-login .woocommerce-LostPassword.lost_password,
.woocommerce-account #customer_login .u-column1 .woocommerce-form-register .woocommerce-LostPassword.lost_password,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-login .woocommerce-LostPassword.lost_password,
.woocommerce-account #customer_login .u-column2 .woocommerce-form-register .woocommerce-LostPassword.lost_password {
	display: none;
}
.woocommerce-account #customer_login .u-column1 > h2 {
	display: none;
}
.woocommerce-account .account-nav-wrap {
	float: left;
	width: 23.236%;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .account-nav-wrap {
		float: none;
		width: 100%;
	}
}
.woocommerce-account .account-nav-wrap .custom-title {
	margin-bottom: 2.25rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 100%;
	float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	position: relative;
	font-size: 1.25rem;
	color: #14130e;
	display: block;
	padding: 0.75rem 1.875rem 0.6875rem 2.9375rem;
	border: 1px solid #fff;
	border-bottom: none;
	margin-bottom: 0.75rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	position: absolute;
	left: 1.125rem;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
		font-size: 1.0625rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #b9e2ff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #b9e2ff;
	color: #14130e;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--dashboard a:before {
	background-image: url("../images/user-account.svg");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-address a:before {
	width: 1.75rem;
	height: 1.75rem;
	left: 0.8125rem;
	background-image: url("../images/address.svg");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
	background-image: url("../images/orders.svg");
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
	background-image: url("../images/user-account.svg");
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 74.42%;
	padding: 3.125rem 2.5rem;
	background-color: #f0f9ff;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		margin-top: 2rem;
		padding: 1.25rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 1.375rem;
	padding-bottom: 0.75rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #b8d0e1;
	color: #575c60;
}
.woocommerce-account .woocommerce-MyAccount-content .tab-name {
	margin-bottom: 1.5rem;
}
@media print, screen and (max-width: 40.06125em) {
	.woocommerce-account .woocommerce-MyAccount-content .tab-name {
		margin-bottom: 1rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title .edit {
	font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address.col-1 {
	margin-bottom: 1.25rem;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .email-heading,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-heading {
	margin-top: 5rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .email-heading,
	.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .password-heading {
		margin-top: 1.875rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
	transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover {
	padding-left: 2.25rem;
	padding-right: 1.75rem;
	background-color: #b8d0e1;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button:hover:after {
	margin-left: 1.25rem;
	transform: scaleX(1.5);
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody {
	border-color: #b8d0e1;
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr {
	border-color: #b8d0e1;
	background-color: #daefff;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr td {
		font-size: 0.875rem;
	}
	.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr td:before {
		margin-right: 0.5rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody .woocommerce-orders-table__cell-order-actions {
	text-align: right;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content .shop_table tbody td.woocommerce-orders-table__cell-order-actions:before {
		margin-bottom: 0;
		margin-right: 0.5rem;
		margin-top: 0.4375rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .shop_table tfoot {
	border-color: #b8d0e1;
	background-color: #daefff;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details .wc-item-meta {
	margin-top: 0.3125rem;
	margin-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .order_details .button {
	padding: 0.8125rem 1.375rem 0.5625rem 1.375rem;
	font-size: 1.0625rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content .order_details .button {
		padding: 0.5625rem 1.125rem 0.4375rem 1.0625rem;
		font-size: 0.875rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .order_details thead th,
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders thead th {
	padding-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .subscription_details tbody tr .button {
	padding: 0.8125rem 1.375rem 0.5625rem 1.375rem;
	margin-bottom: 0.625rem;
	font-size: 1.0625rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content .subscription_details tbody tr .button {
		font-size: 0.9375rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .my_account_orders .button {
	padding: 0.8125rem 1.375rem 0.5625rem 1.375rem;
	font-size: 1.0625rem;
}
@media screen and (max-width: 48em) {
	.woocommerce-account .woocommerce-MyAccount-content .my_account_orders .button {
		font-size: 0.9375rem;
	}
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-columns--addresses address {
	border: unset;
}
.woocommerce-account .woocommerce-Address-title h2 {
	padding-bottom: 0.75rem;
	margin-bottom: 1.875rem;
	color: #575c60;
	border-bottom: 1px solid #b8d0e1;
	font-size: 1.375rem;
}
.woocommerce-account .addresses .title .edit {
	float: left;
}
.woocommerce .woocommerce-customer-details address {
	border: 1px solid #e0d9cc;
	border-radius: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
	margin-top: -0.3125rem;
}
#wl-wrapper .woocommerce-message {
	display: block;
}
#wl-wrapper .woocommerce-message a {
	text-decoration: underline;
}
#wl-wrapper .woocommerce-message a:hover {
	text-decoration: unset;
}
#wl-wrapper .woocommerce-message .button {
	text-decoration: unset;
	margin-right: 2.5rem;
}
@media screen and (max-width: 48em) {
	#wl-wrapper .woocommerce-message .button {
		margin-bottom: 0.75rem;
	}
}
@media screen and (max-width: 22.875em) {
	#wl-wrapper .woocommerce-message .button {
		margin-right: 0;
	}
}
#wl-wrapper .wl-header-user {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.25rem;
	border-bottom: 1px solid #e0d9cc;
}
#wl-wrapper .wl-header-user .entry-title {
	margin-bottom: 2.25rem;
}
#wl-wrapper .wl-header-user .user-account-link {
	font-size: 1.25rem;
	text-transform: capitalize;
	color: #14130e;
}
#wl-wrapper .wl-header-user .user-account-link .user-icon {
	margin-right: 0.625rem;
}
#wl-wrapper .wl-header-user .user-account-link:hover {
	color: #14130e;
	text-decoration: underline;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-header-user {
		flex-direction: column;
		align-items: unset;
		padding-bottom: 1.75rem;
	}
}
#wl-wrapper .product-share .share-trigger {
	position: relative;
}
#wl-wrapper .product-share .share-trigger .product-share-icon {
	cursor: pointer;
	min-width: 1.75rem;
	width: 1.75rem;
	height: 1.875rem;
}
#wl-wrapper .product-share .share-trigger .share-popup {
	transition: opacity 0.3s;
	width: 11.875rem;
	position: absolute;
	top: -2.8125rem;
	opacity: 0;
	left: 0;
	height: 100%;
	user-select: none;
	z-index: -1;
}
@media screen and (max-width: 48em) {
	#wl-wrapper .product-share .share-trigger .share-popup {
		left: unset;
		right: 2.8125rem;
		top: -2.0625rem;
	}
}
#wl-wrapper .product-share .share-trigger .share-popup .share-box {
	width: 100%;
}
#wl-wrapper .product-share .share-trigger .share-popup .share-box .share-box__links {
	overflow: visible;
	flex-wrap: nowrap;
}
#wl-wrapper .product-share .share-trigger .share-popup .share-box .share-box__links .share-links__link {
	font-size: 0.875rem;
	color: #fff;
	border-radius: 50%;
	background-color: #14130e;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
}
#wl-wrapper .product-share .share-trigger .share-popup .share-box .share-box__links .share-links__link:hover {
	opacity: 0.8;
}
#wl-wrapper .product-share .share-trigger .share-popup.visible {
	transition-delay: 0.1s;
	z-index: 10;
	opacity: 1;
	user-select: auto;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-share-url {
		word-break: break-word;
	}
}
#wl-wrapper .wl-table {
	padding-top: 0.75rem;
}
#wl-wrapper .wl-table tr th,
#wl-wrapper .wl-table tr td {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 0;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-table tr th,
	#wl-wrapper .wl-table tr td {
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
}
#wl-wrapper .wl-table tr th {
	color: #14130e;
}
#wl-wrapper .wl-table tr td:first-child {
	padding-left: 0 !important;
}
#wl-wrapper .wl-table .wl-date-added {
	vertical-align: middle;
}
#wl-wrapper .wl-table .row-actions {
	color: #14130e;
}
#wl-wrapper .wl-table .row-actions small {
	font-size: 1.125rem;
}
#wl-wrapper .wl-table .row-actions small a {
	opacity: 0.9;
	color: #14130e;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-table thead th.wl-date-added,
	#wl-wrapper .wl-table thead th.wl-privacy-col {
		display: none;
	}
}
#wl-wrapper .wl-table tr td,
#wl-wrapper .wl-table tr th {
	text-align: left;
}
#wl-wrapper .wl-table tr td {
	vertical-align: middle;
}
#wl-wrapper .wl-table tr td.actions .wl-but {
	padding: 0.8125rem 1.25rem 0.5625rem;
	font-size: 1.0625rem;
}
#wl-wrapper .wl-table tr th.product-quantity {
	text-align: center;
	font-family: "Garet";
}
#wl-wrapper .wl-table tr td.product-remove a {
	background-image: url("../images/remove-cart.svg");
	width: 1.6875rem;
	height: 1.875rem;
	border-radius: 0;
}
#wl-wrapper .wl-table tr td.product-remove a:hover {
	background-color: rgba(0, 0, 0, 0);
}
#wl-wrapper .wl-table tr td.product-thumbnail {
	text-align: left;
	width: 17.875rem;
}
#wl-wrapper .wl-table tr td.product-thumbnail img {
	width: 14.5rem;
	height: 11.75rem;
	object-fit: cover;
}
@media screen and (max-width: 48em) {
	#wl-wrapper .wl-table tr td.product-thumbnail {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#wl-wrapper .wl-table tr td.product-thumbnail > a {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#wl-wrapper .wl-table tr td.product-thumbnail img {
		width: 80%;
		height: 54vw;
	}
}
#wl-wrapper .wl-table tr .product-name {
	font-family: "Garet";
	font-weight: 700;
	text-align: left;
}
#wl-wrapper .wl-table tr .product-price {
	font-family: "Garet";
	font-weight: 700;
}
#wl-wrapper .wl-table tr .product-remove {
	width: 8%;
}
#wl-wrapper .wl-table tr .product-quantity .quantity input {
	margin-left: auto;
	margin-right: auto;
}
#wl-wrapper .wl-table tr .product-purchase {
	padding-right: 0;
	text-align: right !important;
	width: 17%;
}
#wl-wrapper .wl-table tr .product-purchase .wishlist-add-to-cart-button {
	transition: all 0.3s ease-in-out;
	padding-left: 2.6875rem;
	padding-right: 2.6875rem;
}
#wl-wrapper .wl-table tr .product-purchase .wishlist-add-to-cart-button:after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
#wl-wrapper .wl-table tr .product-purchase .wishlist-add-to-cart-button:hover {
	padding-left: 2.6875rem;
	padding-right: 1.8125rem;
	background-color: #b8d0e1;
}
#wl-wrapper .wl-table tr .product-purchase .wishlist-add-to-cart-button:hover:after {
	margin-left: 1.625rem;
	transform: scaleX(1.5);
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-table tr .product-purchase .wishlist-add-to-cart-button {
		font-size: 1.0625rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#wl-wrapper .wl-table tr .product-purchase .wishlist-add-to-cart-button:hover {
		padding-left: 2rem;
		padding-right: 1.125rem;
	}
}
@media screen and (max-width: 48em) {
	#wl-wrapper .wl-table tr td:before {
		font-size: 1.375rem;
		color: #14130e;
	}
	#wl-wrapper .wl-table tr td.product-thumbnail:before,
	#wl-wrapper .wl-table tr td.product-purchase:before {
		content: unset;
	}
	#wl-wrapper .wl-table tr td.check-column:before {
		content: "Action: ";
		margin-right: 0.625rem;
	}
	#wl-wrapper .wl-table tr td.product-share:before {
		content: "Share Product:";
	}
	#wl-wrapper .wl-table tr td.product-remove::before {
		content: "Remove Product:";
	}
	#wl-wrapper .wl-table tr .product-quantity .quantity input {
		margin-left: unset;
		margin-right: unset;
	}
	#wl-wrapper .wl-table tr .product-price,
	#wl-wrapper .wl-table tr .product-name,
	#wl-wrapper .wl-table tr .product-quantity,
	#wl-wrapper .wl-table tr .product-share,
	#wl-wrapper .wl-table tr .product-remove {
		display: flex;
		flex-direction: column;
		text-align: left !important;
		font-size: 1.25rem;
	}
	#wl-wrapper .wl-table tr .product-purchase {
		text-align: left !important;
	}
	#wl-wrapper .wl-table tr .product-price .woocommerce-Price-amount {
		font-size: 1.625rem;
		color: #14130e;
	}
	#wl-wrapper .wl-table tr .product-purchase,
	#wl-wrapper .wl-table tr .product-remove {
		width: 100%;
	}
}

@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-table tbody tr:last-child td:first-child {
		display: none;
	}
}
#wl-wrapper .wl-table .wl-date-added {
	vertical-align: middle;
}
#wl-wrapper .wl-table .row-actions {
	color: #14130e;
}
#wl-wrapper .wl-table .row-actions small {
	font-size: 1.125rem;
}
#wl-wrapper .wl-table .row-actions small a {
	opacity: 0.9;
	color: #14130e;
}
#wl-wrapper .wl-table .row-actions small a:hover {
	color: rgb(83, 183.7428571429, 255);
}
@media screen and (max-width: 48em) {
	#wl-wrapper .wl-table tbody tr:last-child .check-column,
	#wl-wrapper .wl-table tbody tr:last-child .product-remove,
	#wl-wrapper .wl-table tbody tr:last-child .product-thumbnail,
	#wl-wrapper .wl-table tbody tr:last-child .product-name,
	#wl-wrapper .wl-table tbody tr:last-child .product-price,
	#wl-wrapper .wl-table tbody tr:last-child .product-quantity,
	#wl-wrapper .wl-table tbody tr:last-child .product-share {
		display: none;
	}
}
#wl-wrapper > .wl-form > form {
	padding: 2.5rem 2.5rem 1.25rem;
	background-color: #f0f9ff;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper > .wl-form > form {
		padding: 1.25rem 1.25rem 0;
	}
}
#wl-wrapper > .wl-form > form abbr.required {
	color: #62ade3 !important;
}
#wl-wrapper > .wl-form > form .wl-rad-table > tbody {
	border-color: #b8d0e1;
}
#wl-wrapper > .wl-form > form .wl-rad-table > tbody > tr {
	border-bottom-color: #b8d0e1;
}
#wl-wrapper > .wl-form > form .wl-rad-table label {
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
}
#wl-wrapper > .wl-form > form .wl-rad-table label .wl-small {
	vertical-align: middle;
	font-size: 0.875rem;
}
#wl-wrapper > .wl-form > form .wl-rad-table td:has(input) {
	text-align: center;
}
#wl-wrapper > .wl-form > form .form-row-last {
	padding-left: 1rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper > .wl-form > form .form-row-last {
		padding-left: 0;
	}
}
#wl-wrapper > .wl-form > form .form-row-first {
	padding-right: 1rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper > .wl-form > form .form-row-first {
		padding-right: 0;
	}
}
#wl-wrapper > .wl-form > form .form-row > strong {
	font-weight: 400;
}
#wl-wrapper label {
	font-weight: 400;
	font-size: 1.25rem;
}
#wl-wrapper .wl-meta-share {
	line-height: inherit;
}
#wl-wrapper .wl-meta-share .wl-share-links {
	line-height: inherit;
}
#wl-wrapper .select2-container .select2-selection__rendered {
	font-weight: 400;
}
#wl-wrapper .wl-panel .wl-actions-table .select2-container .select2-selection {
	padding-left: 2rem;
	padding-right: 3.875rem;
}
#wl-wrapper .wl-panel .wl-actions-table .select2-container .select2-selection .select2-selection__rendered {
	color: #14130e;
}
#wl-wrapper .wl-panel .wl-actions-table .select2-container .select2-selection .select2-selection__arrow {
	right: 1.25rem;
	font-size: 1.0625rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-panel .wl-actions-table .select2-container .select2-selection {
		height: 2.9375rem;
	}
	#wl-wrapper .wl-panel .wl-actions-table .select2-container .select2-selection .select2-selection__rendered {
		font-size: 1.0625rem;
	}
}
#wl-wrapper .wl-panel .wl-actions-table .button {
	font-size: 1.25rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-panel .wl-actions-table .button {
		font-size: 1.0625rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
#wl-wrapper #tab-wl-settings {
	padding: 2.5rem 2.5rem 1.25rem;
	background-color: #f0f9ff;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper #tab-wl-settings {
		padding: 1.25rem 1.25rem 0;
	}
}
#wl-wrapper #tab-wl-settings abbr.required {
	color: #62ade3 !important;
}
#wl-wrapper #tab-wl-settings .wl-rad-table > tbody {
	border-color: #b8d0e1;
}
#wl-wrapper #tab-wl-settings .wl-rad-table > tbody > tr {
	border-bottom-color: #b8d0e1;
}
#wl-wrapper #tab-wl-settings .wl-rad-table label {
	margin-top: 0.3125rem;
	margin-bottom: 0.3125rem;
}
#wl-wrapper #tab-wl-settings .wl-rad-table label .wl-small {
	vertical-align: middle;
	font-size: 0.875rem;
}
#wl-wrapper #tab-wl-settings .wl-rad-table td:has(input) {
	text-align: center;
}
#wl-wrapper #tab-wl-settings form .form-row-last {
	padding-left: 1rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper #tab-wl-settings form .form-row-last {
		padding-left: 0;
	}
}
#wl-wrapper #tab-wl-settings form .form-row-first {
	padding-right: 1rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper #tab-wl-settings form .form-row-first {
		padding-right: 0;
	}
}
#wl-wrapper #tab-wl-settings form .form-row > strong {
	font-weight: 400;
}
#wl-wrapper .wl-add-all {
	padding-left: 2.6875rem;
	padding-right: 2.6875rem;
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper .wl-add-all {
		font-size: 1.0625rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
#wl-wrapper .wl-add-all:after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
#wl-wrapper .wl-add-all:hover {
	padding-left: 2.6875rem;
	padding-right: 1.8125rem;
	background-color: #b8d0e1;
}
#wl-wrapper .wl-add-all:hover:after {
	margin-left: 1.625rem;
	transform: scaleX(1.5);
}
#wl-wrapper.wl-custom-table .wl-filter-form {
	display: none;
}
#wl-wrapper.wl-custom-table .wl-table tr td,
#wl-wrapper.wl-custom-table .wl-table tr th {
	text-align: left;
}
#wl-wrapper.wl-custom-table .wl-table tr td {
	vertical-align: middle;
}
#wl-wrapper.wl-custom-table .wl-table tr th.product-quantity {
	text-align: center;
}
#wl-wrapper.wl-custom-table .wl-table tr td.product-remove a {
	background-image: url("../images/remove-cart.svg");
	width: 1.6875rem;
	height: 1.875rem;
	border-radius: 0;
}
#wl-wrapper.wl-custom-table .wl-table tr td.product-remove a:hover {
	background-color: rgba(0, 0, 0, 0);
}
#wl-wrapper.wl-custom-table .wl-table tr td.product-thumbnail {
	text-align: left;
	width: 17.875rem;
}
#wl-wrapper.wl-custom-table .wl-table tr td.product-thumbnail img {
	width: 14.5rem;
	height: 11.75rem;
	object-fit: cover;
}
@media screen and (max-width: 48em) {
	#wl-wrapper.wl-custom-table .wl-table tr td.product-thumbnail {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#wl-wrapper.wl-custom-table .wl-table tr td.product-thumbnail > a {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#wl-wrapper.wl-custom-table .wl-table tr td.product-thumbnail img {
		width: 80%;
		height: 54vw;
	}
}
#wl-wrapper.wl-custom-table .wl-table tr .product-name {
	font-weight: 700;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-price {
	font-weight: 700;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-remove {
	width: 8%;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-purchase {
	padding-right: 0;
	text-align: right !important;
	width: 17%;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-purchase .wishlist-add-to-cart-button {
	padding-left: 2.6875rem;
	padding-right: 2.6875rem;
	transition: all 0.3s ease-in-out;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-purchase .wishlist-add-to-cart-button:after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-purchase .wishlist-add-to-cart-button:hover {
	padding-left: 2.6875rem;
	padding-right: 1.8125rem;
	background-color: #b8d0e1;
}
#wl-wrapper.wl-custom-table .wl-table tr .product-purchase .wishlist-add-to-cart-button:hover:after {
	margin-left: 1.625rem;
	transform: scaleX(1.5);
}
@media print, screen and (max-width: 40.06125em) {
	#wl-wrapper.wl-custom-table .wl-table tr .product-purchase .wishlist-add-to-cart-button {
		font-size: 1.0625rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	#wl-wrapper.wl-custom-table .wl-table tr .product-purchase .wishlist-add-to-cart-button:hover {
		padding-left: 2rem;
		padding-right: 1.125rem;
	}
}
@media screen and (max-width: 48em) {
	#wl-wrapper.wl-custom-table .wl-table tr td:before {
		font-size: 1.375rem;
		color: #14130e;
	}
	#wl-wrapper.wl-custom-table .wl-table tr td.product-thumbnail:before,
	#wl-wrapper.wl-custom-table .wl-table tr td.product-purchase:before {
		content: unset;
	}
	#wl-wrapper.wl-custom-table .wl-table tr td.check-column:before {
		content: "Action: ";
		margin-right: 0.625rem;
	}
	#wl-wrapper.wl-custom-table .wl-table tr td.product-share:before {
		content: "Share Product:";
	}
	#wl-wrapper.wl-custom-table .wl-table tr td.product-remove::before {
		content: "Remove Product:";
	}
	#wl-wrapper.wl-custom-table .wl-table tr .product-price,
	#wl-wrapper.wl-custom-table .wl-table tr .product-name,
	#wl-wrapper.wl-custom-table .wl-table tr .product-quantity,
	#wl-wrapper.wl-custom-table .wl-table tr .product-share,
	#wl-wrapper.wl-custom-table .wl-table tr .product-remove {
		display: flex;
		flex-direction: column;
		text-align: left !important;
		font-size: 1.25rem;
	}
	#wl-wrapper.wl-custom-table .wl-table tr .product-purchase {
		text-align: left !important;
	}
	#wl-wrapper.wl-custom-table .wl-table tr .product-price .woocommerce-Price-amount {
		font-size: 1.625rem;
		color: #14130e;
	}
	#wl-wrapper.wl-custom-table .wl-table tr .product-purchase,
	#wl-wrapper.wl-custom-table .wl-table tr .product-remove {
		width: 100%;
	}
}
#wl-wrapper.wl-custom-table .wl-table .wl-date-added {
	vertical-align: middle;
}
#wl-wrapper.wl-custom-table .wl-table .row-actions {
	color: #14130e;
}
#wl-wrapper.wl-custom-table .wl-table .row-actions small {
	font-size: 1.125rem;
}
#wl-wrapper.wl-custom-table .wl-table .row-actions small a {
	opacity: 0.9;
	color: #14130e;
}
@media screen and (max-width: 48em) {
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .check-column,
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .product-remove,
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .product-thumbnail,
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .product-name,
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .product-price,
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .product-quantity,
	#wl-wrapper.wl-custom-table .wl-table tbody tr:last-child .product-share {
		display: none;
	}
}
.continue-shopping {
	margin-top: 2.25rem;
	padding-left: 4.1875rem;
	padding-right: 4.1875rem;
	width: fit-content !important;
	margin-bottom: 0;
}
@media print, screen and (max-width: 40.06125em) {
	.continue-shopping {
		padding-left: 2rem;
		padding-right: 2rem;
		font-size: 1.0625rem;
	}
}
.woocommerce-shop .page-header-section.gradient-bg:after {
	opacity: 1;
	background: linear-gradient(90deg, rgba(185, 226, 255, 0.8) 0%, rgb(185, 226, 255) 60%, rgb(185, 226, 255) 100%);
}
.entry-summary.mac .wcsatt-options-wrapper .wcsatt-options-prompt-action-input {
	position: relative;
	top: -0.1875rem;
}
.cart_totals.mac tr.shipping .shipping_method {
	position: relative;
	top: 0.4375rem;
}

.subscription-switch-direction {
	display: none;
}
@media screen and (max-width: 48em) {
	.woocommerce form .show-password-input,
	.woocommerce-page form .show-password-input {
		top: 53%;
		transform: translateY(-50%);
	}
}
.alignnone {
	margin: 0 1em 1em 0;
	clear: both;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	clear: both;
}
p:last-child > .alignright,
p:last-child > .alignleft,
p:last-child > .alignnone,
p:last-child > .aligncenter {
	margin: 0;
}
@media print, screen and (max-width: 40.06125em) {
	.alignright,
	.alignleft,
	.alignnone {
		float: none;
		margin: 0 auto 1em;
	}
}
.wp-caption {
	max-width: 100%;
	padding: 0.25rem 0.25rem 0.625rem;
	border: 1px solid #f0f0f0;
	background: #fff;
	text-align: center;
}
.wp-caption img {
	width: auto;
	margin-bottom: 0.75rem;
}
.wp-caption figcaption {
	margin-bottom: 0;
	font-size: 0.875rem;
}
.gallery-caption {
	padding: 0.5rem;
	font-size: clamp(12px, 0.75rem, 0.75rem);
	line-height: 1.4;
}
.gallery {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-bottom: 1.5rem;
}
.gallery-item {
	display: inline-block;
	width: 100%;
	margin-right: 1rem;
	margin-bottom: 1rem;
	vertical-align: top;
	text-align: center;
}
.gallery-item:last-of-type {
	padding-right: 0;
}
.gallery-item > div > a {
	display: block;
	line-height: 0;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.gallery-item > div > a:focus {
	box-shadow: 0 0 0 2px #0073aa;
}
.gallery-columns-2 .gallery-item {
	max-width: calc((100% - 1rem * 1) / 2);
}
.gallery-columns-2 .gallery-item:nth-of-type(2n + 2) {
	margin-right: 0;
}
.gallery-columns-3 .gallery-item {
	max-width: calc((100% - 1rem * 2) / 3);
}
.gallery-columns-3 .gallery-item:nth-of-type(3n + 3) {
	margin-right: 0;
}
.gallery-columns-4 .gallery-item {
	max-width: calc((100% - 1rem * 3) / 4);
}
.gallery-columns-4 .gallery-item:nth-of-type(4n + 4) {
	margin-right: 0;
}
.gallery-columns-5 .gallery-item {
	max-width: calc((100% - 1rem * 4) / 5);
}
.gallery-columns-5 .gallery-item:nth-of-type(5n + 5) {
	margin-right: 0;
}
.gallery-columns-6 .gallery-item {
	max-width: calc((100% - 1rem * 5) / 6);
}
.gallery-columns-6 .gallery-item:nth-of-type(6n + 6) {
	margin-right: 0;
}
.gallery-columns-7 .gallery-item {
	max-width: calc((100% - 1rem * 6) / 7);
}
.gallery-columns-7 .gallery-item:nth-of-type(7n + 7) {
	margin-right: 0;
}
.gallery-columns-8 .gallery-item {
	max-width: calc((100% - 1rem * 7) / 8);
}
.gallery-columns-8 .gallery-item:nth-of-type(8n + 8) {
	margin-right: 0;
}
.gallery-columns-9 .gallery-item {
	max-width: calc((100% - 1rem * 8) / 9);
}
.gallery-columns-9 .gallery-item:nth-of-type(9n + 9) {
	margin-right: 0;
}
#wpadminbar {
	-webkit-transform: translateZ(0);
}
.wp-video {
	width: 100% !important;
}
.wp-video .mejs-container {
	width: 100% !important;
	height: auto !important;
}
.mejs-mediaelement {
	position: static !important;
}
mediaelementwrapper {
	display: block;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
	display: block !important;
	width: 100% !important;
	height: auto !important;
}
ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	margin: 5rem 0 0;
	border: none;
	text-align: center;
}
ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 0.4375rem;
	padding: 0;
	line-height: 1.5;
	border: none;
}
ul.page-numbers li > span,
ul.page-numbers li > a,
.woocommerce nav.woocommerce-pagination ul li > span,
.woocommerce nav.woocommerce-pagination ul li > a {
	display: block;
	min-width: 3rem;
	min-height: 3rem;
	line-height: 2.875rem;
	font-weight: bold;
	font-size: 1.375rem;
	color: #c3b473;
	border-radius: 50%;
	border: 1px solid #c3b473;
	font-family: "Garet";
}
@media print, screen and (max-width: 40.06125em) {
	ul.page-numbers li > span,
	ul.page-numbers li > a,
	.woocommerce nav.woocommerce-pagination ul li > span,
	.woocommerce nav.woocommerce-pagination ul li > a {
		font-size: 1.125rem;
	}
}
ul.page-numbers li > span.dots,
ul.page-numbers li > span.pagination-arrow,
ul.page-numbers li > span.next,
ul.page-numbers li > span.prev,
ul.page-numbers li > a.dots,
ul.page-numbers li > a.pagination-arrow,
ul.page-numbers li > a.next,
ul.page-numbers li > a.prev,
.woocommerce nav.woocommerce-pagination ul li > span.dots,
.woocommerce nav.woocommerce-pagination ul li > span.pagination-arrow,
.woocommerce nav.woocommerce-pagination ul li > span.next,
.woocommerce nav.woocommerce-pagination ul li > span.prev,
.woocommerce nav.woocommerce-pagination ul li > a.dots,
.woocommerce nav.woocommerce-pagination ul li > a.pagination-arrow,
.woocommerce nav.woocommerce-pagination ul li > a.next,
.woocommerce nav.woocommerce-pagination ul li > a.prev {
	border: unset;
}
ul.page-numbers li > span.dots:hover,
ul.page-numbers li > span.dots:focus,
ul.page-numbers li > span.pagination-arrow:hover,
ul.page-numbers li > span.pagination-arrow:focus,
ul.page-numbers li > span.next:hover,
ul.page-numbers li > span.next:focus,
ul.page-numbers li > span.prev:hover,
ul.page-numbers li > span.prev:focus,
ul.page-numbers li > a.dots:hover,
ul.page-numbers li > a.dots:focus,
ul.page-numbers li > a.pagination-arrow:hover,
ul.page-numbers li > a.pagination-arrow:focus,
ul.page-numbers li > a.next:hover,
ul.page-numbers li > a.next:focus,
ul.page-numbers li > a.prev:hover,
ul.page-numbers li > a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li > span.dots:hover,
.woocommerce nav.woocommerce-pagination ul li > span.dots:focus,
.woocommerce nav.woocommerce-pagination ul li > span.pagination-arrow:hover,
.woocommerce nav.woocommerce-pagination ul li > span.pagination-arrow:focus,
.woocommerce nav.woocommerce-pagination ul li > span.next:hover,
.woocommerce nav.woocommerce-pagination ul li > span.next:focus,
.woocommerce nav.woocommerce-pagination ul li > span.prev:hover,
.woocommerce nav.woocommerce-pagination ul li > span.prev:focus,
.woocommerce nav.woocommerce-pagination ul li > a.dots:hover,
.woocommerce nav.woocommerce-pagination ul li > a.dots:focus,
.woocommerce nav.woocommerce-pagination ul li > a.pagination-arrow:hover,
.woocommerce nav.woocommerce-pagination ul li > a.pagination-arrow:focus,
.woocommerce nav.woocommerce-pagination ul li > a.next:hover,
.woocommerce nav.woocommerce-pagination ul li > a.next:focus,
.woocommerce nav.woocommerce-pagination ul li > a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li > a.prev:focus {
	border: unset;
}
ul.page-numbers li > span.dots,
ul.page-numbers li > a.dots,
.woocommerce nav.woocommerce-pagination ul li > span.dots,
.woocommerce nav.woocommerce-pagination ul li > a.dots {
	min-height: unset;
	min-width: unset;
}
ul.page-numbers li > span span,
ul.page-numbers li > a span,
.woocommerce nav.woocommerce-pagination ul li > span span,
.woocommerce nav.woocommerce-pagination ul li > a span {
	padding: 0;
}
ul.page-numbers li a:hover,
ul.page-numbers li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
	color: #14130e;
	border: 1px solid #14130e;
}
ul.page-numbers li span::before,
ul.page-numbers li a::before,
.woocommerce nav.woocommerce-pagination ul li span::before,
.woocommerce nav.woocommerce-pagination ul li a::before {
	font-weight: 900;
}
ul.page-numbers li span.current,
ul.page-numbers li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a.current {
	display: block;
	color: #14130e;
	border-radius: 50%;
	border: 1px solid #14130e;
}
ul.page-numbers li span.next:hover,
ul.page-numbers li span.next:focus,
ul.page-numbers li span.prev:hover,
ul.page-numbers li span.prev:focus,
ul.page-numbers li a.next:hover,
ul.page-numbers li a.next:focus,
ul.page-numbers li a.prev:hover,
ul.page-numbers li a.prev:focus,
.woocommerce nav.woocommerce-pagination ul li span.next:hover,
.woocommerce nav.woocommerce-pagination ul li span.next:focus,
.woocommerce nav.woocommerce-pagination ul li span.prev:hover,
.woocommerce nav.woocommerce-pagination ul li span.prev:focus,
.woocommerce nav.woocommerce-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus,
.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce nav.woocommerce-pagination ul li a.prev:focus {
	border: unset;
}
ul.page-numbers li .pagination-arrow,
.woocommerce nav.woocommerce-pagination ul li .pagination-arrow {
	display: inline-block;
	min-width: unset;
	min-height: unset;
	width: 1.5rem;
	height: 0.875rem;
}
ul.page-numbers li .pagination-arrow.disabled,
.woocommerce nav.woocommerce-pagination ul li .pagination-arrow.disabled {
	cursor: not-allowed;
	opacity: 0.7;
}
ul.page-numbers li .pagination-arrow.arrow-right,
ul.page-numbers li .pagination-arrow .arrow-left,
.woocommerce nav.woocommerce-pagination ul li .pagination-arrow.arrow-right,
.woocommerce nav.woocommerce-pagination ul li .pagination-arrow .arrow-left {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
ul.page-numbers li .pagination-arrow.arrow-right,
.woocommerce nav.woocommerce-pagination ul li .pagination-arrow.arrow-right {
	margin-left: 1.4375rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/next-arrow.png");
}
@media print, screen and (max-width: 40.06125em) {
	ul.page-numbers li .pagination-arrow.arrow-right,
	.woocommerce nav.woocommerce-pagination ul li .pagination-arrow.arrow-right {
		margin-left: 0.4375rem;
	}
}
ul.page-numbers li .pagination-arrow.arrow-left,
.woocommerce nav.woocommerce-pagination ul li .pagination-arrow.arrow-left {
	margin-right: 1.4375rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/back-arrow.png");
}
@media print, screen and (max-width: 40.06125em) {
	ul.page-numbers li .pagination-arrow.arrow-left,
	.woocommerce nav.woocommerce-pagination ul li .pagination-arrow.arrow-left {
		margin-right: 0.4375rem;
	}
}
ul.page-numbers li:has(.pagination-arrow),
.woocommerce nav.woocommerce-pagination ul li:has(.pagination-arrow) {
	margin: 0;
}
ul.page-numbers li:has(.dots),
.woocommerce nav.woocommerce-pagination ul li:has(.dots) {
	margin-left: -0.3125rem;
	margin-right: -0.3125rem;
}
ul.page-numbers li:has(.dots) .pagination-dots,
.woocommerce nav.woocommerce-pagination ul li:has(.dots) .pagination-dots {
	display: block;
	margin-bottom: -0.75rem;
}
#comments {
	padding-top: 2rem;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1.25rem;
}
.comment {
	position: relative;
	margin-top: 1rem;
}
.comment .children {
	list-style: none;
}
.comment-meta {
	font-size: 0.875rem;
}
.comment-metadata {
	margin-top: 0.25rem;
	color: #666;
}
.comment-content {
	margin-top: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #ddd;
	font-size: 0.875rem;
}
.reply {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}
.comment-reply-link {
	display: block;
	padding: 0.33333rem 0.5rem;
	border-radius: 0;
	background: #777;
	color: #fefefe;
	font-size: 0.8rem;
	line-height: 1;
	white-space: nowrap;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
	background-color: #b9e2ff;
	color: #fff;
	text-decoration: none;
}
.comment-form {
	display: flex;
	flex-flow: row wrap;
}
.comment-notes,
.comment-form-comment {
	flex: 1 0 100%;
}
.comment-form-comment {
	order: 1;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	flex: 1 1 auto;
	flex-basis: calc(33.3333% - 1.25rem);
}
@media print, screen and (max-width: 40.06125em) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		flex-basis: 100%;
	}
}
@media print, screen and (min-width: 40.0625em) {
	.comment-form-author,
	.comment-form-email {
		margin-right: 1.875rem;
	}
}
.comment-form-cookies-consent,
.comment-form .form-submit {
	order: 2;
}
.comment-form .form-submit {
	flex-basis: 100%;
}
html {
	height: 100%;
}
body {
	position: static !important;
	display: flex;
	flex-direction: column;
	height: auto;
	min-height: 100vh;
	box-sizing: border-box;
}
main {
	display: block;
}
iframe {
	width: 100%;
}
*:last-child {
	margin-bottom: 0;
}
img,
.woocommerce img,
.woocommerce-page img {
	transition: opacity 0.3s ease-in-out;
}
img.pre-lazyload,
img[data-lazy-src],
.woocommerce img.pre-lazyload,
.woocommerce img[data-lazy-src],
.woocommerce-page img.pre-lazyload,
.woocommerce-page img[data-lazy-src] {
	opacity: 0;
}
img.lazyloaded,
.woocommerce img.lazyloaded,
.woocommerce-page img.lazyloaded {
	opacity: 1;
}
.responsive-embed {
	display: block;
}
:root {
	--grid-col-gap: 2rem;
}
@media print, screen and (min-width: 40.0625em) {
	:root {
		--grid-col-gap: 2rem;
	}
}
@media print, screen and (min-width: 64.0625em) {
	:root {
		--grid-col-gap: 2rem;
	}
}
@media screen and (min-width: 75.0625em) {
	:root {
		--grid-col-gap: 2rem;
	}
}
.grid-container {
	width: 100%;
}
.grid-container:not(.full) > .grid-padding-x {
	margin-right: calc(var(--grid-col-gap, 2rem) * -0.5);
	margin-left: calc(var(--grid-col-gap, 2rem) * -0.5);
}
.grid-padding-x .grid-padding-x {
	margin-right: calc(var(--grid-col-gap, 2rem) * -0.5);
	margin-left: calc(var(--grid-col-gap, 2rem) * -0.5);
}
.grid-padding-x > .cell {
	padding-right: calc(var(--grid-col-gap, 2rem) * 0.5);
	padding-left: calc(var(--grid-col-gap, 2rem) * 0.5);
}
body {
	--section-width: 87rem;
	--section-horizontal-padding: calc(var(--grid-col-gap, 2rem) * 0.5);
	--side-offset: max(calc((100% - var(--section-width)) / 2 + var(--section-horizontal-padding)), var(--section-horizontal-padding));
}
.left-offset {
	padding-left: var(--side-offset);
}
.right-offset {
	padding-right: var(--side-offset);
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_message,
.gform_wrapper.gravity-theme div.validation_message,
.gform_wrapper.gform-theme div.validation_message {
	position: absolute;
	z-index: 3;
	top: calc(100% + 0.5rem);
	left: 1rem;
	display: inline-block;
	margin: 0;
	padding: 0.1875rem 0.375rem;
	border-radius: 2px;
	background-color: #f7e4e1;
	color: #333;
	font-size: clamp(12px, 0.75rem, 0.75rem);
	font-style: normal;
	letter-spacing: normal;
	text-transform: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	width: auto;
	max-width: calc(100% - 1rem);
	border: none;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_message::before,
.gform_wrapper.gravity-theme div.validation_message::before,
.gform_wrapper.gform-theme div.validation_message::before {
	content: "Error:";
	display: inline-block;
	margin-right: 0.25em;
	font-weight: 700;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_message::after,
.gform_wrapper.gravity-theme div.validation_message::after,
.gform_wrapper.gform-theme div.validation_message::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 1.25rem;
	width: 1rem;
	height: 0.5rem;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f7e4e1 rgba(0, 0, 0, 0);
}
body .gform-theme--framework {
	--gf-form-gap-x: 2rem;
	--gf-form-gap-y: 1.25rem;
	--gf-field-gap-x: var(--gf-form-gap-x);
	--gf-field-gap-y: var(--gf-form-gap-y);
	--gf-color-primary: #e4c25f !important;
	--gf-field-list-btn-size: 1.25rem;
	--gf-field-list-btns-width: 5rem;
	--gf-icon-font-size: 1.25rem;
	--gf-ctrl-number-spin-btn-bg-size: 0.5rem 1rem;
	--gf-ctrl-number-spin-btn-width: 0.5rem;
	--gf-ctrl-radius: 0;
	--gf-ctrl-size-md: calc(var(--input-fz) * var(--input-lh) + var(--input-pt) + var(--input-pb) + var(--input-bd) * 2);
	--gf-ctrl-size-sm: calc(var(--gf-ctrl-size-md) * 0.9);
	--gf-ctrl-size-lg: calc(var(--gf-ctrl-size-md) * 1.1);
	--gf-ctrl-size-xl: calc(var(--gf-ctrl-size-md) * 1.2);
	--gf-ctrl-padding-y: var(--input-pt);
	--gf-ctrl-padding-x: var(--input-pl);
	--gf-ctrl-bg-color: #fff;
	--gf-ctrl-border-color-error: #cc4b37;
	--gf-ctrl-border-color: #fff !important;
	--gf-ctrl-border-width: 1px !important;
	--gf-ctrl-color: #575c60;
	--gf-ctrl-font-family: inherit;
	--gf-ctrl-font-size: var(--input-fz);
	--gf-ctrl-font-style: normal;
	--gf-ctrl-font-weight: 400;
	--gf-ctrl-line-height: var(--input-lh);
	--gf-ctrl-shadow: none;
	--gf-ctrl-radio-check-size-md: 0.5rem;
	--gf-ctrl-choice-size-md: 1.25rem;
	--gf-ctrl-textarea-height: 6rem;
	--gf-ctrl-label-font-size-primary: inherit;
	--gf-ctrl-label-font-size-secondary: inherit;
	--gf-ctrl-label-font-size-tertiary: inherit;
	--gf-ctrl-label-font-size-req: inherit;
	--gf-ctrl-file-btn-font-size: inherit;
	--gf-ctrl-desc-font-size: 1em;
	--gf-label-space-primary: 0.5rem;
	--gf-ctrl-label-color-primary: #575c60 !important;
	--gf-ctrl-label-color-secondary: #575c60 !important;
	--gf-ctrl-label-color-tertiary: #575c60;
	--gf-label-choice-field-space-primary: 0.5rem;
	--gf-label-space-x-secondary: 0.5rem;
	--gf-field-section-padding-y-end: 0.5rem;
	--gf-label-width: 100%;
	--gf-label-req-gap: 0.5rem;
	--gf-desc-space: 0.5rem;
	--gf-ctrl-btn-bg-color-primary: #b9e2ff;
	--gf-ctrl-btn-bg-color-hover-primary: rgb(134, 204.8714285714, 255);
	--gf-ctrl-btn-bg-color-focus-primary: rgb(134, 204.8714285714, 255);
	--gf-ctrl-btn-bg-color-disabled-primary: #b9e2ff;
	--gf-ctrl-btn-border-color-primary: transparent;
	--gf-ctrl-btn-border-color-hover-primary: transparent;
	--gf-ctrl-btn-border-color-focus-primary: var(--gf-ctrl-btn-bg-color-hover-primary);
	--gf-ctrl-btn-border-color-disabled-primary: transparent;
	--gf-ctrl-btn-border-style-primary: solid;
	--gf-ctrl-btn-border-width-primary: 1px;
	--gf-ctrl-btn-color-primary: #14130e;
	--gf-ctrl-btn-color-hover-primary: #14130e;
	--gf-ctrl-btn-color-focus-primary: #14130e;
	--gf-ctrl-btn-color-disabled-primary: #14130e;
	--gf-ctrl-btn-radius: var(--gf-ctrl-radius);
	--gf-ctrl-btn-size-md: auto;
	--gf-ctrl-btn-padding-y: 1rem;
	--gf-ctrl-btn-padding-x: 2.25rem;
	--gf-ctrl-btn-font-size-md: 1.25rem;
	--gf-form-footer-margin-y-start: 1rem;
	--gf-form-footer-gap: 0.5rem;
	--gf-field-date-width: 10.5rem;
	--gf-field-time-width: 7rem;
	--gf-field-list-btns-gap: 0.5rem;
	--gf-field-pg-steps-gap-y: 0.5rem;
	--gf-field-pg-steps-gap-x: 1.5rem;
}
@media print, screen and (max-width: 64.06125em) {
	body .gform-theme--framework {
		--gf-form-gap-x: 2%;
		--gf-form-gap-y: 0.625rem;
	}
}
body .gform-theme--framework input[type="file"] {
	--gf-ctrl-padding-y: 0;
}
body .gform-theme--framework .gfield .select2-selection--single {
	height: var(--gf-ctrl-size);
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}
body .gform-theme--framework .gfield textarea.small {
	min-block-size: 7rem;
}
body .gform-theme--framework .gfield textarea.medium {
	min-block-size: 8rem;
}
body .gform-theme--framework .gfield textarea.large {
	min-block-size: 10rem;
}
body .gform-theme--framework .gfield--type-choice .gchoice,
body .gform-theme--framework .gfield--type-choice .ginput_container_consent {
	align-items: center;
}
.gform_wrapper.gravity-theme .validation_error,
.gform_wrapper.gravity-theme div.gform_validation_errors,
.gform_wrapper.gform-theme .validation_error,
.gform_wrapper.gform-theme div.gform_validation_errors {
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid #cc4b37;
	background-color: #f7e4e1;
	color: #575c60;
	font-size: inherit;
	text-align: left;
	border-radius: 0;
	box-shadow: none;
}
.gform_wrapper.gravity-theme .validation_error .gform_submission_error,
.gform_wrapper.gravity-theme div.gform_validation_errors .gform_submission_error,
.gform_wrapper.gform-theme .validation_error .gform_submission_error,
.gform_wrapper.gform-theme div.gform_validation_errors .gform_submission_error {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.gform_wrapper.gravity-theme .validation_error:first-child,
.gform_wrapper.gravity-theme div.gform_validation_errors:first-child,
.gform_wrapper.gform-theme .validation_error:first-child,
.gform_wrapper.gform-theme div.gform_validation_errors:first-child {
	margin-top: 0;
}
.gform_wrapper.gravity-theme .gfield,
.gform_wrapper.gform-theme .gfield {
	position: relative;
}
.gform_wrapper.gravity-theme .gfield.gfield_error [aria-invalid="true"],
.gform_wrapper.gravity-theme .gfield.gfield_error .select2-selection,
.gform_wrapper.gform-theme .gfield.gfield_error [aria-invalid="true"],
.gform_wrapper.gform-theme .gfield.gfield_error .select2-selection {
	border-color: #cc4b37;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload .validation_message:empty,
.gform_wrapper.gform-theme .ginput_container_fileupload .validation_message:empty {
	display: none;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gform-theme .gform_footer {
	position: relative;
}
.gform_wrapper.gravity-theme .gform-loader,
.gform_wrapper.gform-theme .gform-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	margin-left: 0.5rem;
}
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	position: absolute !important;
	left: -9000px;
	display: none !important;
}
.gform_heading {
	margin-bottom: 0.75rem;
}
.gform_description:empty {
	display: none;
}
.gform_wrapper .select2 {
	width: 100% !important;
	display: flex;
}
.gform_wrapper .select2 .dropdown-wrapper {
	display: none;
}
.gform_wrapper ul {
	list-style: none;
}
.gform_wrapper .clear-multi {
	display: flex;
}
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour {
	max-width: none;
	position: relative;
	flex: 1 1 0;
	margin-left: calc(var(--field-x-gap) / 2);
	margin-right: calc(var(--field-x-gap) / 2);
}
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm .select2-search--dropdown,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute .select2-search--dropdown,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour .select2-search--dropdown {
	padding: 0 !important;
}
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm input,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm select,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_ampm .select2-selection,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute input,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute select,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_minute .select2-selection,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour input,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour select,
.gform_wrapper .ginput_container.ginput_complex .gfield_time_hour .select2-selection {
	width: 100% !important;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-align: center;
}
.gform_wrapper .ginput_container.ginput_complex .hour_minute_colon {
	flex: 0 0 auto;
	padding: 0 !important;
	align-self: center !important;
	text-align: center;
}
.gform_wrapper .gfield_time_hour {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}
.gform_description {
	display: block;
}
.gform_fields {
	margin: 0;
}
.gform_fields::after {
	content: "";
	display: table;
	clear: both;
}
.gfield {
	position: relative;
	list-style: none;
}
.ginput_container ul {
	margin-left: 0;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select,
.gfield_error .select2-selection {
	border-color: #ec7a7a;
}
.gfield_description {
	margin-top: var(--field-y-gap);
}
.gform_confirmation_message {
	margin-bottom: 1rem;
	font-weight: 700 !important;
	text-align: center !important;
	color: #14130e !important;
	font-size: 1.5rem !important;
}
.gform_footer {
	position: relative;
	margin-top: var(--field-y-gap);
	text-align: right;
}
.ginput_container_fileupload .validation_message:empty {
	display: none;
}
.ginput_container_date input {
	--gf-local-width: 100% !important;
	flex-grow: 1;
}
div.gfield_list_icons button {
	opacity: 0.5;
	width: 1.25rem;
	height: 1.25rem;
	padding: 0;
	border: none;
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%22-444%20448%20256%20256%22%3E%3Cpath%20d%3D%22M-316%20448c-70.7%200-128%2057.3-128%20128s57.3%20128%20128%20128%20128-57.3%20128-128S-245.3%20448-316%20448zM-316%20672c-53%200-96-43-96-96s43-96%2096-96%2096%2043%2096%2096S-263%20672-316%20672z%22/%3E%3Cpolygon%20points%3D%22-332%20512%20-332%20560%20-380%20560%20-380%20592%20-332%20592%20-332%20640%20-300%20640%20-300%20592%20-252%20592%20-252%20560%20-300%20560%20-300%20512%20%22/%3E%3C/svg%3E");
	font-size: 0;
	transition: opacity 0.5s ease-out;
}
div.gfield_list_icons button::before,
div.gfield_list_icons button::after {
	content: none;
	display: none;
}
div.gfield_list_icons button.delete_list_item {
	margin-left: 0.25rem;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%22-139%2051%20512%20512%22%3E%3Cpath%20d%3D%22M117%2051c-141.4%200-256%20114.6-256%20256%200%20141.4%20114.6%20256%20256%20256%20141.4%200%20256-114.6%20256-256C373%20165.6%20258.4%2051%20117%2051zM117%20499C11%20499-75%20413-75%20307s86-192%20192-192c106%200%20192%2086%20192%20192S223%20499%20117%20499zM-11%20339h256v-64H-11V339z%22/%3E%3C/svg%3E");
}
input.datepicker_with_icon {
	display: inline-block;
	width: calc(100% - 1.5rem);
	margin-right: 0.25rem;
	vertical-align: middle;
}
.gform_wrapper.gform-theme .gf_invisible,
.gform_wrapper.gform-theme .gfield_visibility_hidden {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework {
	--field-y-gap: 1.25rem;
	--field-x-gap: 1.875rem;
}
@media print, screen and (max-width: 64.06125em) {
	.gravity-theme.gform_wrapper.gform-theme--no-framework {
		--field-x-gap: 2%;
		--field-y-gap: 10px;
	}
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_fields {
	display: -ms-grid;
	display: grid;
	width: 100%;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(auto-fill, auto);
	grid-column-gap: var(--field-x-gap);
	grid-row-gap: var(--field-y-gap);
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_fields::before,
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_fields::after {
	content: none;
	display: none;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield {
	margin-bottom: 0;
	grid-column: 1/-1;
}
@media print, screen and (min-width: 40.0625em) {
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-full {
		-ms-grid-column-span: 12;
		grid-column: span 12;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-eleven-twelfths {
		-ms-grid-column-span: 11;
		grid-column: span 11;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-five-sixths {
		-ms-grid-column-span: 10;
		grid-column: span 10;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-three-quarter {
		-ms-grid-column-span: 9;
		grid-column: span 9;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-two-thirds {
		-ms-grid-column-span: 8;
		grid-column: span 8;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-seven-twelfths {
		-ms-grid-column-span: 7;
		grid-column: span 7;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-half {
		-ms-grid-column-span: 6;
		grid-column: span 6;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-five-twelfths {
		-ms-grid-column-span: 5;
		grid-column: span 5;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-third {
		-ms-grid-column-span: 4;
		grid-column: span 4;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-quarter {
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-one-sixth {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield.gfield--width-one-twelfth {
		-ms-grid-column-span: 1;
		grid-column: span 1;
	}
}
@media print, screen and (min-width: 40.0625em) {
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group,
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_header {
		display: flex;
		flex-flow: row wrap;
		margin-right: calc(var(--field-x-gap) / -2);
		margin-left: calc(var(--field-x-gap) / -2);
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group {
		margin-bottom: var(--field-y-gap);
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group:last-child {
		margin-bottom: 0;
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_header_item,
	.gravity-theme.gform_wrapper.gform-theme--no-framework .gfield_list_group_item {
		flex-grow: 1;
		width: 0;
		margin: 0 !important;
		padding-right: calc(var(--field-x-gap) / 2);
		padding-left: calc(var(--field-x-gap) / 2);
	}
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	margin-bottom: 0;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex span {
	margin-bottom: 0;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span {
	display: block;
	flex-basis: 100%;
	padding: 0 !important;
}
@media print, screen and (max-width: 40.06125em) {
	.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span:not(:last-child) {
		margin-bottom: var(--field-y-gap);
	}
}
@media print, screen and (min-width: 40.0625em) {
	.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex {
		margin-right: calc(var(--field-x-gap) / -2);
		margin-left: calc(var(--field-x-gap) / -2);
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span {
		flex: 1 1 0;
		width: auto;
		margin-right: calc(var(--field-x-gap) / 2);
		margin-left: calc(var(--field-x-gap) / 2);
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span.ginput_full {
		width: calc(100% - var(--field-x-gap));
		flex-basis: calc(100% - var(--field-x-gap));
	}
	.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_complex > span.ginput_full > span {
		display: block;
		float: left;
		width: calc(50% - var(--field-x-gap));
	}
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address span {
	margin-bottom: 0;
	padding: 0;
	flex-basis: 100%;
}
@media print, screen and (min-width: 40.0625em) {
	.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address > span {
		position: relative;
		flex: 0 0 calc(50% - var(--field-x-gap));
		width: calc(50% - var(--field-x-gap));
	}
}
.gravity-theme.gform_wrapper.gform-theme--no-framework
	.ginput_container.ginput_container_address
	span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.gravity-theme.gform_wrapper.gform-theme--no-framework .ginput_container.ginput_container_address .ginput_full:not(:last-of-type) {
	margin-bottom: var(--field-y-gap);
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_ajax_spinner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	margin: auto;
	margin-left: 3px;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_error,
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_validation_errors {
	margin-bottom: 1rem;
	padding: 0.25rem;
	border: 1px solid #ec7a7a;
	background-color: #f7e4e1;
	color: #575c60;
	font-size: 1rem;
	text-align: left;
}
.gravity-theme.gform_wrapper.gform-theme--no-framework .validation_error .gform_submission_error,
.gravity-theme.gform_wrapper.gform-theme--no-framework .gform_validation_errors .gform_submission_error {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.gform_wrapper.inline-form_wrapper {
	display: flex;
	flex-flow: row wrap;
}
.gform_wrapper.inline-form_wrapper .gform_heading {
	flex: 1 0 100%;
	width: 100%;
}
.gform_wrapper.inline-form_wrapper .inline-form {
	display: flex;
	align-items: flex-end;
	width: 100%;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_body {
	flex-grow: 1;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_footer {
	padding: 0;
	margin: 0 0 0 0.75rem;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_footer .button {
	--gf-ctrl-btn-padding-y: var(--input-pt);
	--gf-ctrl-btn-line-height: var(--input-lh);
	min-width: 0;
	margin-bottom: 0;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_footer .button {
	min-width: 0;
	padding-top: var(--input-pt);
	padding-bottom: var(--input-pb);
	line-height: var(--input-lh);
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_fields {
	grid-column-gap: 2%;
}
.gform_wrapper.inline-form_wrapper .inline-form .gform_fields::before,
.gform_wrapper.inline-form_wrapper .inline-form .gform_fields::after {
	content: none;
	display: none;
}
@media screen and (max-width: 31.25em) {
	.gform_wrapper.inline-form_wrapper .inline-form {
		flex-flow: row wrap;
	}
	.gform_wrapper.inline-form_wrapper .inline-form .gform_body {
		flex-basis: 100%;
	}
	.gform_wrapper.inline-form_wrapper .inline-form .gform_footer {
		flex-basis: 100%;
	}
	.gform_wrapper.inline-form_wrapper .inline-form .gform_footer .button {
		width: 100%;
	}
}
img.fancybox-image {
	width: 100%;
	height: 100%;
}
.pd-vc-150 {
	padding-top: 9.375rem;
	padding-bottom: 9.375rem;
}
@media print, screen and (max-width: 40.06125em) {
	.pd-vc-150 {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}
.pd-vc-150.policy-content {
	padding-top: 5rem;
}
.single-post .main-content {
	padding-top: 9.375rem;
}
@media print, screen and (max-width: 40.06125em) {
	.single-post .main-content {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}
.main-content {
	padding-top: 3.75rem;
	padding-bottom: 9.375rem;
}
@media print, screen and (max-width: 40.06125em) {
	.main-content {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}
.pd-bm-150 {
	padding-bottom: 9.375rem;
}
@media print, screen and (max-width: 40.06125em) {
	.pd-bm-150 {
		padding-bottom: 3.125rem;
	}
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
.preloader {
	position: fixed;
	z-index: 100000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	background-color: #fff;
	color: #222;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader--hidden {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}
.preloader__icon {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.preloader__icon::before {
	content: "";
	display: block;
	font-family: "Font Awesome 6 Free";
	font-size: 2.5rem;
	font-weight: 900;
	animation: spin 1s ease-in-out infinite;
}
.search-form {
	position: relative;
}
.posts-list .search-form {
	margin-bottom: 2.5rem;
}
.search-form__input {
	padding-right: 4.5rem;
}
.search-form__submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	padding: 0.625rem 0.75rem;
	cursor: pointer;
}
.search-form__submit::after {
	font-family: "Font Awesome 6 Free";
	font-size: 1.25rem;
	font-weight: 900;
}
.not-found {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}
.not-found .label {
	margin-left: 0.25rem;
	padding: 0.4375rem 0.625rem 0.25rem;
	background-color: #b9e2ff;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.not-found .label:hover {
	background-color: rgb(144.2, 209.0971428571, 255);
	color: #fff;
}
@media print, screen and (max-width: 40.06125em) {
	.not-found .label {
		line-height: 3.4;
	}
}
.header .menu-grid-container > .grid-x {
	position: relative;
}
.header .menu-grid-container .search-wrap {
	transform: translateY(-140%);
	transition: transform 0.3s;
	background-color: #fff;
	padding: 1.25rem 2.5rem 2.5rem;
	position: absolute;
	top: 7.5rem;
	left: 0;
	min-height: 31.25rem;
}
.header .menu-grid-container .search-wrap.active {
	transform: translateY(0);
}
@media print, screen and (max-width: 64.06125em) {
	.header .menu-grid-container .search-wrap {
		top: 3.125rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.header .menu-grid-container .search-wrap {
		top: 2.875rem;
		padding: 1.25rem;
		max-height: 100vh;
		overflow-y: scroll;
	}
}
.header .menu-grid-container .search-wrap .search-input {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 41.5rem;
}
.header .menu-grid-container .search-wrap .search-input:before {
	content: "";
	background-image: url("../images/search-button.png");
	width: 1.125rem;
	height: 1.125rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.8125rem;
	z-index: 2;
}
.header .menu-grid-container .search-wrap .search-input .search-close {
	width: 0.8125rem;
	height: 0.8125rem;
	cursor: pointer;
}
.header .menu-grid-container .search-wrap .search-input .search-close path {
	transition: stroke 0.3s;
}
.header .menu-grid-container .search-wrap .search-input .search-close:hover path {
	stroke: #b9e2ff;
}
.header .menu-grid-container .search-wrap #site-search {
	position: relative;
	padding: 0.875rem 1.25rem 0.875rem 2.5rem;
	width: 100%;
	height: 3rem;
	line-height: 1.3;
	border-color: #b8d0e1;
}
.header .menu-grid-container .search-wrap #site-search::placeholder {
	color: #575c60;
}
.header .menu-grid-container .search-wrap #site-search:focus {
	border-color: #b9e2ff;
}
.header .menu-grid-container .search-wrap .search-results {
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	max-width: 65.75rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
}
@media print, screen and (max-width: 40.06125em) {
	.header .menu-grid-container .search-wrap .search-results {
		flex-direction: column;
	}
}
.header .menu-grid-container .search-wrap .search-results .suggested-searches {
	max-width: 36.625rem;
}
.header .menu-grid-container .search-wrap .search-results .suggested-searches .search-box {
	display: flex;
	flex-direction: column;
}
.header .menu-grid-container .search-wrap .search-results .suggested-searches .search-box .search-result {
	margin-bottom: 0.9375rem;
	line-height: 1.3;
}
@media print, screen and (max-width: 40.06125em) {
	.header .menu-grid-container .search-wrap .search-results .suggested-searches .search-box .search-result {
		margin-bottom: 0.5rem;
	}
}
.header .menu-grid-container .search-wrap .search-results .search-title {
	margin-bottom: 2.625rem;
	color: #575c60;
}
@media print, screen and (max-width: 40.06125em) {
	.header .menu-grid-container .search-wrap .search-results .search-title {
		margin-bottom: 1.5rem;
	}
}
.header .menu-grid-container .search-wrap .search-results .popular-products {
	max-width: 32.1875rem;
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box {
	display: flex;
	gap: 2.5rem;
}
@media print, screen and (max-width: 40.06125em) {
	.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box {
		gap: 1.25rem;
	}
}
@media screen and (max-width: 26.875em) {
	.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box {
		flex-direction: column;
	}
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product {
	width: 50%;
}
@media screen and (max-width: 26.875em) {
	.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product {
		width: 100%;
	}
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product img {
	object-fit: cover;
	height: 11.25rem;
	transition: opacity 0.3s;
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product img:hover {
	opacity: 0.7;
}
@media screen and (max-width: 26.875em) {
	.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product img {
		height: 76vw;
	}
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product .search-popular-title:hover h4 {
	color: inherit;
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product .search-popular-title h4 {
	transition: color 0.3s;
	margin-top: 0.625rem;
	margin-bottom: 0.75rem;
}
.header .menu-grid-container .search-wrap .search-results .popular-products .poplar-products-box .popular-product .variation-text {
	color: #14130e;
	font-weight: 700;
	margin-bottom: 0.625rem;
}
@media screen and (max-width: 90em) {
	.buttonizer-button {
		padding-top: 2.3125rem !important;
		padding-bottom: 2.3125rem !important;
	}
	.buttonizer-button .buttonizer-label {
		font-size: 1.25rem !important;
	}
}
.breadcrumbs {
	display: flex;
	align-items: center;
	column-gap: 0.5625rem;
	list-style: none;
	margin-left: 0;
	margin-bottom: 1.875rem;
}
.breadcrumbs li,
.breadcrumbs span {
	font-size: 1.25rem;
}
@media print, screen and (max-width: 40.06125em) {
	.breadcrumbs li,
	.breadcrumbs span {
		font-size: 1.0625rem;
	}
}
.breadcrumbs .current-item {
	color: #14130e;
}
.breadcrumbs .bc-separator {
	width: 0.75rem;
	height: 0.75rem;
	display: inline-block;
	background-image: url("../images/bc-separator.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media print, screen and (max-width: 40.06125em) {
	.breadcrumbs {
		margin-bottom: 1.25rem;
	}
}
.bg-cover {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-contain,
div.gfield_list_icons button {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.inherit-color h1,
.inherit-color h2,
.inherit-color h3,
.inherit-color h4,
.inherit-color h5,
.inherit-color h6,
.inherit-color .h1,
.inherit-color .h2,
.inherit-color .h3,
.inherit-color .h4,
.inherit-color .h5,
.inherit-color .h6 {
	color: inherit;
}
.position-center {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}
.stretched-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.woocommerce .stretched-img,
.woocommerce-page .stretched-img {
	height: 100%;
}
.rel-wrap {
	position: relative;
}
.rel-content {
	position: relative;
	z-index: 2;
}
.of-cover,
.stretched-img {
	object-position: 50% 50%;
	object-fit: cover;
}
@media print, screen and (min-width: 40.0625em) {
	.two-columns {
		columns: 2;
	}
}
@media print, screen and (min-width: 40.0625em) {
	.three-columns {
		columns: 3;
	}
}
.stretched-link::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: auto;
}
.jarallax {
	position: relative;
	z-index: 1;
}
.jarallax > .jarallax-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.jarallax-inline {
	position: relative;
}
.jarallax-inline > .jarallax-img {
	position: relative;
	z-index: -100;
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
}
.ajax-overlay {
	position: relative;
}
.ajax-overlay::before,
.ajax-overlay::after {
	visibility: hidden;
	opacity: 0;
}
.ajax-overlay::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1rem;
	height: 1rem;
	margin-top: -0.5rem;
	margin-left: -0.5rem;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22/%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%224%22%20fill%3D%22%23fff%22/%3E%3C/svg%3E");
	background-position: 50% 50%;
	background-size: cover;
	animation: spin 1s ease-in-out infinite;
}
.ajax-overlay::before {
	content: "";
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ajax-overlay--active::before,
.ajax-overlay--active::after {
	visibility: visible;
	opacity: 0.6;
}
.stay-tuned {
	display: flex;
	margin: 0 -0.5rem;
	padding: 0;
	list-style: none;
}
.stay-tuned__item {
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.stay-tuned__link {
	display: block;
}
.stay-tuned__link .fab,
.stay-tuned__link .far,
.stay-tuned__link .fas {
	margin-top: 0.0625rem;
	display: block;
}
.share-links {
	display: flex;
	flex-flow: row wrap;
	margin: -0.25rem -0.5rem;
	padding: 0;
	list-style: none;
}
.share-links__item {
	margin: 0.25rem 0.5rem;
}
.share-links__link {
	display: block;
}
.share-links__link .fab,
.share-links__link .far,
.share-links__link .fas {
	display: block;
}
.share-box {
	display: flex;
	align-items: center;
}
.share-box__title {
	margin-right: 1rem;
	margin-bottom: 0;
}
.sbs-block {
	position: relative;
	overflow: hidden;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.sbs-block--reverse .cell.sbs-block__img-wrap {
	right: 50%;
	left: 0;
}
.sbs-block__content-wrap {
	display: flex;
	flex-direction: column;
}
.sbs-block__content {
	display: flex;
	align-items: center;
}
@media print, screen and (min-width: 40.0625em) {
	.sbs-block__content {
		min-height: 25rem;
	}
}
.sbs-block__content-inner {
	width: 100%;
}
@media print, screen and (min-width: 40.0625em) {
	.cell.sbs-block__img-wrap {
		position: absolute;
		top: 0;
		right: 0;
		left: 50%;
		width: 50%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.cell.sbs-block__img-wrap {
		margin-bottom: 1.5rem;
	}
}
.sbs-block__img {
	width: 100%;
	height: 100%;
}
@media print, screen and (max-width: 90.06125em) {
	.testimonials {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.testimonials {
		padding-left: 0;
		padding-right: 0;
	}
}
.testimonials-wrap {
	margin-top: 2.5rem;
	padding-bottom: 2.875rem;
}
.testimonials-wrap .slick-track {
	display: flex !important;
	align-items: stretch;
}
.testimonials-wrap .slick-slide {
	padding-left: 1rem;
	padding-right: 1rem;
	align-self: stretch;
	height: unset;
}
.testimonials-wrap .slick-slide > div {
	height: 100%;
}
@media print, screen and (max-width: 64.06125em) {
	.testimonials-wrap .slick-slide {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
}
@media screen and (max-width: 36.25em) {
	.testimonials-wrap .slick-slide {
		padding-left: 0;
		padding-right: 0;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.testimonials-wrap .slick-arrow {
		display: none !important;
	}
}
.home-testimonial {
	position: relative;
	padding: 15rem 2rem 2rem;
	background-color: rgba(185, 226, 255, 0.4);
	height: 100%;
	display: flex !important;
	flex-direction: column;
	min-height: 27rem;
	transition: padding-top 0.8s ease;
}
.home-testimonial .short-text {
	opacity: 1;
	height: 8.5625rem;
	transition: max-width 0.2s ease, opacity 0.5s ease;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media print, screen and (max-width: 40.06125em) {
	.home-testimonial .short-text {
		height: auto;
		opacity: 1;
		overflow: unset;
	}
}
.home-testimonial .full-text {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transition: opacity 0.8s ease;
}
@media print, screen and (max-width: 40.06125em) {
	.home-testimonial .full-text {
		display: none;
	}
}
@media print, screen and (min-width: 40.0625em) {
	.home-testimonial:hover {
		padding-top: 9.1875rem;
	}
	.home-testimonial:hover .short-text {
		opacity: 0;
		overflow: hidden;
		margin: 0;
		height: 0;
	}
	.home-testimonial:hover .full-text {
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		opacity: 1;
		height: 15.125rem;
		transition: height 0.8s ease, max-width 0.2s ease, opacity 1.2s ease;
	}
	.home-testimonial:hover .home-testimonial-footer .home-testimonial-image {
		width: 7.5rem;
		height: 7.5rem;
	}
}
@media print, screen and (min-width: 40.0625em) and (max-width: 40.06125em) {
	.home-testimonial:hover .short-text,
	.home-testimonial:hover .full-text {
		max-width: none;
	}
	.home-testimonial:hover .full-text {
		-webkit-line-clamp: 11;
		height: 14.625rem;
	}
}
.home-testimonial .home-testimonial-footer {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.home-testimonial .home-testimonial-footer .home-testimonial-image {
	transition: all 0.8s;
	width: 14rem;
	height: 14rem;
}
@media print, screen and (max-width: 90.06125em) {
	.home-testimonial .home-testimonial-footer .home-testimonial-image {
		width: 11.25rem;
		height: 11.25rem;
	}
}
.home-testimonial .home-testimonial-footer .home-testimonial-image .testimonial-thumbnail {
	transition: all 0.8s ease;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.375rem;
	filter: drop-shadow(0 0.1875rem 0.25rem rgba(0, 0, 0, 0.1607843137));
}
.home-testimonial .home-testimonial-footer .testimonial-footer-right .testimonial-name {
	margin-bottom: 0.25rem;
}
.home-testimonial .home-testimonial-footer .testimonial-footer-right .stars-wrap {
	display: flex;
	gap: 0.25rem;
}
.home-testimonial .home-testimonial-footer .testimonial-footer-right .stars-wrap .star {
	width: 1rem;
}
@media print, screen and (max-width: 64.06125em) {
	.home-testimonial {
		padding: 12.5rem 1.25rem 1.25rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.home-testimonial {
		min-height: unset;
		padding-top: 7.5rem;
	}
	.home-testimonial .default-text,
	.home-testimonial .hover-text {
		max-width: none;
	}
	.home-testimonial .home-testimonial-footer {
		gap: 1.125rem;
	}
	.home-testimonial .home-testimonial-footer .home-testimonial-image {
		width: 6.25rem;
		height: 6.25rem;
	}
}
@media print, screen and (min-width: 40.0625em) {
	.testimonials-wrap .home-testimonial:hover .full-text {
		height: 13.9375rem;
	}
}
.subscription-form {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
@media print, screen and (max-width: 40.06125em) {
	.subscription-form {
		padding-bottom: 5rem;
	}
}
.subscription-form .subscription-form-container {
	margin-left: auto;
	max-width: 54.25rem;
	margin-right: auto;
}
.subscription-form .subscription-form-container .subscription-form-heading {
	margin-bottom: 1.25rem;
}
.subscription-form .subscription-form-container .subscription-form-subtitle {
	margin-bottom: 2rem;
	color: #14130e;
}
.subscription-form .subscription-form-container .contact__form {
	text-align: left;
}
.subscription-form .subscription-form-container .contact__form .gform_required_legend {
	display: none;
}
.subscription-form .subscription-form-container .contact__form .gform_fields {
	display: flex !important;
	column-gap: unset !important;
}
@media print, screen and (max-width: 40.06125em) {
	.subscription-form .subscription-form-container .contact__form .gform_fields {
		align-items: center;
		flex-direction: column;
		row-gap: 2rem !important;
	}
}
.subscription-form .subscription-form-container .contact__form .gform_fields .gfield--type-email {
	width: 80% !important;
}
@media print, screen and (max-width: 64.06125em) {
	.subscription-form .subscription-form-container .contact__form .gform_fields .gfield--type-email {
		width: 70% !important;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.subscription-form .subscription-form-container .contact__form .gform_fields .gfield--type-email {
		width: 100% !important;
	}
}
.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit {
	width: 20% !important;
}
@media print, screen and (max-width: 64.06125em) {
	.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit {
		width: 30% !important;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit {
		width: 100% !important;
	}
}
.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit button {
	transition: all 0.3s ease-in-out;
	line-height: 1.3 !important;
	background-color: #e4c25f !important;
	padding: 0.8125rem 2.28125rem 0.5625rem !important;
}
@media print, screen and (max-width: 40.06125em) {
	.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit button {
		width: 100%;
	}
}
.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit button:hover {
	padding-right: 1.8125rem !important;
}
.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit button:after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s, margin-left 0.3s;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit button:hover {
	background-color: #b8d0e1;
}
.subscription-form .subscription-form-container .contact__form .gform_fields #field_submit button:hover:after {
	margin-left: 1.25rem;
	transform: scaleX(1.5);
}
.subscription-form .subscription-form-container .contact__form .gform_fields .ginput_container_email input {
	padding-bottom: 0.75rem !important;
}
@media print, screen and (max-width: 40.06125em) {
	.subscription-form {
		padding-top: 5rem;
		padding-bottom: 2.5rem;
	}
}
.page-header-section {
	padding-top: 5rem;
	margin-bottom: 5rem;
}
@media print, screen and (max-width: 40.06125em) {
	.page-header-section {
		margin-bottom: 0;
	}
}
.page-header-section .cols-container {
	margin-bottom: -5rem;
}
.page-header-section .header-image-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 9rem;
}
@media print, screen and (max-width: 64.06125em) {
	.page-header-section .header-image-wrap .wp-video {
		max-width: 82%;
	}
}
@media screen and (max-width: 25em) {
	.page-header-section .header-image-wrap .wp-video {
		max-width: 100%;
	}
}
.page-header-section .header-image-wrap .wp-video .mejs-controls {
	display: none !important;
	opacity: 0 !important;
	transition: all 0.5s ease;
}
.page-header-section .header-image-wrap .wp-video .mejs-container:hover .mejs-controls {
	opacity: 1 !important;
}
.page-header-section .header-image-wrap .wp-video .mejs-overlay-button {
	display: none !important;
	visibility: hidden !important;
}
.page-header-section .header-image-wrap .header-image {
	object-fit: cover;
	width: 50rem;
	height: 37.5rem;
}
@media print, screen and (max-width: 40.06125em) {
	.page-header-section .header-image-wrap .page-header-title {
		margin-bottom: 2.75rem;
	}
}
@media screen and (max-width: 31.25em) {
	.page-header-section .header-image-wrap .page-header-title {
		word-break: break-word;
	}
}
.page-header-section .header-image-wrap.large-image .header-image {
	height: 50rem;
}
.page-header-section .page-header-content {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 2rem;
}
@media print, screen and (max-width: 64.06125em) {
	.page-header-section .page-header-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-right: 0;
	}
}
.page-header-section .page-header-content .page-header-title {
	max-width: 36.25rem;
	margin-bottom: 1.75rem;
}
@media print, screen and (max-width: 64.06125em) {
	.page-header-section .page-header-content .header-text {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}
.page-header-section .page-header-content .header-text {
	max-width: 34.25rem;
}
.page-header-section .page-header-content .button {
	margin-top: 2.875rem;
}
.page-header-section .blog-title.page-header-content {
	padding-bottom: 9.5625rem;
}
@media print, screen and (max-width: 40.06125em) {
	.page-header-section .blog-title.page-header-content {
		padding-bottom: 0;
	}
}
@media print, screen and (max-width: 90.06125em) {
	.page-header-section .header-image-wrap {
		padding-right: 3.6%;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.page-header-section .cols-container {
		flex-direction: column-reverse;
		margin-bottom: 0;
	}
	.page-header-section .header-image-wrap {
		padding-right: 1rem;
		align-items: center;
		padding-left: 1rem;
	}
	.page-header-section .page-header-content {
		padding-right: 1rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.page-header-section {
		padding-bottom: 2.5rem;
	}
	.page-header-section .header-image-wrap .header-image {
		height: 64vw;
	}
	.page-header-section .header-image-wrap.large-image .header-image {
		height: 92vw;
	}
}
.page-header-section.video-header .page-header-content {
	padding-bottom: 10.0625rem;
}
@media print, screen and (max-width: 40.06125em) {
	.page-header-section.video-header .page-header-content {
		padding-bottom: 1.25rem;
	}
}
.page-header-section.video-header .header-image-wrap {
	align-self: flex-end;
}
@media print, screen and (min-width: 64.0625em) {
	.page-template-template-subscriptions .page-header-section .page-header-content {
		padding-bottom: 14rem;
	}
}
.product-banner {
	position: relative;
}
.product-banner.blue-overlay::after {
	left: 50%;
	width: calc(100vw - 17px);
	height: 100%;
	transform: translateX(-50%);
	z-index: -1;
	opacity: 30%;
}
.product-banner.blue-overlay .product-image::before {
	background-color: #fff;
	opacity: 1;
}
.product-banner .woocommerce-variation .woocommerce-variation-price {
	display: none;
}
.product-banner .product-information {
	position: relative;
	z-index: 5;
}
.product-banner .product-information .variations {
	display: none;
}
.product-banner .product-information .woocommerce-variation-availability {
	display: none;
}
.product-banner .product-information .wcsatt-options-wrapper {
	display: none;
}
.product-banner .product-information .quantity {
	margin-bottom: 2.4375rem;
}
.product-banner .product-information .quantity .quantity-field {
	justify-content: flex-start;
}
.product-banner .product-information .single_add_to_cart_button {
	display: none;
}
.product-banner .product-information .buttons-container {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
@media print, screen and (max-width: 40.06125em) {
	.product-banner .product-information .buttons-container {
		flex-wrap: wrap;
	}
}
.product-banner .product-information .variation-price {
	margin-bottom: 1.875rem;
}
.product-banner .product-information {
	padding-top: 2.5rem;
}
@media print, screen and (min-width: 64.0625em) {
	.product-banner .product-information .product-banner-title {
		min-height: 7rem;
	}
}
.product-banner .product-information .buttons-label {
	margin-top: 2.5rem;
	margin-bottom: 0.75rem;
}
.product-banner .product-information .woocommerce-variation-description {
	max-width: 17.625rem;
}
@media print, screen and (max-width: 75.06125em) {
	.product-banner .product-information .woocommerce-variation-description {
		max-width: 58%;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.product-banner .product-information .woocommerce-variation-description {
		max-width: 21.75rem;
	}
}
.product-banner .product-information .quantity-title {
	margin-bottom: 0.75rem;
}
.product-banner .product-image {
	position: relative;
	display: flex;
	justify-content: center;
}
@media print, screen and (min-width: 64.0625em) {
	.product-banner .product-image {
		transform: translateX(2.375rem);
	}
}
.product-banner .product-image:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	width: 49rem;
	height: 49rem;
	background-color: #b9e2ff;
	opacity: 30%;
}
.product-banner .product-image img {
	align-self: center;
	position: relative;
	z-index: 5;
	width: 100%;
}
.product-banner .product-additional {
	position: relative;
	z-index: 5;
	padding-top: 2.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}
@media print, screen and (max-width: 64.06125em) {
	.product-banner .product-additional {
		align-items: flex-start;
		flex-direction: row-reverse;
	}
}
@media screen and (max-width: 31.25em) {
	.product-banner .product-additional {
		flex-direction: column;
	}
}
.product-banner .product-additional .product-banner-icons {
	margin-left: auto;
	max-width: 14.375rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 1.875rem;
}
@media print, screen and (max-width: 40.06125em) {
	.product-banner .product-additional .product-banner-icons {
		gap: 1rem;
	}
}
@media screen and (max-width: 31.25em) {
	.product-banner .product-additional .product-banner-icons {
		max-width: 100%;
		margin-right: auto;
		justify-content: center;
		margin-bottom: 2rem;
	}
}
.product-banner .product-additional .product-banner-icons .product-banner-icon {
	max-width: 6.25rem;
}
.product-banner .product-additional .product-banner-icons .product-banner-icon .product-icon {
	width: 3rem;
	height: 3rem;
	object-fit: contain;
}
.product-banner .product-additional .product-banner-icons .product-banner-icon p {
	font-size: 0.875rem;
	color: #14130e;
}
.product-banner .product-additional .product-banner-list {
	margin-top: 8.125rem;
	max-width: 14.5rem;
}
@media print, screen and (max-width: 64.06125em) {
	.product-banner .product-additional .product-banner-list {
		margin-top: 0;
	}
}
.product-banner .product-additional .product-banner-list .product-banner-list-item {
	margin-bottom: 1.875rem;
}
@media print, screen and (max-width: 40.06125em) {
	.product-banner .product-additional .product-banner-list .product-banner-list-item {
		margin-bottom: 0.75rem;
	}
}
.product-banner .product-additional .product-banner-list .product-banner-list-item .product-list-title {
	color: #14130e;
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.product-banner .product-additional .right-col-link {
	text-decoration: underline;
	color: #99865c;
}
.product-banner .product-additional .right-col-link:hover {
	text-decoration: unset;
}
@media print, screen and (max-width: 64.06125em) {
	.product-banner .product-information {
		padding-top: 14%;
		order: 3;
	}
	.product-banner .product-image {
		order: 2;
		min-height: 64.5vw;
		justify-content: center;
	}
	.product-banner .product-image:before {
		width: 82%;
		height: 125%;
	}
	.product-banner .product-image img {
		width: 40%;
	}
	.product-banner .product-additional {
		margin-bottom: 1.75rem;
		order: 1;
	}
}
.product-reviews {
	display: flex;
	column-gap: 0.75rem;
	align-items: center;
	padding-top: 0.625rem;
	margin-bottom: 1rem;
}
.product-reviews .stars-number {
	display: flex;
	column-gap: 0.25rem;
}
.product-reviews .stars-number .star {
	width: 1rem;
	height: 1rem;
}
.product-reviews .review-quantity {
	color: #14130e;
}
.product-banner-wrap .product-reviews {
	padding-top: 0;
}
.add_to_wishlist {
	margin-left: 0.75rem;
	width: 1.5rem;
	height: 1.5rem;
	content: url("../images/wishlist-icon.svg");
	display: inline-block;
	vertical-align: middle;
}
.add_to_wishlist:hover {
	filter: brightness(0) saturate(100%) invert(71%) sepia(19%) saturate(677%) hue-rotate(11deg) brightness(96%) contrast(92%);
}
.plan-section .img-plan {
	position: relative;
}
.plan-section .img-plan::before {
	content: "";
	background-color: #b9e2ff;
	opacity: 30%;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.plan-section .equal-col-index {
	color: rgba(70, 29, 0, 0.5);
}
.page-template-template-subscriptions .quantity .input-text.qty {
	background-color: rgba(0, 0, 0, 0);
	border: 0 none;
}
.wcsatt-add-to-subscription-action-label {
	margin: 0 0 2rem;
}
.has-h-1-font-size,
.has-h-2-font-size,
.has-h-3-font-size,
.has-h-4-font-size,
.has-h-5-font-size,
.has-h-6-font-size {
	font-family: "Garet";
	font-style: normal;
	font-weight: 700;
	color: #14130e;
}
body {
	--wp--preset--font-size--h-1: 2rem;
	--wp--preset--font-size--h-2: 1.875rem;
	--wp--preset--font-size--h-3: 1.75rem;
	--wp--preset--font-size--h-4: 1.375rem;
	--wp--preset--font-size--h-5: 1.25rem;
	--wp--preset--font-size--h-6: 1.125rem;
}
@media print, screen and (min-width: 40.0625em) {
	body {
		--wp--preset--font-size--h-1: 4.5rem;
		--wp--preset--font-size--h-2: 3rem;
		--wp--preset--font-size--h-3: 2rem;
		--wp--preset--font-size--h-4: 1.375rem;
		--wp--preset--font-size--h-5: 1.25rem;
		--wp--preset--font-size--h-6: 1.125rem;
	}
}
.wp-block-gallery .blocks-gallery-grid {
	flex-grow: 1;
}
.wp-block-file .wp-block-file__button {
	margin-left: 0.75em;
}
.gb-content--full {
	padding-left: calc(var(--grid-col-gap, 2rem) * 0.5);
	padding-right: calc(var(--grid-col-gap, 2rem) * 0.5);
}
.gb-content--full .alignfull {
	margin-left: calc(var(--grid-col-gap, 2rem) * -0.5);
	margin-right: calc(var(--grid-col-gap, 2rem) * -0.5);
	width: calc(100% + var(--grid-col-gap, 2rem));
}
.gb-content--full .alignfull.wp-block-columns {
	padding-left: calc(var(--grid-col-gap, 2rem) * 0.5);
	padding-right: calc(var(--grid-col-gap, 2rem) * 0.5);
}
.gb-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.woocommerce) {
	max-width: calc(87rem - var(--grid-col-gap, 2rem));
}
.gb-content .wp-block-columns {
	gap: var(--grid-col-gap, 2rem);
}
@media print, screen and (min-width: 40.0625em) {
	.gb-content .wp-block-image.alignleft {
		margin-right: var(--grid-col-gap, 2rem);
	}
}
@media print, screen and (min-width: 64.0625em) {
	.gb-content .wp-block-image.alignleft {
		margin-left: calc((100% - (87rem - var(--grid-col-gap, 2rem))) / 2);
	}
}
@media print, screen and (min-width: 40.0625em) {
	.gb-content .wp-block-image.alignright {
		margin-left: var(--grid-col-gap, 2rem);
	}
}
@media print, screen and (min-width: 64.0625em) {
	.gb-content .wp-block-image.alignright {
		margin-right: calc((100% - (87rem - var(--grid-col-gap, 2rem))) / 2);
	}
}
.gb-content .wp-block-image.alignright,
.gb-content .wp-block-image.alignleft {
	max-width: calc(87rem / 2 - var(--grid-col-gap, 2rem));
}
@media only screen and (min-width: 40.0625em) and (max-width: 64.06125em) {
	.gb-content .wp-block-image.alignright,
	.gb-content .wp-block-image.alignleft {
		max-width: calc(50% - var(--grid-col-gap, 2rem) / 2);
	}
}
.gb-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.woocommerce) {
	width: 100%;
	margin-right: auto;
	margin-bottom: 1.875rem;
	margin-left: auto;
}
.gb-content .wp-block {
	width: 100%;
}
.gb-content .wp-block[data-align="full"] {
	width: auto;
	max-width: none;
}
.wp-block-column:first-child:nth-last-child(2) {
	flex-basis: 50%;
}
.wp-block-column:first-child:nth-last-child(2) ~ .wp-block-column {
	flex-basis: 50%;
}
.wp-block-column:first-child:nth-last-child(3) {
	flex-basis: 33.33%;
}
.wp-block-column:first-child:nth-last-child(3) ~ .wp-block-column {
	flex-basis: 33.33%;
}
@media only screen and (min-width: 37.5em) and (max-width: 48.8125em) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 50% !important;
	}
}
.full-height {
	min-height: 100vh;
}
.acf-custom-block {
	margin-bottom: 1rem;
	padding: 1.25rem;
	background-color: #461d00;
	color: #fff;
	font-size: 2rem;
}
body.admin-bar .header {
	top: 32px;
}
@media print, screen and (max-width: 64.06125em) {
	body.admin-bar .header {
		top: 0;
	}
}
.header {
	padding-top: 2rem;
	padding-bottom: 1.125rem;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	position: sticky;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.logo {
	padding-left: 34%;
}
.logo h1 {
	font-size: 0;
}
.logo a {
	display: inline-block;
}
.logo img {
	width: 14.625rem;
	height: auto;
	object-fit: contain;
}
@media print, screen and (max-width: 64.06125em) {
	.logo {
		padding-left: 0;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.logo {
		max-width: 60%;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.woo-nav {
		flex-wrap: nowrap;
		padding-right: 0.8125rem;
	}
	.header {
		padding-bottom: 0;
	}
	.menu-grid-container {
		--grid-col-gap: 0px;
		padding-left: 0;
		padding-right: 0;
	}
	.cell.header__logo-box {
		padding-left: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 2rem;
		--grid-col-gap: 2rem;
	}
	.title-bar {
		line-height: 2.8125rem;
	}
	.title-bar .menu-icon {
		padding: 0;
		border: none;
		background-color: rgba(0, 0, 0, 0);
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 1.875rem;
		height: 1.5rem;
		cursor: pointer;
	}
	.title-bar .menu-icon span {
		top: 0;
		display: block;
	}
	.title-bar .menu-icon span::before,
	.title-bar .menu-icon span::after {
		content: "";
		display: block;
	}
	.title-bar .menu-icon span,
	.title-bar .menu-icon span::before,
	.title-bar .menu-icon span::after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.1875rem;
		background-color: #14130e;
		border-radius: 0;
		-webkit-transition-property: -webkit-transform, opacity;
		transition-property: transform, opacity;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.title-bar .menu-icon span::before {
		top: 0.65625rem;
	}
	.title-bar .menu-icon span::after {
		top: 1.3125rem;
	}
	.title-bar .menu-icon.is-active span {
		transform: translate3d(0, 0.65625rem, 0) rotate(45deg);
	}
	.title-bar .menu-icon.is-active span,
	.title-bar .menu-icon.is-active span::before,
	.title-bar .menu-icon.is-active span::after {
		background-color: #14130e;
	}
	.title-bar .menu-icon.is-active span::before {
		display: none;
	}
	.title-bar .menu-icon.is-active span::after {
		transform: translate3d(0, -1.3125rem, 0) rotate(-90deg);
	}
	.top-bar {
		display: none;
		background: #fff;
	}
	.header-menu {
		background: rgba(0, 0, 0, 0);
	}
	.header-menu li > a {
		background: #fff;
		color: #14130e;
		line-height: 1.875rem;
		font-size: 0.9375rem;
		text-transform: uppercase;
	}
	.header-menu li > a:focus,
	.header-menu li > a:focus + .submenu-toggle {
		background: rgb(159.5, 215.4357142857, 255);
	}
	.header-menu li > a.button {
		padding: 1rem 2.25rem 0.75rem 2.25rem;
		display: inline-block;
	}
	.header-menu li.current-menu-item > a,
	.header-menu li.current-menu-item .submenu-toggle,
	.header-menu li.current_page_ancestor > a,
	.header-menu li.current_page_ancestor .submenu-toggle,
	.header-menu li.current_page_parent > a,
	.header-menu li.current_page_parent .submenu-toggle {
		background: hsl(44.6616541353, 71.1229946524%, 68.3333333333%);
	}
	.header-menu li[aria-expanded="true"] > a,
	.header-menu li[aria-expanded="true"] .submenu-toggle {
		background: rgb(169.7, 219.6614285714, 255);
	}
	.header-menu li.has-button {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}
	.header-menu li.has-submenu-toggle > a {
		margin-right: 1.875rem;
	}
	.header-menu .submenu-toggle {
		padding: 0;
		height: 1.875rem;
		width: 1.875rem;
	}
	.header-menu .submenu a {
		padding-left: 1.2375rem;
	}
	.header-menu .submenu .submenu a {
		padding-left: 1.725rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.cell.header__logo-box {
		padding-bottom: 0;
	}
	.header {
		padding-bottom: 2rem;
	}
	.woo-nav {
		align-items: center;
	}
	.woo-nav .header-icon {
		margin-top: 0.25rem;
	}
	.woo-nav .header__menu-toggle {
		margin-left: 0.5625rem;
	}
}
.woo-nav .header-icon path {
	transition: fill 0.3s;
}
.woo-nav .header-icon:hover path {
	fill: #e4c25f;
}
.woo-nav .header-icon.active path {
	fill: #e4c25f;
}
@media screen and (max-width: 26.875em) {
	.woo-nav .header-icon {
		padding: 0 0.4375rem;
	}
	.woo-nav .header-icon svg {
		width: 18px;
	}
	.title-bar .menu-icon {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 1.25rem;
		height: 1.125rem;
		cursor: pointer;
	}
	.title-bar .menu-icon span {
		top: 0;
		display: block;
	}
	.title-bar .menu-icon span::before,
	.title-bar .menu-icon span::after {
		content: "";
		display: block;
	}
	.title-bar .menu-icon span,
	.title-bar .menu-icon span::before,
	.title-bar .menu-icon span::after {
		position: absolute;
		left: 0;
		width: 100%;
		height: 0.125rem;
		background-color: #14130e;
		border-radius: 0;
		-webkit-transition-property: -webkit-transform, opacity;
		transition-property: transform, opacity;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.title-bar .menu-icon span::before {
		top: 0.5rem;
	}
	.title-bar .menu-icon span::after {
		top: 1rem;
	}
	.title-bar .menu-icon.is-active span {
		transform: translate3d(0, 0.5rem, 0) rotate(45deg);
	}
	.title-bar .menu-icon.is-active span,
	.title-bar .menu-icon.is-active span::before,
	.title-bar .menu-icon.is-active span::after {
		background-color: #14130e;
	}
	.title-bar .menu-icon.is-active span::before {
		display: none;
	}
	.title-bar .menu-icon.is-active span::after {
		transform: translate3d(0, -1rem, 0) rotate(-90deg);
	}
}
@media print, screen and (min-width: 64.0625em) {
	.menu-wrap {
		margin-top: 1.25rem;
		border-top: 1px solid #e0d9cc;
		padding-top: 0.5rem;
	}
	.woo-nav a {
		padding-top: 0.25rem;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
}
@media screen and (min-width: 64.0625em) and (min-width: 75.0625em) {
	.woo-nav a svg {
		width: 1.5rem;
		height: 1.5rem;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.woo-nav a:last-child {
		padding-right: 0;
	}
	.woo-nav a:first-child {
		padding-left: 0;
	}
	.header-menu.menu {
		align-items: center;
		justify-content: space-between;
	}
	.header-menu.menu li > a {
		font-size: 1.25rem;
		color: #14130e;
		line-height: 2;
		text-transform: uppercase;
	}
	.header-menu.menu li > a:hover,
	.header-menu.menu li > a:focus {
		color: #e4c25f;
	}
	.header-menu.menu li > a.button {
		padding: 1rem 2.25rem 0.75rem 2.25rem;
		color: #14130e;
		line-height: 1;
	}
	.header-menu.menu li.current-menu-item > a,
	.header-menu.menu li.current_page_ancestor > a,
	.header-menu.menu li.current_page_parent > a {
		color: #e4c25f;
	}
	.header-menu.menu li.has-dropdown > a:hover:after {
		transform: rotate(180deg);
		color: #e4c25f;
	}
	.header-menu.menu li.has-dropdown > a:after {
		margin-top: 0;
		font-size: 1rem;
		top: 0.1875rem;
		right: -0.5625rem;
		transition: transform 0.3s, color 0.3s;
		content: "";
		font-family: "Font Awesome 6 Free";
		font-weight: 700;
	}
	.header-menu.menu li.is-active > a {
		color: #e4c25f;
	}
	.header-menu.menu .submenu {
		z-index: 11;
		display: none;
		padding: 0.6875rem 0.5625rem;
		min-width: 17.375rem;
		background-color: #fff;
	}
	.header-menu.menu .submenu.js-dropdown-active {
		display: block;
	}
	.header-menu.menu .submenu li > a {
		padding-top: 0.125rem;
		padding-bottom: 0.125rem;
		background: #fff;
		color: #14130e;
		line-height: 1.5;
		text-transform: unset;
	}
	.header-menu.menu .submenu li > a:hover {
		color: #e4c25f;
	}
	.header-menu.menu .submenu li.current-menu-item > a,
	.header-menu.menu .submenu li.current_page_ancestor > a,
	.header-menu.menu .submenu li.current_page_parent > a {
		color: #e4c25f;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.sidebar {
		margin-top: 3rem;
	}
}
.widget {
	margin-bottom: 1.25rem;
}
.widget:last-child {
	margin-bottom: 0;
}
.footer {
	background-color: #14130e;
	margin-top: auto;
	padding-top: 8rem;
}
@media print, screen and (max-width: 40.06125em) {
	.footer {
		padding-top: 3.75rem;
		text-align: center;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.footer__logo {
		margin-bottom: 1.25rem;
	}
}
.footer__logo img {
	width: 14.625rem;
	height: auto;
	object-fit: contain;
}
.footer__sp {
	margin-top: 1.5rem;
}
.footer__sp .stay-tuned .stay-tuned__link {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
	background-color: #fff;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	color: #000;
}
.footer__sp .stay-tuned .stay-tuned__link:hover {
	background-color: #e4c25f;
}
@media print, screen and (max-width: 40.06125em) {
	.footer__sp .stay-tuned {
		justify-content: center;
	}
}
.footer-menu__wrap {
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding-left: 2.5rem;
}
.footer-menu__wrap .footer-menu-heading {
	margin-bottom: 1.5rem;
	font-family: "Josefin Sans", serif;
	color: #fff;
	font-weight: 400;
}
@media print, screen and (max-width: 64.06125em) {
	.footer-menu__wrap {
		padding-top: 3rem;
		padding-left: 0;
		justify-content: space-between;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.footer-menu__wrap {
		flex-direction: column;
		align-items: center;
		gap: 1.125rem;
	}
}
.footer-col-1,
.footer-col-2,
.footer-col-3 {
	max-width: 100%;
}
.footer-col-1 {
	width: 7.5rem;
}
.footer-col-2 {
	width: 14.375rem;
}
.footer-col-3 {
	width: 12.5rem;
}
.footer-menu,
.footer-col-3 {
	flex-direction: column;
}
@media print, screen and (max-width: 40.06125em) {
	.footer-menu,
	.footer-col-3 {
		justify-content: center;
		margin-bottom: 1.25rem;
	}
}
.footer-menu a,
.footer-menu p,
.footer-col-3 a,
.footer-col-3 p {
	transition: color 0.3s;
	display: block;
	font-size: 1.25rem;
	margin-bottom: 0.75rem;
	padding: 0;
	color: hsla(0, 0%, 100%, 0.6);
}
.footer-menu a:hover,
.footer-col-3 a:hover {
	color: #e4c25f;
}
@media print, screen and (max-width: 40.06125em) {
	.footer-menu a,
	.footer-menu p,
	.footer-col-3 a,
	.footer-col-3 p {
		font-size: 1rem;
	}
}
.under-logo-text {
	margin-top: 1.5rem;
	color: hsla(0, 0%, 100%, 0.6);
	max-width: 24.75rem;
}
.build__by a {
	color: hsla(0, 0%, 100%, 0.6);
}
.build__by a:hover {
	text-decoration: unset;
}
@media print, screen and (max-width: 64.06125em) {
	.build__by {
		padding-top: 1.625rem;
	}
}
.menu-policy-container .policy-menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
@media screen and (max-width: 27.5em) {
	.menu-policy-container .policy-menu {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}
}
.menu-policy-container li {
	display: flex;
}
.menu-policy-container li:after {
	opacity: 20%;
	margin-top: -0.1875rem;
	content: "|";
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.menu-policy-container li:last-child:after {
	content: unset;
}
.menu-policy-container li a {
	margin-bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
	.menu-policy-container .policy-menu {
		margin-top: 1.875rem;
		justify-content: center;
		gap: 1rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.menu-policy-container .policy-menu {
		text-align: left;
	}
	.menu-policy-container li:after {
		content: unset;
	}
}
@media screen and (max-width: 27.5em) {
	.menu-policy-container .policy-menu {
		text-align: left;
		justify-content: flex-start;
	}
	.menu-policy-container .policy-menu a {
		line-height: 1;
	}
}
.footer__copy {
	padding-left: 1rem;
	padding-right: 1rem;
	color: hsla(0, 0%, 100%, 0.6);
	font-size: 1.25rem;
	padding-bottom: 2rem;
}
.footer__copy > .grid-container {
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	margin-top: 4.25rem;
	padding-top: 2rem;
}
@media print, screen and (max-width: 64.06125em) {
	.footer__copy .copyright__text {
		text-align: center;
	}
	.footer__copy > .grid-container {
		margin-top: 1.875rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.footer__copy {
		font-size: 1rem;
	}
}
@media screen and (max-width: 27.5em) {
	.footer__copy .copyright__text {
		line-height: 1.5;
	}
}
.featured-products-section .featured-products-header {
	max-width: 56rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}
.featured-products-section .featured-item {
	display: flex;
	flex-direction: column;
}
.featured-products-section .featured-item .featured-product-content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.featured-products-section .featured-item .featured-product-content p {
	margin-bottom: 1.25rem;
}
.featured-products-section .featured-item .featured-product-image-hover {
	z-index: 3;
	transition: opacity 0.2s;
	opacity: 0;
}
.featured-products-section .featured-item:hover .featured-product-image-hover {
	opacity: 1;
}
.featured-products-section .featured-item .featured-image-container {
	position: relative;
	padding-bottom: 100%;
}
.featured-products-section .featured-item .featured-image-container .featured-product-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 40.06125em) {
	.featured-products-section .featured-item .featured-image-container.empty {
		display: none;
	}
}
.featured-products-section .featured-item .featured-product-title {
	margin-top: 1.25rem;
	margin-bottom: 1.125rem;
}
.featured-products-section .featured-item .button {
	width: fit-content;
	margin-top: auto;
}
@media print, screen and (max-width: 64.06125em) {
	.featured-products-section .featured-item {
		padding-bottom: 2.25rem;
	}
}
.equal-col-section .col-1 .equal-col-img {
	object-fit: cover;
	width: 41.5rem;
	height: 45.125rem;
}
.equal-col-section .col-2 .button {
	margin-top: 1.875rem;
}
.equal-col-section .col-2 .equal-col-heading {
	margin-bottom: 1.625rem;
}
.equal-col-section .col-2 .equal-col-content p {
	margin-bottom: 1.5rem;
}
.equal-col-section .col-2 .equal-col-list ul {
	list-style-position: outside;
	margin-left: 0;
}
.equal-col-section .col-2 .equal-col-list ul li {
	font-size: 1.25rem;
	gap: 0.625rem;
	display: flex;
	margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 40.06125em) {
	.equal-col-section .col-2 .equal-col-list ul li {
		font-size: 0.9375rem;
	}
}
.equal-col-section .col-2 .equal-col-list ul li .list-icon {
	width: 3.3125rem;
}
.equal-col-section .col-2 .equal-col-list ul li:last-child {
	margin-bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
	.equal-col-section .col-2 {
		padding-top: 2.5rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.equal-col-section .col-1 .equal-col-img {
		height: 100vw;
	}
}
.blue-overlay {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.blue-overlay:after {
	background-color: #b9e2ff;
	opacity: 60%;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gradient-bg {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.gradient-bg:after {
	opacity: 80%;
	background: linear-gradient(90deg, rgba(185, 226, 255, 0.8) 0%, rgb(185, 226, 255) 40%, rgb(185, 226, 255) 100%);
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media print, screen and (min-width: 64.0625em) {
	.gradient-bg.featured-image-bg {
		background-position: 0 50%;
		background-size: 57% 110%;
	}
}
.page-template-template-product .page-header-section.gradient-bg:after {
	opacity: 100%;
	background: linear-gradient(90deg, rgba(185, 226, 255, 0.8) 0%, rgb(185, 226, 255) 60%, rgb(185, 226, 255) 100%);
}
.cols-container {
	position: relative;
	z-index: 5;
}
.video-section {
	padding-bottom: 9.375rem;
}
@media print, screen and (max-width: 90.06125em) {
	.video-section {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.video-section {
		padding-left: 0;
		padding-right: 0;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.video-section {
		padding-bottom: 3.125rem;
	}
}
.home-video-gallery-heading {
	text-align: center;
	margin-bottom: 2.5rem;
}
.home-video-gallery {
	margin: 0 -1rem;
	padding-bottom: 2.5rem;
}
@media print, screen and (max-width: 64.06125em) {
	.home-video-gallery {
		margin: 0 -0.5rem;
	}
}
@media print, screen and (max-width: 75.06125em) {
	.home-video-gallery .slick-arrow {
		display: none !important;
	}
}
.home-video-item {
	padding: 0 1rem;
}
@media print, screen and (max-width: 64.06125em) {
	.home-video-item {
		padding: 0 0.5rem;
	}
}
.video-description {
	max-width: 19.75rem;
}
.home-video-container {
	margin-bottom: 1rem;
}
.cta-more-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	transition: padding 0.6s;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media print, screen and (max-width: 64.06125em) {
	.cta-more-section .cols-container > .grid-x {
		flex-direction: column-reverse;
	}
}
.cta-more-section:after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(185, 226, 255, 0.6) 0%, rgb(185, 226, 255) 100%);
}
@media print, screen and (min-width: 64.0625em) {
	.cta-more-section:hover {
		padding-top: 0;
		padding-bottom: 0;
	}
	.cta-more-section:hover .growing-img {
		width: 49.5rem;
		height: 49.1875rem;
	}
}
.left-content {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-right: 6.25rem;
}
.left-content .button {
	margin-top: 2rem;
}
@media print, screen and (max-width: 40.06125em) {
	.left-content {
		padding-right: 1rem;
		padding-top: 2.8125rem;
		padding-bottom: 0;
	}
	.left-content .cta-more-heading {
		word-break: break-word;
	}
}
.right-image {
	padding-left: 1rem;
	padding-right: 1rem;
}
.right-image .growing-img {
	object-fit: cover;
	transition: all 0.6s;
	width: 41.5rem;
	height: 41.25rem;
}
@media print, screen and (max-width: 64.06125em) {
	.right-image {
		text-align: center;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.right-image .growing-img {
		height: auto;
	}
}
.products-desc .home-desc-icon {
	margin-bottom: 1.25rem;
	height: 5rem;
	object-fit: contain;
	width: auto;
}
@media print, screen and (max-width: 40.06125em) {
	.products-desc > .grid-container > .grid-x {
		gap: 1.75rem;
	}
}
.categories-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 1.9375rem;
	row-gap: 1.375rem;
	margin-bottom: 3.75rem;
}
.categories-list .category-button {
	padding: 0.875rem 3.4375rem 0.75rem 3.4375rem;
	font-size: 1.25rem;
	color: #14130e;
	line-height: 1;
	border: 1px solid #b9e2ff;
}
.categories-list .category-button.active {
	background-color: #b9e2ff;
}
.categories-list .category-button:hover {
	background-color: #b9e2ff;
}
@media print, screen and (max-width: 40.06125em) {
	.categories-list {
		column-gap: 1.25rem;
		row-gap: 1.125rem;
	}
	.categories-list .category-button {
		font-size: 0.9375rem;
		padding: 0.75rem 1.875rem 0.625rem 1.875rem;
	}
}
.related-posts .preview .preview__body .preview__button::after {
	margin-bottom: 0.1875rem;
}
.posts-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 2rem;
	grid-row-gap: 5rem;
}
.posts-list .preview {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	grid-column: span 1;
	grid-row: span 1;
	filter: drop-shadow(0 0.1875rem 0.5rem rgba(0, 0, 0, 0.06));
}
.posts-list .preview .preview__image-wrap {
	display: block;
	position: relative;
	padding-bottom: 70%;
}
.posts-list .preview .preview__image-wrap .preview__thumb {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.posts-list .preview .preview__body {
	padding: 1.25rem 1.875rem 1.875rem 1.875rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.posts-list .preview .preview__body .preview__category {
	display: inline-block;
	font-size: 1rem;
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
	line-height: 1.5;
}
.posts-list .preview .preview__body .preview__meta {
	color: #c3b473;
	margin-bottom: 0.3125rem;
}
.posts-list .preview .preview__body .preview__title {
	line-height: 1.4545;
	margin-bottom: 1.375rem;
}
.posts-list .preview .preview__body .preview__excerpt {
	margin-bottom: 1.875rem;
}
.posts-list .preview .preview__body .preview__button {
	margin-top: auto;
}
.posts-list.first-large .preview:first-child {
	flex-direction: row;
	grid-column: span 3;
	background-color: #f1faff;
}
.posts-list.first-large .preview:first-child .preview__image-wrap {
	padding-bottom: 0;
}
.posts-list.first-large .preview:first-child .preview__image-wrap .preview__thumb {
	position: unset;
	width: 41.5rem;
	height: 100%;
}
.posts-list.first-large .preview:first-child .preview__body {
	width: 43.5rem;
	padding: 3.125rem;
}
@media screen and (min-width: 43.75em) {
	.posts-list.first-large .preview:first-child .preview__body .preview__category {
		margin-bottom: 1.875rem;
	}
}
@media screen and (min-width: 43.75em) {
	.posts-list.first-large .preview:first-child .preview__body .preview__title {
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 43.75em) {
	.posts-list.first-large .preview:first-child .preview__body .preview__excerpt {
		margin-bottom: 4.4375rem;
	}
}
.posts-list.first-large .preview:first-child .preview__body .preview__button {
	max-width: 23.25rem;
}
@media print, screen and (max-width: 64.06125em) {
	.posts-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.posts-list.first-large .preview:first-child {
		grid-column: span 2;
	}
}
@media screen and (max-width: 43.75em) {
	.posts-list.first-large .preview:first-child {
		grid-column: span 1;
		flex-direction: column;
		background-color: #fff;
	}
	.posts-list.first-large .preview:first-child .preview__image-wrap {
		padding-bottom: 70%;
	}
	.posts-list.first-large .preview:first-child .preview__image-wrap .preview__thumb {
		position: absolute;
		width: 100%;
	}
	.posts-list.first-large .preview:first-child .preview__body {
		padding: 1.25rem 1.875rem 1.875rem 1.875rem;
		width: 100%;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.posts-list {
		grid-template-columns: 1fr;
		grid-row-gap: 2.375rem;
	}
	.posts-list .preview .preview__body {
		padding: 1.125rem;
	}
	.posts-list.first-large .preview:first-child .preview__body {
		padding: 1.125rem;
	}
	.posts-list.first-large .preview:first-child .preview__body .preview__button {
		max-width: 100%;
	}
}
.single-categories {
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.25rem;
}
.before-content-subheading {
	line-height: 1.4545;
}
@media print, screen and (max-width: 40.06125em) {
	.before-content-subheading {
		font-size: 1.125rem;
	}
}
.page-header-title {
	margin-bottom: 0.75rem;
}
@media print, screen and (max-width: 64.06125em) {
	.page-header-title {
		text-align: center;
	}
}
.policy-heading {
	margin-bottom: 2.875rem;
}
.blog-content {
	color: #14130e;
}
.blog-content a {
	color: #14130e;
	font-weight: 700;
}
.blog-content a:hover,
.blog-content a:focus {
	color: #14130e;
	text-decoration: unset;
}
.blog-content p {
	line-height: 1.4444;
}
.blog-content p,
.blog-content ul,
.blog-content ol {
	margin-bottom: 1.875rem;
}
.blog-content *:last-child {
	margin-bottom: 0;
}
.single__navigation {
	margin-top: 1.875rem;
	margin-bottom: 3.75rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
@media print, screen and (max-width: 40.06125em) {
	.single__navigation {
		flex-direction: column;
		margin-bottom: 1.875rem;
		align-items: flex-start;
	}
}
.single__navigation .back-to-all {
	color: #14130e;
	font-size: 1.25rem;
}
@media print, screen and (max-width: 40.06125em) {
	.single__navigation .back-to-all {
		font-size: 1.125rem;
	}
}
.single__navigation .back-to-all:hover,
.single__navigation .back-to-all:focus {
	color: #14130e;
}
.single__navigation .back-to-all:before {
	display: inline-block;
	vertical-align: text-top;
	content: "";
	background-image: url("../images/back-arrow.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 0.875rem;
	width: 1.5rem;
	margin-right: 0.625rem;
}
@media print, screen and (max-width: 40.06125em) {
	.single__navigation .back-to-all:before {
		font-size: 1.125rem;
	}
}
.single__navigation .entry__share .share-box {
	align-items: flex-end;
}
.single__navigation .entry__share .share-box .share-box__title {
	font-size: 1.25rem;
	color: #14130e;
}
@media print, screen and (max-width: 40.06125em) {
	.single__navigation .entry__share .share-box .share-box__title {
		margin-top: 1rem;
		font-size: 1.125rem;
	}
}
.single__navigation .entry__share .share-box__links.share-links {
	margin: 0;
	gap: 1rem;
}
.single__navigation .entry__share .share-links__item {
	margin: 0;
}
.single__navigation .entry__share .share-links__link {
	color: #fff;
	border-radius: 50%;
	background-color: #14130e;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2rem;
	width: 2rem;
}
.single__navigation .entry__share .share-links__link span {
	font-size: 1.375rem;
}
.single__navigation .entry__share .share-links__link:hover {
	background-color: #e4c25f;
}
.related-posts {
	padding-bottom: 9.375rem;
}
@media print, screen and (max-width: 40.06125em) {
	.related-posts {
		padding-bottom: 3.125rem;
	}
}
.related-posts-heading {
	margin-bottom: 2.875rem;
}
@media print, screen and (max-width: 40.06125em) {
	.related-posts-heading {
		margin-bottom: 1.875rem;
	}
}
.page-header-section.contact-header {
	margin-bottom: 0;
}
.contact-section {
	padding-top: 14.375rem;
	background-color: rgba(185, 226, 255, 0.36);
}
@media print, screen and (max-width: 40.06125em) {
	.contact-section {
		padding-top: 3.125rem;
	}
}
.contact-section .contact-subtitle {
	margin-bottom: 3.125rem;
}
.contact-section .contact-info-wrap {
	max-width: 26.25rem;
	margin-bottom: 4.0625rem;
	display: flex;
	flex-direction: column;
	row-gap: 1.25rem;
}
.contact-section .contact-item {
	display: flex;
	gap: 0.625rem;
}
.contact-section .contact-item .contact-icon {
	display: flex;
	justify-content: flex-end;
	width: 1.5625rem;
}
.contact-section .contact-item .contact-icon svg {
	width: 1.25rem;
	height: auto;
}
.contact-section .contact-item a,
.contact-section .contact-item p {
	margin-bottom: 0;
	color: #14130e;
	font-size: 1.25rem;
}
.contact-section .contact-item a:hover {
	text-decoration: underline;
}
.contact-section .contact-item .contact-work-time-list .contact-list-item {
	margin-bottom: 0.1875rem;
}
.contact-section .contact-item .contact-work-time-list .contact-list-item:last-child {
	margin-bottom: 0;
}
.contact-section .contact-item.contact-address .contact-icon svg {
	width: 1.5625rem;
}
.contact-section .contact-item.contact-days .contact-icon,
.contact-section .contact-item.contact-address .contact-icon {
	padding-top: 0.25rem;
}
.contact-section .contact-item.contact-days .contact-icon svg,
.contact-section .contact-item.contact-address .contact-icon svg {
	align-self: flex-start;
}
.contact-section .stay-tuned .stay-tuned__link {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s;
	background-color: #14130e;
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
}
.contact-section .stay-tuned .stay-tuned__link:hover {
	background-color: #e4c25f;
}
.contact-section .contact__form {
	padding-top: 3.3125rem;
}
.contact-section .contact__form .gform_required_legend {
	display: none;
}
.contact-section .contact__form .ginput_container input {
	height: 3rem !important;
	padding: 1rem 1.25rem 0.75rem !important;
	font-size: 1.25rem !important;
	border-color: #b8d0e1 !important;
}
.contact-section .contact__form .ginput_container textarea {
	font-size: 1.25rem !important;
	border-color: #b8d0e1 !important;
}
.contact-section .contact__form #field_2_6 {
	grid-column: span 12 !important;
}
.contact-section .contact__form #field_submit {
	margin-top: 2.5rem;
	grid-column: span 12 !important;
}
.contact-section .contact__form #field_submit .gform-button {
	width: 100% !important;
	line-height: 1.3 !important;
	background-color: #e4c25f !important;
	padding-right: 2.28125rem !important;
	padding-left: 2.28125rem !important;
	padding-bottom: 0.75rem !important;
	transition: all 0.3s ease-in-out !important;
}
.contact-section .contact__form #field_submit .gform-button::after {
	display: inline-block;
	vertical-align: middle;
	transition: transform 0.3s, margin-left 0.3s;
	margin-left: 0.75rem;
	background-image: url("../images/button-arrow.svg");
	content: "";
	width: 1.5rem;
	height: 0.875rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.contact-section .contact__form #field_submit .gform-button:hover {
	padding-right: 1.8125rem !important;
	background-color: #b8d0e1 !important;
}
.contact-section .contact__form #field_submit .gform-button:hover:after {
	margin-left: 1.25rem;
	transform: scaleX(1.5);
}
.contact-section .contact__form .gform_validation_error .gform_fields {
	row-gap: 2.5rem !important;
}
.founders-section .founders-header {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
	margin-bottom: 2.6875rem;
}
.founders-section .founder {
	margin-bottom: 9.375rem;
}
.founders-section .founder .founder-content {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	min-height: 31.125rem;
	height: 100%;
	margin-bottom: 1.875rem;
}
.founders-section .founder .founder-content:after {
	content: "";
	transition: opacity 0.3s ease;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #14130e;
	opacity: 0;
}
.founders-section .founder .founder-content .founder-overlay {
	position: relative;
	z-index: 4;
	transform: translateY(-100%);
	height: 100%;
	padding: 1.875rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: transform 0.3s ease;
}
.founders-section .founder .founder-content .founder-overlay .founder-name {
	color: #fff;
	margin-bottom: 0.75rem;
}
.founders-section .founder .founder-content .founder-overlay .founder-subtitle {
	font-weight: bold;
	color: #e4c25f;
}
.founders-section .founder .founder-content .founder-overlay .founder-text {
	margin-top: auto;
	color: #fff;
}
.founders-section .founder:hover .founder-content .founder-overlay {
	transform: translateY(0);
}
.founders-section .founder:hover .founder-content:after {
	opacity: 50%;
}
.founders-section .founder .founder-footer .founder-name {
	margin-bottom: 0.75rem;
}
.founders-section .founder .founder-footer .founder-subtitle {
	font-weight: bold;
}
@media print, screen and (max-width: 64.06125em) {
	.founders-section .founder .founder-content {
		min-height: 34.5vw;
	}
	.founders-section .founder .founder-content:after {
		opacity: 50%;
	}
	.founders-section .founder .founder-content .founder-overlay {
		transform: translateY(0);
	}
}
@media print, screen and (max-width: 40.06125em) {
	.founders-section .founder {
		margin-bottom: 7.5rem;
	}
}
.product-promo-section {
	padding-top: 9.375rem;
}
.product-promo-section .product-promo-header {
	max-width: 56.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3.75rem;
}
.product-promo-section .product-promo-header .product-promo-heading {
	margin-bottom: 1.625rem;
}
.product-promo-section .product-promo-body {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.product-promo-section .product-promo-body .product-promo-image-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-promo-section .product-promo-body .product-promo-image-wrap .product-promo-image {
	height: 41.6875rem;
	object-fit: contain;
}
.product-promo-section .product-promo-body .promo-block {
	background-color: #fff;
	border: 1px solid #81765d;
	padding: 1.875rem;
	margin-bottom: 5.9375rem;
}
.product-promo-section .product-promo-body .promo-block .block-header {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-bottom: 0.625rem;
}
.product-promo-section .product-promo-body .promo-block .block-header .block-icon {
	height: 5rem;
	object-fit: contain;
}
.product-promo-section .footer-button {
	margin-top: 3.75rem;
}
@media print, screen and (max-width: 64.06125em) {
	.product-promo-section .product-promo-body {
		padding-top: 0;
		background-image: unset !important;
		padding-bottom: 0;
	}
	.product-promo-section .product-promo-body .promo-col-1 {
		order: 1;
	}
	.product-promo-section .product-promo-body .promo-col-2.product-promo-image-wrap {
		margin-top: 1.875rem;
		padding-top: 2.5rem;
		padding-bottom: 3rem;
		background-image: url("../images/round-bg.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		order: 3;
	}
	.product-promo-section .product-promo-body .promo-col-3 {
		order: 2;
	}
	.product-promo-section .product-promo-body .promo-block {
		margin-bottom: 1.375rem;
	}
	.product-promo-section .product-promo-body .promo-block .block-header .block-icon {
		height: 3.375rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.product-promo-section {
		padding-top: 3.125rem;
	}
	.product-promo-section .product-promo-body .promo-col-2.product-promo-image-wrap {
		background-size: 91%;
	}
	.product-promo-section .product-promo-body .promo-col-2.product-promo-image-wrap .product-promo-image {
		height: 73vw;
	}
}
@media screen and (max-width: 25em) {
	.product-promo-section .product-promo-body .promo-block {
		padding: 1.375rem;
	}
}
.subscriptions .subscriptions-header {
	max-width: 56.25rem;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}
.subscriptions .subscriptions-header .subscriptions-heading {
	margin-bottom: 1.625rem;
}
.subscriptions-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.subscriptions-list .subscription-item {
	width: 100%;
	transition: all 0.6s;
	display: flex;
	min-height: 19.75rem;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item {
		max-width: 55.9375rem;
	}
}
.subscriptions-list .subscription-item .subscription-image-col {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 27rem;
	height: unset;
}
.subscriptions-list .subscription-item .subscription-image-col img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subscriptions-list .subscription-item .subscription-content-col {
	display: flex;
	flex-direction: column;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 51.5%;
	transition: all 0.6s;
	padding: 1.875rem 1.625rem 1.875rem 1.6875rem;
}
.subscriptions-list .subscription-item .subscription-content-col:after {
	content: "";
	background-color: rgba(185, 226, 255, 0.6);
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.subscriptions-list .subscription-item .subscription-content-col .subscription-name {
	color: #81765d;
	margin-bottom: 1.75rem;
	transition: all 0.6s;
	width: fit-content;
	position: relative;
	font-size: 3rem;
	z-index: 2;
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item .subscription-content-col .subscription-name {
		top: 35%;
		left: 50%;
		transform: translate(-50%, -35%);
	}
}
@media print, screen and (max-width: 40.06125em) {
	.subscriptions-list .subscription-item .subscription-content-col .subscription-name {
		font-size: 1.875rem;
		margin-bottom: 1.25rem;
	}
}
.subscriptions-list .subscription-item .subscription-content-col .subscription-description {
	position: relative;
	z-index: 2;
	transition: opacity 0.4s, height 0.4s;
	color: #14130e;
	margin-bottom: 3.1875rem;
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item .subscription-content-col .subscription-description {
		opacity: 0;
		max-width: 41.5rem;
		overflow-y: hidden;
		height: 6.25rem;
	}
}
.subscriptions-list .subscription-item .subscription-content-col .subscription-footer {
	display: flex;
	position: relative;
	justify-content: space-between;
	z-index: 2;
}
.subscriptions-list .subscription-item .subscription-content-col .subscription-footer .subscription-price {
	transition: opacity 0.4s;
	margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item .subscription-content-col .subscription-footer .subscription-price {
		opacity: 0;
		white-space: pre;
	}
}
.subscriptions-list .subscription-item .subscription-content-col .subscription-footer .subscription-button {
	transition: all 0.4s;
	padding-right: 4rem;
	padding-left: 4.375rem;
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item .subscription-content-col .subscription-footer .subscription-button {
		position: absolute;
		right: 14%;
		bottom: 0;
		transform: translateX(-14%);
	}
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item:hover {
		max-width: 100%;
	}
	.subscriptions-list .subscription-item:hover .subscription-content-col {
		width: 68.3%;
	}
	.subscriptions-list .subscription-item:hover .subscription-content-col .subscription-name {
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	.subscriptions-list .subscription-item:hover .subscription-content-col .subscription-description {
		transition: opacity 0.4s ease 0.6s, height 0.4s ease;
		opacity: 1;
	}
	.subscriptions-list .subscription-item:hover .subscription-content-col .subscription-footer .subscription-price {
		transition-delay: 0.6s;
		opacity: 1;
	}
	.subscriptions-list .subscription-item:hover .subscription-content-col .subscription-footer .subscription-button {
		right: 0;
		transform: translateX(0);
	}
}
.subscriptions-list .subscription-item.subscription-settings .subscription-name {
	font-size: 2.5rem;
	max-width: 25.5rem;
	transition: all 0.4s ease;
	text-align: center;
}
@media print, screen and (max-width: 64.06125em) {
	.subscriptions-list .subscription-item.subscription-settings .subscription-name {
		text-align: left;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.subscriptions-list .subscription-item.subscription-settings .subscription-name {
		font-size: 1.875rem;
	}
}
@media print, screen and (min-width: 64.0625em) {
	.subscriptions-list .subscription-item.subscription-settings:hover .subscription-content-col .subscription-name {
		text-align: left;
	}
}
@media print, screen and (max-width: 64.06125em) {
	.subscriptions-list .subscription-item .subscription-content-col {
		width: 63.5%;
	}
	.subscriptions-list .subscription-item .subscription-content-col .subscription-footer {
		flex-direction: column;
	}
	.subscriptions-list .subscription-item .subscription-content-col .subscription-footer .subscription-price {
		margin-bottom: 4.375rem;
	}
}
@media print, screen and (max-width: 40.06125em) {
	.subscriptions-list .subscription-item {
		flex-direction: column;
	}
	.subscriptions-list .subscription-item .subscription-image-col {
		width: 100%;
	}
	.subscriptions-list .subscription-item .subscription-image-col .subscription-image {
		height: 76vw;
	}
	.subscriptions-list .subscription-item .subscription-content-col {
		width: 100%;
	}
	.subscriptions-list .subscription-item .subscription-content-col .subscription-description {
		margin-bottom: 1.5rem;
	}
	.subscriptions-list .subscription-item .subscription-content-col .subscription-footer .subscription-price {
		font-size: 1.625rem;
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 26.875em) {
	.subscriptions-list .subscription-item .subscription-content-col {
		padding: 1.25rem;
	}
}
.wcsatt-options-product-dropdown {
	display: none;
}
.wcsatt-options-product.wcsatt-options-product--hidden {
	display: block !important;
	padding: 0;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option-details .subscription-price {
	font-size: 1rem;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option {
	background-color: rgba(240, 249, 255, 0.5);
	margin-bottom: 0.5rem;
	padding: 1rem;
	border-radius: 5px;
	border: 1px solid #f0f9ff;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option.active {
	background-color: #f0f9ff;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option.active .wcsatt-sub-discount {
	color: #e4c25f;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label {
	display: flex;
	width: 100%;
	align-items: baseline;
	position: relative;
}
@media print, screen and (max-width: 75.06125em) {
	.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label {
		align-items: center;
	}
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label input {
	cursor: pointer;
	width: 1rem;
	height: 1rem;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details {
	width: 100%;
	padding-left: 1.5rem;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .month-wrap {
	display: flex;
	flex-direction: column;
	font-weight: 700;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .month-wrap .month-desc {
	font-size: 1.1rem;
	font-weight: 400;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price {
	display: flex !important;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	font-size: 0 !important;
	align-items: baseline;
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price > * {
	font-size: 1.25rem;
}
.wcsatt-options-product.wcsatt-options-product--hidden
	.subscription-option
	label
	.subscription-option-details
	.price.subscription-price
	.subscription-details {
	order: 1;
	margin-right: auto;
	font-size: 0;
}
.wcsatt-options-product.wcsatt-options-product--hidden
	.subscription-option
	label
	.subscription-option-details
	.price.subscription-price
	.subscription-details
	> * {
	font-size: 1.25rem;
}
@media print, screen and (max-width: 75.06125em) {
	.wcsatt-options-product.wcsatt-options-product--hidden
		.subscription-option
		label
		.subscription-option-details
		.price.subscription-price
		.subscription-details {
		margin-bottom: 1rem;
	}
}
.wcsatt-options-product.wcsatt-options-product--hidden
	.subscription-option
	label
	.subscription-option-details
	.price.subscription-price
	.wcsatt-sub-discount {
	order: 2;
	margin-right: auto;
}
.wcsatt-options-product.wcsatt-options-product--hidden
	.subscription-option
	label
	.subscription-option-details
	.price.subscription-price
	.wcsatt-sub-discount::before {
	content: "(";
}
.wcsatt-options-product.wcsatt-options-product--hidden
	.subscription-option
	label
	.subscription-option-details
	.price.subscription-price
	.wcsatt-sub-discount::after {
	content: " OFF)";
}
@media print, screen and (max-width: 75.06125em) {
	.wcsatt-options-product.wcsatt-options-product--hidden
		.subscription-option
		label
		.subscription-option-details
		.price.subscription-price
		.wcsatt-sub-discount {
		margin-bottom: 1rem;
	}
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price del {
	order: 4;
	position: absolute;
	top: 1.5rem;
	right: 0;
	z-index: 9;
	font-weight: 300;
}
@media print, screen and (max-width: 75.06125em) {
	.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price del {
		position: relative;
		top: 0;
	}
}
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price .link-pause {
	order: 5;
	font-size: 1.1rem;
	color: #e4c25f;
	font-weight: 400;
	width: 100%;
}
@media print, screen and (max-width: 75.06125em) {
	.wcsatt-options-product.wcsatt-options-product--hidden
		.subscription-option
		label
		.subscription-option-details
		.price.subscription-price
		.link-pause {
		margin-top: 1rem;
	}
}
.wcsatt-options-product.wcsatt-options-product--hidden
	.subscription-option
	label
	.subscription-option-details
	.price.subscription-price
	.woocommerce-Price-amount,
.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price ins {
	order: 3;
	text-decoration: none;
}
@media print, screen and (max-width: 75.06125em) {
	.wcsatt-options-product.wcsatt-options-product--hidden .subscription-option label .subscription-option-details .price.subscription-price {
		flex-direction: column;
	}
}

/* Theme override */

body  { 
	font-family: "Josefin Sans", serif !important;
}
body .product-loop-content {
	padding: 0;
	font-family: "Josefin Sans", serif;
}

@media (min-width: 992px) {
	body .product-loop-meta:not(.no-transform) {
		height: auto;
		overflow: visible;
	}
}

.attribute-buttons {
	margin-top: 10px;
}
.attribute-btn {
	margin: 0 5px 5px 0;
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	cursor: pointer;
}
.product-loop-meta  form .variations button.attribute-btn.selected {
	background: #e4c25f;
	color: #3e3e3e;
}

.product-loop-meta  form .variations button.attribute-btn {
	padding: 0px 20px;
	background: none;
	border: 1px solid #e4c25f;
	font-size: 14px;
	width: auto;
}
 body .variations .reset_variations {

	display: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product .woocommerce-loop-category__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product h3 {
    padding-top: 0;
    color: #14130e;
    transition: color .3s;
    font-size: 29px;
    font-family: 'Josefin Sans';
    margin: 14px 0;
    font-weight: 600;
}

@media print, screen and (min-width: 40.0625em) {
    h6, .h6 {
        font-size: 1.125rem;
    }
}

body .variations {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .loop-buttons .button, .woocommerce-page ul.products li.product .loop-buttons .button {
	width: 100%;
    border: 1px solid #e4c25f;
    border-radius: 0;
    background: none;
    color: #000;
}
.woocommerce-page ul.products li.product .loop-buttons .button.buy-button {
	width: 100%;
    border: 1px solid #e4c25f;
    border-radius: 0;
    background: #e4c25f;
    color: #000;
}
.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    margin-top: auto;
}
.woocommerce ul.products li.product .loop-buttons .button {
    display: inline-block;
    margin-top: 1em;
}

.arrow-button:after {
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s ease-in-out, margin-left .3s ease-in-out;
    margin-left: .75rem;
    background-image: url(https://revytal.theliverpoolnetwork.co.uk/wp-content/themes/revytal/assets/images/button-arrow.svg);
    content: "";
    width: 1.5rem;
    height: .875rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;

}


.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: none;
}



.woocommerce-cart.woocommerce-page li.subscription-option {
    display: none;
}

.button, .woocommerce-widget-layered-nav-dropdown__submit, .form-submit .submit, .elementor-button-wrapper .elementor-button, .has-woostify-contact-form input[type="submit"], #secondary .widget a.button, .product-loop-meta.no-transform .button, .product-loop-meta.no-transform .added_to_cart, [class*="elementor-kit"] .checkout-button {
    background-color: #E4C25F;
    color: #ffffff;
    border-radius: 10;
}