/**
 * Veloura shop-tweaks — kleine correcties op het Rey theme.
 */

/* Sticky add-to-cart: op mobiel alleen "Voeg toe aan winkelwagen", zonder prijs */
@media (max-width: 860px) {
	.rey-satc-openBtn .satc-price { display: none !important; }
}

/* Sidecart: nooit breder dan het scherm op mobiel (voorkomt links afgesneden paneel) */
@media (max-width: 640px) {
	.rey-cartPanel-wrapper.rey-sidePanel {
		width: 100vw !important;
		max-width: 100vw !important;
		min-width: 0 !important;
		left: auto !important;
		right: 0 !important;
	}
	.rey-cartPanel {
		min-width: 0 !important;
		width: 100% !important;
	}
}
