/**
 * Totoland Cart V1 — Stage 15 WhatsApp assisted ordering.
 *
 * @version 2.4.0
 */

/* =====================================================
   Native full Cart page
   ===================================================== */

body.tt-cart-v1-full-page .totoland-cart-dual-checkout {
	display: none !important;
}

body.tt-cart-v1-full-page .woocommerce-cart-form,
body.tt-cart-v1-full-page .cart-collaterals {
	min-width: 0;
}

body.tt-cart-v1-full-page .woocommerce-cart-form table.shop_table,
body.tt-cart-v1-full-page .cart_totals {
	border: 1px solid #dbe8ef;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.07);
}

body.tt-cart-v1-full-page .woocommerce-cart-form table.shop_table {
	overflow: hidden;
}

body.tt-cart-v1-full-page .woocommerce-cart-form table.shop_table th {
	color: #111827;
	font-weight: 800;
}

body.tt-cart-v1-full-page .woocommerce-cart-form .product-thumbnail img {
	border: 1px solid #e1edf3;
	border-radius: 14px;
	background: #f7fbfd;
	object-fit: contain;
}

body.tt-cart-v1-full-page .woocommerce-cart-form .product-name a {
	color: #111827;
	font-weight: 750;
	line-height: 1.45;
}

body.tt-cart-v1-full-page .woocommerce-cart-form .product-name a:hover {
	color: #008bc0;
}

body.tt-cart-v1-full-page .woocommerce-cart-form .quantity input.qty,
body.tt-cart-v1-full-page .woocommerce-cart-form .coupon input.input-text {
	border-color: #cbdce5;
	background: #fff;
	color: #111827;
}

body.tt-cart-v1-full-page .woocommerce-cart-form .coupon button,
body.tt-cart-v1-full-page .woocommerce-cart-form button[name="update_cart"] {
	border-radius: 12px;
	font-weight: 800;
}

body.tt-cart-v1-full-page .cart-collaterals {
	align-self: stretch;
}

body.tt-cart-v1-full-page .cart_totals {
	padding: 24px;
}

body.tt-cart-v1-full-page .cart_totals h2 {
	margin-bottom: 18px;
	color: #111827;
	font-size: clamp(24px, 3vw, 32px);
}

body.tt-cart-v1-full-page .cart_totals table {
	margin-bottom: 18px;
}

body.tt-cart-v1-full-page .cart_totals .order-total th,
body.tt-cart-v1-full-page .cart_totals .order-total td,
body.tt-cart-v1-full-page .cart_totals .order-total .amount {
	color: #111827;
	font-weight: 900;
}

body.tt-cart-v1-full-page .wc-proceed-to-checkout {
	margin: 0;
}

body.tt-cart-v1-full-page .wc-proceed-to-checkout .checkout-button {
	display: inline-flex;
	width: 100%;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	padding: 14px 20px;
	border-radius: 15px;
	background: #00aeef;
	box-shadow: 0 12px 26px rgba(0, 174, 239, 0.22);
	color: #fff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
	text-align: center;
	transition: background-color 160ms ease, transform 160ms ease;
}

body.tt-cart-v1-full-page .wc-proceed-to-checkout .checkout-button:hover {
	background: #ff5aa5;
	color: #fff;
	transform: translateY(-1px);
}

body.tt-cart-v1-full-page .woocommerce-cart-form a:focus-visible,
body.tt-cart-v1-full-page .woocommerce-cart-form button:focus-visible,
body.tt-cart-v1-full-page .woocommerce-cart-form input:focus-visible,
body.tt-cart-v1-full-page .cart_totals a:focus-visible,
body.tt-cart-v1-full-page .cart_totals button:focus-visible,
body.tt-cart-v1-full-page .cart_totals input:focus-visible,
body.tt-cart-v1-full-page .cart_totals select:focus-visible {
	outline: 3px solid #ffc83d;
	outline-offset: 3px;
}

@media (min-width: 1025px) {
	body.tt-cart-v1-full-page .cart_totals {
		position: sticky;
		top: 112px;
	}
}

@media (max-width: 1024px) {
	body.tt-cart-v1-full-page .cart_totals {
		position: static;
	}
}

@media (max-width: 767px) {
	body.tt-cart-v1-full-page .woocommerce-cart-form table.shop_table,
	body.tt-cart-v1-full-page .cart_totals {
		border-radius: 18px;
	}

	body.tt-cart-v1-full-page .cart_totals {
		padding: 18px;
	}
}

.tt-floating-cart-v1,
.tt-floating-cart-v1 * {
	box-sizing: border-box;
}

