/* ================================================================
   Ibrahim Package Builder — Design
   Max container: 1300px · Clean, card-based, high-contrast
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.ibpb-page,
.ibpb-page *,
.ibpb-page *::before,
.ibpb-page *::after {
	box-sizing: border-box;
}

.ibpb-page {
	/* max-width: 1300px; */
	margin: 28px auto;
	/* padding: 0 20px 40px; */
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
	color: #0f0f0f;
	font-size: 14px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	position: sticky;
	top: 70px;
	width: 100%;
	align-self: stretch;
}
.ibpb-page h1,
.ibpb-page h2,
.ibpb-page h3,
.ibpb-page p { margin: 0; }

.ibpb-page button {}

/* -------- Hero -------- */
.ibpb-hero {
	background: #fff;
	border: 1px solid #ececec;
	border-top-left-radius: 20px;
	padding: 56px 24px 48px;
	text-align: center;
	/* margin-bottom: 24px; */
	border-top-right-radius: 20px;
}
.ibpb-hero h1 {
	font-size: 52px;
	font-weight: 800;
	letter-spacing: -0.025em;
	color: #0b0b0b;
	margin-bottom: 14px;
	line-height: 1.05;
}
.ibpb-hero p {
	color: #6b6b6b;
	font-size: 20px;
	max-width: 680px;
	margin: 0 auto;
}
.ibpb-tiers {
	display: none;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}
