/* VH Free Shipping Bar — VivaHome uyumlu stiller (v3.7.2)
   Panelden girilen değerler bunları <style id="vh-fs-style"> ile ezer. */

.vh-fs {
	--vh-fs-accent: #1876d2;
	--vh-fs-accent-hover: #0f5fae;
	--vh-fs-soft: #f3f9ff;
	--vh-fs-border: #dce8f6;
	--vh-fs-border-focus: #86c4ff;
	--vh-fs-text: #111827;
	--vh-fs-muted: #6b7280;
	box-sizing: border-box;
	margin: 12px 0;
	padding: 10px 5px 5px;
	/* Eşik altındayken nötr gri (sepet kartlarıyla aynı), hak kazanınca yeşile döner */
	background: #f3f9ff;
	border: 1px solid #dce8f6;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.4;
}

/* VivaHome ürün sayfası: mevcut 10px ritim, 5px iç padding ve nötr kart görünümü */
.route-product-product .vh-fs.vh-fs-product {
	box-sizing: border-box !important;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 0 10px 0 !important;
	padding: 5px !important;
	border: 1px solid #dbdada !important;
	border-radius: 10px !important;
	background: #f0f2f5 !important;
	box-shadow: none !important;
}

.route-product-product .vh-fs.vh-fs-product[data-state="qualified"] {
	border-color: #cdebd9 !important;
	background: #effbf5 !important;
}

@media (max-width: 768px) {
	.route-product-product .vh-fs.vh-fs-product {
		margin-bottom: 10px !important;
	}
}

.vh-fs *,
.vh-fs *::before,
.vh-fs *::after {
	box-sizing: border-box;
}

.vh-fs[data-state="qualified"] {
	background: #effbf5;
	border-color: #cdebd9;
}

/* Sekme ve kart alanı da durumla birlikte değişsin */
.vh-fs .vh-fs-sug {
	background: transparent;
}

/* ---- ürün sayfası: sadece barem rozeti ---- */

.vh-fs-mode-threshold {
	padding: 0;
	margin: 10px 0;
	background: none;
	border: 0;
	border-radius: 0;
}

.vh-fs-threshold {
	text-align: left;
}

.vh-fs-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px;
	background: #f3f9ff;
	border: 1px solid #dce8f6;
	border-radius: 8px;
	color: #0f5fae;
	font-weight: 600;
	line-height: 1.25;
}

/* ---- ilerleme ---- */

.vh-fs-head {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 9px;
}

.vh-fs-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
	background: var(--vh-fs-accent);
	-webkit-mask: center/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h11v9H3zM14 9h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17.5' cy='17' r='2'/%3E%3C/svg%3E");
	mask: center/contain no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6h11v9H3zM14 9h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Ccircle cx='17.5' cy='17' r='2'/%3E%3C/svg%3E");
}

.vh-fs-msg {
	color: #111827;
}

.vh-fs-msg b,
.vh-fs-msg strong {
	color: var(--vh-fs-accent);
}

.vh-fs-track {
	display: block;
	height: 8px;
	border-radius: 99px;
	background: #e7eef8;
	overflow: hidden;
}

.vh-fs-fill {
	display: block;
	height: 100%;
	border-radius: 99px;
	background: var(--vh-fs-accent);
	transition: width .35s ease;
}

.vh-fs[data-state="qualified"] .vh-fs-fill {
	width: 100% !important;
}

/* ---- öneri alanı ---- */

.vh-fs-sug {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px dashed #dce8f6;
}

.vh-fs-sug-title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	color: #111827;
}

.vh-fs-sug .swiper {
	position: relative;
}

.vh-fs-sug .swiper-container {
	overflow: hidden;
}

.vh-fs-sug .product-thumb {
	margin: 0;
	position: relative;
}

/* ---- indirim rozeti (yalnız kargo kazanıldığında basılır) ---- */

.vh-fs-promo-badge {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 3px;
	padding: 4px 4px;
	/* VivaHome ana vurgu rengi */
	border: 1px solid #86c4ff !important;
	border-radius: 8px !important;
	background: #0f5fae !important;
	color: #fff !important;
	font: 500 10px/1.35 sans-serif;
	letter-spacing: .1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	pointer-events: none;
}