.tt-floating-cart-v1 {
	position: fixed;
	right: max(20px, env(safe-area-inset-right));
	bottom: calc(96px + env(safe-area-inset-bottom));
	z-index: 389;
	pointer-events: none;
}

.tt-floating-cart-v1__launcher {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 196px;
	min-height: 54px;
	padding: 12px 19px;
	border: 1px solid rgba(0, 174, 239, 0.22);
	border-radius: 999px;
	background: #00aeef;
	box-shadow: 0 14px 32px rgba(17, 24, 39, 0.2);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	pointer-events: auto;
	transition:
		background-color 160ms ease,
		box-shadow 160ms ease,
		transform 160ms ease;
}

.tt-floating-cart-v1__launcher:hover {
	background: #ff5aa5;
	box-shadow: 0 17px 36px rgba(17, 24, 39, 0.24);
	color: #fff;
	transform: translateY(-2px);
}

.tt-floating-cart-v1__launcher:focus-visible {
	outline: 3px solid #ffc83d;
	outline-offset: 4px;
}

.tt-floating-cart-v1__icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.tt-floating-cart-v1__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.tt-floating-cart-v1__label {
	flex: 0 0 auto;
}

.tt-floating-cart-v1__summary {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.tt-cart-v1__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 25px;
	height: 25px;
	padding: 0 7px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: #ff5aa5;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
}

.tt-cart-v1__subtotal {
	display: inline-flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	white-space: nowrap;
}

.tt-cart-v1__subtotal .amount {
	color: inherit;
	font: inherit;
}

body.tt-cart-v1-drawer-open {
	overflow: hidden;
}

.tt-cart-v1-drawer[hidden],
.tt-cart-v1-drawer__overlay[hidden] {
	display: none !important;
}

.tt-cart-v1-drawer__overlay {
	position: fixed;
	inset: 0;
	z-index: 390;
	background: rgba(17, 24, 39, 0.52);
	backdrop-filter: blur(2px);
	opacity: 0;
	transition: opacity 180ms ease;
}

.tt-cart-v1-drawer__overlay.is-open {
	opacity: 1;
}

.tt-cart-v1-drawer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 391;
	display: flex;
	width: min(420px, calc(100vw - 24px));
	max-width: 100%;
	flex-direction: column;
	overflow: hidden;
	background: #fff;
	box-shadow: -20px 0 50px rgba(17, 24, 39, 0.24);
	color: #111827;
	transform: translateX(100%);
	transition: transform 200ms ease;
}

.tt-cart-v1-drawer.is-open {
	transform: translateX(0);
}

.tt-cart-v1-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px;
	border-bottom: 1px solid #dbe8ef;
}

.tt-cart-v1-drawer__kicker {
	display: block;
	margin-bottom: 5px;
	color: #008bc0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tt-cart-v1-drawer__header h2 {
	margin: 0;
	color: #111827;
	font-size: clamp(25px, 4vw, 32px);
	line-height: 1.15;
}

.tt-cart-v1-drawer__close {
	display: inline-flex;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #dbe8ef;
	border-radius: 50%;
	background: #f4fbfe;
	color: #111827;
	cursor: pointer;
	font-size: 29px;
	line-height: 1;
	transition: background-color 160ms ease, color 160ms ease;
}

.tt-cart-v1-drawer__close:hover {
	background: #fff0f7;
	color: #d92f7d;
}

.tt-cart-v1-drawer__close:focus-visible,
.tt-cart-v1-drawer__cart-link:focus-visible,
.tt-cart-v1-drawer__product-name:focus-visible,
.tt-cart-v1-drawer__media a:focus-visible,
.tt-cart-v1-drawer__remove:focus-visible,
.tt-cart-v1-drawer__quantity-control button:focus-visible,
.tt-cart-v1-drawer__quantity-input:focus-visible,
.tt-cart-v1-drawer__coupon-fields input:focus-visible,
.tt-cart-v1-drawer__coupon-fields button:focus-visible,
.tt-cart-v1-drawer__coupons button:focus-visible {
	outline: 3px solid #ffc83d;
	outline-offset: 3px;
}

.tt-cart-v1-drawer__notice {
	margin: 12px 22px 0;
	padding: 10px 12px;
	border: 1px solid #b9e6ca;
	border-radius: 10px;
	background: #effcf4;
	color: #166534;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.tt-cart-v1-drawer__notice.is-error {
	border-color: #fecaca;
	background: #fff1f2;
	color: #b42318;
}

.tt-cart-v1-drawer__notice[hidden] {
	display: none !important;
}

.tt-cart-v1-drawer__content {
	position: relative;
	display: flex;
	min-height: 0;
	flex: 1 1 auto;
	flex-direction: column;
}

