/* Checkout: replace the white logo only on checkout and keep it crisp. */
body.woocommerce-checkout img[src*="Timepark-new-White.png"],
body.woocommerce-checkout img[data-src*="Timepark-new-White.png"] {
	content: url("https://timeparkbd.com/wp-content/uploads/2025/04/Logo.png") !important;
	object-fit: contain;
}

/*
 * Homepage slider 604 uses the same 1366 × 768 creative for desktop and small
 * screens. Matching the container to that ratio prevents mobile/tablet crop.
 */
@media (max-width: 1024px) {
	body.home #slider-604 {
		aspect-ratio: 1366 / 768 !important;
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body.home #slider-604 .wd-carousel-inner,
	body.home #slider-604 .wd-carousel,
	body.home #slider-604 .wd-carousel-wrap,
	body.home #slider-604 .wd-slide,
	body.home #slider-604 .wd-slide-bg,
	body.home #slider-604 .wd-slide-container {
		height: 100% !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body.home #slider-604 canvas {
		width: 100% !important;
		height: 100% !important;
	}
}

