/* =========================================================================
   דף הבית v2 — קצר, צבעוני, ומכירתי.

   שלוש בעיות שהגרסה הקודמת סבלה מהן, ומה נעשה כאן:

   1. אורך. 7,653px בנייד. כאן כל סקציה קומפקטית, בלי כותרות־על ובלי
      פסקאות הסבר — כותרת קצרה וקישור "הכל" באותה שורה.
   2. לובן. עמוד לבן רצוף נקרא כמסמך, לא כחנות. כאן יש רקע סגול רך
      בפתיח, סקציות מתחלפות לבן/רך, ומחירים בצבע המותג.
   3. אין מוצרים. עכשיו יש רשת מוצרים אמיתית עם מחיר וכפתור.

   הכל נבנה מ-375px כלפי מעלה.
   ========================================================================= */

/* ---------- פתיח ---------- */
.bpx-on .bpx-h2-hero {
	position: relative;
	padding: 26px 0 24px;
	background:
		radial-gradient(120% 90% at 85% 0%, rgba(108, 15, 208, .16), transparent 60%),
		linear-gradient(180deg, #f7f2ff 0%, #fdfcff 100%);
	border-bottom: 1px solid var(--bp-line);
}

.bpx-h2-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #fff;
	border: 1.5px solid color-mix(in srgb, var(--bp-primary) 22%, #fff);
	color: var(--bp-primary-d);
	font-size: 12.5px;
	font-weight: 700;
}
.bpx-h2-eyebrow .bpx-i { width: 15px; height: 15px; }

.bpx-on .bpx-h2-title {
	margin: 12px 0 6px;
	font-size: 30px;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -.5px;
	color: var(--bp-ink);
}
.bpx-on .bpx-h2-title .bpx-hl { color: var(--bp-primary); }

.bpx-h2-sub {
	margin: 0 0 16px;
	font-size: 14.5px;
	line-height: 1.55;
	color: var(--bp-body);
	max-width: 46ch;
}

/* ---------- חיפוש ---------- */
.bpx-h2-search {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 6px 6px 6px;
	padding-inline-start: 14px;
	background: #fff;
	border: 2px solid var(--bp-primary);
	border-radius: 14px;
	box-shadow: 0 10px 26px rgba(108, 15, 208, .14);
}
.bpx-h2-search > .bpx-i { width: 20px; height: 20px; color: var(--bp-primary); flex: 0 0 auto; }
.bpx-on .bpx-h2-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	border: 0;
	background: none;
	padding: 10px 0;
	font-size: 15px;
	font-family: inherit;
	color: var(--bp-ink);
	box-shadow: none;
	outline: none;
}
.bpx-h2-search input::placeholder { color: #9aa0ae; }
.bpx-on .bpx-h2-search button {
	flex: 0 0 auto;
	border: 0;
	border-radius: 10px;
	background: var(--bp-primary);
	color: #fff;
	font-family: inherit;
	font-size: 14.5px;
	font-weight: 700;
	padding: 11px 18px;
	cursor: pointer;
}
.bpx-on .bpx-h2-search button:hover { background: var(--bp-primary-d); }

/* ---------- שני קיצורי הדרך ---------- */
.bpx-h2-quick {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 12px;
}
.bpx-on .bpx-h2-quick > a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 12px 13px;
	border-radius: 14px;
	background: #fff;
	border: 1.5px solid var(--bp-line);
	text-decoration: none;
	min-height: 56px;
	transition: border-color .15s, box-shadow .15s;
}
.bpx-on .bpx-h2-quick > a:hover {
	border-color: var(--bp-primary);
	box-shadow: 0 8px 20px rgba(108, 15, 208, .12);
}
.bpx-h2-quick .bpx-i { width: 22px; height: 22px; color: var(--bp-primary); flex: 0 0 auto; }
.bpx-on .bpx-h2-quick span {
	display: flex;
	flex-direction: column;
	min-width: 0;
	font-size: 14px;
	font-weight: 700;
	color: var(--bp-ink);
	line-height: 1.25;
}
.bpx-h2-quick small { font-size: 11.5px; font-weight: 500; color: var(--bp-body); }