.tt-cart-v1-drawer__content.is-updating::after {
	position: absolute;
	inset: 0;
	z-index: 4;
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.76);
	color: #007ca9;
	content: "Updating cart\2026";
	font-size: 14px;
	font-weight: 800;
	pointer-events: all;
}

.tt-cart-v1-drawer__body {
	min-height: 0;
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 20px 22px;
}

.tt-cart-v1-drawer__items {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.tt-cart-v1-drawer__item {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	padding: 17px 0;
	border-bottom: 1px solid #e4edf2;
}

.tt-cart-v1-drawer__item:first-child {
	padding-top: 0;
}

.tt-cart-v1-drawer__item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.tt-cart-v1-drawer__media,
.tt-cart-v1-drawer__media a {
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 14px;
}

.tt-cart-v1-drawer__media {
	overflow: hidden;
	border: 1px solid #dbe8ef;
	background: #f7fbfd;
}

.tt-cart-v1-drawer__product-image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.tt-cart-v1-drawer__item-details {
	position: relative;
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
}

.tt-cart-v1-drawer__remove {
	position: absolute;
	top: -3px;
	right: -3px;
	display: inline-flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	background: #fff;
	color: #64748b;
	cursor: pointer;
	font-size: 21px;
	line-height: 1;
	transition: background-color 160ms ease, color 160ms ease;
}

.tt-cart-v1-drawer__remove:hover {
	background: #fff0f7;
	color: #c82872;
}

.tt-cart-v1-drawer__product-name {
	display: block;
	padding-right: 36px;
	color: #111827;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.42;
	text-decoration: none;
	overflow-wrap: anywhere;
}

a.tt-cart-v1-drawer__product-name:hover {
	color: #008bc0;
}

.tt-cart-v1-drawer__item-meta {
	margin-top: 6px;
	color: #64748b;
	font-size: 12px;
	line-height: 1.45;
}

.tt-cart-v1-drawer__item-meta dl,
.tt-cart-v1-drawer__item-meta p {
	margin: 0;
}

.tt-cart-v1-drawer__item-meta dt,
.tt-cart-v1-drawer__item-meta dd {
	display: inline;
	margin: 0 4px 0 0;
}

.tt-cart-v1-drawer__item-summary {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 10px;
	margin-top: 9px;
}

.tt-cart-v1-drawer__quantity-control {
	display: inline-grid;
	grid-template-columns: 34px 42px 34px;
	min-height: 34px;
	overflow: hidden;
	border: 1px solid #cbdce5;
	border-radius: 10px;
	background: #fff;
}

.tt-cart-v1-drawer__quantity-control button,
.tt-cart-v1-drawer__quantity-input {
	width: 100%;
	min-width: 0;
	height: 34px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #111827;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	line-height: 34px;
	text-align: center;
}

.tt-cart-v1-drawer__quantity-control button {
	cursor: pointer;
	font-size: 18px;
}

.tt-cart-v1-drawer__quantity-control button:hover:not(:disabled) {
	background: #e8f8ff;
	color: #007ca9;
}

.tt-cart-v1-drawer__quantity-control button:disabled {
	cursor: not-allowed;
	opacity: 0.38;
}

.tt-cart-v1-drawer__quantity-input {
	border-right: 1px solid #dbe8ef;
	border-left: 1px solid #dbe8ef;
	appearance: textfield;
}

.tt-cart-v1-drawer__quantity-input::-webkit-inner-spin-button,
.tt-cart-v1-drawer__quantity-input::-webkit-outer-spin-button {
	margin: 0;
	appearance: none;
}

.tt-cart-v1-drawer__line-total,
.tt-cart-v1-drawer__line-total .amount {
	color: #008bc0;
	font-size: 14px;
	font-weight: 800;
}

.tt-cart-v1-drawer__footer {
	padding: 20px 22px calc(20px + env(safe-area-inset-bottom));
	border-top: 1px solid #dbe8ef;
	background: #fff;
}

.tt-cart-v1-drawer__coupon-form {
	margin: 0 0 14px;
}

.tt-cart-v1-drawer__coupon-form > label {
	display: block;
	margin-bottom: 7px;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.tt-cart-v1-drawer__coupon-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
}

.tt-cart-v1-drawer__coupon-fields input,
.tt-cart-v1-drawer__coupon-fields button {
	min-height: 42px;
	border-radius: 10px;
	font: inherit;
}

.tt-cart-v1-drawer__coupon-fields input {
	min-width: 0;
	padding: 9px 12px;
	border: 1px solid #cbdce5;
	background: #fff;
	color: #111827;
	font-size: 14px;
}

.tt-cart-v1-drawer__coupon-fields button {
	padding: 9px 16px;
	border: 1px solid #00aeef;
	background: #00aeef;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
}

.tt-cart-v1-drawer__coupon-fields button:hover {
	border-color: #008bc0;
	background: #008bc0;
}

.tt-cart-v1-drawer__coupons {
	display: grid;
	gap: 7px;
	padding: 0;
	margin: 0 0 13px;
	list-style: none;
}

.tt-cart-v1-drawer__coupons li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid #b9e6ca;
	border-radius: 10px;
	background: #effcf4;
	color: #166534;
	font-size: 12px;
}