/* pill — yuvarlak, hafif gölgeli, fotoğraf üstünde temiz durur */
.vh-fs-promo-badge.s-pill {
	border-color: #86c4ff;
	background: #f3f9ff;
	color: #111;
}

/* soft — cam etkili açık zemin, koyu yazı; en az dikkat dağıtan */
.vh-fs-promo-badge.s-soft {
	border-color: #b9d9f7;
	background: #f8fbff;
	color: #111;
}

/* tag — sağ ucu çentikli etiket */
.vh-fs-promo-badge.s-tag {
	border-color: #5aa9ef;
	background: #eaf4ff;
	color: #111;
}

/* flat — eski sade görünüm */
.vh-fs-promo-badge.s-flat {
	border-color: #1876d2;
	background: #1876d2;
	color: #fff;
}

/* ---- sekmeler ---- */

.vh-fs-tabs {
	display: flex;
	gap: 7px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.vh-fs-tabs::-webkit-scrollbar {
	display: none;
}

.vh-fs-tab {
	flex: 0 0 auto;
	padding: 7px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 999px;
	background: #fff;
	color: #555;
	font-size: 12.5px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
	transition: background .12s, color .12s, border-color .12s;
}

.vh-fs-tab.is-on {
	background: var(--vh-fs-accent);
	border-color: var(--vh-fs-accent);
	color: #fff;
}

.vh-fs-pane {
	display: none;
}

.vh-fs-pane.is-on {
	display: block;
}

/* ---- kompakt kart: görsel karta tam oturur ---- */

.vh-fs-sw .swiper-slide {
	width: 60px;
	flex: 0 0 auto;
}

.vh-fs-c {
	width: 60px;
	height: auto;
}

/* Her ürün ayrı bir kart: beyaz zemin, soft mavi kenarlık ve hafif gölge. */
.vh-fs-c {
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 114px;
	padding: 5px;
	border: 1px solid #dadee2;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(24, 33, 47, .07);
}

/* Slayt da daralmasın; 12 ürün sığmazsa yatay kaydırılır */
.vh-fs-sw .swiper-slide {
	min-width: 114px;
}

.vh-fs-c-img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	aspect-ratio: 2 / 3;
}

.vh-fs-c-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.vh-fs-c-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

/* Görselin altında, kart genişliğinde tıklanabilir çip.
   Tema button kurallarını üç seviyeli seçicilerle bastığı için
   burada da element + iki sınıf kullanıyoruz. */
.vh-fs-c button.vh-fs-add,
.vh-fs-sw button.vh-fs-add,
.vh-fs-sug button.vh-fs-add,
.vh-fs-add {
	display: block !important;
	width: 100% !important;
	box-sizing: border-box !important;
	margin: 5px 0 0 !important;
	padding: 5px 4px !important;
	border: 1px solid #1876d2 !important;
	border-radius: 8px !important;
	background: #1876d2 !important;
	background-image: none !important;
	color: #fff !important;
	font: 700 10.5px/1.3 sans-serif !important;
	letter-spacing: .1px;
	text-align: center !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	box-shadow: none !important;
	text-shadow: none !important;
	transition: background .15s, border-color .15s, color .15s;
}

/* Hover: VivaHome koyu mavi */
.vh-fs-c button.vh-fs-add:hover,
.vh-fs-c button.vh-fs-add:focus,
.vh-fs-add:hover,
.vh-fs-add:focus {
	border-color: #0f5fae !important;
	background: #0f5fae !important;
	color: #fff !important;
}

.vh-fs-add:active {
	transform: scale(.97);
}

/* ad + fiyat (Kartta Ad ve Fiyat açıkken) */
.vh-fs-c-meta {
	display: block;
	padding: 5px 0 0;
}

.vh-fs-c-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	/* Satır yüksekliği dar kalınca overflow:hidden harflerin üstünü
	   kırpıyordu; 1.4 ve küçük bir üst boşluk bunu kapatıyor. */
	padding: 1px 3px 0;
	font-size: 11px;
	line-height: 1.4;
	color: #333;
	text-decoration: none;
}

.vh-fs-c-meta .vh-fs-item-price {
	display: block;
	margin-top: 4px;
	padding-left: 3px;
	font-size: 10.5px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--vh-fs-accent);
}