/* ---------- סקציה גנרית ---------- */
.bpx-on .bpx-h2-sec { padding: 26px 0; }
.bpx-h2-sec--soft { background: var(--bp-bg-soft); }

.bpx-h2-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.bpx-on .bpx-h2-head h2 {
	margin: 0;
	font-size: 21px;
	font-weight: 800;
	color: var(--bp-ink);
	line-height: 1.2;
}
.bpx-on .bpx-h2-head > a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 3px;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--bp-primary);
	text-decoration: none;
	white-space: nowrap;
}
.bpx-h2-head > a .bpx-i { width: 15px; height: 15px; }
.bpx-h2-note { margin: -6px 0 14px; font-size: 13px; color: var(--bp-body); }

/* ---------- קטגוריות ---------- */
.bpx-h2-cats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 9px;
}
.bpx-on .bpx-h2-cat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 12px 6px 10px;
	border-radius: 14px;
	background: #fff;
	border: 1.5px solid var(--bp-line);
	text-decoration: none;
	text-align: center;
	transition: border-color .15s, transform .15s;
}
.bpx-on .bpx-h2-cat:hover { border-color: var(--bp-primary); transform: translateY(-2px); }
.bpx-h2-cat-ico {
	font-size: 24px;
	line-height: 1;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}
.bpx-on .bpx-h2-cat-name {
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--bp-ink);
}