.tt-cart-v1-drawer__coupons span {
	min-width: 0;
	font-weight: 750;
	overflow-wrap: anywhere;
}

.tt-cart-v1-drawer__coupons strong,
.tt-cart-v1-drawer__coupons .amount {
	color: inherit;
	font-size: 12px;
	font-weight: 850;
}

.tt-cart-v1-drawer__coupons button {
	padding: 3px 0;
	border: 0;
	background: transparent;
	color: #166534;
	cursor: pointer;
	font-size: 11px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.tt-cart-v1-drawer__order-summary {
	padding: 14px;
	border: 1px solid #d7e8f0;
	border-radius: 14px;
	background: #f8fcfe;
}

.tt-cart-v1-drawer__order-summary h3 {
	margin: 0 0 10px;
	color: #111827;
	font-size: 15px;
	font-weight: 850;
}

.tt-cart-v1-drawer__summary-list {
	display: grid;
	gap: 8px;
	margin: 0;
}

.tt-cart-v1-drawer__summary-list > div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 18px;
	color: #53657d;
	font-size: 13px;
}

.tt-cart-v1-drawer__summary-list dt,
.tt-cart-v1-drawer__summary-list dd {
	margin: 0;
}

.tt-cart-v1-drawer__summary-list dd,
.tt-cart-v1-drawer__summary-list .amount {
	color: #111827;
	font-weight: 800;
}

.tt-cart-v1-drawer__summary-list .is-discount,
.tt-cart-v1-drawer__summary-list .is-discount dd,
.tt-cart-v1-drawer__summary-list .is-discount .amount {
	color: #168347;
}

.tt-cart-v1-drawer__summary-list .is-total {
	padding-top: 9px;
	border-top: 1px solid #d7e8f0;
	color: #111827;
	font-size: 15px;
	font-weight: 850;
}

.tt-cart-v1-drawer__summary-list .is-total dd,
.tt-cart-v1-drawer__summary-list .is-total .amount {
	color: #008bc0;
	font-size: 20px;
	font-weight: 900;
}

.tt-cart-v1-drawer__totals-note {
	margin: 9px 0 0;
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
}

.tt-cart-v1-drawer__checkout-reassurance {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	padding: 0;
	margin: 10px 0 14px;
	list-style: none;
}

.tt-cart-v1-drawer__checkout-reassurance li {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 5px;
	color: #53657d;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
}

.tt-cart-v1-drawer__checkout-reassurance span {
	display: inline-flex;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #e7faef;
	color: #168347;
	font-size: 10px;
	font-weight: 900;
}

.tt-cart-v1-drawer__actions {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 10px;
}

.tt-cart-v1-drawer__cart-link {
	display: inline-flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 13px 20px;
	border-radius: 14px;
	background: #00aeef;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	text-align: center;
	transition: background-color 160ms ease, transform 160ms ease;
}

.tt-cart-v1-drawer__cart-link:hover {
	background: #ff5aa5;
	color: #fff;
	transform: translateY(-1px);
}

.tt-cart-v1-drawer__cart-link--secondary {
	border: 1px solid #b9dff0;
	background: #f4fbfe;
	color: #007ca9;
}

.tt-cart-v1-drawer__cart-link--secondary:hover {
	background: #dff6ff;
	color: #00698f;
}

