/* Native WooCommerce cart, checkout and request flow — Світ Терас. */

:root {
	--st-commerce-ink: #1c1c1c;
	--st-commerce-paper: #fbfbfb;
	--st-commerce-accent: #ffd676;
	--st-commerce-green: #4f5a50;
	--st-commerce-muted: #efefec;
	--st-commerce-line: rgba(28, 28, 28, 0.18);
	--st-commerce-line-dark: rgba(251, 251, 251, 0.24);
	--st-commerce-canvas: 1352px;
	--st-commerce-gutter: 44px;
	--st-commerce-display: var(--st-font-display, "Kharkiv Tone", Arial, sans-serif);
	--st-commerce-body: var(--st-font-body, "Fixel Display", Arial, sans-serif);
}

body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-order-received {
	background: var(--st-commerce-paper);
	color: var(--st-commerce-ink);
	font-family: var(--st-commerce-body);
}

body.woocommerce-cart *,
body.woocommerce-checkout *,
body.woocommerce-order-received * {
	box-sizing: border-box;
}

body.woocommerce-cart .site-main,
body.woocommerce-checkout .site-main,
body.woocommerce-order-received .site-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	padding: 0;
	background: var(--st-commerce-paper);
}

body.woocommerce-checkout .site-main,
body.woocommerce-order-received .site-main {
	padding-bottom: 0 !important;
}

body.woocommerce-order-received .site-main > .page-content {
	padding-bottom: 0 !important;
}

body.woocommerce-cart .site-main > .page-header,
body.woocommerce-checkout .site-main > .page-header,
body.woocommerce-order-received .site-main > .page-header,
body.woocommerce-cart .site-main > .page-content,
body.woocommerce-checkout .site-main > .page-content,
body.woocommerce-order-received .site-main > .page-content,
body.woocommerce-cart .site-main > article,
body.woocommerce-checkout .site-main > article,
body.woocommerce-order-received .site-main > article {
	width: min(var(--st-commerce-canvas), calc(100% - (var(--st-commerce-gutter) * 2)));
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

body.woocommerce-order-received .site-main > .page-content {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

body.woocommerce-cart .site-main > .page-header,
body.woocommerce-checkout .site-main > .page-header,
body.woocommerce-order-received .site-main > .page-header {
	padding: clamp(52px, 5.4vw, 82px) 0 clamp(34px, 4.1vw, 60px);
}

body.woocommerce-cart .site-main > .page-content,
body.woocommerce-checkout .site-main > .page-content,
body.woocommerce-order-received .site-main > .page-content {
	padding-bottom: clamp(72px, 8vw, 124px);
}

body.woocommerce-cart .entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-cart .page-title,
body.woocommerce-checkout .page-title,
body.woocommerce-order-received .page-title {
	max-width: 1150px;
	margin: 0;
	color: var(--st-commerce-ink);
	font-family: var(--st-commerce-display);
	font-size: clamp(58px, 7.1vw, 104px);
	font-weight: 400;
	line-height: 0.88;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

body.woocommerce-cart h2,
body.woocommerce-checkout h2,
body.woocommerce-order-received h2,
body.woocommerce-cart h3,
body.woocommerce-checkout h3,
body.woocommerce-order-received h3,
body.woocommerce-cart .woocommerce-column__title,
body.woocommerce-checkout .woocommerce-column__title,
body.woocommerce-order-received .woocommerce-column__title,
body.woocommerce-order-received .woocommerce-order-details__title {
	margin: 0;
	color: var(--st-commerce-ink);
	font-family: var(--st-commerce-display);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

body.woocommerce-cart p,
body.woocommerce-checkout p,
body.woocommerce-order-received p,
body.woocommerce-cart li,
body.woocommerce-checkout li,
body.woocommerce-order-received li,
body.woocommerce-cart td,
body.woocommerce-checkout td,
body.woocommerce-order-received td,
body.woocommerce-cart th,
body.woocommerce-checkout th,
body.woocommerce-order-received th,
body.woocommerce-cart label,
body.woocommerce-checkout label,
body.woocommerce-order-received label,
body.woocommerce-cart input,
body.woocommerce-checkout input,
body.woocommerce-order-received input,
body.woocommerce-cart textarea,
body.woocommerce-checkout textarea,
body.woocommerce-order-received textarea,
body.woocommerce-cart select,
body.woocommerce-checkout select,
body.woocommerce-order-received select,
body.woocommerce-cart button,
body.woocommerce-checkout button,
body.woocommerce-order-received button {
	font-family: var(--st-commerce-body);
}

body.woocommerce-cart a,
body.woocommerce-checkout a,
body.woocommerce-order-received a {
	color: inherit;
}

/* Controls */
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-order-received .woocommerce a.button,
body.woocommerce-order-received .woocommerce button.button,
body.woocommerce-order-received .woocommerce input.button,
.st-general-request__submit,
.st-request-received .button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--st-commerce-ink) !important;
	border-radius: 0 !important;
	padding: 12px 24px !important;
	background: var(--st-commerce-ink) !important;
	box-shadow: none !important;
	color: var(--st-commerce-paper) !important;
	font-family: var(--st-commerce-body) !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	letter-spacing: 0.035em;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout .woocommerce input.button:hover,
body.woocommerce-order-received .woocommerce a.button:hover,
body.woocommerce-order-received .woocommerce button.button:hover,
body.woocommerce-order-received .woocommerce input.button:hover,
.st-general-request__submit:hover,
.st-request-received .button:hover {
	border-color: var(--st-commerce-accent) !important;
	background: var(--st-commerce-accent) !important;
	color: var(--st-commerce-ink) !important;
}

body.woocommerce-cart .woocommerce a.button:focus-visible,
body.woocommerce-cart .woocommerce button.button:focus-visible,
body.woocommerce-cart .woocommerce input.button:focus-visible,
body.woocommerce-checkout .woocommerce a.button:focus-visible,
body.woocommerce-checkout .woocommerce button.button:focus-visible,
body.woocommerce-checkout .woocommerce input.button:focus-visible,
body.woocommerce-order-received .woocommerce a.button:focus-visible,
.st-general-request__submit:focus-visible,
.st-request-received .button:focus-visible {
	outline: 3px solid var(--st-commerce-accent);
	outline-offset: 3px;
}

body.woocommerce-cart .woocommerce button.button:disabled,
body.woocommerce-cart .woocommerce button.button.disabled,
body.woocommerce-checkout .woocommerce button.button:disabled,
body.woocommerce-checkout .woocommerce button.button.disabled,
.st-general-request__submit:disabled {
	cursor: wait;
	opacity: 0.48;
}

body.woocommerce-cart .woocommerce .quantity .qty,
body.woocommerce-cart .woocommerce input.input-text,
body.woocommerce-checkout .woocommerce input.input-text,
body.woocommerce-checkout .woocommerce textarea,
body.woocommerce-checkout .woocommerce select,
.st-general-request input,
.st-general-request textarea,
.st-general-request select,
body.woocommerce-checkout .select2-container .select2-selection--single {
	width: 100%;
	min-height: 52px;
	border: 1px solid var(--st-commerce-line);
	border-radius: 0;
	padding: 13px 15px;
	background: transparent;
	box-shadow: none;
	color: var(--st-commerce-ink);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.35;
	transition: border-color 140ms ease, background-color 140ms ease;
}

body.woocommerce-cart .woocommerce .quantity .qty {
	width: 78px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
}

body.woocommerce-checkout .woocommerce textarea,
.st-general-request textarea {
	min-height: 132px;
	resize: vertical;
}

body.st-product-request-cart.woocommerce-checkout textarea#order_comments {
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--st-commerce-line) !important;
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none !important;
	outline: 0 !important;
	resize: vertical;
}

body.st-product-request-cart.woocommerce-checkout textarea#order_comments:focus,
body.st-product-request-cart.woocommerce-checkout textarea#order_comments:focus-visible {
	border-color: var(--st-commerce-ink) !important;
	background: #ffffff;
	box-shadow: none !important;
	outline: 0 !important;
}

