/* ================================================================
   Shop Theme CarsByRiisager 1 — Add-to-Cart Button
   Extends shop-future/style.css (loaded before this file).
   All rules scoped to body.wc-shop-theme-carsbyriisager1
   ================================================================ */

/* ── Add to Cart button — push to bottom of flex card ── */

body.wc-shop-theme-carsbyriisager1 ul.products li.product .button,
body.wc-shop-theme-carsbyriisager1 ul.products li.product .add_to_cart_button {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin-top: auto !important;
	text-align: center !important;
	background: var(--ft-ink) !important;
	color: #fff !important;
	border: none !important;
	border-radius: var(--ft-radius) !important;
	padding: 9px 14px !important;
	font-size: 0.76em !important;
	font-weight: 700 !important;
	letter-spacing: 0.09em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	transition: background .2s ease !important;
	cursor: pointer !important;
}

body.wc-shop-theme-carsbyriisager1 ul.products li.product .button:hover,
body.wc-shop-theme-carsbyriisager1 ul.products li.product .add_to_cart_button:hover {
	background: #2d3f56 !important;
	color: #fff !important;
}

/* ── "Se kurv" link injected by WooCommerce JS after successful AJAX add ── */

body.wc-shop-theme-carsbyriisager1 ul.products li.product .added_to_cart {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin-top: 6px !important;
	padding: 7px 14px !important;
	text-align: center !important;
	background: transparent !important;
	color: var(--ft-ink) !important;
	border: 1px solid var(--ft-border) !important;
	border-radius: var(--ft-radius) !important;
	font-size: 0.76em !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	transition: background .2s ease, color .2s ease !important;
}

body.wc-shop-theme-carsbyriisager1 ul.products li.product .added_to_cart:hover {
	background: var(--ft-surface-2) !important;
	color: var(--ft-ink) !important;
}