.tt-cart-v1-drawer__content.is-empty .tt-cart-v1-drawer__body {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tt-cart-v1-drawer__empty-state {
	width: 100%;
	padding: 30px 22px;
	border: 2px dashed #b9dff0;
	border-radius: 20px;
	background: #f4fbfe;
	text-align: center;
}

.tt-cart-v1-drawer__empty-icon {
	display: inline-flex;
	width: 54px;
	height: 54px;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #dff6ff;
	color: #008bc0;
}

.tt-cart-v1-drawer__empty-icon svg {
	display: block;
	width: 29px;
	height: 29px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tt-cart-v1-drawer__empty-state strong {
	display: block;
	margin-bottom: 8px;
	color: #111827;
	font-size: 18px;
}

.tt-cart-v1-drawer__empty-state p {
	margin: 0 0 18px;
	color: #53657d;
	font-size: 15px;
	line-height: 1.65;
}

.tt-cart-v1-drawer__empty-actions {
	display: grid;
	gap: 12px;
}

.tt-cart-v1-drawer__empty-secondary {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	color: #007ca9;
	font-weight: 800;
	text-decoration: none;
}

.tt-cart-v1-drawer__empty-secondary:hover {
	color: #ff3f93;
}

/* Stage 12 native Cart-page empty state. */
.tt-cart-v1-full-page--empty .woocommerce {
	max-width: 920px;
	margin-inline: auto;
}

.tt-cart-v1-empty {
	padding: clamp(32px, 6vw, 64px);
	border: 1px solid #c9e6f3;
	border-radius: 24px;
	background:
		radial-gradient(circle at 92% 8%, rgba(0, 174, 239, 0.14), transparent 28%),
		radial-gradient(circle at 8% 92%, rgba(255, 90, 165, 0.1), transparent 26%),
		#fff;
	box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
	text-align: center;
}

.tt-cart-v1-empty__icon {
	display: inline-flex;
	width: 68px;
	height: 68px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 50%;
	background: #dff6ff;
	color: #008bc0;
}

.tt-cart-v1-empty__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tt-cart-v1-empty__kicker {
	display: block;
	margin-bottom: 10px;
	color: #008bc0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tt-cart-v1-empty h2 {
	margin: 0;
	color: #111827;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.14;
}

.tt-cart-v1-empty > p {
	max-width: 660px;
	margin: 18px auto 0;
	color: #53657d;
	font-size: 17px;
	line-height: 1.7;
}

.tt-cart-v1-empty__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 22px;
	margin-top: 26px;
}

.tt-cart-v1-empty__links a {
	color: #007ca9;
	font-weight: 800;
	text-decoration: none;
}

.tt-cart-v1-empty__links a:hover {
	color: #ff3f93;
}

.tt-cart-v1-full-page--empty .return-to-shop {
	margin: 22px 0 0;
	text-align: center;
}

.tt-cart-v1-full-page--empty .return-to-shop .button {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 14px;
	background: #00aeef;
	color: #fff;
	font-weight: 800;
}

.tt-cart-v1-full-page--empty .return-to-shop .button:hover {
	background: #ff5aa5;
	color: #fff;
}

@media (max-width: 767px) {
	.tt-cart-v1-empty {
		padding: 30px 20px;
		border-radius: 18px;
	}

	.tt-cart-v1-empty__links {
		flex-direction: column;
		align-items: center;
	}

	.tt-cart-v1-drawer__checkout-reassurance {
		grid-template-columns: 1fr;
	}

	.tt-cart-v1-drawer__actions {
		grid-template-columns: 1fr;
	}

	.tt-floating-cart-v1 {
		right: max(14px, env(safe-area-inset-right));
		bottom: calc(88px + env(safe-area-inset-bottom));
	}

	.tt-floating-cart-v1__launcher {
		position: relative;
		width: 56px;
		min-width: 56px;
		height: 56px;
		min-height: 56px;
		padding: 0;
	}

	.tt-floating-cart-v1__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.tt-floating-cart-v1__summary {
		position: static;
	}

	.tt-cart-v1__count {
		position: absolute;
		top: -7px;
		right: -7px;
		min-width: 24px;
		height: 24px;
		padding: 0 6px;
		box-shadow: 0 5px 12px rgba(17, 24, 39, 0.2);
	}

	.tt-cart-v1__subtotal {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.tt-cart-v1-drawer {
		width: 100%;
	}

	.tt-cart-v1-drawer__header {
		padding: 18px;
	}

	.tt-cart-v1-drawer__body {
		padding: 18px;
	}

	.tt-cart-v1-drawer__footer {
		padding: 16px 18px calc(16px + env(safe-area-inset-bottom));
	}

	.tt-cart-v1-drawer__actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tt-floating-cart-v1__launcher {
		transition: none;
	}

	.tt-cart-v1-drawer,
	.tt-cart-v1-drawer__overlay,
	.tt-cart-v1-drawer__cart-link {
		transition: none;
	}
}

/* Stage 13.2: one full-width independent Cart recommendation grid. */
body.tt-cart-v1-full-page .cross-sells {
	display: none !important;
}

.tt-cart-v1-recommendations {
	display: block;
	clear: both;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	flex: 0 0 100%;
	grid-column: 1 / -1;
	margin-top: clamp(32px, 5vw, 64px);
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid #c9e6f3;
	border-radius: 24px;
	background:
		radial-gradient(circle at 96% 4%, rgba(255, 90, 165, 0.1), transparent 24%),
		#f8fcfe;
}

.tt-cart-v1-recommendations__header {
	max-width: 720px;
	margin-bottom: 24px;
}

.tt-cart-v1-recommendations__kicker {
	display: block;
	margin-bottom: 8px;
	color: #008bc0;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tt-cart-v1-recommendations__header h2 {
	margin: 0;
	color: #111827;
	font-size: clamp(26px, 3.5vw, 40px);
	line-height: 1.15;
}

.tt-cart-v1-recommendations__header p {
	margin: 12px 0 0;
	color: #53657d;
	font-size: 16px;
	line-height: 1.65;
}

.tt-cart-v1-recommendations__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
}

.tt-cart-v1-recommendation-card {
	display: flex;
	width: 100%;
	min-width: 0;
	flex-direction: column;
	border: 1px solid #d5e8f1;
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

.tt-cart-v1-recommendation-card__media {
	display: block;
	position: relative;
	padding-top: 76%;
	background: #f4fafc;
	overflow: hidden;
}

.tt-cart-v1-recommendation-card__media img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.tt-cart-v1-recommendation-card__body {
	display: flex;
	min-width: 0;
	height: 100%;
	padding: 18px;
	flex-direction: column;
}

.tt-cart-v1-recommendation-card__category {
	display: block;
	margin-bottom: 8px;
	color: #008bc0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.035em;
	line-height: 1.35;
	text-transform: uppercase;
}

.tt-cart-v1-recommendation-card__title {
	margin: 0 0 12px;
	color: #111827;
	font-size: 17px;
	line-height: 1.45;
	overflow-wrap: normal;
	word-break: normal;
}

.tt-cart-v1-recommendation-card__title a {
	color: inherit;
}

.tt-cart-v1-recommendation-card__title a:hover {
	color: #008bc0;
}

.tt-cart-v1-recommendation-card__price {
	margin-top: auto;
	color: #00aeef;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.35;
}

.tt-cart-v1-recommendation-card__price del {
	margin-right: 6px;
	color: #748399;
	font-size: 14px;
	font-weight: 500;
}

.tt-cart-v1-recommendation-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 10px;
	color: #53657d;
	font-size: 13px;
	line-height: 1.4;
}

.tt-cart-v1-recommendation-card__stock > span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #9ca3af;
}