body.woocommerce-cart .woocommerce input:focus,
body.woocommerce-checkout .woocommerce input:focus,
body.woocommerce-checkout .woocommerce textarea:focus,
body.woocommerce-checkout .woocommerce select:focus,
.st-general-request input:focus,
.st-general-request textarea:focus,
.st-general-request select:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection--single {
	border-color: var(--st-commerce-ink);
	background: #ffffff;
	outline: 2px solid transparent;
}

body.woocommerce-checkout .select2-container .select2-selection--single {
	padding-top: 0;
	padding-bottom: 0;
}

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

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

body.woocommerce-cart .woocommerce form .form-row,
body.woocommerce-checkout .woocommerce form .form-row,
.st-general-request .form-row {
	margin: 0 0 22px;
	padding: 0;
}

body.woocommerce-cart .woocommerce form .form-row label,
body.woocommerce-checkout .woocommerce form .form-row label,
.st-general-request .form-row label {
	display: block;
	margin: 0 0 9px;
	color: rgba(28, 28, 28, 0.7);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce form .form-row .required,
.st-general-request .required {
	color: var(--st-commerce-green);
	font-weight: 500;
}

body.woocommerce-checkout .woocommerce form .woocommerce-invalid input.input-text,
body.woocommerce-checkout .woocommerce form .woocommerce-invalid textarea,
.st-general-request .woocommerce-invalid input,
.st-general-request .woocommerce-invalid textarea,
.st-general-request [aria-invalid="true"] {
	border-color: #a33232;
}

/* Notices */
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-order-received .woocommerce-error,
body.woocommerce-order-received .woocommerce-info,
body.woocommerce-order-received .woocommerce-message {
	margin: 0 0 28px;
	border: 0;
	border-top: 1px solid var(--st-commerce-ink);
	border-radius: 0;
	padding: 18px 18px 18px 48px;
	background: var(--st-commerce-muted);
	box-shadow: none;
	color: var(--st-commerce-ink);
	font-size: 14px;
	line-height: 1.55;
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-order-received .woocommerce-error::before,
body.woocommerce-order-received .woocommerce-info::before,
body.woocommerce-order-received .woocommerce-message::before {
	top: 18px;
	left: 18px;
	color: var(--st-commerce-ink);
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-order-received .woocommerce-error {
	border-top-color: #a33232;
}

/* Classic cart */
body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
	margin: 0;
}

body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-checkout .woocommerce table.shop_table,
body.woocommerce-order-received .woocommerce table.shop_table {
	width: 100%;
	margin: 0;
	border: 1px solid var(--st-commerce-line);
	border-radius: 0;
	border-collapse: collapse;
	background: transparent;
	box-shadow: none;
	table-layout: auto;
}

body.woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table th,
body.woocommerce-order-received .woocommerce table.shop_table th {
	border: 0;
	border-bottom: 1px solid var(--st-commerce-line);
	padding: 16px 18px;
	background: transparent;
	color: rgba(28, 28, 28, 0.65);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.045em;
	text-align: left;
	text-transform: uppercase;
}

body.woocommerce-cart .woocommerce table.shop_table td,
body.woocommerce-checkout .woocommerce table.shop_table td,
body.woocommerce-order-received .woocommerce table.shop_table td {
	border: 0;
	border-bottom: 1px solid var(--st-commerce-line);
	padding: 20px 18px;
	background: transparent;
	color: var(--st-commerce-ink);
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}

body.woocommerce-cart .woocommerce table.shop_table tr:last-child td,
body.woocommerce-checkout .woocommerce table.shop_table tr:last-child td,
body.woocommerce-order-received .woocommerce table.shop_table tr:last-child td {
	border-bottom: 0;
}

body.woocommerce-cart .woocommerce table.cart img {
	width: 96px;
	max-width: none;
	height: 112px;
	object-fit: cover;
}

body.woocommerce-cart .woocommerce table.cart .product-name a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	overflow-wrap: anywhere;
}

body.woocommerce-cart .woocommerce table.cart .product-remove a {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--st-commerce-line);
	border-radius: 0;
	color: var(--st-commerce-ink) !important;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce table.cart .product-remove a:hover {
	border-color: var(--st-commerce-ink);
	background: transparent;
	color: var(--st-commerce-ink) !important;
}

body.woocommerce-cart .woocommerce table.cart td.actions {
	padding: 22px 18px;
}

body.woocommerce-cart .woocommerce table.cart td.actions .coupon {
	display: flex;
	gap: 10px;
	width: min(520px, 100%);
}

body.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
	width: min(280px, 100%);
	margin: 0;
}

