.thsalg-fbt {
	width: 100%;
	margin: 24px 0 34px;
	padding: 18px;
	border: 1px solid #d7e4f4;
	border-radius: 14px;
	background: #f7faff;
	box-shadow: 0 8px 24px rgba(0, 87, 184, .07);
	box-sizing: border-box;
}

/*
 * Temaet bruger sin egen kolonneopsætning. JavaScript samler derfor
 * produktgalleri og krydssalg i denne venstre kolonne, så boksen ikke
 * bliver ryddet ned under købspanelet.
 */
.single-product div.product .thsalg-product-left {
	float: none;
	clear: none;
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

.single-product div.product .thsalg-product-left > .woocommerce-product-gallery {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
}

.single-product div.product .thsalg-product-left > .thsalg-fbt {
	float: none !important;
	clear: none !important;
}

.thsalg-fbt__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
}

.thsalg-fbt__heading h2 {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #10233e;
}

.thsalg-fbt__heading p {
	margin: 3px 0 0;
	font-size: .84rem;
	color: #61718a;
}

.thsalg-fbt__star {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border-radius: 50%;
	background: #e8f2ff;
	color: #0057b8;
	font-size: 17px;
}

.thsalg-fbt__products {
	display: grid;
	gap: 8px;
}

.thsalg-fbt__product {
	position: relative;
	display: grid;
	grid-template-columns: 24px 66px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-height: 76px;
	padding: 9px;
	border: 1px solid #e2eaf4;
	border-radius: 10px;
	background: #fff;
}

.thsalg-fbt__select {
	margin: 0;
}

.thsalg-fbt__select input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: #0057b8;
}

