.woocommerce-products-header,
.single-product .product,
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.woocommerce-cart .storefront-breadcrumb,
.woocommerce-checkout .storefront-breadcrumb {
	margin-bottom: 0 !important;
}

body.woocommerce-cart .site-content,
body.woocommerce-cart .page-content-wrap {
	padding: 48px 20px 80px;
	background: #fff;
}

body.woocommerce-cart .page-content-wrap {
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

body.woocommerce-cart .page-content-inner {
	box-sizing: border-box;
	width: min(1120px, 100%);
	max-width: 1120px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-cart article.page-article {
	box-sizing: border-box;
	width: min(1120px, 100%) !important;
	max-width: 1120px;
	margin: 0 auto !important;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals {
	width: 100%;
	max-width: none;
}

.woocommerce-cart table.shop_table {
	margin-bottom: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 0;
	background: #fff;
}

.woocommerce-cart table.shop_table thead {
	background: transparent;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
	padding: 18px 16px;
	vertical-align: middle;
}

.woocommerce-cart table.shop_table tbody tr.cart_item td {
	border-top: 1px solid #dfe7e5;
	border-bottom: 1px solid #dfe7e5;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
	width: 90px;
	height: 60px;
	border-radius: 9px;
	background: #f4f7f6;
	object-fit: contain;
}

.woocommerce-cart table.shop_table .product-name a {
	color: #246f63;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
	font-weight: 700;
}

.woocommerce-cart a.remove {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff1f1;
	transition: background .2s ease;
}

.woocommerce-cart a.remove:hover {
	background: #fee2e2;
}

.woocommerce-cart a.remove::before {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	color: #c74343;
	line-height: 34px;
}

.woocommerce-cart .quantity .qty {
	box-sizing: border-box;
	width: 58px !important;
	height: 46px;
	padding: 0 6px !important;
	border: 1px solid #d5dfdc !important;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
	font-weight: 700;
	text-align: center;
}

.woocommerce-cart .quantity .qty:focus,
.woocommerce-cart .coupon .input-text:focus {
	border-color: #277467 !important;
	outline: 3px solid rgba(39, 116, 103, .15);
	outline-offset: 1px;
}

.woocommerce-cart table.cart td.actions {
	padding: 16px;
	background: transparent;
}

.woocommerce-cart .coupon {
	display: inline-flex;
	gap: 10px;
}

.woocommerce-cart .coupon .input-text {
	box-sizing: border-box;
	width: 200px;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #d5dfdc;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

.woocommerce-cart table.cart td.actions .button {
	min-height: 48px;
	border-radius: 999px;
	background: #277467;
	color: #fff;
}

.woocommerce-cart table.cart td.actions .button:hover {
	background: #18594f;
	color: #fff;
}

.woocommerce-cart table.cart td.actions .button:disabled {
	background: #e8edeb;
	color: #8a9592;
}

.woocommerce-cart .cart-collaterals {
	margin-top: 34px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	box-sizing: border-box;
	float: none;
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 20px;
	font-size: 1.7rem;
}

.woocommerce-cart .cart-collaterals .shop_table {
	border: 0;
	border-radius: 0;
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
	padding: 15px 12px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 18px 0 0;
	text-align: right;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
	display: inline-flex;
	width: auto;
	min-height: 50px;
	margin: 0;
	padding: 13px 24px;
	align-items: center;
	justify-content: center;
	background: #277467;
	color: #fff;
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after {
	margin-left: 10px;
	font-size: .85em;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
	background: #18594f;
	color: #fff;
}

/* Clean, full-width checkout layout. */
body.woocommerce-checkout .storefront-breadcrumb {
	display: none;
}

body.woocommerce-checkout .page-content-wrap {
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

body.woocommerce-checkout .page-content-inner {
	box-sizing: border-box;
	width: min(1120px, 100%);
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

body.woocommerce-checkout .page-content-wrap {
	padding: 40px 20px 80px;
	background: #fff;
}

body.woocommerce-checkout .page-content-inner,
body.woocommerce-checkout article.page-article {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.woocommerce-checkout article.page-article,
body.woocommerce-checkout form.checkout {
	width: 100%;
	max-width: none;
	margin: 0;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	min-height: 50px;
	margin: 0;
	padding: 12px 18px 12px 50px;
	align-items: center;
	border: 0;
	border-left: 4px solid #277467;
	border-radius: 8px;
	background: #eef7f5;
	color: #263a36;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
	left: 18px;
	color: #277467;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle a {
	color: #216b60;
	font-weight: 700;
}

.woocommerce-checkout form.checkout::before,
.woocommerce-checkout form.checkout::after {
	display: table;
	clear: both;
	content: "";
}

.woocommerce-checkout #customer_details {
	width: 54%;
	margin-right: 6%;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	width: 40%;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout #order_review_heading {
	margin: 0 0 22px !important;
	padding: 0 !important;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
	box-sizing: border-box;
}

.woocommerce-checkout h3 {
	margin-bottom: 22px;
	font-size: 1.5rem;
	line-height: 1.25;
}

.woocommerce-checkout .form-row {
	margin-bottom: 18px;
}

.woocommerce-checkout .form-row label {
	margin-bottom: 7px;
	color: #303d3a;
	font-size: .95rem;
	font-weight: 650;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout .select2-container .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	border: 1px solid #d4dfdc;
	border-radius: 9px;
	background: #fff;
	box-shadow: none;
	color: #26312f;
}

.woocommerce-checkout textarea.input-text {
	min-height: 110px;
	resize: vertical;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 24px;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 8px;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout .select2-container--focus .select2-selection--single {
	border-color: #277467;
	outline: 3px solid rgba(39, 116, 103, .14);
	outline-offset: 1px;
}

.woocommerce-checkout-review-order-table {
	border: 0;
	border-collapse: collapse;
	background: transparent;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
	padding: 15px 12px;
	border-bottom: 1px solid #e0e7e5;
	background: transparent !important;
}

.woocommerce-checkout-review-order-table thead th {
	border-top: 1px solid #e0e7e5;
}

.woocommerce-checkout #payment {
	margin-top: 24px;
	border-radius: 12px;
	background: #f5f8f7;
}

.woocommerce-checkout #payment .payment_methods,
.woocommerce-checkout #payment .place-order {
	padding: 20px;
}

.woocommerce-checkout #payment .place-order {
	text-align: right;
}

.woocommerce-checkout #payment .payment_box {
	background: #e8f1ef;
}

.woocommerce-checkout #payment .payment_box::before {
	border-bottom-color: #e8f1ef;
}

.woocommerce-checkout #place_order {
	display: inline-flex;
	float: none;
	width: auto !important;
	height: 50px;
	min-height: 50px;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: #277467;
	font-size: 1rem !important;
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce-checkout #place_order:hover {
	background: #18594f;
}

body.woocommerce-shop .site-content {
	padding: 0 0 80px;
	background: linear-gradient(180deg, #f3f8f6 0, #fff 380px);
}

body.woocommerce-shop .content-area {
	float: none;
	width: 100%;
	margin: 0;
}

body.woocommerce-shop .site-main {
	max-width: 1180px;
	margin: 0 auto;
	padding-bottom: 72px !important;
}

.woocommerce-shop .woocommerce-products-header {
	max-width: 760px;
	margin: 0 auto;
	padding-bottom: 0 !important;
	text-align: center;
}

.woocommerce-shop .woocommerce-products-header .page-title {
	margin: 0;
	color: #132b27;
	font-size: clamp(2.4rem, 5vw, 4.25rem);
	line-height: 1.05;
}

.bioalign-shop-intro {
	margin: 18px auto 0;
	color: #586864;
	font-size: 1rem;
	line-height: 1.6;
	text-transform: none !important;
}

.woocommerce-shop .storefront-sorting {
	display: none;
}

body.woocommerce-shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px;
	max-width: 1000px;
	margin: 36px auto 0 !important;
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after {
	display: none !important;
}

body.woocommerce-shop ul.products li.product {
	position: relative;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 30px;
	overflow: hidden;
	border: 1px solid #dfe9e6;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 45px rgba(20, 55, 48, .09);
	text-align: left;
	transition: transform .2s ease, box-shadow .2s ease;
}

body.woocommerce-shop ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 55px rgba(20, 55, 48, .14);
}

body.woocommerce-shop ul.products li.product img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin: 0 0 24px !important;
	aspect-ratio: 3 / 2;
	border-radius: 0;
	background: #f5f7f6;
	object-fit: contain;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
	min-height: 0;
	margin: 0;
	padding: 0 28px;
	color: #172b27;
	font-size: 1.35rem;
	line-height: 1.3;
}

body.woocommerce-shop ul.products li.product .price {
	margin: 14px 28px 0;
	font-size: 1.12rem;
}

body.woocommerce-shop ul.products li.product .button {
	margin: 20px 28px 0;
	background: #277467;
	color: #fff;
}

body.woocommerce-shop ul.products li.product .button:hover {
	background: #18594f;
	color: #fff;
}

body.woocommerce-shop ul.products li.product .onsale {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 18px;
	margin: 0;
	padding: 5px 12px;
	border: 0;
	border-radius: 999px;
	background: #277467;
	color: #fff;
	font-size: .78rem;
	font-weight: 800;
	line-height: 1.5;
}

body.single-product .content-area {
	float: none;
	width: 100%;
	margin: 0;
}

body.single-product .site-main {
	padding-top: 52px !important;
	padding-bottom: 72px !important;
}

body.single-product div.product {
	max-width: 1120px;
	margin-right: auto;
	margin-left: auto;
}

body.single-product div.product .summary,
body.single-product div.product .summary p,
body.single-product .bioalign-phone-order {
	text-transform: none !important;
}

.single-product div.product div.images img {
	height: auto;
	border-radius: 18px;
	background: #f5f7f6;
	object-fit: contain;
}

.single-product div.product form.cart {
	display: flex;
	align-items: center;
	gap: 12px;
}

.single-product div.product form.cart .quantity {
	float: none;
	margin: 0;
}

.single-product div.product form.cart .quantity .qty {
	box-sizing: border-box;
	width: 58px !important;
	height: 52px;
	margin: 0;
	padding: 0 6px !important;
	border: 1px solid #d5dfdc !important;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
	color: #26312f;
	font-size: 1rem;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
}

.single-product div.product form.cart .quantity .qty:focus {
	border-color: #277467 !important;
	outline: 3px solid rgba(39, 116, 103, .16);
	outline-offset: 1px;
}

.single-product div.product form.cart .single_add_to_cart_button {
	min-height: 52px;
	margin: 0;
}

/* Protect Storefront's icon glyphs from the child theme's typography rules. */
.woocommerce-breadcrumb a:first-of-type::before,
.woocommerce-breadcrumb .breadcrumb-separator::after,
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before,
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.wc-forward::after,
.woocommerce-Button--next::after,
.woocommerce-Button--previous::before {
	font-family: "Font Awesome 5 Free" !important;
	font-style: normal !important;
	font-weight: 900 !important;
	font-variant: normal !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/* Keep WooCommerce PhotoSwipe above the site's fixed header. */
.pswp {
	z-index: 100000 !important;
}

.pswp__img {
	object-fit: contain;
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product img,
.bioalign-product-placeholder {
	border-radius: 18px;
	background: #f4f7f6;
}

.woocommerce div.product .product_title {
	font-size: clamp(2rem, 2.5vw, 2.35rem);
	line-height: 1.12;
	letter-spacing: -.035em;
	text-wrap: balance;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
	display: block;
	color: #277467;
	font-weight: 700;
}

.woocommerce .price del {
	color: #777;
	opacity: 1;
	font-weight: 500;
}

.woocommerce .price ins {
	color: #277467;
	text-decoration: none;
}

.bioalign-regular-price {
	text-decoration: line-through;
	color: #777;
}

.bioalign-phone-order {
	margin: 1.4rem 0;
	padding: 1.25rem;
	border: 1px solid #cde0dc;
	border-radius: 14px;
	background: #f3faf8;
}

.bioalign-phone-order > strong {
	display: block;
	font-size: 1.15rem;
	color: #164f46;
}

.bioalign-phone-order p {
	margin: .45rem 0 1rem;
}

.bioalign-order-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .7rem;
}

.bioalign-order-actions .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 999px;
	padding: .8rem 1.25rem;
	font-weight: 700;
}

.bioalign-product-placeholder {
	box-sizing: border-box;
	display: flex;
	min-height: 430px;
	padding: 2rem;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: linear-gradient(145deg, #142824, #277467);
	color: #fff;
	text-align: center;
}

.bioalign-product-placeholder span {
	font-size: clamp(2rem, 5vw, 4rem);
	font-weight: 800;
	letter-spacing: .12em;
}

.bioalign-product-placeholder small {
	margin-top: .25rem;
	font-size: 1rem;
	letter-spacing: .25em;
}

.bioalign-product-placeholder em {
	margin-top: 2rem;
	font-size: .9rem;
	opacity: .75;
}

.bioalign-photo-note {
	font-size: .9rem;
	color: #59615f;
}

@media (max-width: 767px) {
	body.woocommerce-cart .site-content {
		padding: 28px 14px 56px;
	}

	body.woocommerce-cart .page-content-wrap {
		padding: 28px 14px 56px;
	}

	body.woocommerce-cart article.page-article {
		padding: 0;
		border-radius: 0;
	}

	.woocommerce-cart table.shop_table th,
	.woocommerce-cart table.shop_table td {
		padding: 13px 10px;
	}

	.woocommerce-cart .coupon {
		display: flex;
		width: 100%;
	}

	.woocommerce-cart .coupon .input-text {
		min-width: 0;
		flex: 1;
	}

	.woocommerce-cart table.cart td.actions > .button {
		width: 100%;
		margin-top: 10px;
	}

	.woocommerce-cart .cart-collaterals .cart_totals {
		max-width: none;
		padding: 0;
	}

	.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
		width: 100%;
	}

	body.woocommerce-checkout .page-content-wrap {
		padding: 30px 16px 60px;
	}

	.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
		display: flex;
		width: 100%;
	}

	.woocommerce-checkout #customer_details,
	.woocommerce-checkout #order_review_heading,
	.woocommerce-checkout #order_review {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 34px;
	}

	.woocommerce-checkout #place_order {
		width: 100% !important;
	}

	body.single-product .site-main {
		padding-top: 34px !important;
		padding-bottom: 52px !important;
	}

	.woocommerce div.product .product_title {
		font-size: 2rem;
	}

	body.woocommerce-shop .site-main {
		padding-bottom: 52px !important;
	}

	body.woocommerce-shop ul.products {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-top: 32px !important;
	}

	body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
	body.woocommerce-shop ul.products li.product .price {
		padding-left: 22px;
		padding-right: 22px;
	}

	body.woocommerce-shop ul.products li.product .price {
		margin-left: 0;
		margin-right: 0;
	}

	body.woocommerce-shop ul.products li.product .button {
		margin-left: 22px;
		margin-right: 22px;
	}

	.bioalign-product-placeholder {
		min-height: 320px;
	}

	.bioalign-order-actions {
		flex-direction: column;
	}

	.bioalign-order-actions .button {
		text-align: center;
	}
}