body.woocommerce-cart .cart-collaterals {
	display: flow-root;
	margin-top: 48px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	width: min(560px, 100%);
	margin-left: auto;
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	margin-bottom: 24px;
	font-size: clamp(36px, 3.7vw, 56px);
}

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

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

/* Empty cart */
.st-empty-cart {
	display: block;
	max-width: 680px;
	border-top: 1px solid var(--st-commerce-line);
	padding: 30px 0 22px;
}

.st-empty-cart > p {
	max-width: 620px;
	margin: 0;
	color: rgba(28, 28, 28, 0.72);
	font-size: 16px;
	line-height: 1.55;
}

.st-empty-cart__request,
body.woocommerce-cart .return-to-shop {
	display: inline-block;
	margin: 0 8px 0 0;
}

.st-empty-cart__request .button,
body.woocommerce-cart .return-to-shop .button {
	min-width: 214px;
}

.st-empty-cart__request .button.button--secondary {
	border-color: var(--st-commerce-ink) !important;
	background: transparent !important;
	color: var(--st-commerce-ink) !important;
}

.st-empty-cart__request .button.button--secondary:hover {
	border-color: var(--st-commerce-green) !important;
	background: var(--st-commerce-green) !important;
	color: var(--st-commerce-paper) !important;
}

/* General request mode */
.st-general-request {
	border-top: 1px solid var(--st-commerce-line);
	padding-top: 34px;
}

.st-general-request__intro {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.62fr);
	gap: 44px;
	align-items: end;
	margin-bottom: 50px;
}

.st-general-request__intro h2 {
	min-width: 0;
	max-width: 820px;
	font-size: clamp(40px, 4.6vw, 68px);
	overflow-wrap: anywhere;
}

.st-general-request__intro p {
	min-width: 0;
	max-width: 475px;
	margin: 0;
	color: rgba(28, 28, 28, 0.72);
	font-size: 15px;
	line-height: 1.6;
}

.st-general-request__intro--compact p {
	grid-column: 2;
}

.st-general-request__errors {
	max-width: calc((100% - 44px) * 0.69);
	margin-bottom: 32px !important;
}

.st-general-request__errors p {
	margin: 0 0 8px;
	font-weight: 500;
}

.st-general-request__errors ul {
	margin: 0;
	padding-left: 18px;
}

.st-general-request__form {
	display: grid;
	grid-template-columns: minmax(0, 1.38fr) minmax(320px, 0.62fr);
	gap: 44px;
	align-items: start;
}

.st-general-request__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 20px;
}

.st-general-request__field--address,
.st-general-request__field--comment {
	grid-column: 1 / -1;
}

.st-general-request__field-error {
	display: block;
	margin-top: 7px;
	color: #8a2424;
	font-size: 12px;
	line-height: 1.4;
}

.st-general-request__summary {
	min-width: 0;
	border-left: 1px solid var(--st-commerce-line);
	padding-left: 44px;
}

.st-general-request__summary > p:first-child {
	margin: 0;
	border-top: 8px solid var(--st-commerce-accent);
	padding: 22px 0 30px;
	color: var(--st-commerce-ink);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.48;
}

.st-general-request__submit {
	width: 100%;
}

.st-general-request__honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.st-general-request__honeypot input {
	width: 1px !important;
	min-width: 0 !important;
	height: 1px !important;
	min-height: 0 !important;
	border: 0 !important;
	padding: 0 !important;
}

/* Product checkout */
body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-areas:
		"customer review-heading"
		"customer review";
	grid-template-columns: minmax(0, 1.55fr) minmax(440px, 0.95fr);
	column-gap: clamp(40px, 4.6vw, 64px);
	align-items: start;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-area: customer;
	min-width: 0;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-area: review-heading;
	margin: 0;
	border-left: 1px solid var(--st-commerce-line);
	padding: 0 0 24px clamp(28px, 3.2vw, 44px);
	font-size: clamp(32px, 3.2vw, 48px);
}

body.woocommerce-checkout form.checkout #order_review {
	grid-area: review;
	min-width: 0;
	border-left: 1px solid var(--st-commerce-line);
	padding-left: clamp(28px, 3.2vw, 44px);
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: 100%;
}

body.woocommerce-checkout #customer_details .col-1 {
	margin-bottom: 46px;
}

body.woocommerce-checkout #customer_details h3 {
	margin-bottom: 28px;
	font-size: clamp(36px, 4vw, 58px);
}

body.woocommerce-checkout #ship-to-different-address {
	font-size: clamp(25px, 2.7vw, 38px);
	line-height: 1.05;
}

body.woocommerce-checkout #ship-to-different-address label {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

body.woocommerce-checkout #ship-to-different-address-checkbox {
	width: 20px;
	min-height: 20px;
	margin: 4px 0 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 20px !important;
	table-layout: fixed;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
	width: 66%;
	min-width: 0;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
	width: 34%;
	min-width: 112px;
	overflow-wrap: normal;
	word-break: normal;
	white-space: nowrap;
}

