/* ServicePoints — Frontend CSS (kavearuhaz.hu dark theme) */

/* ── Kosár: adótartalom külön sorba ────────── */

small.includes_tax {
	display: block;
}

/* ── Checkout: összefoglaló árak jobbra ────── */

.space-y-3.text-sm > span {
	float: right;
}

/* ── Checkout: pont-beváltó doboz ───────────── */

.svcpts-checkout-box {
	padding: 0;
	margin-bottom: 24px;
}

.svcpts-checkout-title {
	font-size: 16px;
	font-weight: 700;
	font-family: Poppins, Roboto, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	color: rgb(229, 231, 235);
	margin: 0 0 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Összesítő sorok */

.svcpts-summary {
	margin-bottom: 12px;
}

.svcpts-summary-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 0;
	font-size: 14px;
	font-family: Poppins, Roboto, sans-serif;
}

.svcpts-summary-row span {
	opacity: 0.6;
}

.svcpts-summary-row strong {
	color: #c79a74;
}

.svcpts-summary-row--active {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.svcpts-summary-row--active strong {
	color: #81c784;
}

.svcpts-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border: none;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	font-family: Poppins, Roboto, sans-serif;
	border-radius: 0;
	transition: background 0.15s;
	min-height: 44px;
}

.svcpts-btn--apply {
	background: #c79a74;
	color: #fff;
	width: 100%;
}

.svcpts-btn--apply:hover {
	background: #b8895f;
}

/* Csúszka szekció */

.svcpts-slider-section {
	margin-top: 10px;
}

.svcpts-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 6px;
	background: rgba(255, 255, 255, 0.1);
	outline: none;
	border-radius: 3px;
	cursor: pointer;
	margin: 0;
}

.svcpts-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 22px;
	height: 22px;
	background: #c79a74;
	border: 2px solid #222;
	border-radius: 50%;
	cursor: pointer;
}

.svcpts-slider::-moz-range-thumb {
	width: 22px;
	height: 22px;
	background: #c79a74;
	border: 2px solid #222;
	border-radius: 50%;
	cursor: pointer;
}

.svcpts-slider-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.svcpts-slider-val {
	font-size: 13px;
	font-weight: 600;
	color: #c79a74;
	font-family: Poppins, Roboto, sans-serif;
}

.svcpts-slider-btn {
	background: rgba(199, 154, 116, 0.15);
	color: #c79a74;
	border: 1px solid rgba(199, 154, 116, 0.3);
	padding: 6px 14px;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	font-family: Poppins, Roboto, sans-serif;
	transition: background 0.15s;
}

.svcpts-slider-btn:hover {
	background: rgba(199, 154, 116, 0.25);
}

/* Eltávolítás gomb (teljes szélesség) */

.svcpts-btn--remove-full {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.6);
	font-size: 12px;
	padding: 8px 16px;
	min-height: auto;
	width: 100%;
	margin-top: 4px;
}

.svcpts-btn--remove-full:hover {
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
}

/* Aktív beváltás */

.svcpts-active {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	background: rgba(199, 154, 116, 0.1);
	border: 1px solid #c79a74;
	padding: 12px 16px;
}

.svcpts-active-info {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-family: Poppins, Roboto, sans-serif;
}

.svcpts-active-check {
	color: #c79a74;
	font-weight: 700;
}

.svcpts-btn--remove {
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	padding: 6px 12px;
	min-height: auto;
}

.svcpts-btn--remove:hover {
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff;
}

/* Earn / regisztrációs üzenetek */

.svcpts-checkout-earn,
.svcpts-checkout-guest {
	font-size: 13px;
	font-family: Poppins, Roboto, sans-serif;
	opacity: 0.7;
	margin: 0;
	line-height: 1.6;
}

.svcpts-checkout-guest a {
	color: #c79a74;
	text-decoration: underline;
}

/* Disabled gombok */

.svcpts-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* ── Termékoldal: szerezhető pontok üzenet ─── */

.svcpts-product-message {
	font-size: 12px;
	font-family: Poppins, Roboto, sans-serif;
	opacity: 0.7;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 1.5;
}

.svcpts-product-message a {
	color: #c79a74;
	text-decoration: underline;
}

.svcpts-product-message a:hover {
	opacity: 0.8;
}

/* ── Kosár: szerezhető pontok sor ──────────── */

tr.svcpts-cart-message th,
tr.svcpts-cart-message td {
	font-size: 13px;
	font-family: Poppins, Roboto, sans-serif;
}

tr.svcpts-cart-message td strong {
	color: #c79a74;
}

/* ── Thank you oldal ──────────────────────── */

.svcpts-thankyou {
	background: rgba(199, 154, 116, 0.1);
	border: 1px solid rgba(199, 154, 116, 0.3);
	padding: 16px 20px;
	margin-bottom: 24px;
	font-size: 14px;
	font-family: Poppins, Roboto, sans-serif;
	line-height: 1.6;
}

.svcpts-thankyou p {
	margin: 0;
}

.svcpts-thankyou strong {
	color: #c79a74;
}

