.ws-cart-page,
.ws-checkout-page {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(28px, 4vw, 48px) 24px clamp(48px, 6vw, 72px);
	width: min(100%, 1180px);
}

.ws-cart-page > .wp-block-post-content,
.ws-checkout-page > .wp-block-post-content,
.ws-cart-page .wp-block-woocommerce-cart,
.ws-cart-page .wc-block-cart,
.ws-checkout-page .wp-block-woocommerce-checkout,
.ws-checkout-page .wc-block-checkout,
.ws-checkout-page .wc-block-components-sidebar-layout {
	margin-inline: auto;
	max-width: 100%;
	width: 100%;
}

.ws-cart-page :is(.alignwide, .alignfull),
.ws-checkout-page :is(.alignwide, .alignfull) {
	margin-inline: 0;
	max-width: 100%;
}

.ws-cart-page,
.ws-checkout-page {
	--ws-accent-orange: #e07b30;
	--ws-panel-radius: 24px;
	--ws-panel-padding: clamp(20px, 2.6vw, 30px);
	--ws-panel-shadow: 0 20px 42px rgba(28, 28, 28, 0.06);
}

.ws-cart-page .wc-block-cart,
.ws-cart-page .wc-block-components-notices {
	color: var(--text);
}

.ws-cart-page .wc-block-components-notices {
	margin-bottom: 18px;
}

.ws-cart-page .wc-block-components-sidebar-layout {
	align-items: flex-start;
	column-gap: clamp(24px, 3vw, 36px);
	flex-wrap: nowrap;
	margin-bottom: 0;
}

.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-main,
.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 0;
}

.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-main {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}

.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	flex: 0 0 min(360px, 32%);
	width: min(360px, 32%);
	min-width: 300px;
	position: sticky;
	top: 122px;
}

.ws-cart-page .wp-block-woocommerce-cart-line-items-block {
	padding: var(--ws-panel-padding);
	background: #fff;
	border: 1px solid var(--border);
	box-shadow: var(--ws-panel-shadow);
}

.ws-cart-page table.wc-block-cart-items {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__header {
	border-bottom: 0;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__header th {
	padding: 0 0 14px;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
	visibility: visible;
	text-align: left;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
	width: 120px;
	text-align: right;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__row td {
	padding: 26px 0;
	border-bottom: 0;
	vertical-align: top;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__row + .wc-block-cart-items__row td {
	border-top: 1px solid rgba(224, 219, 212, 0.7);
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-item__image {
	width: 88px;
	padding-right: 18px;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-item__image a {
	display: grid;
	place-items: center;
	width: 72px;
	aspect-ratio: 1;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 18px;
	overflow: hidden;
}

.ws-cart-page table.wc-block-cart-items .wc-block-cart-item__image img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 4px;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	object-fit: contain;
}

.ws-cart-page .wc-block-cart-item__wrap > * {
	margin-bottom: 10px;
}

.ws-cart-page .wc-block-components-product-name {
	display: inline-block;
	font-size: clamp(1.02rem, 1.2vw, 1.18rem);
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.01em;
}

.ws-cart-page .wc-block-components-product-name:hover {
	color: var(--wine);
}

.ws-cart-page .wc-block-cart-item__prices,
.ws-cart-page .wc-block-components-product-price {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--wine);
}

.ws-cart-page .wc-block-components-product-price__regular,
.ws-cart-page .wc-block-components-product-price__value.is-discounted {
	color: var(--muted);
	font-weight: 400;
}

.ws-cart-page .wc-block-components-product-price__regular {
	text-decoration-color: rgba(28, 28, 28, 0.35);
}

.ws-cart-page .wc-block-components-product-metadata,
.ws-cart-page .wc-block-components-product-details,
.ws-cart-page .wc-block-components-product-details__description,
.ws-cart-page .wc-block-cart-item__wrap .wc-block-components-product-badge {
	font-size: 0.86rem;
	line-height: 1.6;
	color: var(--muted);
}

.ws-cart-page .wc-block-components-product-details {
	max-width: 52ch;
}

.ws-cart-page .wc-block-components-product-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	background: rgba(139, 26, 43, 0.08);
	border-radius: 999px;
	color: var(--wine);
	font-size: 0.74rem;
	font-weight: 600;
}

.ws-cart-page .wc-block-components-product-badge .wc-block-components-formatted-money-amount {
	margin-left: 0.28em;
}

.ws-cart-page .wc-block-cart-item__quantity {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
}

.ws-cart-page .wc-block-components-quantity-selector {
	display: inline-flex;
	align-items: center;
	width: auto;
	min-height: 26px;
	border: 1px solid var(--border);
	border-radius: 4px;
	overflow: hidden;
}

.ws-cart-page .wc-block-components-quantity-selector::after {
	display: none;
}

.ws-cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 26px;
	padding: 0;
	background: transparent;
	border: 0;
	color: var(--text);
	font-family: var(--sans);
	font-size: 0;
	line-height: 1;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.ws-cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button::before {
	font-size: 15px;
	font-weight: 400;
}

.ws-cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus::before {
	content: "-";
}

.ws-cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus::before {
	content: "+";
}

.ws-cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
	background: var(--bg);
	color: var(--text);
}

.ws-cart-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
	width: 100%;
	min-width: 26px;
	height: 26px;
	padding: 0 4px;
	appearance: textfield;
	border: 0;
	border-left: 1px solid var(--border);
	border-right: 1px solid var(--border);
	background: transparent;
	font-size: 12.5px;
	font-weight: 600;
	line-height: 26px;
	text-align: center;
	color: var(--text);
}

.ws-cart-page .wc-block-cart-item__remove-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0 0 0 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--muted);
	font-size: 0;
	line-height: 1;
	transition: color 0.2s ease;
}