/* Eski fiyat kırmızı ve üstü çizili, yeni fiyatla aynı boyutta, yan yana */
.vh-fs-c-meta .vh-fs-item-price s {
	display: inline !important;
	font-size: 1em !important;
	font-weight: 600;
	color: #d0342c !important;
	text-decoration: line-through !important;
	text-decoration-color: #d0342c;
	text-decoration-thickness: 1px;
}

.vh-fs-c-meta .vh-fs-item-price b {
	font-size: 1em;
	font-weight: 800;
	color: var(--vh-fs-accent);
}

/* Ayıraç: üstü çizili alana girmemesi için yeni fiyata bağlı */
.vh-fs-c-meta .vh-fs-item-price s + b::before {
	content: '|';
	margin: 0 3px;
	color: #b9c0c5;
	font-weight: 400;
	text-decoration: none;
}

/* ---- seçenek katmanı ---- */

.vh-fs-opt-wrap {
	position: fixed;
	inset: 0;
	z-index: 2147482000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.vh-fs-opt-back {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .5);
}

.vh-fs-opt-sheet {
	position: relative;
	width: 100%;
	max-width: 460px;
	max-height: 86vh;
	height: auto;
	overflow: auto;
	/* İçeriği kadar açılır; alttaki boşluk yalnızca güvenli alan kadar */
	padding: 16px 16px calc(12px + env(safe-area-inset-bottom, 0px));
	background: #fff;
	border-radius: 14px 14px 0 0;
	box-shadow: 0 -6px 26px rgba(0, 0, 0, .25);
	animation: vhFsUp .18s ease-out;
}

@keyframes vhFsUp {
	from { transform: translateY(16px); opacity: .6; }
	to   { transform: translateY(0); opacity: 1; }
}

.vh-fs-opt-x {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: 0;
	background: none;
	color: #666;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.vh-fs-opt-head {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding-right: 34px;
	margin-bottom: 14px;
}

/* Görseller 1200x1800 (2:3) — kutu da aynı oranda.
   Mobil 60x90, masaüstü 80x120. object-fit: contain, yani hiçbir şey
   kırpılmıyor; oranı farklı bir görsel gelirse boşluk bırakır, keser değil. */
.vh-fs-opt-img {
	display: block;
	flex: 0 0 60px;
	width: 60px;
	height: 90px;
	overflow: hidden;
	border-radius: 8px;
	background: #f2f2f2;
}

.vh-fs-opt-head img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.vh-fs-opt-info {
	min-width: 0;
}

.vh-fs-opt-brand {
	font-size: 12px;
	font-weight: 700;
	color: #222;
	margin-bottom: 1px;
}

.vh-fs-opt-price {
	margin-top: 3px;
}

.vh-fs-opt-price s {
	margin-right: 6px;
	color: #999;
	font-size: 12px;
}

.vh-fs-opt-price b {
	font-size: 16px;
	color: var(--vh-fs-accent);
}

.vh-fs-opt-name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 13.5px;
	font-weight: 600;
	line-height: 1.35;
	color: #222;
	text-decoration: none;
}

.vh-fs-opt-name:hover,
.vh-fs-opt-name:focus {
	color: var(--vh-fs-accent);
	text-decoration: none;
}

.vh-fs-opt {
	margin-bottom: 12px;
}

.vh-fs-opt-form > .vh-fs-opt:last-child {
	margin-bottom: 0;
}

/* Buton gizliyken hiç yer kaplamasın */
.vh-fs-opt-foot[hidden] {
	display: none !important;
}

.vh-fs-opt.is-bad .vh-fs-opt-label {
	color: #c92a2a;
}

.vh-fs-opt.is-bad select,
.vh-fs-opt.is-bad input,
.vh-fs-opt.is-bad textarea {
	border-color: #c92a2a;
}

.vh-fs-opt-label {
	display: block;
	margin-bottom: 5px;
	font-size: 12.5px;
	font-weight: 600;
	color: #333;
}

.vh-fs-opt-label em {
	color: #c92a2a;
	font-style: normal;
}

