/* TehranLight Cart & Checkout - 0.2.1 */
:root{
	--tlcc-primary:#2563eb;
	--tlcc-primary-hover:#1d4ed8;
	--tlcc-accent:#f59e0b;
	--tlcc-accent-soft:rgba(245,158,11,.08);
	--tlcc-coral:#ef4444;
	--tlcc-coral-soft:rgba(239,68,68,.07);
	--tlcc-green:#10b981;
	--tlcc-green-soft:rgba(16,185,129,.08);
	--tlcc-sky:#0ea5e9;
	--tlcc-sky-soft:rgba(14,165,233,.08);
	--tlcc-text:#1f2937;
	--tlcc-muted:#6b7280;
	--tlcc-border:rgba(15,23,42,.10);
	--tlcc-surface:#fff;
	--tlcc-bg:#f8fafc;
	--tlcc-danger:#b42318;
	--tlcc-radius:16px;
	--tlcc-shadow:0 12px 34px rgba(15,23,42,.06)
}
.tlcc,.tlcc *{box-sizing:border-box}.tlcc{direction:rtl;color:var(--tlcc-text);font-family:inherit}.tlcc-shell{width:min(1180px,calc(100% - 24px));margin:12px auto 28px}.tlcc-card{background:var(--tlcc-surface);border:1px solid var(--tlcc-border);border-radius:var(--tlcc-radius);box-shadow:var(--tlcc-shadow)}
.tlcc .button,.tlcc button,.tlcc input[type=submit]{min-height:44px;padding:9px 16px;border:0;border-radius:11px;background:linear-gradient(135deg,var(--tlcc-primary),#31589f);color:#fff;font:inherit;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.tlcc .button:hover,.tlcc button:hover{color:#fff;filter:brightness(.98);transform:translateY(-1px);box-shadow:0 8px 18px rgba(34,60,119,.18)}.tlcc input[type=text],.tlcc input[type=email],.tlcc input[type=tel],.tlcc input[type=number],.tlcc input[type=password],.tlcc select,.tlcc textarea{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--tlcc-border);border-radius:10px;background:#fff;color:var(--tlcc-text);font:inherit}.tlcc textarea{min-height:100px}.tlcc input:focus,.tlcc select:focus,.tlcc textarea:focus{outline:0;border-color:var(--tlcc-sky);box-shadow:0 0 0 3px rgba(47,143,213,.12)}
/* Cart */
.tlcc-cart-items{padding:6px 22px 20px;border-top:4px solid var(--tlcc-accent)}.tlcc-cart-item{display:grid;grid-template-columns:126px minmax(0,1fr);gap:18px;padding:20px 0;border-bottom:1px solid var(--tlcc-border)}.tlcc-cart-item__media img{display:block;width:126px;height:126px;object-fit:cover;border-radius:13px}.tlcc-cart-item__top{display:flex;justify-content:space-between;gap:14px}.tlcc-cart-item__title{margin:0;font-size:17px;line-height:1.65}.tlcc-cart-item__title a{color:var(--tlcc-text);text-decoration:none}.tlcc-cart-item__meta{margin-top:4px;color:var(--tlcc-muted);font-size:12px}.tlcc-remove{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--tlcc-coral-soft);color:var(--tlcc-danger)!important;font-size:22px;text-decoration:none}.tlcc-cart-item__bottom{display:grid;grid-template-columns:minmax(180px,1fr) 180px;align-items:end;gap:18px;margin-top:18px}.tlcc-cart-item__subtotal{display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left}.tlcc-cart-item__subtotal span{font-size:12px;color:var(--tlcc-muted)}.tlcc-cart-item__subtotal strong{white-space:nowrap}.tlcc .quantity{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid #dce6ef;border-radius:13px;background:var(--tlcc-sky-soft)}.tlcc .quantity input.qty{width:58px;min-height:46px;text-align:center;padding:4px;border:0;background:#fff}.tlcc .tlcc-qty-btn{display:grid;place-items:center;width:48px;height:48px;min-height:48px;padding:0;border-radius:10px;background:var(--tlcc-green);font-size:24px;line-height:1;box-shadow:none}.tlcc .tlcc-qty-minus{background:var(--tlcc-coral)}.tlcc-update-cart{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;padding:0!important;margin:0!important;border:0!important}.tlcc-cart-next{display:grid;grid-template-columns:minmax(240px,1fr) 180px;align-items:center;gap:18px;margin-top:18px;padding:20px 22px;border-top:4px solid var(--tlcc-green)}.tlcc-cart-next>div{grid-column:2;display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left}.tlcc-cart-next span{color:var(--tlcc-muted);font-size:13px}.tlcc-cart-next strong{font-size:20px;white-space:nowrap}.tlcc-next-button{grid-column:1;grid-row:1;justify-self:start;min-width:240px;text-align:center;text-decoration:none;background:linear-gradient(135deg,var(--tlcc-green),#22b184)!important}
/* Checkout */
.tlcc-checkout-shell{margin-top:0}.tlcc-checkout-stack{display:grid;gap:16px}.tlcc-section{padding:22px}.tlcc-section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}.tlcc-step{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;color:#fff;font-weight:800}.tlcc-order-section{border-top:4px solid var(--tlcc-accent)}.tlcc-order-section .tlcc-step{background:var(--tlcc-accent)}.tlcc-shipping-section{border-top:4px solid var(--tlcc-sky)}.tlcc-shipping-section .tlcc-step{background:var(--tlcc-sky)}.tlcc-customer-section{border-top:4px solid var(--tlcc-green)}.tlcc-customer-section .tlcc-step{background:var(--tlcc-green)}.tlcc-payment-section{border-top:4px solid var(--tlcc-coral)}.tlcc-payment-section .tlcc-step{background:var(--tlcc-coral)}.tlcc-section-heading h2{margin:0;font-size:20px}.tlcc-review-fragment{display:grid;gap:16px}.tlcc-order-grid{display:grid;grid-template-columns:minmax(0,1fr) 70px 130px;gap:10px;align-items:center;padding:13px 0;border-bottom:1px solid var(--tlcc-border)}.tlcc-order-grid--head{color:var(--tlcc-muted);font-size:12px;font-weight:700}.tlcc-order-product__qty{text-align:center}.tlcc-order-product__total{text-align:left}.tlcc-order-product .variation{margin:4px 0 0;color:var(--tlcc-muted);font-size:11px}.tlcc-order-totals{margin-top:10px}.tlcc-order-totals>div{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--tlcc-border)}.tlcc-order-total{font-size:17px;color:var(--tlcc-green)}.tlcc-checkout-coupon{margin-top:18px;padding:14px;border-radius:12px;background:var(--tlcc-accent-soft)}.tlcc-checkout-coupon label{display:block;margin-bottom:7px;font-size:13px;font-weight:700}.tlcc-inline-control{display:grid;grid-template-columns:1fr auto;gap:8px}.tlcc-coupon-status{margin-top:8px;color:var(--tlcc-muted);font-size:12px}.tlcc-shipping-section .woocommerce-shipping-methods{display:grid;gap:10px;margin:0;padding:0;list-style:none}.tlcc-shipping-section .woocommerce-shipping-methods li{padding:14px;border:1px solid #cde3f3;border-radius:11px;background:var(--tlcc-sky-soft)}.tlcc-shipping-section table,.tlcc-shipping-section tbody,.tlcc-shipping-section tr,.tlcc-shipping-section th,.tlcc-shipping-section td{display:block;width:100%;border:0;padding:0}.tlcc-shipping-section th{display:none}.tlcc #customer_details{display:block}.tlcc .woocommerce-billing-fields h3,.tlcc .woocommerce-shipping-fields h3,.tlcc .woocommerce-additional-fields h3{display:none}.tlcc-address-book .woocommerce-billing-fields__field-wrapper,.tlcc-address-book .shipping_address,.tlcc-address-book .woocommerce-shipping-fields{display:none!important}.tlcc-address-book select{background-color:#fff}.tlcc-notes-section{background:linear-gradient(135deg,#fff,var(--tlcc-accent-soft))}.tlcc-accordion-content.is-collapsed{display:none}.tlcc-accordion-toggle{display:flex!important;align-items:center;justify-content:space-between;width:100%;padding:0!important;background:transparent!important;color:var(--tlcc-text)!important;text-align:right;box-shadow:none!important}.tlcc-accordion-content{margin-top:14px}.tlcc-payment-section .wc_payment_methods{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}.tlcc-payment-section .wc_payment_method{min-width:0;margin:0;padding:14px;border:1px solid #f2d3cc;border-radius:13px;background:linear-gradient(180deg,#fff,var(--tlcc-coral-soft))}.tlcc-payment-section .wc_payment_method>label{display:flex;align-items:center;gap:8px;min-height:32px}.tlcc-payment-section .wc_payment_method img{display:inline-block!important;width:auto!important;max-width:42px!important;height:auto!important;max-height:28px!important;object-fit:contain!important;margin:0 6px!important;vertical-align:middle}.tlcc-payment-section .payment_box{margin-top:10px;padding:10px;border-radius:9px;background:#fff;color:var(--tlcc-muted);font-size:12px}.tlcc .place-order{margin-top:18px;padding-top:18px;border-top:1px solid var(--tlcc-border)}.tlcc #place_order{width:100%;min-height:52px;font-size:16px;background:linear-gradient(135deg,var(--tlcc-green),#22b184)}.tlcc .woocommerce-privacy-policy-text{display:none!important}.tlcc-muted{color:var(--tlcc-muted)}
.tlcc .woocommerce-error,.tlcc .woocommerce-info,.tlcc .woocommerce-message{margin:0 0 14px;padding:12px 14px;border:1px solid var(--tlcc-border);border-radius:10px;background:#fff;list-style:none}.tlcc .woocommerce-error{border-color:#fecaca;background:#fff7f7;color:#991b1b}.tlcc-empty-state,.tlcc-empty{padding:42px 20px;text-align:center}
@media(max-width:760px){.tlcc-shell{width:100%;margin:0 auto 18px;padding:0 8px}.tlcc-card{border-radius:13px}.tlcc-cart-items,.tlcc-section{padding:12px}.tlcc-cart-item{grid-template-columns:33% minmax(0,1fr);gap:10px;padding:12px 0}.tlcc-cart-item__media img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.tlcc-cart-item__title{font-size:14px;line-height:1.5}.tlcc-cart-item__meta{font-size:11px}.tlcc-remove{width:30px;height:30px;flex-basis:30px}.tlcc-cart-item__bottom{grid-template-columns:1fr;align-items:start;margin-top:10px;gap:8px;min-width:0}.tlcc .quantity{max-width:100%}.tlcc .quantity input.qty{width:38px;min-width:0;min-height:42px}.tlcc .tlcc-qty-btn{width:42px;height:42px;min-height:42px;font-size:21px}.tlcc-cart-item__subtotal{width:100%;max-width:100%;align-items:flex-start;overflow:hidden;text-align:right}.tlcc-cart-item__subtotal strong{display:block;max-width:100%;font-size:12px;white-space:normal;overflow-wrap:anywhere}.tlcc-cart-next{grid-template-columns:1fr;gap:12px;margin-top:10px;padding:14px}.tlcc-cart-next>div{grid-column:1;grid-row:1;align-items:flex-start;text-align:right;max-width:100%;overflow:hidden}.tlcc-cart-next strong{max-width:100%;font-size:18px;white-space:normal;overflow-wrap:anywhere}.tlcc-next-button{grid-column:1;grid-row:2;width:100%;min-width:0;justify-self:stretch}.tlcc-section-heading{margin-bottom:14px}.tlcc-section-heading h2{font-size:17px}.tlcc-order-grid{grid-template-columns:minmax(0,1fr) 48px 95px;gap:6px;padding:11px 0;font-size:12px}.tlcc-order-grid--head{font-size:11px}.tlcc-order-product__name{line-height:1.45}.tlcc-inline-control{grid-template-columns:1fr auto}.tlcc-payment-section .wc_payment_methods{display:flex!important;gap:10px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x proximity}.tlcc-payment-section .wc_payment_method{flex:0 0 220px;scroll-snap-align:start;padding:12px}.tlcc-payment-section .wc_payment_method img{max-width:34px!important;max-height:22px!important}.tlcc-shipping-section .woocommerce-shipping-methods li{padding:12px}}


/* Cart card layout refinements — 0.2.2 */
.tlcc-cart-items{
	padding:14px;
	border-top:0;
	background:transparent;
	box-shadow:none;
}
.tlcc-cart-item{
	direction:ltr;
	display:grid;
	grid-template-columns:minmax(0,1fr) 180px;
	grid-template-areas:"content media";
	gap:22px;
	align-items:center;
	min-height:190px;
	margin-bottom:14px;
	padding:16px;
	border:1px solid rgba(15,23,42,.09);
	border-radius:18px;
	background:rgba(255,255,255,.92);
	box-shadow:0 10px 28px rgba(15,23,42,.055);
	backdrop-filter:blur(8px);
}
.tlcc-cart-item:last-child{margin-bottom:0;border-bottom:1px solid rgba(15,23,42,.09)}
.tlcc-cart-item__media{grid-area:media;align-self:stretch}
.tlcc-cart-item__media a{display:block;width:100%;height:100%}
.tlcc-cart-item__media img{
	width:100%;
	height:100%;
	min-height:156px;
	object-fit:cover;
	border-radius:14px;
	background:#f8fafc;
}
.tlcc-cart-item__content{
	grid-area:content;
	direction:rtl;
	min-width:0;
	text-align:right;
}
.tlcc-cart-item__top{align-items:flex-start}
.tlcc-cart-item__title{font-size:18px;line-height:1.75;text-align:right}
.tlcc-cart-item__meta{margin-top:5px;color:#64748b}
.tlcc-cart-item__price{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin-top:12px;
	color:#0f766e;
	font-size:17px;
	font-weight:800;
}
.tlcc-cart-item__bottom{
	display:block;
	margin-top:14px;
}
.tlcc-cart-item__quantity{display:flex;justify-content:flex-start}
.tlcc .quantity{
	gap:5px;
	padding:4px;
	border:1px solid rgba(37,99,235,.16);
	background:rgba(37,99,235,.045);
}
.tlcc .tlcc-qty-btn{
	background:#2563eb;
	box-shadow:none;
}
.tlcc .tlcc-qty-minus{background:#e2e8f0;color:#334155}
.tlcc-remove{
	background:rgba(239,68,68,.07);
	color:#dc2626!important;
}
.tlcc-cart-next{
	border-top:0;
	background:rgba(255,255,255,.92);
}
.tlcc-next-button{background:#0f766e!important}

@media(max-width:760px){
	.tlcc-cart-items{padding:8px;background:transparent}
	.tlcc-cart-item{
		grid-template-columns:minmax(0,2fr) minmax(96px,1fr);
		grid-template-areas:"content media";
		gap:12px;
		min-height:128px;
		margin-bottom:10px;
		padding:10px;
		border-radius:14px;
	}
	.tlcc-cart-item__media img{
		min-height:108px;
		height:100%;
		aspect-ratio:auto;
		border-radius:11px;
	}
	.tlcc-cart-item__title{font-size:14px;line-height:1.55}
	.tlcc-cart-item__meta{font-size:10px}
	.tlcc-cart-item__price{margin-top:7px;font-size:13px}
	.tlcc-cart-item__bottom{margin-top:8px}
	.tlcc .quantity{gap:3px;padding:3px}
	.tlcc .quantity input.qty{width:34px;min-height:36px;height:36px;font-size:12px}
	.tlcc .tlcc-qty-btn{width:36px;height:36px;min-height:36px;font-size:19px;border-radius:9px}
	.tlcc-remove{width:27px;height:27px;flex-basis:27px;font-size:19px}
}


/* Cart positioning fixes — 0.2.3 */
.tlcc-cart-item{
	position:relative;
	direction:ltr;
	grid-template-columns:180px minmax(0,1fr);
	grid-template-areas:"media content";
}
.tlcc-cart-item__media{
	grid-area:media;
	min-width:0;
}
.tlcc-cart-item__content{
	grid-area:content;
	padding-top:2px;
	padding-right:4px;
}
.tlcc-cart-item__top{
	display:block;
}
.tlcc-remove{
	position:absolute;
	top:10px;
	right:10px;
	z-index:4;
	margin:0!important;
	padding:0!important;
	width:28px!important;
	height:28px!important;
	min-height:28px!important;
	line-height:28px!important;
	border-radius:999px;
	box-shadow:0 3px 10px rgba(15,23,42,.10);
}
.tlcc-cart-item__media,
.tlcc-cart-item__media a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:14px;
}
.tlcc-cart-item__media img{
	display:block!important;
	width:100%!important;
	height:100%!important;
	min-height:0!important;
	max-width:none!important;
	aspect-ratio:1/1!important;
	object-fit:cover!important;
	object-position:center!important;
}

@media(max-width:760px){
	.tlcc-cart-item{
		grid-template-columns:minmax(92px,32%) minmax(0,1fr);
		grid-template-areas:"media content";
		align-items:stretch;
		min-height:124px;
	}
	.tlcc-cart-item__media,
	.tlcc-cart-item__media a{
		height:100%;
		min-height:104px;
		max-height:132px;
	}
	.tlcc-cart-item__media img{
		height:100%!important;
		min-height:104px!important;
		max-height:132px!important;
		aspect-ratio:1/1!important;
	}
	.tlcc-cart-item__content{
		padding-top:24px;
		padding-right:0;
	}
	.tlcc-remove{
		top:8px;
		right:8px;
		width:26px!important;
		height:26px!important;
		min-height:26px!important;
		line-height:26px!important;
		font-size:18px;
	}
}


/* Mobile cart remove control and square product images — 0.2.4 */
.tlcc-cart-item__media,
.tlcc-cart-item__media a{
	aspect-ratio:1/1;
	height:auto;
}
.tlcc-cart-item__media img{
	width:100%!important;
	height:100%!important;
	aspect-ratio:1/1!important;
	object-fit:contain!important;
	object-position:center!important;
	background:#fff!important;
}
.tlcc .tlcc-qty-minus.is-delete{
	background:rgba(220,38,38,.10)!important;
	color:#dc2626!important;
	border:1px solid rgba(220,38,38,.18)!important;
}

@media(max-width:760px){
	.tlcc-cart-item{
		grid-template-columns:minmax(112px,34%) minmax(0,1fr);
		align-items:center;
	}
	.tlcc-cart-item__media,
	.tlcc-cart-item__media a{
		width:100%;
		height:auto;
		min-height:0;
		max-height:none;
		aspect-ratio:1/1;
		overflow:hidden;
		background:#fff;
	}
	.tlcc-cart-item__media img{
		width:100%!important;
		height:100%!important;
		min-height:0!important;
		max-height:none!important;
		aspect-ratio:1/1!important;
		object-fit:contain!important;
	}
	.tlcc-cart-item__content{
		padding-top:0;
	}
	.tlcc-cart-item>.tlcc-remove,
	.tlcc-cart-item__top>.tlcc-remove{
		display:none!important;
	}
	.tlcc .tlcc-qty-minus.is-delete{
		font-size:22px;
		line-height:1;
	}
}

/* Ajax interaction state — 0.3.0 */
.tlcc-cart-page{position:relative}
.tlcc-cart-page.is-loading{pointer-events:none}
.tlcc-cart-page.is-loading::after{
	content:"";
	position:absolute;
	inset:0;
	z-index:50;
	background:rgba(255,255,255,.58);
	backdrop-filter:blur(1.5px);
}
.tlcc-cart-page.is-loading::before{
	content:"";
	position:fixed;
	z-index:51;
	top:50%;
	left:50%;
	width:34px;
	height:34px;
	margin:-17px 0 0 -17px;
	border:3px solid rgba(15,23,42,.13);
	border-top-color:rgba(15,23,42,.68);
	border-radius:50%;
	animation:tlcc-spin .65s linear infinite;
}
.tlcc-ajax-notice{margin:0 0 14px!important}
@keyframes tlcc-spin{to{transform:rotate(360deg)}}

/* Checkout AJAX and thank-you fixes — 0.3.1 */
.tlcc-thankyou-shell{margin-top:18px;margin-bottom:36px}
.tlcc-thankyou{display:grid;gap:18px}
.tlcc-thankyou-hero{padding:34px 24px;text-align:center;background:linear-gradient(145deg,#ffffff 0%,#f6fbf9 100%)}
.tlcc-thankyou-hero.is-failed{background:linear-gradient(145deg,#fff 0%,#fff7f7 100%)}
.tlcc-thankyou-icon{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 16px;border-radius:50%;background:#e8f7f0;color:#138a5b;font-size:34px;font-weight:800}
.tlcc-thankyou-hero.is-failed .tlcc-thankyou-icon{background:#fff0f0;color:#c93636}
.tlcc-thankyou-eyebrow{margin:0 0 6px;color:#138a5b;font-size:13px;font-weight:800}
.tlcc-thankyou-hero h1{margin:0 0 10px;font-size:clamp(25px,4vw,38px)}
.tlcc-thankyou-hero>p:last-child{max-width:620px;margin:0 auto;color:#667085;line-height:1.9}
.tlcc-thankyou-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.tlcc .tlcc-button-secondary{background:#f4f6f8!important;color:#263238!important}
.tlcc-order-summary-card{padding:24px}
.tlcc-order-summary-card h2{margin:0 0 18px;font-size:20px}
.tlcc-order-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.tlcc-order-summary-grid>div{padding:15px;border:1px solid #e8ecef;border-radius:13px;background:#fbfcfc}
.tlcc-order-summary-grid span{display:block;margin-bottom:7px;color:#7a838a;font-size:12px}
.tlcc-order-summary-grid strong{display:block;overflow-wrap:anywhere;font-size:14px}
.tlcc-thankyou-gateway-message>*{margin:0 0 18px}
.tlcc-thankyou-gateway-message .woocommerce-info,
.tlcc-thankyou-gateway-message .woocommerce-message,
.tlcc-thankyou-gateway-message>p{padding:18px 20px;border:1px solid #e4ece8;border-radius:14px;background:#f7fbf9;color:#34443d;line-height:1.9}
.tlcc-thankyou-order-details .woocommerce-order-details,
.tlcc-thankyou-order-details .woocommerce-customer-details{margin:0 0 18px;padding:24px;border:1px solid var(--tlcc-border);border-radius:var(--tlcc-radius);background:#fff;box-shadow:var(--tlcc-shadow)}
.tlcc-thankyou-order-details h2{margin-top:0;font-size:20px}
.tlcc-thankyou-order-details address{padding:0;border:0;line-height:2}
@media(max-width:760px){
	.tlcc-thankyou-shell{margin-top:8px}
	.tlcc-thankyou-hero{padding:26px 17px}
	.tlcc-order-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	.tlcc-order-summary-card,
	.tlcc-thankyou-order-details .woocommerce-order-details,
	.tlcc-thankyou-order-details .woocommerce-customer-details{padding:17px}
}


/* Thank-you guidance and account follow-up — 0.3.2 */
.tlcc-thankyou-order-details .woocommerce-customer-details{display:none!important}
.tlcc-thankyou-order-details .order-again{display:none!important}
.tlcc-bank-transfer-guide{display:flex;align-items:flex-start;gap:16px;padding:22px 24px;border-color:#dfe9e5;background:linear-gradient(145deg,#fff 0%,#f5faf8 100%)}
.tlcc-bank-transfer-guide__icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:14px;background:#e4f4ed;color:#16785a;font-size:25px;font-weight:800}
.tlcc-bank-transfer-guide h2{margin:0 0 8px;font-size:19px}
.tlcc-bank-transfer-guide p{margin:0;color:#56645e;line-height:1.95}
.tlcc-account-followup{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px;background:linear-gradient(145deg,#fff 0%,#f8fafc 100%)}
.tlcc-account-followup h2{margin:0 0 8px;font-size:20px}
.tlcc-account-followup p{margin:0;max-width:720px;color:#667085;line-height:1.9}
.tlcc .tlcc-account-followup__button{flex:0 0 auto;text-decoration:none;background:#263d66!important}
@media(max-width:760px){
 .tlcc-bank-transfer-guide{padding:18px;gap:12px}
 .tlcc-bank-transfer-guide__icon{flex-basis:38px;width:38px;height:38px;border-radius:12px;font-size:21px}
 .tlcc-bank-transfer-guide h2{font-size:17px}
 .tlcc-account-followup{align-items:stretch;flex-direction:column;padding:19px}
 .tlcc .tlcc-account-followup__button{width:100%;text-align:center}
}


/* Mobile payment cards — 0.3.3 */
@media (max-width:760px) {
	.tlcc-payment-section,
	.tlcc-payment-section .woocommerce-checkout-payment,
	.tlcc-payment-section .wc_payment_methods,
	.tlcc-payment-section .wc_payment_method {
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.tlcc-payment-section {
		overflow: hidden;
	}

	.tlcc-payment-section .wc_payment_methods {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 9px !important;
		width: 100% !important;
		overflow: visible !important;
		padding: 0 !important;
		scroll-snap-type: none !important;
	}

	.tlcc-payment-section .wc_payment_method {
		display: grid !important;
		grid-template-columns: 22px minmax(0, 1fr) !important;
		align-items: center !important;
		width: 100% !important;
		min-height: 56px !important;
		margin: 0 !important;
		padding: 10px 12px !important;
		border-radius: 11px !important;
		overflow: hidden !important;
	}

	.tlcc-payment-section .wc_payment_method > input[type="radio"] {
		grid-column: 1 !important;
		grid-row: 1 !important;
		width: 18px !important;
		height: 18px !important;
		margin: 0 !important;
	}

	.tlcc-payment-section .wc_payment_method > label {
		grid-column: 2 !important;
		grid-row: 1 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		gap: 10px !important;
		width: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		margin: 0 !important;
		font-size: 13px !important;
		line-height: 1.5 !important;
		white-space: normal !important;
	}

	.tlcc-payment-section .wc_payment_method > label img {
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: 42px !important;
		height: auto !important;
		max-height: 24px !important;
		margin: 0 8px 0 0 !important;
		object-fit: contain !important;
	}

	.tlcc-payment-section .payment_box {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 9px 0 0 !important;
		padding: 9px 10px !important;
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
	}
}


/* Mobile stacked horizontal payment gateways — 0.3.4 */
@media (max-width: 760px) {
  .tlcc-payment-section,
  .tlcc-payment-section .woocommerce-checkout-payment,
  .tlcc-payment-section .form-row,
  .tlcc-payment-section .payment_methods,
  .tlcc-payment-section .wc_payment_methods,
  .tlcc-payment-section .wc_payment_method {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .tlcc-payment-section,
  .tlcc-payment-section .woocommerce-checkout-payment {
    overflow-x: clip !important;
  }

  .tlcc-payment-section ul.wc_payment_methods.payment_methods.methods {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    list-style: none !important;
  }

  .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(31, 41, 55, .12) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, .92) !important;
    overflow: hidden !important;
  }

  .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method > input[type="radio"] {
    position: absolute !important;
    top: 50% !important;
    right: 14px !important;
    z-index: 2 !important;
    width: 18px !important;
    height: 18px !important;
    margin: -9px 0 0 !important;
  }

  .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method > label {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 12px 46px 12px 12px !important;
    box-sizing: border-box !important;
    color: var(--tlcc-text) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: right !important;
    white-space: normal !important;
    cursor: pointer !important;
  }

  .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method > label img {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 40px !important;
    height: auto !important;
    max-height: 24px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method .payment_box {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 12px 12px !important;
    padding: 10px 12px !important;
    border-radius: 9px !important;
    background: rgba(31, 41, 55, .04) !important;
    box-sizing: border-box !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method .payment_box::before {
    display: none !important;
  }
}

/* Payment gateway rows — 0.3.5 definitive mobile layout */
@media (max-width: 760px) {
  .tlcc-payment-section,
  .tlcc-payment-section *,
  .tlcc-payment-section .woocommerce-checkout-payment,
  .tlcc-payment-section .payment_methods,
  .tlcc-payment-section .wc_payment_methods {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .tlcc-payment-section {
    width: 100% !important;
    overflow: hidden !important;
  }

  .tlcc-payment-section .woocommerce-checkout-payment {
    width: 100% !important;
    overflow: hidden !important;
  }

  .tlcc-payment-section ul.payment_methods,
  .tlcc-payment-section ul.wc_payment_methods,
  .tlcc-payment-section ul.methods {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: hidden !important;
  }

  .tlcc-payment-section ul.payment_methods > li,
  .tlcc-payment-section ul.wc_payment_methods > li,
  .tlcc-payment-section li.wc_payment_method {
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    grid-template-rows: minmax(54px, auto) auto !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 10px !important;
    padding: 0 12px !important;
    border: 1px solid rgba(31, 41, 55, .14) !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  .tlcc-payment-section ul.payment_methods > li:last-child,
  .tlcc-payment-section ul.wc_payment_methods > li:last-child {
    margin-bottom: 0 !important;
  }

  .tlcc-payment-section li.wc_payment_method > input[type="radio"] {
    position: static !important;
    grid-column: 1 !important;
    grid-row: 1 !important;
    align-self: center !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .tlcc-payment-section li.wc_payment_method > label {
    grid-column: 2 !important;
    grid-row: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 9px 0 !important;
    color: var(--tlcc-text) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    text-align: right !important;
    white-space: normal !important;
    overflow: hidden !important;
    cursor: pointer !important;
  }

  .tlcc-payment-section li.wc_payment_method > label img {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 38px !important;
    height: auto !important;
    max-height: 22px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  .tlcc-payment-section li.wc_payment_method .payment_box {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 0 10px !important;
    padding: 9px 10px !important;
    border-radius: 8px !important;
    background: rgba(31, 41, 55, .04) !important;
    overflow: hidden !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .tlcc-payment-section li.wc_payment_method .payment_box::before {
    display: none !important;
  }
}


/* Payment gateways — 0.3.6 strict vertical list on mobile */
@media (max-width: 760px) {
  body .tlcc .tlcc-payment-section .woocommerce-checkout-payment,
  body .tlcc .tlcc-payment-section .payment_methods,
  body .tlcc .tlcc-payment-section .wc_payment_methods,
  body .tlcc .tlcc-payment-section ul.payment_methods,
  body .tlcc .tlcc-payment-section ul.wc_payment_methods {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .tlcc .tlcc-payment-section ul.payment_methods > li.wc_payment_method,
  body .tlcc .tlcc-payment-section ul.wc_payment_methods > li.wc_payment_method,
  body .tlcc .tlcc-payment-section li.wc_payment_method {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    border: 1px solid rgba(31, 41, 55, .14) !important;
    border-radius: 12px !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  body .tlcc .tlcc-payment-section li.wc_payment_method > input[type="radio"] {
    position: absolute !important;
    top: 19px !important;
    right: 14px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    z-index: 2 !important;
  }

  body .tlcc .tlcc-payment-section li.wc_payment_method > label {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 17px 48px 14px 14px !important;
    text-align: right !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  body .tlcc .tlcc-payment-section li.wc_payment_method > label img {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: 38px !important;
    height: auto !important;
    max-height: 22px !important;
    margin: 0 8px 0 0 !important;
    object-fit: contain !important;
  }

  body .tlcc .tlcc-payment-section li.wc_payment_method .payment_box {
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 12px 12px !important;
    padding: 10px 12px !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }
}

/* TLCC 0.3.8 — compact product cards in checkout order review */
.tlcc-checkout-products{
	display:grid;
	gap:10px;
}
.tlcc-checkout-product{
	display:grid;
	grid-template-columns:minmax(0,1fr) 74px;
	gap:12px;
	align-items:center;
	min-width:0;
	padding:12px;
	border:1px solid rgba(31,41,55,.09);
	border-radius:14px;
	background:rgba(255,255,255,.82);
	box-shadow:0 5px 18px rgba(31,41,55,.035);
}
.tlcc-checkout-product__content{
	min-width:0;
	text-align:right;
}
.tlcc-checkout-product__title{
	margin:0;
	font-size:14px;
	font-weight:700;
	line-height:1.55;
}
.tlcc-checkout-product__title a{
	color:var(--tlcc-text);
	text-decoration:none;
}
.tlcc-checkout-product__meta{
	margin-top:3px;
	color:var(--tlcc-muted);
	font-size:11px;
	line-height:1.55;
}
.tlcc-checkout-product__meta:empty{
	display:none;
}
.tlcc-checkout-product__meta .variation{
	margin:0;
}
.tlcc-checkout-product__footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	min-width:0;
	margin-top:9px;
}
.tlcc-checkout-product__qty{
	display:inline-flex;
	align-items:center;
	min-height:28px;
	padding:4px 9px;
	border:1px solid rgba(34,60,119,.12);
	border-radius:999px;
	background:rgba(34,60,119,.055);
	color:var(--tlcc-text);
	font-size:11px;
	font-weight:700;
	white-space:nowrap;
}
.tlcc-checkout-product__subtotal{
	min-width:0;
	color:var(--tlcc-green);
	font-size:13px;
	font-weight:800;
	text-align:left;
	white-space:normal;
	overflow-wrap:anywhere;
}
.tlcc-checkout-product__media{
	width:74px;
	aspect-ratio:1/1;
	overflow:hidden;
	border:1px solid rgba(31,41,55,.08);
	border-radius:11px;
	background:#fff;
}
.tlcc-checkout-product__media a{
	display:block;
	width:100%;
	height:100%;
}
.tlcc-checkout-product__media img{
	display:block;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
	object-fit:contain!important;
	padding:4px;
}
@media(max-width:760px){
	.tlcc-checkout-product{
		grid-template-columns:minmax(0,1fr) 62px;
		gap:9px;
		padding:10px;
		border-radius:12px;
	}
	.tlcc-checkout-product__media{
		width:62px;
		border-radius:9px;
	}
	.tlcc-checkout-product__title{
		font-size:12.5px;
		line-height:1.5;
	}
	.tlcc-checkout-product__meta{
		font-size:10px;
	}
	.tlcc-checkout-product__footer{
		margin-top:7px;
		gap:6px;
	}
	.tlcc-checkout-product__qty{
		min-height:25px;
		padding:3px 7px;
		font-size:10px;
	}
	.tlcc-checkout-product__subtotal{
		font-size:11.5px;
	}
}


/* TLCC 0.3.9 — mobile order rows without product images */
.tlcc-checkout-products__head{
	display:none;
}
.tlcc-checkout-product{
	grid-template-columns:74px minmax(0,1fr) auto auto;
}
.tlcc-checkout-product__qty,
.tlcc-checkout-product__subtotal{
	align-self:center;
}
@media(max-width:760px){
	.tlcc-checkout-products{
		gap:7px;
	}
	.tlcc-checkout-products__head{
		display:grid;
		grid-template-columns:minmax(0,1fr) 46px minmax(88px,auto);
		gap:8px;
		align-items:center;
		padding:0 9px 3px;
		color:var(--tlcc-muted);
		font-size:10px;
		font-weight:700;
	}
	.tlcc-checkout-products__head span:nth-child(2){text-align:center;}
	.tlcc-checkout-products__head span:nth-child(3){text-align:left;}
	.tlcc-checkout-product{
		display:grid;
		grid-template-columns:minmax(0,1fr) 46px minmax(88px,auto);
		gap:8px;
		align-items:center;
		padding:9px;
		min-width:0;
	}
	.tlcc-checkout-product__media{
		display:none!important;
	}
	.tlcc-checkout-product__content{
		min-width:0;
		overflow:hidden;
	}
	.tlcc-checkout-product__title{
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
		overflow:hidden;
		max-height:2.75em;
		font-size:11.5px;
		line-height:1.38;
		word-break:break-word;
	}
	.tlcc-checkout-product__title a{
		display:block;
		min-width:0;
	}
	.tlcc-checkout-product__meta{
		display:none;
	}
	.tlcc-checkout-product__qty{
		display:flex;
		justify-content:center;
		align-items:center;
		min-width:0;
		min-height:24px;
		padding:2px 4px;
		font-size:10.5px;
		text-align:center;
	}
	.tlcc-checkout-product__subtotal{
		display:block;
		min-width:0;
		font-size:10.5px;
		line-height:1.35;
		text-align:left;
		white-space:nowrap;
	}
	.tlcc-checkout-product__subtotal .woocommerce-Price-amount{
		white-space:nowrap;
	}
}
@media(max-width:390px){
	.tlcc-checkout-products__head,
	.tlcc-checkout-product{
		grid-template-columns:minmax(0,1fr) 38px minmax(78px,auto);
		gap:6px;
	}
	.tlcc-checkout-product__title{font-size:10.5px;}
	.tlcc-checkout-product__qty,
	.tlcc-checkout-product__subtotal{font-size:9.5px;}
}


/* Guest delivery address — 0.4.0 */
.tlcc-section-help{margin:5px 0 0;color:var(--tlcc-muted);font-size:12px;line-height:1.75}
.tlcc-new-address-toggle{display:flex!important;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;margin:0;padding:10px 16px!important;border:1px dashed #9fd8c2!important;border-radius:12px!important;background:#f2fbf7!important;color:#12684e!important;font-weight:800!important;box-shadow:none!important}
.tlcc-new-address-toggle:hover,.tlcc-new-address-toggle.is-open{border-style:solid!important;background:#e8f8f1!important;color:#0d5c44!important}
.tlcc-new-address-toggle__icon{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#d5f1e5;font-size:17px;line-height:1}
.tlcc-guest-address-fields{margin-top:16px;padding-top:16px;border-top:1px solid var(--tlcc-border)}
.tlcc-guest-address-fields.is-collapsed{display:none!important}
.tlcc-customer-section--guest .tlcc-address-book .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}
.tlcc-customer-section--guest .tlcc-address-book .form-row{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.tlcc-customer-section--guest .tlcc-address-book .form-row-wide,
.tlcc-customer-section--guest .tlcc-address-book #billing_address_1_field,
.tlcc-customer-section--guest .tlcc-address-book #billing_address_2_field{grid-column:1/-1}
.tlcc-customer-section--guest .tlcc-address-book label{display:block;margin-bottom:6px;color:var(--tlcc-text);font-size:12px;font-weight:750}
.tlcc-customer-section--guest .tlcc-address-book input.input-text,
.tlcc-customer-section--guest .tlcc-address-book select,
.tlcc-customer-section--guest .tlcc-address-book .select2-selection{width:100%;min-height:44px;border:1px solid var(--tlcc-border);border-radius:10px;background:#fff;box-shadow:none}
.tlcc-customer-section--guest .tlcc-address-book input.input-text{padding:9px 11px}
.tlcc-customer-section--guest .tlcc-address-book .select2-selection{display:flex;align-items:center}
.tlcc-customer-section--guest .woocommerce-account-fields,
.tlcc-customer-section--guest .create-account,
.tlcc-customer-section--guest #createaccount_field,
.tlcc-customer-section--guest .woocommerce-shipping-fields,
.tlcc-customer-section--guest .shipping_address,
.tlcc-shipping-address-fields{display:none!important}
.tlcc-customer-section--guest .woocommerce-invalid input.input-text,
.tlcc-customer-section--guest .woocommerce-invalid .select2-selection{border-color:#d63638!important;background:#fff8f8}
@media(max-width:760px){
 .tlcc-customer-section--guest .tlcc-address-book .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr;gap:11px}
 .tlcc-customer-section--guest .tlcc-address-book .form-row-wide,
 .tlcc-customer-section--guest .tlcc-address-book #billing_address_1_field,
 .tlcc-customer-section--guest .tlcc-address-book #billing_address_2_field{grid-column:auto}
 .tlcc-new-address-toggle{min-height:46px;font-size:13px}
 .tlcc-guest-address-fields{margin-top:13px;padding-top:13px}
}


/* Address provider integration — 0.4.2 */
.tlcc-address-plugin-mount:empty{display:none}
.tlcc-address-fallback.is-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.tlcc-address-plugin-mount.has-address-plugin{display:block}
.tlcc-address-plugin-card{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.tlcc-address-plugin-card>h2,.tlcc-address-plugin-card>h3,.tlcc-address-plugin-card .card-title{display:none!important}
.tlcc-address-plugin-card button,.tlcc-address-plugin-card .button,.tlcc-address-plugin-card a.button{min-height:42px;border-radius:10px!important;box-shadow:none!important}
.tlcc-address-plugin-card input,.tlcc-address-plugin-card select,.tlcc-address-plugin-card .select2-selection{max-width:100%;border-radius:10px!important}
.tlcc-address-plugin-card [class*="address"]{box-sizing:border-box;max-width:100%}
.tlcc-address-plugin-card [class*="address-card"],.tlcc-address-plugin-card [class*="address_item"],.tlcc-address-plugin-card [class*="address-item"]{padding:12px!important;border:1px solid var(--tlcc-border)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}
@media(max-width:760px){.tlcc-address-plugin-card{font-size:13px}.tlcc-address-plugin-card button,.tlcc-address-plugin-card .button,.tlcc-address-plugin-card a.button{width:100%;min-height:44px}}


/* Address provider visual cleanup — 0.4.4 */
.tlcc-address-plugin-card .tlcc-address-plugin-intro-title,
.tlcc-address-plugin-card .tlcc-address-plugin-intro-text{
\tdisplay:none!important;
}
.tlcc-address-plugin-card .tlcc-address-plugin-reset-height{
\tmin-height:0!important;
}
.tlcc-address-plugin-card{
\tmin-height:0!important;
\toverflow:visible!important;
}
.tlcc-address-plugin-card>div:first-child,
.tlcc-address-plugin-card>section:first-child,
.tlcc-address-plugin-card>article:first-child{
\tmin-height:0!important;
\tpadding-top:0!important;
\tpadding-bottom:0!important;
}
.tlcc-address-plugin-card p:empty,
.tlcc-address-plugin-card .description:empty,
.tlcc-address-plugin-card .help:empty{
\tdisplay:none!important;
}
.tlcc-address-plugin-card button,
.tlcc-address-plugin-card .button,
.tlcc-address-plugin-card a.button{
\tmargin-top:0!important;
}
.tlcc-address-plugin-mount.has-address-plugin{
\tmargin-top:14px;
}
@media(max-width:760px){
\t.tlcc-address-plugin-mount.has-address-plugin{margin-top:11px}
}


/* TLCC 0.4.8 — real checkout order review products */
.tlcc-order-review-products-v048{
    width:100%;
    min-width:0;
}

.tlcc-order-review-head-v048,
.tlcc-order-review-row-v048{
    box-sizing:border-box;
}

@media (max-width:760px){
    .tlcc .tlcc-order-section .tlcc-order-review-products-v048{
        display:block!important;
        width:100%!important;
        min-width:0!important;
        overflow:hidden!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048,
    .tlcc .tlcc-order-section .tlcc-order-review-row-v048{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 42px 94px!important;
        gap:7px!important;
        align-items:center!important;
        direction:rtl!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        margin:0!important;
        box-sizing:border-box!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048{
        padding:0 8px 8px!important;
        color:var(--tlcc-muted)!important;
        font-size:10px!important;
        font-weight:700!important;
        line-height:1.35!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-row-v048{
        position:relative!important;
        padding:12px 8px!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-row-v048 + .tlcc-order-review-row-v048{
        border-top:1px dashed rgba(100,116,139,.28)!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-media-v048{
        display:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048>span:nth-child(1),
    .tlcc .tlcc-order-section .tlcc-order-review-name-v048{
        grid-column:1!important;
        min-width:0!important;
        max-width:100%!important;
        overflow:hidden!important;
        text-align:right!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048>span:nth-child(2),
    .tlcc .tlcc-order-section .tlcc-order-review-qty-v048{
        grid-column:2!important;
        width:42px!important;
        min-width:42px!important;
        max-width:42px!important;
        text-align:center!important;
        justify-self:center!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048>span:nth-child(3),
    .tlcc .tlcc-order-section .tlcc-order-review-total-v048{
        grid-column:3!important;
        width:94px!important;
        min-width:94px!important;
        max-width:94px!important;
        overflow:hidden!important;
        text-align:left!important;
        justify-self:stretch!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-name-v048 .tlcc-checkout-product__title,
    .tlcc .tlcc-order-section .tlcc-order-review-name-v048 .tlcc-checkout-product__title a{
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        width:100%!important;
        min-width:0!important;
        max-width:100%!important;
        max-height:3em!important;
        margin:0!important;
        overflow:hidden!important;
        color:inherit!important;
        font-size:11px!important;
        font-weight:700!important;
        line-height:1.5!important;
        text-align:right!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-name-v048 .tlcc-checkout-product__meta{
        display:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-qty-v048{
        display:grid!important;
        place-items:center!important;
        min-height:26px!important;
        padding:3px!important;
        border:1px solid rgba(100,116,139,.16)!important;
        border-radius:8px!important;
        background:#f8fafc!important;
        font-size:10px!important;
        font-weight:700!important;
        line-height:1!important;
        box-sizing:border-box!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-total-v048,
    .tlcc .tlcc-order-section .tlcc-order-review-total-v048 .woocommerce-Price-amount,
    .tlcc .tlcc-order-section .tlcc-order-review-total-v048 bdi{
        display:block!important;
        max-width:100%!important;
        margin:0!important;
        font-size:9.5px!important;
        font-weight:800!important;
        line-height:1.4!important;
        white-space:normal!important;
        word-break:keep-all!important;
        overflow-wrap:normal!important;
    }
}

@media (max-width:390px){
    .tlcc .tlcc-order-section .tlcc-order-review-head-v048,
    .tlcc .tlcc-order-section .tlcc-order-review-row-v048{
        grid-template-columns:minmax(0,1fr) 36px 80px!important;
        gap:5px!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048>span:nth-child(2),
    .tlcc .tlcc-order-section .tlcc-order-review-qty-v048{
        width:36px!important;
        min-width:36px!important;
        max-width:36px!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048>span:nth-child(3),
    .tlcc .tlcc-order-section .tlcc-order-review-total-v048{
        width:80px!important;
        min-width:80px!important;
        max-width:80px!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-name-v048 .tlcc-checkout-product__title,
    .tlcc .tlcc-order-section .tlcc-order-review-name-v048 .tlcc-checkout-product__title a{
        font-size:10px!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-total-v048,
    .tlcc .tlcc-order-section .tlcc-order-review-total-v048 .woocommerce-Price-amount,
    .tlcc .tlcc-order-section .tlcc-order-review-total-v048 bdi{
        font-size:8.8px!important;
    }
}


/* TLCC 0.4.9 — actual Woodmart order-review product nodes */
.tlcc-order-review-products-v048 .tlcc-wd-order-row{
    box-sizing:border-box;
    min-width:0;
}

@media (max-width:760px){
    .tlcc .tlcc-order-section .tlcc-order-review-products-v048{
        display:block!important;
        overflow:visible!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-products-v048 > link{
        display:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 42px 94px!important;
        column-gap:7px!important;
        align-items:center!important;
        direction:rtl!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:12px 8px!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row + .tlcc-wd-order-row{
        border-top:1px dashed rgba(100,116,139,.30)!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row > .wd-checkout-prod-img{
        display:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row > .wd-checkout-prod-cont{
        display:contents!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-name{
        grid-column:1!important;
        display:block!important;
        min-width:0!important;
        max-width:100%!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        text-align:right!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-name .cart-product-label{
        display:-webkit-box!important;
        -webkit-box-orient:vertical!important;
        -webkit-line-clamp:2!important;
        max-height:3em!important;
        margin:0!important;
        overflow:hidden!important;
        color:var(--tlcc-text)!important;
        font-size:11px!important;
        font-weight:700!important;
        line-height:1.5!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-qty{
        grid-column:2!important;
        display:grid!important;
        place-items:center!important;
        align-self:center!important;
        width:42px!important;
        min-width:42px!important;
        max-width:42px!important;
        min-height:26px!important;
        margin:0!important;
        padding:3px!important;
        border:1px solid rgba(100,116,139,.16)!important;
        border-radius:8px!important;
        background:#f8fafc!important;
        color:var(--tlcc-text)!important;
        font-size:10px!important;
        font-weight:700!important;
        line-height:1!important;
        text-align:center!important;
        box-sizing:border-box!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-name input[type="hidden"]{
        display:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total{
        grid-column:3!important;
        display:block!important;
        align-self:center!important;
        width:94px!important;
        min-width:94px!important;
        max-width:94px!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        text-align:left!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total .woocommerce-Price-amount,
    .tlcc .tlcc-order-section .tlcc-wd-order-total bdi{
        display:block!important;
        max-width:100%!important;
        margin:0!important;
        font-size:9.5px!important;
        font-weight:800!important;
        line-height:1.4!important;
        white-space:normal!important;
        word-break:keep-all!important;
    }
}

@media (max-width:390px){
    .tlcc .tlcc-order-section .tlcc-wd-order-row{
        grid-template-columns:minmax(0,1fr) 36px 80px!important;
        column-gap:5px!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-qty{
        width:36px!important;
        min-width:36px!important;
        max-width:36px!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total{
        width:80px!important;
        min-width:80px!important;
        max-width:80px!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-name .cart-product-label{
        font-size:10px!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total .woocommerce-Price-amount,
    .tlcc .tlcc-order-section .tlcc-wd-order-total bdi{
        font-size:8.8px!important;
    }
}

/* TLCC 0.4.11 — desktop Woodmart order-review alignment only */
@media (min-width:761px){
    .tlcc .tlcc-order-section .tlcc-order-review-products-v048{
        display:block!important;
        overflow:visible!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-products-v048 > link{
        display:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048{
        display:grid!important;
        grid-template-columns:72px minmax(0,1fr) 74px 130px!important;
        column-gap:14px!important;
        align-items:center!important;
        direction:rtl!important;
        width:100%!important;
        box-sizing:border-box!important;
        padding-inline:12px!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048 > span:nth-child(1){
        grid-column:2!important;
        text-align:right!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048 > span:nth-child(2){
        grid-column:3!important;
        text-align:center!important;
    }

    .tlcc .tlcc-order-section .tlcc-order-review-head-v048 > span:nth-child(3){
        grid-column:4!important;
        text-align:left!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row{
        display:grid!important;
        grid-template-columns:72px minmax(0,1fr) 74px 130px!important;
        column-gap:14px!important;
        align-items:center!important;
        direction:rtl!important;
        width:100%!important;
        min-width:0!important;
        margin:0!important;
        padding:14px 12px!important;
        box-sizing:border-box!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row + .tlcc-wd-order-row{
        border-top:1px dashed rgba(100,116,139,.24)!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row > .wd-checkout-prod-img{
        grid-column:1!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:72px!important;
        min-width:72px!important;
        max-width:72px!important;
        height:72px!important;
        margin:0!important;
        padding:0!important;
        overflow:hidden!important;
        border:1px solid rgba(100,116,139,.14)!important;
        border-radius:12px!important;
        background:#fff!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row > .wd-checkout-prod-img img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        margin:0!important;
        object-fit:contain!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-row > .wd-checkout-prod-cont{
        display:contents!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-name{
        grid-column:2!important;
        min-width:0!important;
        margin:0!important;
        padding:0!important;
        text-align:right!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-name .cart-product-label{
        display:block!important;
        min-width:0!important;
        margin:0!important;
        color:var(--tlcc-text)!important;
        font-size:13px!important;
        font-weight:700!important;
        line-height:1.75!important;
        white-space:normal!important;
        overflow-wrap:anywhere!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-qty{
        grid-column:3!important;
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:74px!important;
        min-width:74px!important;
        max-width:74px!important;
        min-height:34px!important;
        margin:0!important;
        padding:6px!important;
        box-sizing:border-box!important;
        border:1px solid rgba(100,116,139,.16)!important;
        border-radius:9px!important;
        background:#f8fafc!important;
        color:var(--tlcc-text)!important;
        font-size:12px!important;
        font-weight:700!important;
        line-height:1!important;
        text-align:center!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total{
        grid-column:4!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        width:130px!important;
        min-width:130px!important;
        max-width:130px!important;
        margin:0!important;
        padding:0!important;
        text-align:left!important;
        white-space:nowrap!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total .woocommerce-Price-amount,
    .tlcc .tlcc-order-section .tlcc-wd-order-total bdi{
        font-size:12px!important;
        font-weight:800!important;
        white-space:nowrap!important;
    }
}

/* TLCC 0.4.13 — desktop price-column fine alignment only */
@media (min-width:761px){
    .tlcc .tlcc-order-section .tlcc-order-review-head-v048 > span:nth-child(3){
        text-align:center!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total{
        justify-content:center!important;
        text-align:center!important;
    }

    .tlcc .tlcc-order-section .tlcc-wd-order-total .woocommerce-Price-amount,
    .tlcc .tlcc-order-section .tlcc-wd-order-total bdi{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        width:100%!important;
        text-align:center!important;
    }
}