.ws-cart-page .wc-block-cart-item__remove-link:hover {
	color: var(--wine);
}

.ws-cart-page .wc-block-cart-item__remove-link::before {
	content: "Usuń";
	font-size: 0.84rem;
	font-weight: 500;
}

.ws-cart-page .wc-block-cart-item__remove-link svg {
	display: none;
}

.ws-cart-page .wc-block-cart-item__total {
	padding-left: 18px;
	text-align: right;
}

.ws-cart-page .wc-block-cart-item__total .wc-block-components-product-price {
	justify-content: flex-end;
	font-size: 1rem;
	font-weight: 600;
	color: var(--text);
}

.ws-cart-page .wc-block-cart-item__total .wc-block-components-product-price__regular,
.ws-cart-page .wc-block-cart-item__total .wc-block-components-product-price__value.is-discounted {
	color: var(--muted);
}

.ws-cart-page .wp-block-woocommerce-cart-order-summary-block {
	overflow: visible;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ws-cart-page .wp-block-woocommerce-cart-order-summary-heading-block,
.ws-cart-page .wc-block-components-sidebar .wc-block-components-panel,
.ws-cart-page .wc-block-components-sidebar .wc-block-components-totals-coupon,
.ws-cart-page .wc-block-components-sidebar .wc-block-components-totals-item,
.ws-cart-page .wc-block-cart__submit,
.ws-cart-page .wp-block-woocommerce-cart-express-payment-block,
.ws-cart-page .wp-block-woocommerce-cart-accepted-payment-methods-block {
	padding-left: 24px;
	padding-right: 24px;
}

.ws-cart-page .wp-block-woocommerce-cart-order-summary-heading-block {
	padding-top: 24px;
	padding-bottom: 14px;
}

.ws-cart-page .wp-block-woocommerce-cart-order-summary-heading-block h2,
.ws-cart-page .wc-block-components-sidebar .wc-block-components-panel > h2,
.ws-cart-page .wc-block-components-panel__button {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-cart-page .wc-block-components-panel__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.ws-cart-page .wc-block-components-panel__button:hover {
	color: var(--wine);
}

.ws-cart-page .wc-block-components-panel,
.ws-cart-page .wc-block-components-totals-coupon,
.ws-cart-page .wc-block-components-totals-item,
.ws-cart-page .wp-block-woocommerce-cart-order-summary-totals-block {
	border-top: 0;
}

.ws-cart-page .wc-block-components-panel:first-child,
.ws-cart-page .wc-block-components-totals-coupon:first-child,
.ws-cart-page .wp-block-woocommerce-cart-order-summary-totals-block:first-child {
	border-top: 0;
}

.ws-cart-page .wc-block-components-panel__content,
.ws-cart-page .wc-block-components-totals-coupon__content {
	padding-bottom: 18px;
}

.ws-cart-page .wc-block-components-totals-item {
	padding-top: 16px;
	padding-bottom: 16px;
}

.ws-cart-page .wc-block-components-totals-item__label {
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-cart-page .wc-block-components-totals-item__value {
	font-size: 0.98rem;
	font-weight: 600;
	color: var(--text);
}

.ws-cart-page .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
	text-transform: none;
}

.ws-cart-page .wc-block-components-totals-footer-item {
	padding-top: 18px;
	padding-bottom: 22px;
	background: transparent;
}

.ws-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.ws-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-family: var(--serif);
	font-size: clamp(1.24rem, 1.6vw, 1.56rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	text-transform: none;
	color: var(--text);
}

.ws-cart-page .wc-block-components-formatted-money-amount {
	white-space: nowrap;
}

.ws-cart-page .wc-block-cart__submit {
	padding-top: 6px;
	padding-bottom: 24px;
}

.ws-cart-page .wc-block-cart__submit-button,
.ws-cart-page .wc-block-components-totals-coupon button,
.ws-cart-page .wc-block-components-panel__content button {
	min-height: 48px;
	border: 0;
	border-radius: 10px;
	background: var(--wine);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	box-shadow: 0 16px 32px rgba(139, 26, 43, 0.18);
	padding: 0;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}


.ws-cart-page .wc-block-cart__submit-button {
	background: var(--ws-accent-orange);
	box-shadow: 0 16px 32px rgba(224, 123, 48, 0.24);
}

.ws-cart-page .wc-block-cart__submit-button:hover,
.ws-cart-page .wc-block-components-totals-coupon button:hover,
.ws-cart-page .wc-block-components-panel__content button:hover {
	background: var(--wine-dark);
	box-shadow: 0 18px 32px rgba(106, 18, 33, 0.2);
	transform: translateY(-1px);
}

.ws-cart-page .wc-block-cart__submit-button:hover {
	background: color-mix(in srgb, var(--ws-accent-orange) 88%, #000 12%);
	box-shadow: 0 18px 32px rgba(224, 123, 48, 0.28);
}

.ws-cart-page .wc-block-components-text-input input,
.ws-cart-page .wc-block-components-form .wc-block-components-text-input input,
.ws-cart-page .wc-block-components-totals-coupon input,
.ws-cart-page .wc-block-components-text-input.is-active input {
	min-height: 48px;
	padding: 12px 16px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid var(--border);
	border-radius: 10px;
	color: var(--text);
	box-shadow: none;
}

.ws-cart-page .wc-block-components-text-input label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-cart-page .wc-block-components-totals-coupon .wc-block-components-text-input input,
.ws-cart-page .wc-block-components-totals-coupon input {
	border-radius: 0;
	background: #fff;
}

.ws-cart-page .wc-block-components-totals-coupon button {
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--border);
	border-radius: 0;
	background: #fff;
	color: var(--text);
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: none;
}

.ws-cart-page .wc-block-components-totals-coupon button:hover {
	background: var(--bg);
	border-color: var(--border);
	color: var(--text);
	box-shadow: none;
	transform: none;
}

.ws-cart-page .wc-block-components-checkout-return-to-cart-button,
.ws-cart-page .wc-block-components-totals-shipping__change-address-button,
.ws-cart-page .wc-block-components-totals-coupon-link {
	color: var(--wine);
	font-weight: 600;
	text-decoration: none;
}

.ws-cart-page .wc-block-components-checkout-return-to-cart-button:hover,
.ws-cart-page .wc-block-components-totals-shipping__change-address-button:hover,
.ws-cart-page .wc-block-components-totals-coupon-link:hover {
	color: var(--wine-dark);
}

.ws-cart-page .wc-block-cart__empty-cart {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ws-cart-page .wc-block-cart__empty-cart .wc-block-cart__empty-cart__title,
.ws-cart-page .ws-empty-cart__title,
.ws-cart-page .ws-empty-cart-products__title {
	margin-top: 0;
}

.ws-cart-page .ws-empty-cart-block {
	display: grid;
	gap: clamp(32px, 4vw, 44px);
}

.ws-cart-page .ws-empty-cart {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

.ws-cart-page .ws-empty-cart__head {
	padding: 0;
	margin-bottom: 0;
}

.ws-cart-page .ws-empty-cart__head .wsp__t1 {
	color: var(--text);
	font-size: clamp(2rem, 3vw, 2.8rem);
	margin-bottom: 12px;
}

.ws-cart-page .ws-empty-cart__head .wsp__t2 {
	max-width: 42ch;
	font-size: 0.96rem;
	line-height: 1.7;
}

.ws-cart-page .ws-empty-cart__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	margin: 0 auto 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(224, 123, 48, 0.14) 0%, rgba(224, 123, 48, 0.06) 100%);
	color: #d85d25;
}

.ws-cart-page .ws-empty-cart__icon svg {
	width: 34px;
	height: 34px;
}

.ws-cart-page .ws-empty-cart__text {
	margin: 0 auto;
	color: var(--muted);
}

.ws-cart-page .ws-empty-cart__actions {
	margin: 18px 0 0;
}

.ws-cart-page .ws-empty-cart__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 10px;
	background: #d85d25;
	color: #fff;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color 0.18s ease, transform 0.12s ease;
}

.ws-cart-page .ws-empty-cart__button:hover {
	background: #b94d1c;
	color: #fff;
	transform: translateY(-1px);
}

.ws-cart-page .ws-empty-cart-products {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.ws-cart-page .ws-empty-cart-products .wsp__wrap {
	width: 100%;
	max-width: 100%;
	margin-inline: auto;
}

.ws-cart-page .ws-empty-cart-products .wsp__hd {
	padding: 0 18px;
	margin-bottom: 24px;
}

.ws-cart-page .ws-empty-cart-products .wsp__t1 {
	margin-bottom: 8px;
	font-size: clamp(1.7rem, 2.5vw, 2.2rem);
}

.ws-cart-page .ws-empty-cart-products__subtitle {
	max-width: 560px;
}

.ws-cart-page .ws-empty-cart-products__co {
	position: relative;
	padding: 0 18px;
}

.ws-cart-page .ws-empty-cart-products__vp {
	padding: 0;
	overflow: visible;
}

.ws-cart-page .ws-empty-cart-products__track {
	justify-content: center;
	transform: none !important;
	will-change: auto;
}

.ws-cart-page .ws-empty-cart-products__track .wsp-pc-mount {
	flex: 0 0 calc((100% - var(--wsp-gap) * 4) / 5);
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.ws-cart-page .ws-empty-cart-products__track .wsp-pc-mount .pc__card {
	flex: 1;
}

@media (max-width: 991px) {
	.ws-cart-page .ws-empty-cart-products .wsp__hd,
	.ws-cart-page .ws-empty-cart-products__co {
		padding-left: 14px;
		padding-right: 14px;
	}

	.ws-cart-page .ws-empty-cart-products__track .wsp-pc-mount {
		flex-basis: calc((100% - var(--wsp-gap) * 3) / 4);
	}
}

@media (max-width: 767px) {
	.ws-cart-page .ws-empty-cart-products .wsp__hd,
	.ws-cart-page .ws-empty-cart-products__co {
		padding-left: 12px;
		padding-right: 12px;
	}

	.ws-cart-page .ws-empty-cart-products__track .wsp-pc-mount {
		flex-basis: calc((100% - var(--wsp-gap) * 2) / 3);
	}
}

@media (max-width: 575px) {
	.ws-cart-page .ws-empty-cart-products .wsp__hd,
	.ws-cart-page .ws-empty-cart-products__co {
		padding-left: 8px;
		padding-right: 8px;
	}

	.ws-cart-page .ws-empty-cart-products__track .wsp-pc-mount {
		flex-basis: calc((100% - var(--wsp-gap)) / 2);
	}
}


.ws-checkout-page .wc-block-checkout,
.ws-checkout-page .wc-block-components-notices {
	color: var(--text);
}

.ws-checkout-page .wc-block-components-notices {
	margin-bottom: 18px;
}

.ws-checkout-page .wc-block-components-sidebar-layout {
	align-items: flex-start;
	column-gap: clamp(28px, 3vw, 40px);
	flex-wrap: nowrap;
	margin-bottom: 0;
}

.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-main,
.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	padding: 0;
}

.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-main {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
}

.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
	flex: 0 0 min(360px, 34%);
	width: min(360px, 34%);
	min-width: 300px;
	position: sticky;
	top: 122px;
}

.ws-checkout-page .wc-block-checkout__main > * + * {
	margin-top: 18px;
}

.ws-checkout-page .wc-block-checkout__main > :is(
	.wp-block-woocommerce-checkout-express-payment-block,
	.wp-block-woocommerce-checkout-contact-information-block,
	.wp-block-woocommerce-checkout-shipping-address-block,
	.wp-block-woocommerce-checkout-billing-address-block,
	.wp-block-woocommerce-checkout-shipping-method-block,
	.wp-block-woocommerce-checkout-shipping-methods-block,
	.wp-block-woocommerce-checkout-payment-block,
	.wp-block-woocommerce-checkout-order-note-block
) {
	padding: clamp(20px, 2.4vw, 28px);
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 22px;
	box-shadow: var(--ws-panel-shadow);
}

.ws-checkout-page .wc-block-checkout__main > :is(
	.wp-block-woocommerce-checkout-terms-block,
	.wp-block-woocommerce-checkout-actions-block
) {
	margin-top: 12px;
}

.ws-checkout-page .wc-block-components-title.wc-block-components-title,
.ws-checkout-page .wc-block-checkout__main h2,
.ws-checkout-page .wc-block-checkout__main h3 {
	margin: 0 0 18px;
	font-family: var(--serif);
	font-size: clamp(1.42rem, 2vw, 1.86rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.ws-checkout-page .wc-block-checkout__main p {
	line-height: 1.65;
}

.ws-checkout-page .wc-block-components-checkout-step__description,
.ws-checkout-page .wc-block-components-address-card__address-section--secondary,
.ws-checkout-page .wc-block-components-product-metadata,
.ws-checkout-page .wc-block-components-product-details,
.ws-checkout-page .wc-block-components-radio-control__description,
.ws-checkout-page .wc-block-components-radio-control__secondary-description {
	color: var(--muted);
}

.ws-checkout-page .wc-block-components-text-input input,
.ws-checkout-page .wc-block-components-text-input.is-active input,
.ws-checkout-page .wc-blocks-components-select select,
.ws-checkout-page .wc-block-checkout__main textarea {
	min-height: 52px;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 12px;
	color: var(--text);
	box-shadow: none;
}

.ws-checkout-page .wc-block-checkout__main textarea {
	min-height: 116px;
	resize: vertical;
}

.ws-checkout-page .wc-block-components-text-input label,
.ws-checkout-page .wc-blocks-components-select label {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-checkout-page input[type="checkbox"] {
	accent-color: var(--ws-accent-orange);
}

.ws-checkout-page .wc-block-components-address-card-wrapper,
.ws-checkout-page .wc-block-components-address-address-wrapper {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.ws-checkout-page .wc-block-components-address-card {
	display: grid;
	gap: 6px 18px;
}

.ws-checkout-page .wc-block-components-address-card__edit {
	color: var(--wine);
	font-size: 0.84rem;
	font-weight: 600;
	text-decoration: none;
}

.ws-checkout-page .wc-block-components-address-card__edit:hover {
	color: var(--wine-dark);
}

.ws-checkout-page .wc-block-components-radio-control--highlight-checked:after,
.ws-checkout-page .wc-block-components-radio-control__option:after {
	display: none;
}

.ws-checkout-page .wc-block-components-radio-control .wc-block-components-radio-control__option,
.ws-checkout-page .wc-block-checkout__shipping-method-option {
	margin: 0 0 10px;
	padding: 16px 18px 16px 52px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 16px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ws-checkout-page .wc-block-components-radio-control .wc-block-components-radio-control__option:last-child,
.ws-checkout-page .wc-block-checkout__shipping-method-option:last-child {
	margin-bottom: 0;
}

.ws-checkout-page label.wc-block-components-radio-control__option--checked-option-highlighted,
.ws-checkout-page div.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.ws-checkout-page .wc-block-checkout__shipping-method-option--selected {
	background: #fffaf4;
	border-color: color-mix(in srgb, var(--ws-accent-orange) 36%, var(--border));
	box-shadow: inset 0 0 0 1px rgba(224, 123, 48, 0.58);
}

.ws-checkout-page .wc-block-components-radio-control .wc-block-components-radio-control__input {
	left: 18px;
	width: 18px;
	height: 18px;
	border-color: rgba(28, 28, 28, 0.26);
}

.ws-checkout-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: rgba(224, 123, 48, 0.8);
}

.ws-checkout-page .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
	width: 8px;
	height: 8px;
	background: var(--ws-accent-orange);
}

.ws-checkout-page .wc-block-components-radio-control__label,
.ws-checkout-page .wc-block-components-radio-control__secondary-label {
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.45;
}

.ws-checkout-page .wc-block-components-radio-control__description,
.ws-checkout-page .wc-block-components-radio-control__secondary-description {
	font-size: 0.9rem;
	line-height: 1.6;
}

.ws-checkout-page .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control .wc-block-components-radio-control__option,
.ws-checkout-page .wp-block-woocommerce-checkout-payment-block .wc-block-checkout__shipping-method-option {
	margin: 0;
	padding: 12px 0 12px 40px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ws-checkout-page .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control .wc-block-components-radio-control__option + .wc-block-components-radio-control__option {
	border-top: 1px solid rgba(224, 219, 212, 0.72);
}

.ws-checkout-page .wp-block-woocommerce-checkout-payment-block label.wc-block-components-radio-control__option--checked-option-highlighted,
.ws-checkout-page .wp-block-woocommerce-checkout-payment-block div.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
	background: transparent;
	border: 0;
	box-shadow: none;
}

.ws-checkout-page .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control .wc-block-components-radio-control__input {
	left: 0;
}

.ws-checkout-page .wp-block-woocommerce-checkout-payment-block .wc-block-components-radio-control-accordion-content {
	padding: 0 0 0 40px;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.ws-checkout-page .wp-block-woocommerce-checkout-terms-block {
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.75;
}

.ws-checkout-page .wp-block-woocommerce-checkout-terms-block a {
	color: var(--wine);
	font-weight: 600;
	text-decoration: none;
}

.ws-checkout-page .wp-block-woocommerce-checkout-terms-block a:hover {
	color: var(--wine-dark);
}

.ws-checkout-page .wc-block-checkout__actions {
	padding-top: 18px;
	border-top: 1px solid var(--border);
}

.ws-checkout-page .wc-block-checkout__actions_row {
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.ws-checkout-page .wc-block-checkout__actions.ws-checkout-age-confirmation-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ws-checkout-page .wc-block-components-checkout-return-to-cart-button {
	color: var(--wine);
	font-weight: 600;
	text-decoration: none;
}

.ws-checkout-page .wc-block-components-checkout-return-to-cart-button:hover {
	color: var(--wine-dark);
}

.ws-checkout-page .wc-block-components-checkout-place-order-button {
	min-height: 56px;
	padding: 0 32px;
	border: 0;
	border-radius: 10px;
	background: var(--ws-accent-orange);
	color: #fff;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	box-shadow: 0 16px 32px rgba(224, 123, 48, 0.24);
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.ws-checkout-page .wc-block-components-checkout-place-order-button:hover {
	background: color-mix(in srgb, var(--ws-accent-orange) 88%, #000 12%);
	box-shadow: 0 18px 32px rgba(224, 123, 48, 0.28);
	transform: translateY(-1px);
}

.ws-checkout-page .wc-block-components-checkout-place-order-button:disabled,
.ws-checkout-page .wc-block-components-checkout-place-order-button.ws-age-disabled,
.ws-checkout-page #place_order:disabled,
.ws-checkout-page #place_order.ws-age-disabled {
	opacity: 0.56;
	cursor: not-allowed;
	box-shadow: none;
	transform: none;
}

.ws-checkout-page .wc-block-components-checkout-place-order-button:disabled:hover,
.ws-checkout-page .wc-block-components-checkout-place-order-button.ws-age-disabled:hover,
.ws-checkout-page #place_order:disabled:hover,
.ws-checkout-page #place_order.ws-age-disabled:hover {
	background: var(--ws-accent-orange);
	box-shadow: none;
	transform: none;
}

.ws-checkout-page .ws-checkout-age-confirmation {
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 2px;
	color: var(--text);
	font-size: 0.92rem;
	line-height: 1.5;
}

.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-validation-input {
	display: block;
}

.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-checkbox,
.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-checkbox__label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-checkbox {
	margin: 0;
	align-items: flex-start;
}

.ws-checkout-page .ws-checkout-age-confirmation label,
.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-checkbox__label {
	cursor: pointer;
}

.ws-checkout-page .ws-checkout-age-confirmation.is-invalid label,
.ws-checkout-page .ws-checkout-age-confirmation.is-invalid .wc-block-components-checkbox__label {
	color: #cc1818;
}

.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-checkbox__label {
	line-height: 1.6;
}

.ws-checkout-page .ws-checkout-age-confirmation input[type='checkbox'] {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	flex: 0 0 auto;
	accent-color: var(--wine);
}

.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-validation-error,
.ws-checkout-page .ws-checkout-age-confirmation .wc-block-components-validation-input__error {
	display: none !important;
}

.ws-checkout-page .ws-checkout-age-confirmation--desktop {
	padding-bottom: 8px;
}

.ws-checkout-page .ws-checkout-age-confirmation--classic {
	margin: 0 0 16px;
}

.ws-checkout-page .wp-block-woocommerce-checkout-totals-block {
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.ws-checkout-page .wp-block-woocommerce-checkout-order-summary-block,
.ws-checkout-page .wp-block-woocommerce-checkout-order-summary-totals-block,
.ws-checkout-page .wc-block-components-sidebar .wc-block-components-panel,
.ws-checkout-page .wc-block-components-sidebar .wc-block-components-totals-coupon,
.ws-checkout-page .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0;
}

.ws-checkout-page .wp-block-woocommerce-checkout-order-summary-block {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.ws-checkout-page .wc-block-components-checkout-order-summary__title {
	margin: 0 0 18px;
	align-items: baseline;
	font-family: var(--serif);
	font-size: clamp(1.36rem, 1.7vw, 1.74rem);
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.ws-checkout-page .wc-block-components-checkout-order-summary__title-text {
	flex: 1;
}

.ws-checkout-page .wc-block-components-checkout-order-summary__title-price {
	font-family: var(--sans);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0;
}

.ws-checkout-page .wc-block-components-order-summary {
	padding: 0;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item {
	padding: 0;
	border-top: 0;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item + .wc-block-components-order-summary-item {
	margin-top: 22px;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
	width: 56px;
	margin-top: 0;
	padding-bottom: 0;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
	display: block;
	width: 56px;
	height: 56px;
	padding: 4px;
	background: #fff;
	border: 1px solid var(--border);
	border-radius: 14px;
	box-sizing: border-box;
	object-fit: contain;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	height: 24px;
	width: 24px;
	padding: 0;
	background: var(--wine);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	right: 0;
	top: 0;
	transform: translate(35%, -35%);
	z-index: 2;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding: 4px 10px 0 18px;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-product-name {
	display: inline-block;
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.4;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-product-name:hover {
	color: var(--wine);
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices,
.ws-checkout-page .wc-block-components-order-summary .wc-block-components-product-price {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--wine);
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-product-price__regular,
.ws-checkout-page .wc-block-components-order-summary .wc-block-components-product-price__value.is-discounted {
	color: var(--muted);
	font-weight: 400;
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-product-price__regular {
	text-decoration-color: rgba(28, 28, 28, 0.35);
}

.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
	padding-top: 4px;
	font-size: 0.98rem;
	font-weight: 600;
	color: var(--text);
}

.ws-checkout-page .wc-block-components-product-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	background: rgba(139, 26, 43, 0.08);
	border-radius: 999px;
	color: var(--wine);
	font-size: 0.74rem;
	font-weight: 600;
}

.ws-checkout-page .wc-block-components-product-badge .wc-block-components-formatted-money-amount {
	margin-left: 0.28em;
}
.wc-block-components-totals-wrapper {
	border: 0;
}

.ws-checkout-page .wc-block-components-panel,
.ws-checkout-page .wc-block-components-totals-coupon,
.ws-checkout-page .wp-block-woocommerce-checkout-order-summary-totals-block {
	border-top: 0;
}

.ws-checkout-page .wc-block-components-panel:first-child,
.ws-checkout-page .wc-block-components-totals-coupon:first-child,
.ws-checkout-page .wp-block-woocommerce-checkout-order-summary-totals-block:first-child {
	border-top: 0;
}

.ws-checkout-page .wc-block-components-panel__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 18px 0 12px;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-checkout-page .wc-block-components-panel__button:hover {
	color: var(--wine);
}

.ws-checkout-page .wc-block-components-panel__content,
.ws-checkout-page .wc-block-components-totals-coupon__content {
	padding-bottom: 8px;
}

.ws-checkout-page .wc-block-components-totals-coupon .wc-block-components-text-input input,
.ws-checkout-page .wc-block-components-totals-coupon input {
	border-radius: 0;
	background: #fff;
}

.ws-checkout-page .wc-block-components-totals-coupon button {
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--border);
	border-radius: 0;
	background: #fff;
	color: var(--text);
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: none;
}

.ws-checkout-page .wc-block-components-totals-coupon button:hover {
	background: var(--bg);
	border-color: var(--border);
	color: var(--text);
	box-shadow: none;
	transform: none;
}

.ws-checkout-page .wc-block-components-totals-item {
	padding-top: 8px;
	padding-bottom: 8px;
}

.ws-checkout-page .wc-block-components-totals-item__label {
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--muted);
}

.ws-checkout-page .wc-block-components-totals-item__value {
	font-size: 0.98rem;
	font-weight: 600;
	color: var(--text);
}

.ws-checkout-page .wc-block-components-totals-shipping .wc-block-components-totals-item strong {
	text-transform: none;
}

.ws-checkout-page .wc-block-components-totals-footer-item {
	margin-top: 16px;
	padding-top: 16px;
	padding-bottom: 8px;
	background: transparent;
	border-top: 1px solid rgba(224, 219, 212, 0.72);
}

.ws-checkout-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.ws-checkout-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-family: var(--serif);
	font-size: clamp(1.24rem, 1.6vw, 1.56rem);
	font-weight: 600;
	letter-spacing: -0.03em;
	text-transform: none;
	color: var(--text);
}

.ws-checkout-page .wc-block-components-formatted-money-amount {
	white-space: nowrap;
}

body.woocommerce-order-received .wp-site-blocks > main.wp-block-group {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: 1180px;
	padding: clamp(28px, 4vw, 48px) 24px clamp(48px, 6vw, 72px);
	width: min(100%, 1180px);
}

body.woocommerce-order-received .wp-site-blocks > main.wp-block-group > * {
	margin-inline: auto;
	max-width: 100%;
}

body.woocommerce-order-received .wp-site-blocks > main.wp-block-group :is(.alignwide, .alignfull) {
	margin-inline: 0;
	max-width: 100%;
}

@media (max-width: 782px) {
	.ws-cart-page,
	.ws-checkout-page,
	body.woocommerce-order-received .wp-site-blocks > main.wp-block-group {
		padding: 20px 16px 36px;
	}

	.ws-cart-page .wc-block-components-sidebar-layout {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.ws-checkout-page .wc-block-components-sidebar-layout {
		flex-wrap: wrap;
		row-gap: 20px;
	}

	.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-main,
	.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-main,
	.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		width: 100%;
		min-width: 0;
	}

	.ws-cart-page .wc-block-components-sidebar-layout .wc-block-components-sidebar,
	.ws-checkout-page .wc-block-components-sidebar-layout .wc-block-components-sidebar {
		position: static;
	}

	.ws-cart-page .wp-block-woocommerce-cart-line-items-block {
		padding: 18px;
		border-radius: 20px;
	}

	.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__header th {
		padding-bottom: 14px;
		font-size: 0.7rem;
		letter-spacing: 0.1em;
	}

	.ws-cart-page table.wc-block-cart-items .wc-block-cart-items__row td {
		padding: 18px 0;
	}

	.ws-cart-page table.wc-block-cart-items .wc-block-cart-item__image {
		width: 68px;
		padding-right: 14px;
	}

	.ws-cart-page table.wc-block-cart-items .wc-block-cart-item__image a,
	.ws-cart-page table.wc-block-cart-items .wc-block-cart-item__image img {
		width: 56px;
	}

	.ws-cart-page .wc-block-cart-item__quantity {
		flex-wrap: wrap;
	}

	.ws-checkout-page .wc-block-checkout__main > :is(
		.wp-block-woocommerce-checkout-express-payment-block,
		.wp-block-woocommerce-checkout-contact-information-block,
		.wp-block-woocommerce-checkout-shipping-address-block,
		.wp-block-woocommerce-checkout-billing-address-block,
		.wp-block-woocommerce-checkout-shipping-method-block,
		.wp-block-woocommerce-checkout-shipping-methods-block,
		.wp-block-woocommerce-checkout-payment-block,
		.wp-block-woocommerce-checkout-order-note-block
	) {
		padding: 18px;
		border-radius: 20px;
	}

	.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
		width: 48px;
	}

	.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
		width: 48px;
		height: 48px;
	}

	.ws-checkout-page .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
		padding-left: 14px;
	}

	.ws-checkout-page .wc-block-checkout__actions_row {
		flex-direction: column-reverse;
		align-items: stretch;
	}

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

	.ws-cart-page .wp-block-woocommerce-cart-order-summary-heading-block,
	.ws-cart-page .wc-block-components-sidebar .wc-block-components-panel,
	.ws-cart-page .wc-block-components-sidebar .wc-block-components-totals-coupon,
	.ws-cart-page .wc-block-components-sidebar .wc-block-components-totals-item,
	.ws-cart-page .wc-block-cart__submit,
	.ws-cart-page .wp-block-woocommerce-cart-express-payment-block,
	.ws-cart-page .wp-block-woocommerce-cart-accepted-payment-methods-block {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ws-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
	.ws-cart-page .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
		font-size: 1.16rem;
	}
}