.vh-fs-opt select,
.vh-fs-opt input,
.vh-fs-opt textarea {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #d5d5d5;
	border-radius: 8px;
	font-size: 14px;
	background: #fff;
	color: #222;
}

.vh-fs-opt-choices {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
}

.vh-fs-chip {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	min-height: 46px;
	padding: 8px 6px;
	text-align: center;
	border: 1.5px solid #dcdcdc;
	border-radius: 10px;
	background: #fff;
	color: #222;
	font-size: 13.5px;
	font-weight: 500;
	line-height: 1.2;
	cursor: pointer;
	transition: border-color .12s, background .12s;
}

.vh-fs-chip > span {
	font-size: 14px;
	line-height: 1.25;
}

.vh-fs-chip:active {
	transform: scale(.97);
}

.vh-fs-chip.is-on {
	border-color: var(--vh-fs-accent);
	background: #f3f9ff;
	font-weight: 700;
}

.vh-fs-chip.is-on i {
	color: var(--vh-fs-accent);
}

.vh-fs-chip.is-out {
	opacity: .4;
	text-decoration: line-through;
	cursor: not-allowed;
}

.vh-fs-opt-sheet.is-busy {
	pointer-events: none;
	opacity: .65;
}

.vh-fs-opt-err {
	margin: 4px 0 10px;
	padding: 8px 10px;
	background: #fff5f5;
	border: 1px solid #ffc9c9;
	border-radius: 8px;
	color: #c92a2a;
	font-size: 12.5px;
}

.vh-fs-opt-foot {
	position: sticky;
	bottom: 0;
	display: flex;
	gap: 8px;
	padding-top: 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 35%);
}

.vh-fs-opt-go {
	flex: 1;
	padding: 12px;
	border: 0;
	border-radius: 9px;
	background: var(--vh-fs-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.vh-fs-opt-go:disabled {
	opacity: .6;
}

@media (min-width: 768px) {
	.vh-fs-opt-wrap {
		align-items: center;
	}

	.vh-fs-opt-sheet {
		border-radius: 14px;
		max-height: 80vh;
	}

	.vh-fs-opt-choices {
		grid-template-columns: repeat(4, 1fr);
	}

	.vh-fs-opt-img {
		flex-basis: 80px;
		width: 80px;
		height: 120px;
	}
}

.vh-fs-item {
	position: relative;
}

/* Swiper init edilemezse yatay kaydırmalı ızgaraya düş */
.vh-fs-nosw .swiper-wrapper {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}

.vh-fs-nosw .swiper-wrapper > .product-layout {
	flex: 0 0 46%;
	scroll-snap-align: start;
}

.vh-fs-nosw .swiper-buttons,
.vh-fs-nosw .swiper-pagination {
	display: none;
}

/* ---- Journal modülü seçilmediğinde ---- */

.vh-fs-fallback {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 4px;
}

.vh-fs-item {
	flex: 0 0 148px;
	display: flex;
	flex-direction: column;
	padding: 8px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	text-decoration: none;
	color: inherit;
}

.vh-fs-item-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.vh-fs-item-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	margin-top: auto;
	padding-top: 6px;
}



.vh-fs-add-busy {
	opacity: .5;
}

.vh-fs-item-price s {
	display: block;
	color: #8a8a8a;
	font-weight: 500;
	font-size: .84em;
	text-decoration: line-through !important;
	text-decoration-color: #c0392b;
	text-decoration-thickness: 1px;
}

/* Journal kartında indirimli fiyat: aslı soluklaşır, yenisi öne çıkar */
.vh-fs-sug-promo .product-thumb .price-normal,
.vh-fs-sug-promo .product-thumb .price-new {
	text-decoration: line-through;
	opacity: .55;
	font-weight: 400;
}

.vh-fs-sug-promo .product-thumb .price-tax {
	display: none;
}

.vh-fs-new-price {
	display: inline-block;
	margin-left: 6px;
	color: #e8590c;
	font-weight: 700;
}

.vh-fs-item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 2 / 3;
	object-fit: contain;
	background: #f5f5f5;
	border-radius: 6px;
}

.vh-fs-item-name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 6px 0 3px;
	font-size: 12px;
	line-height: 1.3;
}

.vh-fs-item-price {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: var(--vh-fs-accent);
}