.st-checkout-product {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.st-checkout-product__image {
	display: block;
	width: 64px;
	height: 80px;
	object-fit: cover;
}

.st-checkout-product__content,
.st-checkout-product__name {
	display: block;
	min-width: 0;
}

.st-checkout-product__name {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
}

.st-checkout-product__calculation {
	display: grid;
	gap: 7px;
	margin-top: 12px;
}

.st-checkout-product__calculation > span {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: baseline;
}

.st-checkout-product__calculation small {
	color: rgba(28, 28, 28, 0.58);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.st-checkout-product__calculation strong {
	font-size: 11px;
	font-weight: 500;
	white-space: nowrap;
}

body.woocommerce-checkout #payment {
	border: 1px solid var(--st-commerce-line);
	border-radius: 0;
	background: var(--st-commerce-muted);
	box-shadow: none;
}

body.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 1px solid var(--st-commerce-line);
	padding: 20px;
}

body.woocommerce-checkout #payment div.payment_box {
	margin: 14px 0 0;
	border-radius: 0;
	background: var(--st-commerce-paper);
	color: rgba(28, 28, 28, 0.72);
	font-size: 13px;
	line-height: 1.55;
}

body.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--st-commerce-paper);
}

body.woocommerce-checkout #payment div.form-row {
	margin: 0;
	padding: 26px;
}

body.woocommerce-checkout #place_order {
	width: 100%;
	margin: 0;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin-bottom: 20px;
	color: rgba(28, 28, 28, 0.68);
	font-size: 12px;
	line-height: 1.65;
}

body.woocommerce-checkout .woocommerce-shipping-methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .woocommerce-shipping-methods li {
	margin: 0;
}

.st-delivery-agreement__description {
	margin: 7px 0 0;
	color: rgba(28, 28, 28, 0.68);
	font-size: 12px;
	line-height: 1.5;
}

/* Request received */
body.woocommerce-order-received .st-request-received {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.6fr);
	grid-template-areas:
		"eyebrow meta"
		"heading meta"
		"body meta"
		"action meta";
	column-gap: clamp(56px, 8vw, 132px);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(48px, 3.6vw, 52px) max(var(--st-commerce-gutter), calc((100vw - var(--st-commerce-canvas)) / 2)) clamp(56px, 5.5vw, 80px);
	background: var(--st-commerce-ink);
	color: var(--st-commerce-paper);
}