.tt-cart-v1-recommendation-card__stock.is-available > span {
	background: #12c76a;
	box-shadow: 0 0 0 4px rgba(18, 199, 106, 0.12);
}

.tt-cart-v1-recommendation-card__action {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
	padding: 11px 15px;
	border-radius: 12px;
	background: #00aeef;
	color: #fff;
	font-weight: 800;
}

.tt-cart-v1-recommendation-card__action:hover {
	background: #ff5aa5;
	color: #fff;
}

.tt-cart-v1-recommendation-card a:focus-visible {
	outline: 3px solid #ffc83d;
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	.tt-cart-v1-recommendations__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.tt-cart-v1-recommendations {
		padding: 22px 16px;
		border-radius: 18px;
	}

	.tt-cart-v1-recommendations__grid {
		grid-template-columns: 1fr;
	}
}

@media print {
	.tt-floating-cart-v1 {
		display: none !important;
	}

	.tt-cart-v1-drawer,
	.tt-cart-v1-drawer__overlay {
		display: none !important;
	}
}

/* Stage 14: responsive, safe-area and touch-target hardening. */
.tt-floating-cart-v1 {
	right: max(20px, calc(env(safe-area-inset-right) + 14px));
	bottom: max(96px, calc(env(safe-area-inset-bottom) + 88px));
}

.tt-cart-v1-drawer {
	width: min(440px, calc(100vw - env(safe-area-inset-left)));
	max-width: 100vw;
	padding-right: env(safe-area-inset-right);
}

.tt-cart-v1-drawer__header {
	padding-top: max(22px, calc(env(safe-area-inset-top) + 14px));
}

.tt-cart-v1-drawer__product-name,
.tt-cart-v1-drawer__item-meta,
.tt-cart-v1-recommendation-card__title,
.tt-cart-v1-recommendation-card__category {
	overflow-wrap: anywhere;
	word-break: normal;
}

.tt-cart-v1-drawer__close,
.tt-cart-v1-drawer__quantity-control button,
.tt-cart-v1-drawer__coupon-fields button,
.tt-cart-v1-drawer__cart-link {
	min-width: 44px;
	min-height: 44px;
}