/* ---------- רשת המוצרים ---------- */
.bpx-on ul.products.bpx-h2-prods {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bpx-on ul.products.bpx-h2-prods::before,
.bpx-on ul.products.bpx-h2-prods::after { content: none; }
.bpx-on ul.products.bpx-h2-prods li.product {
	width: 100%;
	margin: 0;
	float: none;
	clear: none;
}

/* ---------- טעינות סים ---------- */
.bpx-h2-topups {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
	gap: 9px;
}
.bpx-on .bpx-h2-topup {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 11px;
	border-radius: 12px;
	background: #fff;
	border: 1.5px solid var(--bp-line);
	text-decoration: none;
	min-height: 54px;
}
.bpx-on .bpx-h2-topup:hover { border-color: var(--bp-primary); }
.bpx-h2-topup-art { flex: 0 0 34px; }
.bpx-h2-topup-art svg,
.bpx-h2-topup-art img { width: 34px; height: 34px; display: block; border-radius: 8px; }
.bpx-on .bpx-h2-topup-name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 13.5px;
	font-weight: 700;
	color: var(--bp-ink);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bpx-h2-topup-price { flex: 0 0 auto; font-size: 15px; font-weight: 800; color: var(--bp-primary); }

/* ---------- תיקונים לפי סוג (עמודי השירות) ---------- */
.bpx-h2-services { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.bpx-on .bpx-h2-service {
	display: flex; flex-direction: column; align-items: center; text-align: center; gap: 3px;
	padding: 14px 8px 12px; min-width: 0;
	background: #fff; border: 1.5px solid var(--bp-line); border-radius: var(--bp-r);
	text-decoration: none; color: inherit;
	transition: border-color .18s, box-shadow .18s, transform .18s;
}
.bpx-on .bpx-h2-service:hover { border-color: var(--bp-primary); box-shadow: var(--bp-sh); transform: translateY(-2px); text-decoration: none; }
.bpx-h2-service-ico { font-size: 24px; line-height: 1; }
.bpx-on .bpx-h2-service-name { font-size: 14px; font-weight: 700; color: var(--bp-ink); line-height: 1.25; }
.bpx-h2-service-sub { font-size: 11.5px; color: var(--bp-body); }
@media (max-width: 900px) { .bpx-h2-services { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) {
	.bpx-h2-services { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	.bpx-on .bpx-h2-service { padding: 12px 6px 10px; }
	.bpx-on .bpx-h2-service-name { font-size: 13px; }
}

/* ---------- מדריכים מהמעבדה (כרטיס מאמר — עותק קומפקטי מ-blog.css,
   כי blog.css נטען רק בעמודי הבלוג ודף הבית מציג שלושה כרטיסים) ---------- */
.bpx-h2-guides { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.bpx-on .bpx-h2-guides .bpx-article-card {
	display: flex; gap: 12px; padding: 14px 15px; min-width: 0;
	background: #fff; border: 1.5px solid var(--bp-line); border-radius: var(--bp-r);
	text-decoration: none; color: inherit; transition: border-color .18s, box-shadow .18s, transform .18s;
}
.bpx-on .bpx-h2-guides .bpx-article-card:hover { border-color: var(--bp-primary); box-shadow: var(--bp-sh); transform: translateY(-2px); text-decoration: none; }
.bpx-h2-guides .bpx-article-card-ico {
	flex: 0 0 auto; width: 40px; height: 40px; border-radius: 12px; font-size: 21px;
	display: flex; align-items: center; justify-content: center; background: var(--bp-primary-l);
}
.bpx-h2-guides .bpx-article-card-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.bpx-h2-guides .bpx-article-card-cat { font-size: 11.5px; font-weight: 700; letter-spacing: .04em; color: var(--bp-accent); }
.bpx-h2-guides .bpx-article-card strong { font-size: 15px; font-weight: 700; color: var(--bp-ink); line-height: 1.35; }
.bpx-h2-guides .bpx-article-card-ex {
	font-size: 13px; color: var(--bp-body); line-height: 1.45;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@media (max-width: 900px) { .bpx-h2-guides { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .bpx-h2-guides { grid-template-columns: 1fr; gap: 10px; } .bpx-h2-guides .bpx-article-card-ex { display: none; } }

/* ---------- ארבע העובדות ---------- */
.bpx-h2-facts {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.bpx-h2-facts > li {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0;
	padding: 12px 13px;
	border-radius: 14px;
	background: var(--bp-bg-soft);
	border: 1.5px solid var(--bp-line);
}
.bpx-h2-facts .bpx-i { width: 20px; height: 20px; color: var(--bp-primary); flex: 0 0 auto; }
.bpx-on .bpx-h2-facts span {
	display: flex;
	flex-direction: column;
	min-width: 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--bp-body);
}
.bpx-on .bpx-h2-facts strong {
	font-size: 13.5px;
	font-weight: 700;
	color: var(--bp-ink);
	margin-bottom: 1px;
}

/* גרסת 5 האריחים שמיד אחרי הפתיח — אותם אריחים, עמודה נוספת,
   וריווח סקציה מהודק כדי שהקטגוריות לא יידחפו מסך שלם למטה. */
.bpx-h2-facts--5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 900px) {
	.bpx-h2-facts--5 { grid-template-columns: 1fr 1fr; }
	.bpx-h2-facts--5 > li:last-child { grid-column: 1 / -1; }
}
.bpx-on .bpx-h2-sec--facts { padding: 18px 0 4px; }
/* אריח שהוא קישור (וויז) — נראה כמו אחיו, בלי כחול ובלי קו תחתון */
.bpx-on .bpx-h2-fact-link {
	display: flex; align-items: flex-start; gap: 9px;
	color: inherit; text-decoration: none; min-width: 0;
}
.bpx-on .bpx-h2-fact-link:hover { text-decoration: none; }
.bpx-h2-facts > li:has(.bpx-h2-fact-link) { padding: 0; }
.bpx-h2-facts .bpx-h2-fact-link { padding: 12px 13px; width: 100%; }
.bpx-on .bpx-h2-facts span a { color: var(--bp-primary); text-decoration: underline; }
.bpx-on .bpx-h2-facts span small { font-size: inherit; line-height: inherit; color: inherit; }
/* הכתובת בפתיח הפכה לקישור — שומרת בדיוק על מראה התגית הקודם */
.bpx-on a.bpx-h2-eyebrow { text-decoration: none; color: var(--bp-primary-d); }
.bpx-on a.bpx-h2-eyebrow:hover { text-decoration: underline; }

/* ---------- סגירה ---------- */
.bpx-on .bpx-h2-cta {
	padding: 30px 0;
	background: linear-gradient(135deg, var(--bp-primary-d) 0%, var(--bp-primary) 100%);
	color: #fff;
}
.bpx-h2-cta-in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}
.bpx-on .bpx-h2-cta h2 { margin: 0 0 5px; font-size: 22px; font-weight: 800; color: #fff; }
.bpx-on .bpx-h2-cta p { margin: 0; font-size: 14.5px; line-height: 1.5; color: rgba(255, 255, 255, .92); }
.bpx-h2-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.bpx-on .bpx-h2-cta .bpx-btn-solid { background: #fff; color: var(--bp-primary-d); }
.bpx-on .bpx-h2-cta .bpx-btn-solid:hover { background: #f2ecff; color: var(--bp-primary-d); }

/* =========================================================================
   נייד
   ========================================================================= */
@media (max-width: 640px) {
	.bpx-on .bpx-h2-hero { padding: 20px 0 20px; }
	.bpx-on .bpx-h2-title { font-size: 26px; }
	.bpx-h2-sub { font-size: 13.5px; margin-bottom: 14px; }

	.bpx-h2-search { padding-inline-start: 12px; border-radius: 13px; }
	.bpx-on .bpx-h2-search input[type="search"] { font-size: 16px; }  /* 16px מונע זום ב-iOS */
	.bpx-on .bpx-h2-search button { padding: 11px 14px; font-size: 14px; }

	.bpx-on .bpx-h2-sec { padding: 22px 0; }
	.bpx-on .bpx-h2-head h2 { font-size: 18.5px; }
	.bpx-on .bpx-h2-head > a { font-size: 12.5px; }

	.bpx-h2-cats { grid-template-columns: repeat(4, 1fr); gap: 7px; }
	.bpx-on .bpx-h2-cat { padding: 10px 4px 9px; border-radius: 12px; }
	.bpx-h2-cat-ico { font-size: 21px; }
	.bpx-on .bpx-h2-cat-name { font-size: 10.5px; }

	.bpx-h2-facts { grid-template-columns: 1fr 1fr; gap: 7px; }
	.bpx-h2-facts > li { padding: 10px; border-radius: 12px; }
	.bpx-on .bpx-h2-facts strong { font-size: 12.5px; }
	.bpx-on .bpx-h2-facts span { font-size: 11px; }
	.bpx-h2-facts .bpx-h2-fact-link { padding: 10px; }
	.bpx-on .bpx-h2-sec--facts { padding: 14px 0 0; }

	.bpx-h2-cta-in { flex-direction: column; align-items: stretch; text-align: center; }
	.bpx-on .bpx-h2-cta h2 { font-size: 19px; }
	.bpx-h2-cta-btns { justify-content: center; }
	.bpx-on .bpx-h2-cta .bpx-btn { flex: 1 1 0; justify-content: center; }
}

@media (max-width: 360px) {
	.bpx-h2-cats { grid-template-columns: repeat(3, 1fr); }
	.bpx-h2-quick { grid-template-columns: 1fr; }
}

/* ---------- כרטיס מוצר קומפקטי בדף הבית ---------- */
/* כרטיס ברירת המחדל של ווקומרס בנוי לעמוד קטגוריה, ובדף הבית הוא
   הפך שש שורות ל-1,500px. כאן חותכים כל מה שאינו תמונה/שם/מחיר/כפתור. */
.bpx-on .bpx-h2-prods li.product .bpx-shortdesc,
.bpx-on .bpx-h2-prods li.product .woocommerce-product-details__short-description,
.bpx-on .bpx-h2-prods li.product .bpx-loop-meta,
.bpx-on .bpx-h2-prods li.product .woocommerce-loop-product__categories { display: none; }

.bpx-on .bpx-h2-prods li.product { padding: 9px; border-radius: 14px; }
.bpx-on .bpx-h2-prods li.product img { aspect-ratio: 1 / 1; object-fit: contain; }
.bpx-on .bpx-h2-prods li.product .woocommerce-loop-product__title {
	font-size: 13px !important;
	line-height: 1.3;
	margin: 7px 0 3px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.6em;
}
.bpx-on .bpx-h2-prods li.product .price { font-size: 15.5px !important; margin: 0 0 7px; }
.bpx-on .bpx-h2-prods li.product .button {
	width: 100%;
	padding: 9px 8px;
	font-size: 13px;
	border-radius: 10px;
}

@media (max-width: 640px) {
	.bpx-on .bpx-h2-prods li.product { padding: 8px; }
	.bpx-on .bpx-h2-prods li.product .woocommerce-loop-product__title { font-size: 12.5px !important; }
	.bpx-on .bpx-h2-prods li.product .price { font-size: 15px !important; }
	.bpx-on .bpx-h2-prods li.product .button { font-size: 12.5px; padding: 9px 6px; }
}

/* ---------- "מה התקלה?" — פותח את האשף ---------- */
.bpx-on .bpx-h2-wiz {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	margin-top: 10px;
	padding: 14px 16px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, var(--bp-primary) 0%, var(--bp-primary-d) 100%);
	color: #fff;
	font-family: inherit;
	font-size: 15.5px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(108, 15, 208, .28);
	min-height: 52px;
}
.bpx-on .bpx-h2-wiz:hover { filter: brightness(1.06); color: #fff; }
.bpx-h2-wiz .bpx-i { width: 21px; height: 21px; }

/* =========================================================================
   מגירת הנייד — נכנסת בלי גלילה
   ========================================================================= */
/* ב-375×667 התוכן היה 803px בתוך תיבה של 525px — גלישה של 278px.
   כאן מצמצמים ריפוד, גובה מינימלי ומרווחים, וברוב המכשירים הכל
   נכנס במסך. ה-overflow נשאר auto כרשת ביטחון למסכים ממש נמוכים. */
/* לפי רוחב ולא לפי גובה: גם iPhone בגובה 812 גלש ב-141px, כי
   כללי הכיווץ היו מותנים בגובה ולא חלו עליו כלל. */
@media (max-width: 780px) {
	.bpx-on .bpx-drawer-top {
		min-height: 0;
		padding: 9px 12px;
		margin-bottom: 5px;
		border-radius: 11px;
		gap: 10px;
	}
	.bpx-on .bpx-drawer-link small { font-size: 11px; margin-top: 0; line-height: 1.3; }
	.bpx-on .bpx-drawer-link { font-size: 14px; }
	.bpx-on .bpx-drawer-label { margin: 10px 0 5px; font-size: 11.5px; }
	.bpx-on .bpx-drawer-panel > .bpx-drawer-link:not(.bpx-drawer-top) {
		padding: 8px 12px;
		min-height: 0;
	}
	.bpx-search--drawer { margin-bottom: 8px; }
}

/* מסך נמוך: מוותרים על שורות המשנה ועל בלוק הכתובת המלא — לא על
   אף פריט ניווט. "איפה אנחנו" כותרת + כתובת + חניה תפסו 161px לבדם,
   וזה היה רוב הגלישה שנשארה. כאן הם הופכים לשתי צ'יפים בשורה אחת. */
@media (max-width: 780px) {
	.bpx-on .bpx-drawer-top small { display: none; }
	.bpx-on .bpx-drawer-top {
		padding: 5px 12px;
		min-height: 0;
		margin-bottom: 3px;
		font-size: 13.5px;
		line-height: 1.25;
	}
	/* האייקון הוא מה שקבע את גובה השורה (54px) אחרי שהכיתוב המשני
	   הוסתר — בלי הקטנתו כל שאר הקיצוצים לא נראים. */
	.bpx-on .bpx-drawer-top .bpx-i,
	.bpx-on .bpx-drawer-top .bpx-drawer-ico { width: 18px; height: 18px; }
	.bpx-on .bpx-drawer-top .bpx-nav-emoji { font-size: 15px; }
	.bpx-on .bpx-drawer-label { display: none; }

	/* שני הצ'יפים חולקים שורה. calc(50% - 3px) לא הספיק: בין שני
	   אלמנטי inline יש רווח טקסט, והסכום עבר 100% והם נשברו לשתי
	   שורות. 8px לכל אחד מכסה את הרווח ואת המרווח ביניהם. */
	.bpx-on .bpx-drawer-panel > .bpx-drawer-link:not(.bpx-drawer-top) {
		display: inline-flex;
		width: calc(50% - 8px);
		box-sizing: border-box;
		vertical-align: top;
		padding: 8px 10px;
		margin-top: 6px;
		border: 1.5px solid var(--bp-line);
		border-radius: 10px;
		font-size: 12px;
		line-height: 1.25;
	}
	.bpx-on .bpx-drawer-panel > .bpx-drawer-link:not(.bpx-drawer-top) + .bpx-drawer-link:not(.bpx-drawer-top) {
		margin-inline-start: 6px;
	}
	.bpx-on .bpx-search--drawer input { font-size: 15px; }
	.bpx-on .bpx-drawer-panel > .bpx-drawer-link:not(.bpx-drawer-top) small { display: none; }
	.bpx-search--drawer { margin-bottom: 6px; }
	.bpx-on .bpx-search--drawer input { padding-block: 8px; }
}

/* =========================================================================
   טעינת סים — הסקציה שצריכה לבלוט
   ========================================================================= */
/* זה השירות עם השוליים הכי טובים ובלי עלות מלאי, אבל בפריסה הרגילה
   הוא נראה כמו עוד רשימה אפורה. כאן הוא מקבל רקע כהה משלו, תג "חדש",
   ומחירים בלבן על סגול — הניגוד הוא מה שעוצר את האגודל. */
.bpx-on .bpx-h2-sec--topup {
	background:
		radial-gradient(90% 120% at 15% 0%, rgba(255, 255, 255, .13), transparent 55%),
		linear-gradient(135deg, #2c0a55 0%, var(--bp-primary-d) 55%, var(--bp-primary) 100%);
	color: #fff;
}
.bpx-on .bpx-h2-sec--topup .bpx-h2-head h2 { color: #fff; }
.bpx-on .bpx-h2-sec--topup .bpx-h2-head > a { color: #fff; text-decoration: underline; }
.bpx-on .bpx-h2-sec--topup .bpx-h2-note { color: rgba(255, 255, 255, .88); }

.bpx-h2-topup-badge {
	display: inline-block;
	margin-inline-start: 8px;
	padding: 3px 10px;
	border-radius: 999px;
	background: #ffd84d;
	color: #3d2c00;
	font-size: 11.5px;
	font-weight: 800;
	vertical-align: middle;
}

/* האריחים עצמם — לבנים על הכהה, כך שכל אחד קופץ */
.bpx-on .bpx-h2-sec--topup .bpx-h2-topup {
	background: rgba(255, 255, 255, .97);
	border-color: transparent;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.bpx-on .bpx-h2-sec--topup .bpx-h2-topup:hover {
	background: #fff;
	border-color: #ffd84d;
	transform: translateY(-2px);
}
.bpx-on .bpx-h2-sec--topup .bpx-h2-topup-price { color: var(--bp-primary-d); }

@media (max-width: 640px) {
	.bpx-h2-topup-badge { font-size: 10.5px; padding: 2px 8px; margin-inline-start: 6px; }
}

/* ---------- רשת המוצרים במחשב ---------- */
/* שתי עמודות זה נכון ל-375px, אבל על מסך רחב זה נותן כרטיסים
   ענקיים שממלאים חצי מסך כל אחד. הרוחב נקבע לפי מקום פנוי, לא לפי
   מספר עמודות קבוע, כך שהכרטיס נשאר בגודל שפוי בכל רזולוציה. */
@media (min-width: 641px) {
	.bpx-on ul.products.bpx-h2-prods {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
		gap: 14px;
	}
	.bpx-on .bpx-h2-prods li.product .woocommerce-loop-product__title { font-size: 13.5px !important; }
}
@media (min-width: 1100px) {
	.bpx-on ul.products.bpx-h2-prods { grid-template-columns: repeat(6, 1fr); }
}

/* אותו טיפול לקטגוריות: 8 אריחים על מסך רחב לא צריכים 4 בשורה בלבד */
@media (min-width: 900px) {
	.bpx-h2-cats { grid-template-columns: repeat(8, 1fr); }
}