.ibpb-tier {
	display: inline-flex;
	align-items: center;
	padding: 10px 22px;
	border: 1.5px solid #d8d8d8;
	border-radius: 999px;
	background: #fff;
	color: #0b0b0b;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

/* -------- Layout -------- */
.ibpb-layout {
	display: grid;
	grid-template-columns: 350px 1fr 350px;
	gap: 24px;
	align-items: start;
	margin-bottom: 24px;
}

/* -------- Filters -------- */
.ibpb-filters {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 24px;
	position: sticky;
	top: 130px;
	max-height: calc(100vh - 150px);
	overflow: auto;
	scrollbar-width: thin;
}
.ibpb-filter-group {
	padding-bottom: 24px;
	/* margin-bottom: 24px; */
	/* border-bottom: 1px solid #f1f1f1; */
}
.ibpb-filter-group:last-of-type {
	border-bottom: 0;
	margin-bottom: 16px;
}

button.ibpb-collapse-toggle:hover {
    background: unset;
}

.ibpb-filter-title {
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #0b0b0b;
	text-transform: uppercase;
	margin-bottom: 14px;
}

/* Search */
.ibpb-search-wrap { position: relative; }
.ibpb-search-wrap input[type="search"] {
	width: 100% !important;
	padding: 2px 14px 2px 40px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	font-size: 14px;
	background: #fff;
	color: #0b0b0b;
	font-family: inherit;
	outline: none;
	transition: border-color .15s;
	max-width: 100% !important;
	min-width: 100% !important;
	box-sizing: border-box !important;
}
.ibpb-search-wrap input[type="search"]:focus { border-color: #0b0b0b; }
.ibpb-ico { width: 16px; height: 16px; flex-shrink: 0; }
.ibpb-ico-search {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #8a8a8a;
	pointer-events: none;
}

/* Select */
.ibpb-select-wrap { position: relative; }
.ibpb-select-wrap select {
	width: 100%;
	padding: 12px 40px 12px 14px;
	border: 1px solid #e4e4e4;
	border-radius: 12px;
	font-size: 14px;
	background: #fff;
	color: #0b0b0b;
	font-family: inherit;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: none;
}
.ibpb-select-wrap select:focus { border-color: #0b0b0b; }
.ibpb-ico-chev {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: #8a8a8a;
	pointer-events: none;
	width: 14px;
	height: 14px;
}

/* Checklist */
.ibpb-checklist {
	padding-right: 4px;
}
.ibpb-checklist.ibpb-collapsed { display: none; }
.ibpb-checklist--truncated .ibpb-check:nth-child(n+7) { display: none; }
.ibpb-checklist--truncated.is-expanded .ibpb-check:nth-child(n+7) { display: flex; }

/* Loading skeletons */
@keyframes ibpb-shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}
.ibpb-skel {
	background: linear-gradient(90deg, #f0f0f0 0%, #f7f7f7 50%, #f0f0f0 100%);
	background-size: 200% 100%;
	animation: ibpb-shimmer 1.4s ease-in-out infinite;
	border-radius: 8px;
}
.ibpb-card--skel { pointer-events: none; }
.ibpb-card--skel .ibpb-card-img { background: transparent; }
.ibpb-card--skel .ibpb-card-img .ibpb-skel { width: 100%; height: 100%; border-radius: 0; }
.ibpb-card--skel .ibpb-card-body { gap: 10px; padding: 18px 20px 20px; }
.ibpb-card--skel .ibpb-skel-line { height: 14px; }
.ibpb-card--skel .ibpb-skel-line.w-60 { width: 60%; }
.ibpb-card--skel .ibpb-skel-line.w-40 { width: 40%; }
.ibpb-card--skel .ibpb-skel-line.w-80 { width: 80%; }
.ibpb-card--skel .ibpb-skel-btn { height: 44px; margin-top: 8px; }

.ibpb-check--skel {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
}
.ibpb-check--skel .ibpb-skel-box { width: 18px; height: 18px; border-radius: 4px; flex: 0 0 auto; }
.ibpb-check--skel .ibpb-skel-line { height: 14px; flex: 1; }

/* Show more toggle */
.ibpb-page button.ibpb-show-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 10px;
	padding: 4px 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	font-size: 13px;
	font-weight: 500;
	font-family: inherit;
	color: #0b0b0b;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
	cursor: pointer;
	width: auto;
	min-width: 0;
	height: auto;
	outline: none;
}
.ibpb-page button.ibpb-show-more:hover,
.ibpb-page button.ibpb-show-more:focus,
.ibpb-page button.ibpb-show-more:active {
	background: transparent;
	color: #0b0b0b;
	opacity: 0.7;
	box-shadow: none;
}
.ibpb-show-more-chev { transition: transform .15s; }
.ibpb-show-more.is-expanded .ibpb-show-more-chev { transform: rotate(180deg); }
.ibpb-check {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	font-size: 14px;
	color: #2a2a2a;
	cursor: pointer;
	user-select: none;
}
.ibpb-check input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	border: 1.5px solid #d0d0d0;
	border-radius: 4px;
	background: #fff;
	position: relative;
	cursor: pointer;
	flex: 0 0 auto;
	margin: 0;
	transition: all .15s;
}
.ibpb-check input[type="checkbox"]:hover { border-color: #8a8a8a; }
.ibpb-check input[type="checkbox"]:checked {
	background: #0b0b0b;
	border-color: #0b0b0b;
}
.ibpb-check input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	top: 1px;
	left: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.ibpb-check span {flex: 1;font-weight: 600;}
.ibpb-check em {
	font-style: normal;
	color: #8a8a8a;
	font-size: 14px;
}
.ibpb-muted { color: #8a8a8a; font-size: 13px; }

/* Collapsible brand */
.ibpb-collapse-toggle {
	all: unset;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0;
	margin-bottom: 0;
}
.ibpb-collapse-toggle .ibpb-filter-title { margin-bottom: 0; }
.ibpb-collapse-icon {
	font-size: 22px;
	line-height: 1;
	color: #8a8a8a;
	font-weight: 300;
	transition: transform .15s;
	display: inline-block;
}
.ibpb-collapse-toggle[aria-expanded="true"] .ibpb-collapse-icon {
	transform: rotate(45deg);
}
.ibpb-collapse-toggle[aria-expanded="true"] + .ibpb-checklist {
	display: block;
	margin-top: 14px;
}

/* -------- Block button (Clear Filters) -------- */
.ibpb-btn-block {
	width: 100%;
	padding: 14px;
	background: #0b0b0b !important;
	color: #fff !important;
	border: 0;
	border-radius: 5px !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .15s;
	font-family: inherit;
}
.ibpb-btn-block:hover { background: #222; }

/* -------- Main (product grid) -------- */
.ibpb-main { min-width: 0; }
.ibpb-main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.ibpb-main-count {
	font-size: 15px;
	color: #2a2a2a;
}
.ibpb-view-toggle {
	display: inline-flex;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.ibpb-view-btn {
	padding: 8px 12px;
	background: #fff;
	border: 0;
	cursor: pointer;
	color: #8a8a8a;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .15s;
}
.ibpb-view-btn:hover { color: #0b0b0b; }
.ibpb-view-btn.is-active {
	background: #0b0b0b;
	color: #fff;
}

/* Grid */
.ibpb-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	min-height: 260px;
	position: relative;
}
.ibpb-grid[data-view="list"] { grid-template-columns: 1fr; }
.ibpb-grid.is-loading { opacity: 0.55; pointer-events: none; }
.ibpb-empty {
	grid-column: 1 / -1;
	padding: 60px 20px;
	text-align: center;
	color: #8a8a8a;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 16px;
}

/* Product card */
.ibpb-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: border-color .15s, box-shadow .15s, transform .15s;
	position: relative;
}
.ibpb-card:hover {
	border-color: #c8c8c8;
	box-shadow: 0 6px 22px rgba(0, 0, 0, 0.06);
	transform: translateY(-2px);
}
.ibpb-card.is-in-pkg { border-color: #0b0b0b; }

.ibpb-card-img {
	position: relative;
	/* aspect-ratio: 1 / 1; */
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 180px;
}
.ibpb-card-img > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.ibpb-page .ibpb-card-img img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	display: block;
}
.ibpb-page .ibpb-card-check {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 30px;
	max-height: 30px;
	border-radius: 50%;
	background: #fff;
	border: 1.5px solid #d0d0d0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	color: #0b0b0b;
	transition: all .15s;
	z-index: 2;
	box-shadow: 0 1px 3px rgba(0,0,0,0.08);
	min-height: 30px;
}
.ibpb-card-check svg {opacity: 0;width: 20px;height: 20px;}
.ibpb-card.is-in-pkg .ibpb-card-check {
	background: #0b0b0b;
	border-color: #0b0b0b;
	color: #fff;
}
.ibpb-card.is-in-pkg .ibpb-card-check svg { opacity: 1; }

.ibpb-card-body {
	padding: 18px 20px 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex: 1;
}
.ibpb-card-title {
	font-size: 17px;
	font-weight: 600;
	color: #0b0b0b;
	line-height: 1.3;
	margin: 0 0 2px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ibpb-card-title a { color: inherit; text-decoration: none; }
.ibpb-card-sku {
	font-size: 14px;
	color: #8a8a8a;
	margin-bottom: 6px;
}
.ibpb-card-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
.ibpb-card-price .ibpb-amount {
	font-size: 16px;
	font-weight: 700;
	color: #0b0b0b;
}
.ibpb-card-price del {
	color: #b0b0b0;
	font-size: 15px;
	font-weight: 500;
	text-decoration: line-through;
}
.ibpb-card-price .ibpb-sale-tag {
	font-size: 13px;
	color: white;
	font-weight: 500;
	position: absolute;
	top: 10px;
	z-index: 999999;
	background: green;
	border-radius: 5px;
	padding: 5px 10px;
	left: 10px;
}
.ibpb-page .ibpb-add-btn {
	margin-top: auto;
	padding: 13px;
	background: #fff;
	color: #0b0b0b;
	border: 1.5px solid #0b0b0b;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: background .15s, color .15s;
	font-family: inherit;
	line-height: 1;
	width: 100%;
	box-shadow: none;
	text-shadow: none;
}
.ibpb-page .ibpb-add-btn:hover:not(.is-added) {
	background: #0b0b0b;
	color: #fff;
}
.ibpb-page .ibpb-add-btn.is-added {
	background: #0b0b0b;
	color: #fff;
	border-color: #0b0b0b;
}
.ibpb-add-btn svg { width: 14px; height: 14px; }

/* List view */
.ibpb-grid[data-view="list"] .ibpb-card {
	flex-direction: row;
}
.ibpb-grid[data-view="list"] .ibpb-card-img {
	flex: 0 0 200px;
	aspect-ratio: 1 / 1;
}
.ibpb-grid[data-view="list"] .ibpb-card-body {
	flex: 1;
	padding: 22px 24px;
}

/* Pagination */
.ibpb-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 28px;
	flex-wrap: wrap;
}
.ibpb-page-btn {
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #e4e4e4;
	background: #fff;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	color: #0b0b0b;
	font-family: inherit;
	transition: all .15s;
}
.ibpb-page-btn:hover:not(:disabled):not(.is-current) { border-color: #0b0b0b; }
.ibpb-page-btn.is-current {
	background: #0b0b0b;
	color: #fff;
	border-color: #0b0b0b;
}
.ibpb-page-btn:disabled { opacity: 0.4; cursor: not-allowed; }
.ibpb-dots {
	align-self: center;
	padding: 0 4px;
	color: #b0b0b0;
}

/* -------- Panel -------- */
.ibpb-panel {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	padding: 24px;
	position: sticky;
	top: 130px;
	max-height: calc(100vh - 150px);
	overflow: auto;
	display: flex;
	flex-direction: column;
}
.ibpb-panel-items { flex: 1 1 auto; overflow-y: auto; min-height: 0; }
.ibpb-panel-summary,
.ibpb-panel-actions,
.ibpb-panel-hint,
.ibpb-panel-head { flex: 0 0 auto; }
.ibpb-panel-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
}
.ibpb-panel-title {
	font-size: 20px;
	font-weight: 700;
	color: #0b0b0b;
	margin: 0;
}
.ibpb-panel-count {
	background: #0b0b0b;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 600;
	padding: 0 8px;
	min-width: 30px;
}

/* Hint — dark pill */
.ibpb-panel-hint {
	background: #0b0b0b;
	color: #fff;
	padding: 14px 16px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.ibpb-panel-hint:empty { display: none; }

/* Items */
.ibpb-panel-items { margin-bottom: 16px; }
.ibpb-panel-empty {
	padding: 32px 16px;
	text-align: center;
	color: #8a8a8a;
	font-size: 14px;
	border: 1px dashed #e4e4e4;
	border-radius: 12px;
}
.ibpb-line {
	display: grid;
	grid-template-columns: 60px 1fr auto;
	gap: 14px;
	align-items: flex-start;
	padding: 16px 0;
	border-bottom: 1px solid #f1f1f1;
}
.ibpb-line:first-child { padding-top: 4px; }
.ibpb-line:last-child { border-bottom: 0; padding-bottom: 4px; }
.ibpb-line-thumb {
	width: 60px;
	height: 60px;
	background: #f5f5f5;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 60px;
}
.ibpb-line-thumb img {
	max-width: 85%;
	max-height: 85%;
	object-fit: contain;
}
.ibpb-line-body {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.ibpb-line-title {
	font-size: 15px;
	font-weight: 600;
	color: #0b0b0b;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ibpb-line-sub {
	font-size: 13px;
	color: #8a8a8a;
}
.ibpb-line-qty-label {
	font-size: 12px;
	color: #8a8a8a;
	margin-top: 6px;
	margin-bottom: 4px;
}
.ibpb-line-qty {
	display: flex;
	align-items: center;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box !important;
	width: 30px !important;
	min-width: fit-content;
}
.ibpb-qty-btn {
	width: 34px;
	height: 34px;
	background: #fff;
	border: 0;
	cursor: pointer;
	color: #0b0b0b;
	font-size: 18px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	padding: 0;
	transition: background .15s;
}
.ibpb-qty-btn:hover:not(:disabled) { background: #f5f5f5; }
.ibpb-qty-btn:disabled { color: #d0d0d0; cursor: not-allowed; }
.ibpb-qty-val {
	min-width: 34px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #0b0b0b;
	padding: 0 6px;
}
.ibpb-line-remove {
	all: unset;
	padding: 8px;
	color: #8a8a8a;
	cursor: pointer;
	align-self: flex-start;
	display: inline-flex;
	transition: color .15s;
	border-radius: 8px;
	padding: 12px   !important;
	min-height: auto !important;
}
.ibpb-line-remove:hover { color: #d92d20; background: #fef2f2; }
.ibpb-line-remove svg { width: 18px; height: 18px; }

/* Ships-to line under package panel items (plain text) */
.ibpb-line-ships {
	margin-top: 4px;
	font-size: 12px;
	color: #2a2a2a;
	line-height: 1.4;
}
.ibpb-line-ships .ibpb-ships-label {
	color: #8a8a8a;
	font-weight: 600;
}
.ibpb-line-ships--none {
	color: #b0b0b0;
	font-style: italic;
}

/* Summary */
.ibpb-panel-summary { margin: 8px 0 20px; }
.ibpb-sum-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 8px 0;
	font-size: 15px;
	color: #2a2a2a;
}
.ibpb-sum-row span:first-child {padding-right: 16px;font-weight: 600;}
.ibpb-sum-discount .ibpb-sum-label { display: flex; flex-direction: column; }
.ibpb-sum-discount .ibpb-sum-bd {
	font-size: 12px;
	color: #8a8a8a;
	font-weight: 400;
	margin-top: 2px;
}
.ibpb-sum-total {
	border-top: 1px solid #ececec;
	padding-top: 16px;
	margin-top: 8px;
	font-size: 17px;
	font-weight: 700;
	color: #0b0b0b;
}

/* Actions */
.ibpb-panel-actions { display: flex; gap: 12px; }
.ibpb-btn-primary {
	flex: 1;
	padding: 14px !important;
	background: #0b0b0b !important;
	color: #fff !important;
	border: 0;
	border-radius: 5px !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	cursor: pointer;
	transition: background .15s;
	font-family: inherit;
}
.ibpb-btn-primary:hover:not(:disabled) { background: #222; }
.ibpb-btn-primary:disabled { opacity: 0.4; cursor: not-allowed; }
.ibpb-btn-secondary {
	padding: 14px 22px;
	background: #fff;
	color: #0b0b0b;
	border: 1.5px solid #d8d8d8;
	border-radius: 5px !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0 !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color .15s;
	font-family: inherit;
}
.ibpb-btn-secondary:hover { border-color: #0b0b0b; }

/* -------- Trust bar -------- */
.ibpb-trust {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 20px;
	padding: 28px 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.ibpb-trust-item {
	display: flex;
	align-items: center;
	gap: 16px;
}
.ibpb-trust-ico {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.ibpb-trust-ico svg { width: 26px; height: 26px; }
.ibpb-trust-ico--save { background: #fef3c7; color: #b45309; }
.ibpb-trust-ico--secure { background: #d1fae5; color: #047857; }
.ibpb-trust-ico--return { background: #ede9fe; color: #7c3aed; }
.ibpb-trust-body { display: flex; flex-direction: column; }
.ibpb-trust-body strong {
	font-size: 16px;
	font-weight: 700;
	color: #0b0b0b;
	margin-bottom: 2px;
}
.ibpb-trust-body span {
	font-size: 14px;
	color: #6b6b6b;
}

/* -------- Mobile bar -------- */
.ibpb-mobile-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0b0b0b;
	color: #fff;
	padding: 14px 20px;
	display: none;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.2);
}
.ibpb-mobile-summary {
	display: flex;
	flex-direction: column;
	font-size: 13px;
	line-height: 1.3;
}
.ibpb-mobile-bar .ibpb-btn-primary {
	background: #fff;
	color: #0b0b0b;
	flex: 0 0 auto;
	padding: 10px 22px;
}

/* -------- Mini-cart / cart badges (persisted from prior phase) -------- */
.ibpb-mini-badge,
.ibpb-cart-badge {
	display: inline-block;
	padding: 2px 10px;
	background: #0b0b0b;
	color: #fff;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-left: 6px;
	vertical-align: middle;
}

/* -------- Responsive -------- */
@media (max-width: 1180px) {
	.ibpb-layout { grid-template-columns: 240px 1fr; }
	.ibpb-panel {
		position: fixed;
		top: 0;
		right: -440px;
		bottom: 0;
		width: 420px;
		max-width: 92vw;
		max-height: 100vh;
		border-radius: 0;
		border-left: 1px solid #ececec;
		transition: right 0.25s ease;
		z-index: 200;
	}
	.ibpb-panel.is-open { right: 0; }
	.ibpb-mobile-bar { display: flex; }
}
@media (max-width: 900px) {
	.ibpb-hero { padding: 40px 20px 32px; }
	.ibpb-hero h1 { font-size: 36px; }
	.ibpb-hero p { font-size: 14px; }
	.ibpb-trust {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 22px;
	}
}
@media (max-width: 720px) {
	.ibpb-layout { grid-template-columns: 1fr; }
	.ibpb-filters {
		position: static;
		max-height: none;
	}
	.ibpb-grid { grid-template-columns: 1fr; }
	.ibpb-hero h1 { font-size: 30px; }
	.ibpb-tier { padding: 8px 16px; font-size: 13px; }
}
.ibpb-layout {
    border: 1px solid #ececec;
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

select#ibpb-orderby {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}

button.ibpb-collapse-toggle {box-sizing: border-box;background: unset;display: flex;justify-content: space-between;padding: 0;min-height: auto;}

main#main-content {
    align-items: start;
}