body.tt-cart-v1-full-page .woocommerce-cart-form,
body.tt-cart-v1-full-page .cart_totals,
body.tt-cart-v1-full-page .tt-cart-v1-recommendations {
	min-width: 0;
}

@media (max-width: 1024px) {
	body.tt-cart-v1-full-page .cart_totals {
		position: static;
		top: auto;
	}
}

@media (max-width: 767px) {
	.tt-floating-cart-v1 {
		right: max(14px, calc(env(safe-area-inset-right) + 10px));
		bottom: max(88px, calc(env(safe-area-inset-bottom) + 78px));
	}

	.tt-cart-v1-drawer {
		left: env(safe-area-inset-left);
		width: calc(100vw - env(safe-area-inset-left));
		max-width: none;
	}

	.tt-cart-v1-drawer__header {
		padding-top: max(18px, calc(env(safe-area-inset-top) + 12px));
	}

	.tt-cart-v1-drawer__item {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 14px;
	}

	.tt-cart-v1-drawer__media,
	.tt-cart-v1-drawer__media a {
		width: 76px;
	}

	.tt-cart-v1-drawer__coupon-fields {
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.tt-cart-v1-recommendations {
		margin-inline: 0;
	}
}

@media (max-width: 380px) {
	.tt-cart-v1-drawer__header,
	.tt-cart-v1-drawer__body,
	.tt-cart-v1-drawer__footer {
		padding-left: 14px;
		padding-right: 14px;
	}

	.tt-cart-v1-drawer__coupon-fields,
	.tt-cart-v1-drawer__actions {
		grid-template-columns: 1fr;
	}

	.tt-cart-v1-drawer__item {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 12px;
	}

	.tt-cart-v1-drawer__media,
	.tt-cart-v1-drawer__media a {
		width: 64px;
	}

	.tt-cart-v1-drawer__item-summary {
		align-items: flex-start;
		flex-direction: column;
	}
}

/*
 * Stage 15.2: explicit confirmation after assisted WhatsApp ordering.
 * WhatsApp opening is non-destructive; the cart clears only when the customer
 * selects the confirmation action below.
 */
.tt-cart-v1-whatsapp-confirm[hidden] {
	display: none !important;
}

.tt-cart-v1-whatsapp-confirm {
	display: grid;
	gap: 10px;
	margin-top: 12px;
	padding: 14px;
	border: 1px solid rgba(37, 211, 102, 0.36);
	border-radius: 14px;
	background: #f2fff7;
	color: #111827;
}

.tt-cart-v1-whatsapp-confirm strong {
	display: block;
	font-size: 14px;
	line-height: 1.4;
}

.tt-cart-v1-whatsapp-confirm p,
body.tt-cart-v1-full-page .tt-cart-v1-whatsapp-assist--full-cart .tt-cart-v1-whatsapp-confirm p {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #52627a;
}

.tt-cart-v1-whatsapp-confirm__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
	gap: 8px;
}

.tt-cart-v1-whatsapp-confirm__actions button {
	min-width: 0;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 10px;
	font: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	cursor: pointer;
}

.tt-cart-v1-whatsapp-confirm__clear {
	background: #111827;
	color: #fff;
}

.tt-cart-v1-whatsapp-confirm__keep {
	border-color: #b9cce0 !important;
	background: #fff;
	color: #18324f;
}

.tt-cart-v1-whatsapp-confirm__actions button:hover {
	transform: translateY(-1px);
}

.tt-cart-v1-whatsapp-confirm__actions button:focus-visible {
	outline: 3px solid rgba(0, 174, 239, 0.34);
	outline-offset: 2px;
}

body.tt-cart-v1-full-page .tt-cart-v1-whatsapp-confirm {
	margin-top: 14px;
}

@media (max-width: 420px) {
	.tt-cart-v1-whatsapp-confirm__actions {
		grid-template-columns: 1fr;
	}
}

/* Stage 15: optional assisted ordering; native checkout remains primary. */
.tt-cart-v1-whatsapp-assist {
	display: grid;
	gap: 9px;
	margin-top: 12px;
}

.tt-cart-v1-whatsapp-assist__button {
	display: inline-flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 18px;
	border: 1px solid #199b4a;
	border-radius: 14px;
	background: #25d366;
	box-shadow: 0 10px 22px rgba(37, 211, 102, 0.18);
	color: #073b20;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
}

.tt-cart-v1-whatsapp-assist__button:hover {
	background: #58c63a;
	color: #052d18;
	transform: translateY(-1px);
}

.tt-cart-v1-whatsapp-assist__button:focus-visible {
	outline: 3px solid #ffc83d;
	outline-offset: 3px;
}