.thsalg-fbt__image {
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.thsalg-fbt__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.thsalg-fbt__details {
	min-width: 0;
}

.thsalg-fbt__name {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 700;
	font-size: .9rem;
	line-height: 1.35;
	color: #16365f;
	text-decoration: none;
}

.thsalg-fbt__price {
	margin-top: 5px;
	font-weight: 800;
	font-size: .92rem;
	color: #0057b8;
}

.thsalg-fbt__price del {
	margin-right: 4px;
	font-weight: 500;
	color: #7c8797;
}

.thsalg-fbt__choose {
	display: inline-block;
	margin-top: 5px;
	font-size: .78rem;
	font-weight: 700;
	color: #0057b8;
}

.thsalg-fbt__footer {
	margin-top: 13px;
}

.thsalg-fbt__total {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
	font-size: .9rem;
	color: #52647d;
}

.thsalg-fbt__total strong {
	color: #10233e;
}

.thsalg-fbt .thsalg-fbt__button {
	width: 100%;
	min-height: 44px;
	border: 0;
	border-radius: 9px;
	background: #0057b8;
	color: #fff;
	font-weight: 800;
	box-shadow: none;
}

.thsalg-fbt .thsalg-fbt__button:hover,
.thsalg-fbt .thsalg-fbt__button:focus {
	background: #003f87;
	color: #fff;
}

.thsalg-fbt .thsalg-fbt__button[disabled] {
	opacity: .65;
	cursor: wait;
}

.thsalg-fbt__notice {
	min-height: 18px;
	margin: 8px 0 0;
	font-size: .82rem;
	font-weight: 700;
	color: #137333;
}

.thsalg-fbt__notice.is-error {
	color: #b42318;
}

@media (max-width: 768px) {
	.single-product div.product .thsalg-product-left {
		float: none;
		clear: both;
		width: 100%;
		max-width: none;
	}

	.thsalg-fbt {
		float: none;
		clear: both;
		width: 100%;
		margin-top: 16px;
		padding: 14px;
	}
}

@media (max-width: 420px) {
	.thsalg-fbt__product {
		grid-template-columns: 22px 56px minmax(0, 1fr);
		gap: 8px;
	}

	.thsalg-fbt__image {
		width: 56px;
		height: 56px;
	}
}


/* Longfill: nikotinbase-vælger */
.thsalg-fbt--nicotine .thsalg-nicotine__label {
	margin: 10px 0 8px;
	font-size: .86rem;
	font-weight: 800;
	color: #10233e;
}
.thsalg-nicotine__strengths,
.thsalg-nicotine__ratio-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.thsalg-nicotine__strength,
.thsalg-nicotine__ratio {
	min-width: 72px;
	padding: 10px 13px;
	border: 1px solid #c9d9ec;
	border-radius: 9px;
	background: #fff;
	color: #16365f;
	font-weight: 800;
	cursor: pointer;
}
.thsalg-nicotine__strength:hover,
.thsalg-nicotine__ratio:hover,
.thsalg-nicotine__strength.is-selected,
.thsalg-nicotine__ratio.is-selected {
	border-color: #0057b8;
	background: #eaf3ff;
	color: #0057b8;
}
.thsalg-nicotine__summary {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin: 14px 0 9px;
	padding-top: 12px;
	border-top: 1px solid #dbe6f3;
	font-size: .88rem;
	color: #52647d;
}
.thsalg-nicotine__summary strong { color: #10233e; }
.thsalg-fbt--nicotine [data-nicotine-add] { margin-top: 12px; }


/* v1.3.1: valgt nikotinbase med billede */
.thsalg-nicotine__preview {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	padding: 10px;
	border: 1px solid #d8e5f4;
	border-radius: 10px;
	background: #fff;
}
.thsalg-nicotine__preview[hidden] { display: none !important; }
.thsalg-nicotine__preview-image {
	width: 74px;
	height: 74px;
	display: grid;
	place-items: center;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.thsalg-nicotine__preview-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0;
	object-fit: contain;
}
.thsalg-nicotine__preview-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.thsalg-nicotine__preview-info strong {
	color: #10233e;
	font-size: .9rem;
	line-height: 1.35;
}
.thsalg-nicotine__preview-info span {
	margin-top: 3px;
	color: #61718a;
	font-size: .8rem;
}
.thsalg-nicotine__preview-price {
	margin-top: 5px;
	color: #0057b8;
	font-size: .92rem;
	font-weight: 800;
}


/* v1.3.2 – Evape-inspireret Longfill-tilkøb */
.thsalg-fbt--nicotine {
	padding: 16px 18px;
}
.thsalg-nicotine-list {
	display: flex;
	flex-direction: column;
}
.thsalg-nicotine-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 190px 86px;
	align-items: center;
	gap: 14px;
	padding: 12px 0;
	border-top: 1px solid #dfe7f1;
}
.thsalg-nicotine-row:first-child {
	border-top: 0;
}
.thsalg-nicotine-row__product {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.thsalg-nicotine-row__image {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.thsalg-nicotine-row__image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0;
	object-fit: contain;
}
.thsalg-nicotine-row__info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}
.thsalg-nicotine-row__info strong {
	color: #16365f;
	font-size: .9rem;
	line-height: 1.25;
}
.thsalg-nicotine-row__info span {
	margin-top: 4px;
	color: #10233e;
	font-size: .86rem;
	font-weight: 800;
}
.thsalg-nicotine-row__select,
.thsalg-nicotine-row__single {
	width: 100%;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid #d5dde7;
	border-radius: 8px;
	background: #fff;
	color: #27384f;
	font-size: .82rem;
}
.thsalg-nicotine-row__single {
	display: flex;
	align-items: center;
}
.thsalg-nicotine-row__addon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 9px;
	margin: 0;
	font-size: .86rem;
	font-weight: 700;
	color: #26364d;
}
.thsalg-nicotine-row__addon input {
	width: 22px;
	height: 22px;
	margin: 0;
	accent-color: #0057b8;
}
.thsalg-nicotine-footer {
	margin-top: 8px;
	padding-top: 12px;
	border-top: 1px solid #dfe7f1;
}
.thsalg-nicotine-footer .thsalg-fbt__button {
	margin-top: 0;
}
@media (max-width: 680px) {
	.thsalg-nicotine-row {
		grid-template-columns: minmax(0, 1fr) 72px;
		gap: 10px;
	}
	.thsalg-nicotine-row__choice {
		grid-column: 1 / -1;
		grid-row: 2;
	}
	.thsalg-nicotine-row__addon {
		grid-column: 2;
		grid-row: 1;
	}
}