.st-request-received__eyebrow {
	grid-area: eyebrow;
	margin: 0 0 22px;
	color: var(--st-commerce-accent);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.woocommerce-order-received .st-request-received h2 {
	grid-area: heading;
	max-width: 820px;
	margin: 0;
	color: var(--st-commerce-paper);
	font-size: clamp(48px, 5.3vw, 76px);
	line-height: 0.9;
}

.st-request-received__body {
	grid-area: body;
	max-width: 680px;
	margin: 20px 0 0;
	color: rgba(251, 251, 251, 0.76);
	font-size: 16px;
	line-height: 1.6;
}

.st-request-received__meta {
	grid-area: meta;
	margin: 0;
	border-top: 1px solid var(--st-commerce-line-dark);
}

.st-request-received__meta > div {
	border-bottom: 1px solid var(--st-commerce-line-dark);
	padding: 21px 0 23px;
}

.st-request-received__meta dt {
	margin-bottom: 8px;
	color: rgba(251, 251, 251, 0.55);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-request-received__meta dd {
	margin: 0;
	color: var(--st-commerce-paper);
	font-size: 14px;
	line-height: 1.55;
}

.st-request-received > .button {
	grid-area: action;
	justify-self: start;
	min-width: 210px;
	margin-top: 20px;
	border-color: var(--st-commerce-paper) !important;
	background: transparent !important;
}

body.woocommerce-order-received .woocommerce-order:not(:has(.st-request-received)) {
	display: grid;
	gap: 32px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
	margin: 0;
	border-top: 1px solid var(--st-commerce-green);
	padding: 22px 0;
	color: var(--st-commerce-ink);
	font-size: 18px;
	line-height: 1.5;
}

body.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid var(--st-commerce-line);
	border-bottom: 1px solid var(--st-commerce-line);
	padding: 0;
}

body.woocommerce-order-received .woocommerce-order-overview li {
	float: none;
	width: auto;
	margin: 0;
	border-right: 1px solid var(--st-commerce-line);
	padding: 18px;
	font-size: 10px;
	line-height: 1.5;
}

body.woocommerce-order-received .woocommerce-order-overview li:last-child {
	border-right: 0;
}

body.woocommerce-order-received .woocommerce-order-overview strong {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 500;
}

@media (max-width: 1100px) {
	:root {
		--st-commerce-gutter: 28px;
	}

	body.woocommerce-cart .site-main > .page-header,
	body.woocommerce-checkout .site-main > .page-header,
	body.woocommerce-order-received .site-main > .page-header {
		padding-top: 48px;
	}

	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-cart .page-title,
	body.woocommerce-checkout .page-title,
	body.woocommerce-order-received .page-title {
		font-size: clamp(52px, 8vw, 78px);
	}

	.st-empty-cart,
	.st-general-request__intro,
	.st-general-request__form {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	.st-general-request__intro {
		margin-bottom: 38px;
	}

	.st-general-request__intro p {
		max-width: 680px;
	}

	.st-general-request__intro--compact p {
		grid-column: auto;
	}

	.st-general-request__errors {
		max-width: 100%;
	}

	.st-general-request__summary {
		border-left: 0;
		padding-left: 0;
	}

	.st-general-request__summary {
		border-top: 1px solid var(--st-commerce-line);
		padding-top: 24px;
	}

	.st-general-request__summary > p:first-child {
		max-width: 680px;
	}

	body.woocommerce-order-received .st-request-received {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
		column-gap: 48px;
	}

	body.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce-order-received .woocommerce-order-overview li:nth-child(2) {
		border-right: 0;
	}

	body.woocommerce-order-received .woocommerce-order-overview li:nth-child(-n + 2) {
		border-bottom: 1px solid var(--st-commerce-line);
	}
}

@media (max-width: 767px) {
	:root {
		--st-commerce-gutter: 16px;
	}

	body.woocommerce-cart .site-main > .page-header,
	body.woocommerce-checkout .site-main > .page-header,
	body.woocommerce-order-received .site-main > .page-header {
		padding: 38px 0 30px;
	}

	body.woocommerce-cart .site-main > .page-content,
	body.woocommerce-checkout .site-main > .page-content,
	body.woocommerce-order-received .site-main > .page-content {
		padding-bottom: 72px;
	}

	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-cart .page-title,
	body.woocommerce-checkout .page-title,
	body.woocommerce-order-received .page-title {
		font-size: clamp(42px, 12.6vw, 58px);
		line-height: 0.9;
	}

	body.woocommerce-cart .woocommerce-error,
	body.woocommerce-cart .woocommerce-info,
	body.woocommerce-cart .woocommerce-message,
	body.woocommerce-checkout .woocommerce-error,
	body.woocommerce-checkout .woocommerce-info,
	body.woocommerce-checkout .woocommerce-message,
	body.woocommerce-order-received .woocommerce-error,
	body.woocommerce-order-received .woocommerce-info,
	body.woocommerce-order-received .woocommerce-message {
		padding-right: 14px;
		padding-left: 42px;
		overflow-wrap: anywhere;
	}

	body.woocommerce-checkout .woocommerce-error a,
	body.woocommerce-checkout .woocommerce-info a,
	body.woocommerce-checkout .woocommerce-message a {
		max-width: 100%;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive {
		display: block;
		border: 0;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tbody,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tbody {
		display: grid;
		gap: 18px;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr {
		display: block;
		border: 1px solid var(--st-commerce-line);
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td {
		display: grid;
		grid-template-columns: minmax(92px, 0.45fr) minmax(0, 1fr);
		gap: 14px;
		align-items: center;
		min-height: 50px;
		border-bottom: 1px solid var(--st-commerce-line);
		padding: 13px 14px;
		text-align: right !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td::before,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td::before {
		float: none;
		color: rgba(28, 28, 28, 0.58);
		font-size: 10px;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0.045em;
		text-align: left;
		text-transform: uppercase;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-remove,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.product-remove {
		display: flex;
		justify-content: flex-end;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-thumbnail,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		display: none;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td.product-name,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td.product-name {
		align-items: start;
		text-align: right !important;
	}

	body.woocommerce-cart .woocommerce table.cart td.actions {
		display: block;
		padding: 14px;
	}

	body.woocommerce-cart .woocommerce table.cart td.actions::before {
		display: none;
	}

	body.woocommerce-cart .woocommerce table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: 1fr;
		gap: 8px;
		width: 100%;
		margin-bottom: 8px;
	}

	body.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text,
	body.woocommerce-cart .woocommerce table.cart td.actions .coupon .button,
	body.woocommerce-cart .woocommerce table.cart td.actions > .button {
		width: 100%;
	}

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

	body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
		font-size: 38px;
	}

	.st-empty-cart {
		padding: 24px 0 20px;
	}

	.st-empty-cart > p {
		font-size: 14px;
	}

	.st-empty-cart__request,
	body.woocommerce-cart .return-to-shop {
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}

	.st-empty-cart__request .button,
	body.woocommerce-cart .return-to-shop .button {
		width: 100%;
	}

	.st-general-request {
		padding-top: 26px;
	}

	.st-general-request__intro {
		gap: 20px;
		margin-bottom: 32px;
	}

	.st-general-request__intro h2 {
		font-size: clamp(36px, 10.7vw, 48px);
	}

	.st-general-request__intro p {
		font-size: 14px;
	}

	.st-general-request__form {
		gap: 26px;
	}

	.st-general-request__fields {
		grid-template-columns: 1fr;
	}

	.st-general-request__field--address,
	.st-general-request__field--comment {
		grid-column: auto;
	}

	.st-general-request__summary {
		padding-top: 20px;
	}

	.st-general-request__summary > p:first-child {
		border-top-width: 6px;
		padding: 18px 0 24px;
		font-size: 16px;
	}

	body.woocommerce-checkout #customer_details .col-1 {
		margin-bottom: 36px;
	}

	body.woocommerce-checkout #customer_details h3 {
		margin-bottom: 24px;
		font-size: 40px;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		padding-top: 28px;
		font-size: 36px;
	}

	body.woocommerce-checkout .woocommerce table.shop_table th,
	body.woocommerce-checkout .woocommerce table.shop_table td,
	body.woocommerce-order-received .woocommerce table.shop_table th,
	body.woocommerce-order-received .woocommerce table.shop_table td {
		padding: 13px 12px;
		font-size: 12px;
	}

	body.woocommerce-order-received .st-request-received {
		grid-template-columns: 1fr;
		grid-template-areas:
			"eyebrow"
			"heading"
			"body"
			"meta"
			"action";
		gap: 0;
		padding-top: 54px;
		padding-bottom: 64px;
	}

	body.woocommerce-order-received .st-request-received h2 {
		font-size: clamp(44px, 13.5vw, 62px);
	}

	.st-request-received__body {
		margin-top: 22px;
		font-size: 14px;
	}

	.st-request-received__meta {
		margin-top: 34px;
	}

	.st-request-received > .button {
		width: 100%;
		margin-top: 28px;
	}

	body.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-received .woocommerce-order-overview li,
	body.woocommerce-order-received .woocommerce-order-overview li:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid var(--st-commerce-line);
	}

	body.woocommerce-order-received .woocommerce-order-overview li:last-child {
		border-bottom: 0;
	}
}

@media (max-width: 389px) {
	:root {
		--st-commerce-gutter: 12px;
	}

	body.woocommerce-cart .entry-title,
	body.woocommerce-checkout .entry-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-cart .page-title,
	body.woocommerce-checkout .page-title,
	body.woocommerce-order-received .page-title {
		font-size: clamp(38px, 12.2vw, 46px);
	}

	body.woocommerce-cart .woocommerce a.button,
	body.woocommerce-cart .woocommerce button.button,
	body.woocommerce-checkout .woocommerce a.button,
	body.woocommerce-checkout .woocommerce button.button,
	body.woocommerce-order-received .woocommerce a.button,
	.st-general-request__submit,
	.st-request-received .button {
		padding-right: 14px !important;
		padding-left: 14px !important;
		font-size: 11px !important;
	}

	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td,
	body.woocommerce-cart .woocommerce-page table.shop_table_responsive tr td {
		grid-template-columns: minmax(78px, 0.42fr) minmax(0, 1fr);
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.woocommerce-cart *,
	body.woocommerce-checkout *,
	body.woocommerce-order-received * {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

/* Product-request cart and checkout. */
body.st-product-request-cart {
	--st-commerce-canvas: 1280px;
}

body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .page-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .page-title {
	font-size: clamp(52px, 6vw, 88px);
	overflow-wrap: normal;
	word-break: normal;
}

body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout form.checkout #order_review_heading {
	font-size: clamp(32px, 3.2vw, 48px);
	overflow-wrap: normal;
	word-break: normal;
}

body.st-product-request-cart.woocommerce-cart td.actions .coupon,
body.st-product-request-cart.woocommerce-checkout #payment ul.payment_methods,
body.st-product-request-cart.woocommerce-checkout #ship-to-different-address,
body.st-product-request-cart.woocommerce-checkout .shipping_address {
	display: none !important;
}

body.st-product-request-cart.woocommerce-cart .cart_totals .cart-subtotal,
body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .cart-subtotal {
	display: none;
}

body.st-product-request-cart.woocommerce-cart .cart-collaterals .cart_totals {
	width: min(620px, 100%);
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart {
	table-layout: fixed;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart tr.cart_item,
body.st-product-request-cart.woocommerce-cart .woocommerce table.cart tr.cart_item td {
	background: transparent !important;
	box-shadow: none;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-remove {
	width: 64px;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-thumbnail {
	width: 132px;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-name {
	width: 32%;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-price,
body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-quantity {
	width: 18%;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-subtotal {
	width: 20%;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart img {
	width: 96px !important;
	height: 120px !important;
	object-fit: cover;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart td.actions {
	text-align: right;
}

body.st-product-request-cart.woocommerce-cart .woocommerce table.cart td.actions > .button {
	float: none;
}

html.st-area-enhanced body.st-product-request-cart.woocommerce-cart .woocommerce table.cart td.actions {
	display: none !important;
}

body.st-product-request-cart.woocommerce-cart .cart_totals .order-total {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
}

body.st-product-request-cart.woocommerce-cart .cart_totals .order-total th,
body.st-product-request-cart.woocommerce-cart .cart_totals .order-total td {
	display: block;
	width: auto;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-top: 18px;
	padding-bottom: 18px;
}

body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
	border-bottom: 0 !important;
}

body.st-product-request-cart.woocommerce-cart .cart_totals .order-total td {
	text-align: right;
	white-space: nowrap;
}

body.st-product-request-cart.woocommerce-cart .cart_totals .order-total td::before {
	display: none;
	content: none;
}

body.st-product-request-cart.woocommerce-cart .cart_totals > h2 {
	font-size: clamp(38px, 4vw, 56px);
}

.st-area-control {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.st-area-control__label {
	color: rgba(28, 28, 28, 0.62);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.st-area-control__stepper {
	display: grid;
	grid-template-columns: 44px minmax(64px, 1fr) 44px;
	width: min(188px, 100%);
	border: 1px solid var(--st-commerce-line);
	transition: border-color 140ms ease;
}

.st-area-control__stepper:focus-within {
	border-color: var(--st-commerce-green);
}

.st-area-control__stepper button,
.st-area-control__stepper input {
	width: 100%;
	min-width: 0;
	height: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 0 !important;
	background: transparent;
	box-shadow: none;
	outline: 0 !important;
	color: var(--st-commerce-ink);
	font: 500 14px/1 var(--st-commerce-body);
	text-align: center;
	appearance: textfield;
}

.st-area-control__stepper button {
	-webkit-appearance: none;
	appearance: none;
}

.st-area-control__stepper input {
	-webkit-appearance: none;
	appearance: textfield;
}

.st-area-control__stepper button {
	cursor: pointer;
}

.st-area-control__stepper button:first-child {
	border-right: 1px solid var(--st-commerce-line);
}

.st-area-control__stepper button:last-child {
	border-left: 1px solid var(--st-commerce-line);
}

.st-area-control__stepper button:hover {
	background: var(--st-commerce-ink);
	color: var(--st-commerce-paper);
}

.st-area-control__stepper button:focus-visible,
.st-area-control__stepper input:focus-visible {
	position: relative;
	z-index: 1;
	outline: 0 !important;
	box-shadow: none !important;
}

.st-area-control__status {
	display: block;
	min-height: 16px;
	color: rgba(28, 28, 28, 0.64);
	font-size: 10px;
	line-height: 1.4;
}

.st-area-control.is-invalid .st-area-control__stepper {
	border-color: #a33232;
}

.st-area-control.is-invalid .st-area-control__status {
	color: #a33232;
}

.st-area-control[aria-busy="true"] {
	opacity: 0.62;
}

body.st-product-request-cart .checkout-button.is-area-guarded {
	pointer-events: auto;
	opacity: 0.48;
}

.st-product-request-notice {
	margin: 0 0 18px;
	border-top: 7px solid var(--st-commerce-accent);
	padding: 18px 0 0;
	color: var(--st-commerce-ink);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.55;
}

body.st-product-request-cart.woocommerce-checkout #payment {
	background: transparent;
}

body.st-product-request-cart.woocommerce-checkout #payment div.form-row {
	padding: 0;
}

body.st-product-request-cart.woocommerce-checkout #payment .form-row.place-order {
	margin: 0;
	padding: 24px;
}

body.st-product-request-cart .st-reference-unit {
	margin-left: 4px;
	color: rgba(28, 28, 28, 0.62);
	font-size: 0.86em;
}

body.st-product-request-cart .st-reference-price {
	display: inline-flex;
	align-items: baseline;
	white-space: nowrap;
}

body.st-product-request-order.woocommerce-order-received .st-product-request-received {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.68fr);
	grid-template-rows: max-content minmax(0, 1fr);
	grid-template-areas:
		"summary order"
		"followup order";
	column-gap: clamp(52px, 7vw, 112px);
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: clamp(48px, 3.6vw, 52px) max(var(--st-commerce-gutter), calc((100vw - var(--st-commerce-canvas)) / 2)) clamp(56px, 5.5vw, 80px);
	background: var(--st-commerce-ink);
	color: var(--st-commerce-paper);
}

.st-product-request-received__summary {
	grid-area: summary;
	align-self: start;
	min-width: 0;
}

.st-product-request-received__order {
	grid-area: order;
	align-self: start;
	min-width: 0;
}

.st-product-request-received__followup {
	grid-area: followup;
	align-self: start;
	min-width: 0;
	padding-top: 48px;
}

.st-product-request-received__eyebrow {
	margin: 0 0 22px;
	color: var(--st-commerce-accent);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

body.st-product-request-order .st-product-request-received h2 {
	max-width: 820px;
	margin: 0;
	color: var(--st-commerce-paper);
	font-family: var(--st-commerce-display);
	font-size: clamp(46px, 5.3vw, 76px);
	font-weight: 400;
	line-height: 0.92;
	text-transform: uppercase;
}

body.st-product-request-order .st-product-request-received__summary > p:not(.st-product-request-received__eyebrow) {
	max-width: 680px;
	margin: 20px 0 0;
	color: rgba(251, 251, 251, 0.76);
	font-size: 15px;
	line-height: 1.6;
}

.st-product-request-received__items {
	margin: 0;
	border-top: 1px solid var(--st-commerce-line-dark);
	padding: 0;
	list-style: none;
}

.st-product-request-received__items li {
	display: grid;
	gap: 18px;
	border-bottom: 1px solid var(--st-commerce-line-dark);
	padding: 19px 0 21px;
}

.st-product-request-received__product {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
}

.st-product-request-received__image {
	display: block;
	width: 64px;
	height: 80px;
	object-fit: cover;
}

.st-product-request-received__items strong {
	color: var(--st-commerce-paper);
	font-size: 14px;
	font-weight: 500;
}

.st-product-request-received__items .wc-item-meta {
	margin: 0;
	padding: 0;
	color: rgba(251, 251, 251, 0.6);
	font-size: 11px;
	list-style: none;
}

.st-product-request-received__calculation {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
}

.st-product-request-received__calculation > div {
	min-width: 0;
}

.st-product-request-received__calculation dt,
.st-product-request-received__total span {
	margin-bottom: 5px;
	color: rgba(251, 251, 251, 0.55);
	font-size: 9px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.st-product-request-received__calculation dd {
	margin: 0;
	color: var(--st-commerce-accent);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.st-product-request-received__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 20px;
	border: 1px solid rgba(251, 251, 251, 0.14);
	padding: 18px 20px;
	box-shadow: none;
}

.st-product-request-received__total span {
	margin: 0;
	color: rgba(251, 251, 251, 0.78);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

.st-product-request-received__total strong {
	color: var(--st-commerce-accent);
	font-size: 26px;
	font-weight: 500;
	line-height: 1.15;
	white-space: nowrap;
}

.st-product-request-received__notice {
	max-width: 680px;
	margin: 0;
	border-top: 1px solid var(--st-commerce-line-dark);
	padding-top: 16px;
	color: rgba(251, 251, 251, 0.74);
	font-size: 13px;
	line-height: 1.55;
}

.st-product-request-received__followup > .button {
	justify-self: start;
	min-width: 210px;
	margin-top: 20px;
	border-color: var(--st-commerce-paper) !important;
	background: transparent !important;
}

body.woocommerce-order-received .woocommerce .st-request-received > .button,
body.st-product-request-order.woocommerce-order-received .woocommerce .st-product-request-received__followup > .button {
	margin-top: 20px !important;
	border-color: var(--st-commerce-paper) !important;
	background: var(--st-commerce-paper) !important;
	color: var(--st-commerce-ink) !important;
}

body.woocommerce-order-received .woocommerce .st-request-received > .button:hover,
body.st-product-request-order.woocommerce-order-received .woocommerce .st-product-request-received__followup > .button:hover {
	border-color: var(--st-commerce-accent) !important;
	background: var(--st-commerce-accent) !important;
	color: var(--st-commerce-ink) !important;
}

@media (max-width: 900px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-areas:
			"customer"
			"review-heading"
			"review";
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		border-left: 0;
		padding-left: 0;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		border-top: 1px solid var(--st-commerce-line);
		padding-top: 34px;
	}

	body.st-product-request-order.woocommerce-order-received .st-product-request-received {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto;
		grid-template-areas:
			"summary"
			"order"
			"followup";
	}

	.st-product-request-received__order {
		margin-top: 32px;
	}

	.st-product-request-received__followup {
		padding-top: 32px;
	}

	.st-product-request-received__eyebrow {
		margin-bottom: 18px;
	}

	body.st-product-request-order .st-product-request-received__summary > p:not(.st-product-request-received__eyebrow) {
		margin-top: 16px;
	}

	.st-product-request-received__notice {
		border-top: 0;
		padding-top: 0;
	}

	.st-product-request-received__followup > .button {
		margin-top: 16px;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout .entry-title,
	body.woocommerce-checkout .page-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-order-received .page-title {
		font-size: clamp(32px, 9.5vw, 36px);
		padding-right: 0;
		padding-left: 0;
		overflow-wrap: normal;
		word-break: normal;
	}

	body.woocommerce-checkout #customer_details h3,
	body.woocommerce-checkout form.checkout #order_review_heading {
		font-size: clamp(27px, 8vw, 30px);
		overflow-wrap: normal;
		word-break: normal;
	}

	body.st-product-request-cart.woocommerce-checkout #payment .form-row.place-order {
		padding: 16px;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table thead {
		display: none;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table {
		display: block;
		table-layout: auto;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody {
		display: block;
		width: 100%;
		padding: 16px;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
		border: 1px solid var(--st-commerce-line);
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item + tr.cart_item {
		margin-top: 16px;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name,
	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
		display: block;
		width: 100%;
		min-width: 0;
		border: 0;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
		padding: 16px;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		border-top: 1px solid var(--st-commerce-line);
		padding: 13px 16px;
		font-size: 14px;
		font-weight: 500;
		text-align: right;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total::before {
		content: "Сума";
		color: rgba(28, 28, 28, 0.58);
		font-size: 10px;
		font-weight: 500;
		letter-spacing: 0.045em;
		text-transform: uppercase;
	}

	body.st-product-request-cart.woocommerce-checkout .st-checkout-product {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 16px;
		width: 100%;
	}

	body.st-product-request-cart.woocommerce-checkout .st-checkout-product__image {
		width: 72px;
		height: 90px;
	}

	body.st-product-request-cart.woocommerce-checkout .st-checkout-product__name {
		font-size: 14px;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot {
		display: block;
		width: 100%;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total {
		display: grid;
		grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
		width: 100%;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
		display: block;
		width: auto;
	}

	body.st-product-request-cart.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
		text-align: right;
		white-space: nowrap;
	}

	body.st-product-request-order .st-product-request-received h2 {
		font-size: clamp(42px, 12.5vw, 58px);
	}

	.st-product-request-received__total {
		padding: 16px;
	}

	.st-product-request-received__total strong {
		font-size: 24px;
	}

	.st-product-request-received__followup > .button {
		width: 100%;
	}
}

@media (max-width: 768px) {
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tbody,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tbody {
		display: grid;
		gap: 0;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive {
		border: 1px solid var(--st-commerce-line);
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 0 16px;
		border: 0;
		padding: 16px;
		background: transparent !important;
		box-shadow: none;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item + tr.cart_item,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item + tr.cart_item {
		border-top: 1px solid var(--st-commerce-line);
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td {
		width: auto;
		min-height: 0;
		border: 0;
		padding: 0;
		background: transparent !important;
		box-shadow: none;
		text-align: left !important;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-remove,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-remove {
		position: absolute;
		top: 10px;
		right: 10px;
		display: block;
		z-index: 2;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.cart .product-remove a {
		width: 40px;
		height: 40px;
		background: var(--st-commerce-paper);
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-thumbnail {
		display: block !important;
		grid-column: 1;
		grid-row: 1;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.cart img {
		display: block;
		width: 82px !important;
		height: 100px !important;
		object-fit: cover;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-name,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-name {
		display: block;
		grid-column: 2;
		grid-row: 1;
		padding: 4px 42px 0 0;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-name::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-name::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-thumbnail::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-thumbnail::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-remove::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-remove::before {
		display: none;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-price,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-price,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-quantity,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-quantity,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-subtotal,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-subtotal {
		display: grid;
		grid-column: 1 / -1;
		grid-template-columns: minmax(94px, 0.42fr) minmax(0, 1fr);
		gap: 14px;
		align-items: center;
		border-top: 1px solid var(--st-commerce-line);
		padding-top: 14px;
		padding-bottom: 14px;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-price,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-price {
		margin-top: 18px;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-subtotal,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-subtotal {
		padding-bottom: 2px;
		font-size: 17px;
		font-weight: 500;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-price::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-price::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-quantity::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-quantity::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-subtotal::before,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-subtotal::before {
		display: block;
		content: attr(data-title);
		font-size: 10px;
		line-height: 1.3;
		letter-spacing: 0.045em;
		text-align: left;
		text-transform: uppercase;
	}

	body.st-product-request-cart.woocommerce-cart .st-area-control__label {
		display: none;
	}

	body.st-product-request-cart.woocommerce-cart .st-area-control__stepper {
		width: 100%;
		max-width: 210px;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr:not(.cart_item) td.actions,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr:not(.cart_item) td.actions {
		display: flex;
		justify-content: flex-end;
		border: 0;
		padding: 0;
	}

	body.st-product-request-cart.woocommerce-cart .cart-collaterals {
		margin-top: 42px;
	}
}

@media (max-width: 349px) {
	body.woocommerce-cart .site-main {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.woocommerce-cart .site-main > .page-header,
	body.woocommerce-cart .site-main > .page-content {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 0 12px;
		padding: 12px;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.cart img {
		width: 72px !important;
		height: 88px !important;
	}

	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-price,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-price,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-quantity,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-quantity,
	body.st-product-request-cart.woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td.product-subtotal,
	body.st-product-request-cart.woocommerce-cart .woocommerce-page table.shop_table_responsive tr.cart_item td.product-subtotal {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 10px;
	}

	body.st-product-request-cart.woocommerce-cart .st-area-control__stepper {
		grid-template-columns: 44px minmax(52px, 1fr) 44px;
		max-width: 100%;
	}

	body.st-product-request-cart.woocommerce-cart .cart_totals .order-total th,
	body.st-product-request-cart.woocommerce-cart .cart_totals .order-total td {
		padding-right: 12px;
		padding-left: 12px;
	}

	body.woocommerce-checkout .site-main,
	body.woocommerce-order-received .site-main {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	body.woocommerce-checkout .site-main > .page-header,
	body.woocommerce-checkout .site-main > .page-content,
	body.woocommerce-order-received .site-main > .page-header,
	body.woocommerce-order-received .site-main > .page-content {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}

	body.woocommerce-checkout .entry-title,
	body.woocommerce-checkout .page-title,
	body.woocommerce-order-received .entry-title,
	body.woocommerce-order-received .page-title {
		padding-right: 0;
		padding-left: 0;
	}

	body.woocommerce-order-received .site-main > .page-content {
		padding-right: 0;
		padding-left: 0;
	}
}