.tt-cart-v1-whatsapp-assist__icon {
	display: inline-flex;
	width: 29px;
	height: 29px;
	flex: 0 0 29px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #128c4b;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: -0.02em;
}

.tt-cart-v1-whatsapp-assist p {
	margin: 0;
	color: #5f6f7f;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}

body.tt-cart-v1-full-page .tt-cart-v1-whatsapp-assist--full-cart {
	margin-top: 14px;
}

body.tt-cart-v1-full-page .tt-cart-v1-whatsapp-assist--full-cart p {
	padding-inline: 6px;
}

@media (hover: none) and (pointer: coarse) {
	.tt-floating-cart-v1__launcher:hover {
		background: #00aeef;
		transform: none;
	}
}

/*
 * Stage 15.1: keep the drawer header fixed while the complete basket,
 * order summary, checkout actions and WhatsApp assistance scroll together.
 */
.tt-cart-v1-drawer__overlay {
	z-index: 9999998;
}

.tt-cart-v1-drawer {
	z-index: 9999999;
	height: 100vh;
	max-height: 100vh;
	overscroll-behavior: contain;
}

@supports (height: 100dvh) {
	.tt-cart-v1-drawer {
		height: 100dvh;
		max-height: 100dvh;
	}
}

.tt-cart-v1-drawer__header {
	position: relative;
	z-index: 2;
	flex: 0 0 auto;
	background: #fff;
}

.tt-cart-v1-drawer__notice {
	flex: 0 0 auto;
}

.tt-cart-v1-drawer__content {
	min-height: 0;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
}

.tt-cart-v1-drawer__body {
	min-height: auto;
	flex: 0 0 auto;
	overflow: visible;
}

.tt-cart-v1-drawer__footer {
	flex: 0 0 auto;
	padding-bottom: max(34px, calc(env(safe-area-inset-bottom) + 24px));
}

.tt-cart-v1-drawer__content.is-empty .tt-cart-v1-drawer__body {
	min-height: 100%;
}

/*
 * Stage 14.1: reserve a desktop control lane for WoodMart's back-to-top
 * control. Keeping this override last prevents older launcher positioning
 * rules from moving the pill beyond the viewport edge.
 */
@media (min-width: 768px) {
	.tt-floating-cart-v1 {
		right: max(76px, calc(env(safe-area-inset-right) + 68px));
		bottom: max(96px, calc(env(safe-area-inset-bottom) + 88px));
		left: auto;
		max-width: calc(100vw - 104px);
		transform: none;
	}

	.tt-floating-cart-v1__launcher {
		width: auto;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
		white-space: nowrap;
	}

	.tt-floating-cart-v1__label,
	.tt-floating-cart-v1__summary,
	.tt-cart-v1__count,
	.tt-cart-v1__subtotal {
		flex: 0 0 auto;
		white-space: nowrap;
	}
}

/*
 * Stage 14.2: show the complete desktop-style cart pill on phones. The
 * launcher uses its own right-side lane so it does not collide with
 * WoodMart's back-to-top control or the browser safe area.
 */
@media (max-width: 767px) {
	.tt-floating-cart-v1 {
		right: max(68px, calc(env(safe-area-inset-right) + 62px));
		bottom: max(88px, calc(env(safe-area-inset-bottom) + 78px));
		left: auto;
		max-width: calc(100vw - 88px);
		transform: none;
	}

	.tt-floating-cart-v1__launcher {
		position: relative;
		display: inline-flex;
		width: auto;
		max-width: 100%;
		min-width: 196px;
		height: auto;
		min-height: 54px;
		padding: 12px 16px;
		overflow: visible;
		white-space: nowrap;
	}

	.tt-floating-cart-v1__label {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: nowrap;
		border: 0;
		flex: 0 0 auto;
	}

	.tt-floating-cart-v1__summary {
		position: static;
		display: inline-flex;
		min-width: 0;
		flex: 0 0 auto;
	}

	.tt-cart-v1__count {
		position: static;
		top: auto;
		right: auto;
		min-width: 25px;
		height: 25px;
		padding: 0 7px;
		box-shadow: none;
		flex: 0 0 auto;
	}

	.tt-cart-v1__subtotal {
		position: static;
		display: inline-flex;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: nowrap;
		border: 0;
		flex: 0 0 auto;
	}
}

@media (max-width: 380px) {
	.tt-floating-cart-v1 {
		right: max(64px, calc(env(safe-area-inset-right) + 58px));
		max-width: calc(100vw - 78px);
	}

	.tt-floating-cart-v1__launcher {
		min-width: 0;
		padding: 11px 13px;
		gap: 7px;
	}

	.tt-cart-v1__subtotal {
		font-size: 12px;
	}
}