/* Kart adı satır sınırı panelden verilebilsin diye kanca */
.vh-fs-sug .product-thumb .name a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (min-width: 768px) {
	.vh-fs {
		padding: 14px;
		font-size: 15px;
	}

	.vh-fs-sw .swiper-slide,
	.vh-fs-c {
		width: 80px;
	}

		.vh-fs-c button.vh-fs-add,
	.vh-fs-add {
		padding: 7px 5px !important;
		font-size: 11px !important;
	}

	.vh-fs-c,
	.vh-fs-sw .swiper-slide {
		min-width: 142px;
	}

	.vh-fs-c-name {
		font-size: 12px;
	}

	.vh-fs-c-meta .vh-fs-item-price {
		font-size: 12px;
	}

	.vh-fs-tab {
		font-size: 13px;
		padding: 8px 16px;
	}

	.vh-fs-c .vh-fs-promo-badge {
		font-size: 11.5px;
		padding: 5px 7px;
	}

	.vh-fs-mode-threshold {
		padding: 0;
	}

	.vh-fs-nosw .swiper-wrapper > .product-layout {
		flex-basis: 23%;
	}

	.vh-fs-item {
		flex-basis: 160px;
	}
}


/* ---- carousel sayfa noktaları ---- */
.vh-fs-dots {
	display: flex !important;
	justify-content: center;
	gap: 6px;
	margin-top: 9px;
	line-height: 1;
}

.vh-fs-dot {
	display: block !important;
	width: 7px;
	height: 7px;
	border-radius: 99px;
	background: #c9d2cb;
	cursor: pointer;
	transition: width .18s ease, background .18s ease;
}

.vh-fs-dot.is-on {
	width: 20px;
	background: var(--vh-fs-accent);
}

@media (min-width: 768px) {
	.vh-fs-dots {
		margin-top: 11px;
	}

	.vh-fs-dot {
		width: 8px;
		height: 8px;
	}

	.vh-fs-dot.is-on {
		width: 22px;
	}
}


/* Kazanç satırı — VivaHome soft mavi vurgu + kesikli kenarlık. */
.vh-fs-saved {
	margin: 7px 0 11px;
	padding: 6px 9px;
	border: 1px dashed #86c4ff;
	border-radius: 8px;
	background: #f3f9ff;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

@media (min-width: 768px) {
	.vh-fs-saved {
		margin: 8px 0 13px;
		padding: 7px 11px;
		font-size: 13px;
	}
}





/* ---- alışveriş özetindeki açılır kazanç satırı ---- */
.vh-fs-sum-saved {
	margin: 7px 0;
	border: 1px solid #dce8f6;
	border-radius: 8px;
	background: rgba(24, 118, 210, .08);
	overflow: hidden;
}

.vh-fs-sv-head {
	display: flex !important;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 7px 9px;
	border: 0 !important;
	background: none !important;
	color: #0f5fae !important;
	font: 700 12.5px/1.35 inherit !important;
	text-align: left !important;
	cursor: default;
	box-shadow: none !important;
}

.vh-fs-sum-saved.has-rows .vh-fs-sv-head {
	cursor: pointer;
}

.vh-fs-sv-head > span {
	flex: 1 1 auto;
	min-width: 0;
}

.vh-fs-sv-head > b {
	font-weight: 800;
	white-space: nowrap;
}

.vh-fs-sv-caret {
	flex: 0 0 auto;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #0f5fae;
	transition: transform .18s ease;
}

.vh-fs-sum-saved.is-open .vh-fs-sv-caret {
	transform: rotate(180deg);
}

.vh-fs-sv-body {
	display: none;
	padding: 0 9px 8px;
}

.vh-fs-sum-saved.is-open .vh-fs-sv-body {
	display: block;
}

.vh-fs-sv-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	padding: 4px 0;
	border-top: 1px dashed rgba(24, 118, 210, .22);
	font-size: 11.5px;
	line-height: 1.35;
	color: #334155;
}

.vh-fs-sv-name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vh-fs-sv-qty {
	flex: 0 0 auto;
	color: #6b7280;
	font-variant-numeric: tabular-nums;
}

.vh-fs-sv-tot {
	flex: 0 0 auto;
	font-weight: 700;
	color: #0f5fae;
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
