/* ========= HUB Bundle Builder — 100% stacked, sticky sidebar, compact ========= */

.bundle-options-accordion {
	position: relative;
	background-color: transparent;
	border-radius: 0px;
	border-top: 2px solid black;
    border-bottom: 2px solid black;
	font-family: Teko, sans-serif;
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.hbb-focus-panel-variations select,
select.hbb-stage-sort {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	min-width: 100%;
	text-transform: uppercase;
    font-family: Teko, sans-serif;
	background-color: transparent;
    border: 1px solid black;
    text-decoration: none;
	max-width: 100%;
    display: inline-block;
    margin-right: 1em;
    padding-right: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%;
}

.hbb-focus-panel-variations select:focus,
select.hbb-stage-sort:focus {
	outline: none;
	border-color: black;
	box-shadow: none;
}

.hbb-focus-panel-variations select:disabled,
select.hbb-stage-sort:disabled {
	opacity: 0.6;
	cursor: not-allowed;
	background-color: #f3f4f6;
}

/* remove IE arrow */

select.hbb-stage-sort::-ms-expand {

	display: none;

}

.bundle-options-accordion#filtersAccordion {
	border-top: 0px;
}

.bundle-options-accordion #bundle-options-header button {
	background-color: transparent;
	color: black;
	border: 0px;
	font-family: Teko, sans-serif;
	font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.bundle-options-accordion #bundle-options-header button:hover,
.bundle-options-accordion #bundle-options-header button:active,
.bundle-options-accordion #bundle-options-header button.bundle-options-accordion-trigger.active{
	background-color: black;
	color: white;
}

.bundle-options-accordion #bundle-options-header button.bundle-options-accordion-trigger {
	width: 100%;
	text-align: left;
}

.bundle-options-accordion #bundle-options-header button.bundle-options-accordion-trigger[aria-expanded="true"] i {
	transform: rotate(180deg);
}

.bundle-options-accordion .bundle-options-accordion-panel {
	position: absolute;
	z-index: 2;
	background-color: black;
	color: white;
	padding: 30px;
}

.bundle-options-accordion #bundle-options-header button.hbb-bundle-options-reset i,
.bundle-options-accordion #bundle-options-header button i{
	font-size: 14px;
	margin-left: 10px;
}

.bundle-options-accordion .bundle-options-accordion-panel#colorOptions .hbb-filter-title {
	display: none;
}

.builder-intro b,
.hbb-tier-progress-heading{
	font-family: Teko, sans-serif;
	text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0px;
    font-size: 24px;
}

.builder-intro b {
	font-weight: 500;
}

.hbb-tier-progress-heading {
	font-size: 24px;
}

.builder-intro p {
	font-size: 14px;
    margin-bottom: 0px;
}

/** progress track **/

#hbb-app .hbb-tier-progress-track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: #1ea64a;
  overflow: visible;
  margin-bottom: 0;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge{
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:.04em;
	background:#1ea64a;
	display: none;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge.active {
	display: flex;
}

#hbb-app .hbb-tier-marker {
	position: absolute;
	z-index: 1;
	width: 40px;
	height: 40px;
	margin-left: -45px;
	margin-top: -20px;
	border-radius: 50%;
	border: 0px;
	box-sizing: border-box;
	background: #1ea64a;
}

/*#hbb-app .hbb-tier-marker:last-of-type {
	margin-left: -45px;
}*/

#hbb-app.hbb-layout-columns .hbb-stage-badge::after,
#hbb-app .hbb-tier-marker::after {
	content: '';
	position: absolute;
	border: 0px;
	box-sizing: border-box;
	background: #1ea64a;
	overflow: hidden;
	display: flex;
	border-radius: 100%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	left: -5px;
	top: -5px;
	z-index: 0;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge::after {
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	left: -4px;
	top: -4px;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge::before,
#hbb-app .hbb-tier-marker::before {
	content: '\f00c';
	font-family: "Font Awesome 7 Sharp";
    font-size: 22px;
	position: absolute;
	border: 0px;
	box-sizing: border-box;
	background: white;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	width: calc(100% - 3px);
	height: calc(100% - 3px);
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: white;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge::before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	font-size: 11px;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge.active::before,
#hbb-app .hbb-tier-marker[data-done="1"]::before {
	color: #1ea64a;
}

#hbb-app.hbb-layout-columns .hbb-stage-badge.active::after,
#hbb-app .hbb-tier-marker[data-done="1"]::after {
	background: conic-gradient(from var(--angle),
	#A130C5,
	#C23CF1,
	#E11D82,
	#FF741C,
	#FFEC00,
	#FFBD00,
	#A130C5
	);
  animation: spin 3.5s linear infinite;
}

#hbb-app .hbb-tier-progress-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(161 48 197) 0%, rgb(194 60 241) 15%, rgb(225 29 130) 45%, rgb(255 116 28) 55%, rgb(255 236 0) 80%, rgb(255 189 0) 95%);
  transition: width 0.35s ease;
  min-width: 0;
}

#hbb-app .hbb-tier-legend-item {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	gap: 1px;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
	margin-left: -25px;
}
#hbb-app .hbb-tier-legend-item[data-done="1"] .hbb-tier-legend-qty,
#hbb-app .hbb-tier-legend-item[data-done="1"] .hbb-tier-legend-pct {
  color: #111827;
}

/* Global “Bundle options” filter bar (above stages / grid) */
#hbb-app .hbb-bundle-options-bar {
  margin-bottom: 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  background: #fafafa;
}
#hbb-app .hbb-bundle-options-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
#hbb-app .hbb-bundle-options-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}
#hbb-app .hbb-layout-classic .hbb-bundle-options-bar {
  margin-bottom: 1rem;
}
#hbb-app .hbb-bundle-options-filters-wrap .hbb-bundle-options-filters-inner {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#hbb-app .hbb-bundle-options-active-wrap {
  margin-top: 0.5rem;
}
#hbb-app .hbb-bundle-options-active-wrap:empty {
  display: none;
}

/* Bundle options — colour swatches */
#hbb-app .hbb-bundle-colour-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#hbb-app .hbb-bundle-colour-swatch-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: flex-start;
}
#hbb-app .hbb-bundle-colour-swatch {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	cursor: pointer;
	font-size: 13px;
	user-select: none;
	margin-right: 15px;
}

#hbb-app .hbb-bundle-colour-swatch .hbb-swatch-label {
	text-transform: uppercase;
    font-family: Teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
	display: flex;
	align-items: center;
}

#hbb-app h5.filter-title {
	font-size: 24px;
	font-family: Teko, sans-serif;
    text-transform: uppercase;
}

#hbb-app .hbb-filter-label {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
    font-family: Teko, sans-serif;
    font-weight: 500;
    font-size: 24px;
	gap: 0.45rem;
}

#hbb-app .hbb-bundle-colour-swatch .hbb-swatch-label .sf-count,
#hbb-app .hbb-filter-label .sf-count{
	background-color: #EB8A44;
    color: black;
    padding: 2px 4px 0px 4px;
    border-radius: 3px;
    line-height: 1;
    margin-left: 10px;
	height: auto;
	display: inline-flex;
}

#hbb-app .hbb-bundle-colour-swatch .hbb-swatch-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid white;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
#hbb-app .hbb-swatch-dot--white {
  border-color: #d1d5db !important;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

#hbb-app .hbb-bundle-colour-cb,
#hbb-app .hbb-filter-checkbox{
	appearance: none;
	-webkit-appearance: none;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	background-color: #F2F0ED;
	position: relative;
}

#hbb-app .hbb-bundle-colour-cb:checked,
#hbb-app .hbb-filter-checkbox:checked{
	background-color: #1EA64A;
}

#hbb-app .hbb-bundle-colour-cb:checked::before,
#hbb-app .hbb-filter-checkbox:checked::before{
    content: '\f00c';
    font-family: "Font Awesome 7 Sharp";
    font-size: 18px;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#hbb-app .hbb-bundle-colour-swatch:has(.hbb-bundle-colour-cb:checked) .hbb-swatch-dot {
  outline: 2px solid #111827;
  outline-offset: 2px;
}

.hbb-guard{ text-align:center; padding:3rem 1rem }
.hbb-guard .hbb-btn{ background:#111; color:#fff; padding:.6rem 1rem; border-radius:.5rem; text-decoration:none }

/* Loading: centered graphic (stable min-heights — no skeleton layout) */
@keyframes hbb-spin{ to{ transform:rotate(360deg); } }
@keyframes hbb-spin-rev{ to{ transform:rotate(-360deg); } }
@keyframes hbb-pulse-soft{
  0%,100%{ opacity:.35; transform:scale(.92); }
  50%{ opacity:1; transform:scale(1); }
}
#hbb-app .hbb-loading-block{
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:16px; padding:24px 16px; box-sizing:border-box;
  width:100%; max-width:100%;
  min-width:min(100%,22rem);
  align-self:stretch;
}
#hbb-app .hbb-loading-block--modal{
  min-height:min(320px,42vh);
  grid-column:1 / -1;
}
#hbb-app .hbb-loading-block--coverflow{
  flex:1 1 100%;
  width:100%;
  min-width:100%;
  min-height:180px;
}
#hbb-app .hbb-loading-block--config{
  min-height:min(260px,36vh);
}
#hbb-app.hbb-layout-columns .hbb-stage-focus-body > .hbb-loading-block{
  width:100%;
  min-width:min(100%,20rem);
}
#hbb-app .hbb-loading-graphic{
  position:relative;
  width:56px; height:56px;
  flex-shrink:0;
}
#hbb-app .hbb-loading-ring{
  position:absolute;
  border-radius:50%;
  box-sizing:border-box;
  left:0; top:0;
  transform-origin:50% 50%;
  will-change:transform;
}
#hbb-app .hbb-loading-ring--outer{
  inset:0;
  border:3px solid #e5e7eb;
  border-top-color:#111827;
  border-right-color:#6b7280;
  animation:hbb-spin .85s linear infinite !important;
}
#hbb-app .hbb-loading-ring--inner{
  inset:10px;
  border:2px solid transparent;
  border-bottom-color:#d1d5db;
  border-left-color:#9ca3af;
  animation:hbb-spin-rev 1.1s linear infinite !important;
}
#hbb-app .hbb-loading-dots{
  display:flex; flex-direction:row; flex-wrap:nowrap; gap:6px;
  align-items:center; justify-content:center;
  margin-top:4px;
}
#hbb-app .hbb-loading-dots span{
  width:6px; height:6px; border-radius:50%;
  flex-shrink:0;
  background:#111827;
  animation:hbb-pulse-soft 1s ease-in-out infinite !important;
}
#hbb-app .hbb-loading-dots span:nth-child(2){ animation-delay:.15s; }
#hbb-app .hbb-loading-dots span:nth-child(3){ animation-delay:.3s; }
#hbb-app .hbb-loading-label{
  display:block;
  font-size:13px; color:#6b7280; text-align:center;
  white-space:nowrap;
  width:max-content;
  max-width:100%;
  padding:0 8px;
  overflow:hidden;
  text-overflow:ellipsis;
}
#hbb-app .hbb-add-to-cart.hbb-is-loading{
  position:relative;
  padding-left:2.4rem;
}
#hbb-app .hbb-add-to-cart.hbb-is-loading::before{
  content:'';
  position:absolute; left:.85rem; top:50%;
  width:16px; height:16px; margin-top:-8px;
  border:2px solid rgba(255,255,255,.35);
  border-top-color:#fff;
  border-radius:50%;
  animation: hbb-spin .55s linear infinite;
}
@media (prefers-reduced-motion: reduce){
  /* Keep a slow spinner so loading state is visible; only strip the inner ring + dots motion */
  #hbb-app .hbb-loading-ring--outer{
    animation-duration:1.4s !important;
  }
  #hbb-app .hbb-loading-ring--inner,
  #hbb-app .hbb-loading-dots span{
    animation:none !important;
  }
  #hbb-app .hbb-loading-dots span{ opacity:.55; }
  #hbb-app .hbb-add-to-cart.hbb-is-loading::before{ animation:none; opacity:.85; }
}

#hbb-app{ max-width:100%; margin:auto }
#hbb-app .hbb-grid{ display:flex !important; flex-direction:column !important; gap:14px }

/* Sidebar (totals) first + sticky */
#hbb-app .hbb-sidebar{
  order:0;
  position:sticky; top:0; z-index:50;
  background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:14px;
}
#hbb-app .hbb-summary-list{ display:flex; flex-direction:column; gap:6px; margin-bottom:10px }
#hbb-app .hbb-summary-row{ display:flex; gap:8px; align-items:center; font-size:14px }
#hbb-app .hbb-summary-row .hbb-name{ flex:1; min-width:0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
#hbb-app .hbb-totals{ border-top:1px solid #e5e7eb; padding-top:8px; display:flex; flex-direction:column; gap:4px }
#hbb-app .hbb-row{ display:flex; justify-content:space-between; align-items:center; font-size:14px }
#hbb-app .hbb-grand{ font-size:16px; font-weight:700 }
#hbb-app .hbb-add-to-cart{
	font-family: Teko, sans-serif;
    color: white;
    text-transform: uppercase;
	font-size: 24px;
	width:100%;
	margin-top:12px;
	background:black;
	border-radius:0px;
	padding:.7rem 1rem;
	cursor:pointer;
	border: 2px solid white;
}
#hbb-app .hbb-add-to-cart:not(:disabled):hover {
	background:#1ea64a;
	border-color:#1ea64a;
}


#hbb-app .hbb-add-to-cart[disabled]{ opacity:.55; cursor:not-allowed }
#hbb-app .hbb-note{
	color:black;
	font-size:11.5px;
	margin-top:8px
}

/* Discount tier progress — full-width banner above bundle options + sidebar */
#hbb-app .hbb-tier-progress-banner {
  width: calc(100% - 50px);
  box-sizing: border-box;
  margin: 0 50px 0px 0px;
  padding: 15px 0px;
}
#hbb-app.hbb-layout-columns {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#hbb-app.hbb-layout-columns .hbb-columns-wrap {
  width: 100%;
  min-width: 0;
}
#hbb-app.hbb-layout-classic {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#hbb-app.hbb-layout-classic > .hbb-grid {
  width: 100%;
}
#hbb-app .hbb-tier-progress-wrap[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  #hbb-app .hbb-tier-progress-fill {
    transition: none;
  }
}
#hbb-app .hbb-tier-progress-markers {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  pointer-events: none;
}

#hbb-app .hbb-tier-progress-legend {
  position: relative;
  width: 100%;
  min-height: 2.75rem;
  margin: 30px 0px 10px 0px;
  font-size: 14px;
  color: black;
  /* Labels use the same horizontal % as .hbb-tier-marker (tier qty / max tier qty). */
}

#hbb-app .hbb-tier-legend-qty {
  font-variant-numeric: tabular-nums;
}
#hbb-app .hbb-tier-legend-pct {
  font-size: 10px;
  opacity: 0.9;
}
#hbb-app .hbb-tier-legend-pct--stride {
  opacity: 0.45;
  font-size: 10px;
}

#progress-message {
	position: relative;
	padding: 10px 15px;
	font-size: 24px;
	text-align: center;
	background-color: black;
	color: white;
	font-family: Teko, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1;
	width: calc(100% - 10px);
	margin: 5px;
}
#progress-message::after {
	content: '';
	display: block;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: -1;
	background: linear-gradient(90deg, rgb(161 48 197) 0%, rgb(194 60 241) 15%, rgb(225 29 130) 45%, rgb(255 116 28) 55%, rgb(255 236 0) 80%, rgb(255 189 0) 95%);
}

#progress-message .gradient-text {
    background: linear-gradient(90deg, rgb(161 48 197) 0%, rgb(194 60 241) 15%, rgb(225 29 130) 45%, rgb(255 116 28) 55%, rgb(255 236 0) 80%, rgb(255 189 0) 95%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

#progress-message.hbb-tier-progress-prompt--tinted::after {
	animation: moveMessageBox 3s ease-in-out infinite;
}

@keyframes moveMessageBox {
	0%{ top: 10px; left: 10px; }
	25%{ top: -10px; left: 10px; }
	50%{ top: -10px; left: -10px; }
	75%{ top: 10px; left: -10px; }
	100%{ top: 10px; left: 10px; }
}

#hbb-app .hbb-tier-progress-prompt--tinted {
  padding: 12px 14px;
  border-radius: 8px;
}

/* Rows */
#hbb-app .hbb-col{
  order:1;
  display:flex; flex-wrap:wrap; align-items:stretch; gap:10px;
  background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:10px;
}
#hbb-app .hbb-col-head{ order:0; flex:0 0 100%; margin:0 0 4px 0; font-size:15px; font-weight:600 }

/* Slots */
#hbb-app .hbb-slot{
  order:3; /* default after the add button (which we push last) */
  flex:1 1 340px; min-width:280px;
  height:auto; border:2px dashed #d1d5db; border-radius:10px; background:#fff;
  display:flex; flex-direction:column; align-items:center; justify-content:center;
  gap:6px; cursor:pointer; transition:border-color .15s ease
}
#hbb-app .hbb-slot:hover{ border-color:#9ca3af }
#hbb-app .hbb-slot .hbb-plus{ font-size:22px; line-height:1 }
#hbb-app .hbb-slot .hbb-slot-label{ font-size:12px; color:#6b7280 }
#hbb-app .hbb-slot.hbb-slot-empty{ height:84px; position:relative }
#hbb-app .hbb-slot:not(.hbb-slot-empty){
  border-style:solid; background:#fff; align-items:flex-start; padding:10px; gap:8px
}

/* Card content */
#hbb-app .hbb-item{ display:flex; gap:10px; align-items:center; width:100% }
#hbb-app .hbb-item img{ width:56px; height:56px; object-fit:cover; border-radius:8px; border:1px solid #eee }
#hbb-app .hbb-item .hbb-item-meta{ display:flex; flex-direction:column; gap:2px; flex:1 1 auto; min-width:0 }
#hbb-app .hbb-item .hbb-title{ font-size:14px; line-height:1.25; font-weight:600; white-space:nowrap; overflow:hidden; text-overflow:ellipsis }
#hbb-app .hbb-item .hbb-price{ font-size:13px; color:#111827; font-weight:700 }
#hbb-app .hbb-item .hbb-actions{ margin-left:auto; display:flex; gap:8px }

/* Buttons (readable) */
#hbb-app .hbb-mini-btn,
#hbb-app .hbb-card button,
#hbb-app .hbb-add-slot{
  background:#fff; color:#111; border:1px solid #e5e7eb; border-radius:8px; padding:.35rem .6rem; cursor:pointer
}

#hbb-app .hbb-mini-btn,
#hbb-app .hbb-card button.hbb-mini-btn{
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    font-family: Teko, sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    border-radius: 0px;
    padding: 10px 15px;
    text-decoration: none;
    border: 0px;
    vertical-align: middle;
}

#hbb-app .hbb-mini-btn:hover,
#hbb-app .hbb-card button.hbb-mini-btn:hover{
	background-color: #1DA64A;
    color: white;
}

/* Add another UNDER all slots, full width */
#hbb-app .hbb-add-slot{
  order:100 !important; flex:1 1 100% !important; min-width:100% !important;
  height:84px; align-self:stretch; border:1px dashed #d1d5db; border-radius:10px; background:#fff; color:#111; padding:.5rem
}

/* Empty-slot close (×) */
#hbb-app .hbb-slot.hbb-slot-empty .hbb-slot-close{
  position:absolute; top:6px; right:6px; width:24px; height:24px; line-height:22px; text-align:center;
  border-radius:6px; border:1px solid #e5e7eb; background:#fff; color:#111; cursor:pointer; font-weight:700; padding:0
}
#hbb-app .hbb-slot.hbb-slot-empty .hbb-slot-close:hover{ border-color:#9ca3af }

/* Modal (with high z-index) */
#hbb-app .hbb-modal{ position:fixed; inset:0; display:none; z-index:10000 }
#hbb-app .hbb-modal[aria-hidden="false"]{ display:block }
#hbb-app .hbb-modal-backdrop{ position:absolute; inset:0; background:rgba(0,0,0,.35); z-index:10000 }
#hbb-app .hbb-modal-panel{
  position:relative; z-index:10001; width:min(900px,94vw); max-height:86vh; overflow:auto;
  margin:4vh auto; background:#fff; border-radius:12px; box-shadow:0 10px 30px rgba(0,0,0,.2)
}
#hbb-app .hbb-modal-head{ display:flex; align-items:center; justify-content:space-between; padding:10px 12px; border-bottom:1px solid #eee }
#hbb-app .hbb-modal-close{ border:0; background:transparent; font-size:22px; line-height:1; cursor:pointer }

#hbb-app .hbb-search{
	width: 100%;
	display: flex;
	flex: 1;
	font-family: Teko, sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: black;
	line-height: 1;
	background-color: transparent;
	padding: 10px 30px;
	border: 1px solid black;
	border-radius: 0px;
	margin-bottom: 15px;
}

#hbb-app .hbb-searchinput[type="search" i]::-webkit-search-cancel-button {
	color: black;
}

#hbb-app .hbb-search:focus {
	background-color: black;
	color: white;
}

#hbb-app .hbb-search::-webkit-input-placeholder {
	color: black;
}

#hbb-app .hbb-search:focus::-webkit-input-placeholder {
	color: white;
}

#hbb-app .hbb-filters{ display:flex; flex-wrap:wrap; gap:16px }
#hbb-app .hbb-filter-group{ flex:1 1 auto; min-width:150px }
#hbb-app .hbb-filter-title{
	font-weight:600;
	font-size:18px;
	margin-bottom:10px;
	color:#1ea64a;
}
#hbb-app .hbb-filter-title {
	border-bottom: 2px solid #1ea64a;
	font-family: Teko, sans-serif;
	text-transform: uppercase;
}
#hbb-app .hbb-filter-list{
	display:flex;
	flex-direction:column;
	gap:4px;
	overflow-y:auto;
	font-size: 24px;
}

#hbb-app .hbb-active-filters-wrap{ padding:8px 12px; border-bottom:1px solid #f3f4f6; display:none }
#hbb-app .hbb-active-filters{ display:flex; flex-wrap:wrap; gap:6px; align-items:center }
#hbb-app .hbb-filter-tag{ display:inline-flex; align-items:center; gap:6px; background:#f3f4f6; border:1px solid #e5e7eb; border-radius:6px; padding:4px 8px; font-size:12px }
#hbb-app .hbb-filter-tag-label{ color:#374151 }
#hbb-app .hbb-filter-tag-remove{ background:transparent; border:0; color:#6b7280; cursor:pointer; font-size:16px; line-height:1; padding:0; width:16px; height:16px; display:flex; align-items:center; justify-content:center }
#hbb-app .hbb-filter-tag-remove:hover{ color:#111827 }
#hbb-app .hbb-controls-wrap{
	padding: 0px;
	border-bottom: 1px solid #f3f4f6;
	display: flex !important;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
}
#hbb-app .hbb-results{ display:grid; grid-template-columns: repeat(2,1fr); gap:10px; padding:10px }
#hbb-app .hbb-card{ border:1px solid #e5e7eb; display:flex; flex-direction:column }
#hbb-app .hbb-card img{ width:100%; height:120px; object-fit:contain; }
#hbb-app .hbb-card .hbb-card-body{ padding:10px; display:flex; flex-direction:column; gap:6px }
#hbb-app .hbb-card .hbb-card-name{ font-weight:600; font-size:14px }
#hbb-app .hbb-card .hbb-card-price{ font-weight:700; font-size:13px }
#hbb-app .hbb-card button{ margin-top:auto }
#hbb-app .hbb-card-actions{ display:flex; gap:8px; align-items:center; margin-top:6px }
#hbb-app .hbb-mini-link{
  font-size:12px; line-height:1; padding:.35rem .6rem; border:1px solid #e5e7eb; border-radius:8px;
  background:#fff; color:#111; text-decoration:none; display:inline-block
}
#hbb-app .hbb-mini-link:hover{ border-color:#9ca3af }
#hbb-app .hbb-back-btn{ display:block; width:100%; margin-bottom:12px; padding:.5rem 1rem; background:#f3f4f6; border:1px solid #e5e7eb; border-radius:8px; cursor:pointer; font-size:14px; transition:background .15s ease }
#hbb-app .hbb-back-btn:hover{ background:#e5e7eb }

/* Phones */
@media (max-width:640px){
  #hbb-app{ margin:14px auto }
  #hbb-app .hbb-col{ padding:8px; gap:8px }
  #hbb-app .hbb-slot{ flex:1 1 100%; min-width:100% }
  #hbb-app .hbb-slot.hbb-slot-empty, #hbb-app .hbb-add-slot{ height:72px }
  #hbb-app .hbb-item img{ width:48px; height:48px }
  #hbb-app .hbb-item .hbb-title{ font-size:13px }
  #hbb-app .hbb-item .hbb-price{ font-size:12px }
  #hbb-app .hbb-results{ grid-template-columns:1fr }
  #hbb-app .hbb-modal-panel{ margin:3.5vh auto }
  #hbb-app .hbb-add-to-cart{ padding:.65rem 1rem }
  #hbb-app .hbb-note{ font-size:11px }
  #hbb-app .hbb-filters{ flex-direction:column; gap:12px }
  #hbb-app .hbb-filter-group{ min-width:100% }
  #hbb-app .hbb-filters-wrap{ max-height:150px }
}

/* Columns layout */
#hbb-app.hbb-layout-columns .hbb-columns-wrap{
  display:flex; flex-direction:row; gap:20px; align-items:stretch;
  max-width:100vw; margin:0 auto;
}
#hbb-app.hbb-layout-columns .hbb-main-col{
  flex:3; min-width:0;
}
#hbb-app.hbb-layout-columns .hbb-sidebar-columns{
	display: flex;
	flex-direction: column;
	min-width: 240px;
	max-width: 360px;
	padding: 0px;
	background: transparent;
	border: 0px;
}

#hbb-app.hbb-layout-columns .hbb-sidebar-columns .hbb-sidebar-inner {
	margin-top: 30px;
	align-self: flex-start;
	height: auto;
	max-height: calc(100vh - 30px);
	overflow: auto;
	position: sticky;
	top: 30px;
	background-color: black;
	color: white;
	border-radius: 20px;
	border: 0px;
	padding: 30px 30px 15px 30px;
}


#hbb-app.hbb-layout-columns .hbb-sidebar-columns h4 {
	font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #EB8A44;
    padding: 15px 0px;
}

#hbb-app.hbb-layout-columns .hbb-sidebar-columns .hbb-note,
#hbb-app.hbb-layout-columns .hbb-sidebar-columns .hbb-bundle-thumb-title,
#hbb-app.hbb-layout-columns .hbb-sidebar-columns .hbb-bundle-variation,
#hbb-app.hbb-layout-columns .hbb-sidebar-columns .hbb-bundle-price{
	color: white;
}

#hbb-app.hbb-layout-columns .hbb-sidebar-inner{
  display:flex; flex-direction:column; min-height:280px; padding:14px;
}
#hbb-app.hbb-layout-columns .hbb-sidebar-inner .hbb-summary-list{
  flex:1 1 auto; min-height:40px; flex-direction:column; flex-wrap:nowrap; align-content:stretch; gap:0; width:100%; margin-top: 10px;
}
#hbb-app.hbb-layout-columns .hbb-sidebar-footer{
	margin-top: auto;
	padding-top: 15px;
}
#hbb-app.hbb-layout-columns .hbb-accordions{
	display:flex;
	flex-direction:column;
	gap:0;
	padding-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}
#hbb-app.hbb-layout-columns .nav-tabs-wrapper.hbb-stage-nav{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	margin-left: 0px;
}
#hbb-app.hbb-layout-columns .nav-tabs-wrapper.hbb-stage-nav .nav-item{
	display: flex;
	flex-grow: 1;
	flex-basis: auto;
}
#hbb-app.hbb-layout-columns .nav-tabs-wrapper .nav-link.hbb-stage-tab,
#hbb-app.hbb-layout-columns .nav-tabs-wrapper:hover .nav-link.hbb-stage-tab.active{
	display:flex;
	flex-direction: row;
	flex: 1;
	align-items:center;
	justify-content: center;
	flex-wrap:wrap;
	cursor:pointer;
	padding:10px 15px;
	font-weight:600;
	border-radius:0px;
	color:white;
	background-color: #1ea64a;
    -webkit-box-shadow: inset 4px -4px 15px -4px rgba(0, 0, 0, 0.5);
    box-shadow: inset 4px -4px 15px -4px rgba(0, 0, 0, 0.5);
	border: 0px;
	min-height: 50px;
	font-family: Teko, sans-serif;
	text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
}
#hbb-app.hbb-layout-columns .nav-tabs-wrapper .nav-link.hbb-stage-tab:hover,
#hbb-app.hbb-layout-columns .nav-tabs-wrapper:hover .nav-link.hbb-stage-tab.active:hover{
	color:black;
	background:white;
	-webkit-box-shadow: none;
    box-shadow: none;
}
#hbb-app.hbb-layout-columns .nav-tabs-wrapper .nav-link.hbb-stage-tab.active{
	color: black;
	background: white;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#hbb-app.hbb-layout-columns .tab-content.hbb-stage-tab-content > .tab-pane.hbb-stage{
	border:0px;
	border-radius:0px;
	padding:0px 0px 30px 0px;
	background-color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#hbb-app.hbb-layout-columns .tab-content.hbb-stage-tab-content > .tab-pane.hbb-stage.hbb-stage-needs-complete{
  box-shadow:inset 4px 0 0 #f59e0b;
}
#hbb-app.hbb-layout-columns .nav-link.hbb-stage-tab.hbb-stage-needs-complete{
  align-items:center; gap:8px;
  box-shadow:inset 4px 0 0 #f59e0b; padding-left:8px;
}
#hbb-app.hbb-layout-columns .hbb-complete-bundle-pill{
  font-size:11px; font-weight:600; text-transform:none; letter-spacing:0;
  background:linear-gradient(135deg,#fef3c7,#fde68a); color:#92400e; padding:4px 10px; border-radius:999px;
  border:1px solid #f59e0b; white-space:nowrap; margin-left:4px;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item.hbb-cf-recommended{
  border-color:#f59e0b !important;
  box-shadow:0 0 0 2px rgba(245,158,11,.5);
}
/* U+2605 BLACK STAR — must be \\2605 in PHP heredoc (single \ is parsed as octal \\260 = degree sign + "5") */
#hbb-app.hbb-layout-columns .hbb-coverflow-item.hbb-cf-recommended::after{
  content:'\2605';
  position:absolute; top:4px; right:4px; z-index:3;
  font-size:10px; background:#f59e0b; color:#fff; width:18px; height:18px; line-height:18px;
  text-align:center; border-radius:50%; box-shadow:0 1px 3px rgba(0,0,0,.2);
}
#hbb-app.hbb-layout-columns .hbb-bundle-thumb-col{ position:relative; }
#hbb-app.hbb-layout-columns .hbb-bundle-rec-sticker{
  position:absolute; top:-6px; right:-6px; z-index:2;
  display:flex; align-items:center; justify-content:center;
  width:20px; height:20px;
  font-size:11px; line-height:1; background:#f59e0b; color:#fff;
  border-radius:50%; box-shadow:0 1px 4px rgba(0,0,0,.2); pointer-events:none;
}
#hbb-app.hbb-layout-columns .hbb-bundle-rec-sticker::after{
  content:'\2605';
}
#hbb-app.hbb-layout-columns .hbb-stage-body{
	padding:30px;
	background-color: white;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 0px;
}

#hbb-app .hbb-stage-tab-content .hbb-cf-hero {
	padding: 0px 30px;
}

#hbb-app.hbb-layout-columns .hbb-cf-hero-media{
	min-width: 0;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	height: 450px;
	max-height: 450px;
	padding: 15px;
}

#hbb-app.hbb-layout-columns .hbb-cf-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

#hbb-app.hbb-layout-columns .hbb-cf-hero-img{ width:100%; height:100%; max-height:100%; object-fit:contain; display:block; }
#hbb-app.hbb-layout-columns .hbb-cf-hero-img[hidden]{ display:none !important; }
#hbb-app.hbb-layout-columns .hbb-stage-focus-body{
	padding:0;
	margin:0;
	background:transparent;
	min-height:0;
	min-width:0;
	align-self:stretch;
	display:flex;
	flex-direction:column;
}
#hbb-app.hbb-layout-columns .hbb-stage-focus-body[hidden]{ display:none !important; }
#hbb-app.hbb-layout-columns .hbb-stage-focus-body > div{
  flex:1; min-height:0; display:flex; flex-direction:column; gap:8px;
}
#hbb-app.hbb-layout-columns .hbb-stage-focus-body > div > .hbb-card{
	flex:1;
	min-height:0;
	display:flex;
	flex-direction:column;
	margin:0;
	border:0;
	box-shadow:none;
	background:transparent;
}
#hbb-app.hbb-layout-columns .hbb-stage-focus-body .hbb-card-body{
	flex:1;
	min-height:0;
	display:flex;
	flex-direction:column;
	padding:0px;
}
#hbb-app.hbb-layout-columns .hbb-focus-panel-inner{
  flex:1; min-height:0; display:flex; flex-direction:column; gap:8px; overflow:hidden;
}
#hbb-app.hbb-layout-columns .hbb-focus-panel-head{
	flex-shrink:0;
	display:flex;
	flex-direction:column;
	align-items:start;
}
#hbb-app.hbb-layout-columns .hbb-focus-panel-variations{
  flex-shrink:0; max-height:42%; overflow-y:auto;
}
#hbb-app.hbb-layout-columns .hbb-focus-panel-scroll{
  flex:1 1 auto; min-height:0; overflow-y:auto; overflow-x:hidden;
  -webkit-overflow-scrolling:touch; padding-right:4px;
}
#hbb-app.hbb-layout-columns .hbb-focus-panel-actions{
  flex-shrink:0; padding-top:8px; margin-top:auto;
}

#hbb-app.hbb-layout-columns .hbb-focus-panel-actions .hbb-mini-btn {
	width: 100%;
}
#hbb-app.hbb-layout-columns .hbb-cf-detail-name{ font-weight:700; font-size:17px; margin-bottom:6px; line-height:1.25; }
#hbb-app.hbb-layout-columns .hbb-cf-detail-price{ font-weight:700; margin-bottom:8px; font-size:15px; }
#hbb-app.hbb-layout-columns .hbb-cf-detail-actions{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin-top:6px; }
#hbb-app.hbb-layout-columns .hbb-coverflow-wrap{
	display:flex;
	align-items:stretch;
	margin:12px 0 0;
	position: relative;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-viewport{
  flex:1; min-width:0; overflow:hidden; perspective:900px;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-track{
	display:flex;
	flex-direction:row;
	gap:12px;
	overflow-x:auto;
	scroll-snap-type:x mandatory;
	padding:16px 8px;
	align-items:center;
	min-height:180px;
	background-color: black;
	border-radius: 10px;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-track:has(.hbb-loading-block){
  justify-content:center;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item{
  position:relative;
  flex:0 0 120px; scroll-snap-align:center;
  border:1px solid #e5e7eb; border-radius:10px; padding:8px; text-align:center;
  background:#fff; transition:transform .2s ease, opacity .2s ease, box-shadow .2s ease, border-color .2s ease;
  transform:scale(0.88); opacity:.65;
}

#hbb-app.hbb-layout-columns .hbb-coverflow-item:hover {
	opacity: 1;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item.hbb-cf-focus{
  transform:scale(1); opacity:1; border-color:#111827; box-shadow:0 8px 24px rgba(0,0,0,.08);
  z-index:2;
}
/* Focused + recommended: keep amber bundle cue (plain .hbb-cf-focus overrides border above) */
#hbb-app.hbb-layout-columns .hbb-coverflow-item.hbb-cf-focus.hbb-cf-recommended{
  border-color:#d97706 !important;
  box-shadow:0 8px 24px rgba(0,0,0,.08), 0 0 0 2px rgba(245,158,11,.55);
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item.hbb-cf-recommended img{
  box-shadow:0 0 0 2px rgba(245,158,11,.75);
  border-radius:6px;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item.hbb-cf-focus.hbb-cf-recommended img{
  box-shadow:0 0 0 2px rgba(217,119,6,.9);
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item img{
  width:100%; height:100px; object-fit:contain; border-radius:6px;
  transition:box-shadow .2s ease;
}
#hbb-app.hbb-layout-columns .hbb-cf-name{
  display:block; font-size:11px; margin-top:6px; line-height:1.2; max-height:2.4em; overflow:hidden;
}
#hbb-app.hbb-layout-columns .hbb-cf-nav{
	font-size: 38px;
    padding: 0px;
    background: transparent;
	color: black;
}
#hbb-app.hbb-layout-columns .hbb-cf-nav:hover {
	color: #EB8A44;
}
#hbb-app.hbb-layout-columns .hbb-cf-excerpt{ font-size:13px; color:#4b5563; margin:0 0 10px; line-height:1.45; }
#hbb-app.hbb-layout-columns .hbb-cf-config-preview{
  display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin:0 0 12px;
}
#hbb-app.hbb-layout-columns .hbb-cf-config-thumb{
  width:64px; height:64px; object-fit:cover; border-radius:8px; border:1px solid #e5e7eb; flex-shrink:0;
}
#hbb-app.hbb-layout-columns .hbb-cf-config-price{ font-weight:700; flex:1; min-width:0; }
#hbb-app.hbb-layout-columns .hbb-panel-details{
  font-size:12px; line-height:1.45; color:#374151; margin:0; padding:8px 0 0;
  border-top:1px solid #f3f4f6;
}
#hbb-app.hbb-layout-columns .hbb-panel-meta-row{
  display:grid; grid-template-columns:minmax(100px, 34%) 1fr; gap:8px 12px;
  padding:6px 0; border-bottom:1px solid #f3f4f6;
}
#hbb-app.hbb-layout-columns .hbb-panel-meta-row:last-child{ border-bottom:0; }
#hbb-app.hbb-layout-columns .hbb-panel-label{ font-weight:600; color:#6b7280; }
#hbb-app.hbb-layout-columns .hbb-panel-value{ color:#111827; word-break:break-word; }
#hbb-app .hbb-modal .hbb-cf-config-preview{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; margin:0 0 12px; }
#hbb-app .hbb-modal .hbb-cf-config-thumb{ width:64px; height:64px; object-fit:cover; border-radius:8px; border:1px solid #e5e7eb; }
#hbb-app .hbb-modal .hbb-results{ max-height:min(72vh,620px); overflow:hidden; display:flex; flex-direction:column; }
#hbb-app .hbb-modal .hbb-results > div{
  flex:1; min-height:0; display:flex; flex-direction:column; overflow:hidden; gap:8px;
}
#hbb-app .hbb-modal .hbb-results > div.hbb-loading-block{
  flex:0 1 auto;
  min-height:min(320px,42vh);
  min-width:min(100%,22rem);
  width:100%;
  overflow:visible;
}
#hbb-app .hbb-modal .hbb-results > div > .hbb-back-btn{ flex-shrink:0; }
#hbb-app .hbb-modal .hbb-results > div > .hbb-card{
  flex:1; min-height:0; display:flex; flex-direction:column; overflow:hidden;
}
#hbb-app .hbb-modal .hbb-results .hbb-card-body{
  flex:1; min-height:0; display:flex; flex-direction:column; overflow:hidden; padding:12px 14px;
}
#hbb-app .hbb-modal .hbb-focus-panel-inner{ flex:1; min-height:0; display:flex; flex-direction:column; gap:8px; overflow:hidden; }
#hbb-app .hbb-modal .hbb-focus-panel-head{ flex-shrink:0; }
#hbb-app .hbb-modal .hbb-focus-panel-variations{ flex-shrink:0; max-height:40%; overflow-y:auto; }
#hbb-app .hbb-modal .hbb-focus-panel-scroll{ flex:1 1 auto; min-height:0; overflow-y:auto; -webkit-overflow-scrolling:touch; }
#hbb-app .hbb-modal .hbb-focus-panel-actions{ flex-shrink:0; padding-top:8px; border-top:1px solid #f3f4f6; }
#hbb-app .hbb-modal .hbb-panel-details{ font-size:12px; margin:0; padding-top:8px; border-top:1px solid #f3f4f6; }
#hbb-app .hbb-modal .hbb-panel-meta-row{ display:grid; grid-template-columns:minmax(100px, 34%) 1fr; gap:8px 12px; padding:6px 0; border-bottom:1px solid #f3f4f6; }
#hbb-app .hbb-modal .hbb-panel-label{ font-weight:600; color:#6b7280; }
#hbb-app .hbb-modal .hbb-panel-value{ color:#111827; word-break:break-word; }
#hbb-app.hbb-layout-columns .hbb-bundle-line{
  display:flex; flex-direction:row; align-items:flex-start; gap:10px; width:100%; padding:10px 0;
  border-bottom:1px solid #f3f4f6;
}
#hbb-app.hbb-layout-columns .hbb-bundle-line:last-child{ border-bottom:0; }
#hbb-app.hbb-layout-columns .hbb-bundle-thumb-col{
  flex:0 0 64px; position:relative;
}
#hbb-app.hbb-layout-columns .hbb-bundle-thumb{
  width:64px; height:64px; object-fit:cover; border-radius:10px; border:1px solid #e5e7eb; display:block; background:#fff;
}
#hbb-app.hbb-layout-columns .hbb-bundle-meta{
  flex:1; min-width:0; padding-right:4px;
}
#hbb-app.hbb-layout-columns .hbb-bundle-thumb-title{
	display:block;
	font-size:13px;
	font-weight:600;
	line-height:1.3;
	color: black;
	margin:0 0 4px;
}
#hbb-app.hbb-layout-columns .hbb-bundle-variation{
  font-size:12px; color:#6b7280; line-height:1.35; margin:0 0 6px;
}
#hbb-app.hbb-layout-columns .hbb-bundle-price{
  font-size:14px; font-weight:700; color:#111827; line-height:1.2;
}
#hbb-app.hbb-layout-columns .hbb-bundle-thumb-remove{
	flex:0 0 28px;
	width:28px;
	height:28px;
	padding:0;
	line-height:26px;
	border-radius:8px;
	border:1px solid #EB8A44;
	background-color:#EB8A44;
	color:#374151;
	cursor:pointer;
	font-size:16px;
	align-self:flex-start;
	position: relative;
}

#hbb-app.hbb-layout-columns .hbb-bundle-thumb-remove:hover {
	background-color: #ff8e02;	
}

#hbb-app.hbb-layout-columns .hbb-bundle-thumb-remove::before {
	content: '\f00d';
	font-family: "Font Awesome 7 Sharp";
	font-size: 14px;
	display: flex;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: black;
}

@media (prefers-reduced-motion: reduce){
  #hbb-app.hbb-layout-columns .hbb-coverflow-item{ transition:none; }
}
@media (max-width:900px){
  #hbb-app.hbb-layout-columns .hbb-columns-wrap{ flex-direction:column; }
  #hbb-app.hbb-layout-columns .hbb-sidebar-columns{ max-width:none; position:relative; top:0; max-height:none; }
}
.hbb-debug-panel{
  position:fixed; bottom:12px; left:12px; z-index:999999; max-width:min(92vw,520px); max-height:38vh; overflow:auto;
  background:#1a1a1a; color:#e5e5e5; font:11px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace;
  padding:12px 14px; border-radius:10px; border:1px solid #444; box-shadow:0 8px 32px rgba(0,0,0,.45);
}
.hbb-debug-panel .hbb-debug-panel-title{ font-weight:700; margin-bottom:8px; color:#9cdcfe; }

/* Temporary: bundle discount eligibility in product overview (remove when no longer needed) */
.hbb-bb-discount-flag{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
  padding:2px 6px;
  border-radius:4px;
  vertical-align:middle;
  margin-left:6px;
  letter-spacing:0.02em;
  text-transform:uppercase;
  white-space:nowrap;
}
.hbb-bb-discount-flag--yes{
  background:#dcfce7;
  color:#166534;
  border:1px solid #86efac;
}
.hbb-bb-discount-flag--no{
  background:#f3f4f6;
  color:#6b7280;
  border:1px solid #d1d5db;
}
#hbb-app .hbb-card-name-row,
#hbb-app .hbb-cf-name-wrap,
#hbb-app .hbb-bundle-title-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:4px 6px;
}
#hbb-app.hbb-layout-columns .hbb-coverflow-item .hbb-bb-discount-flag{
  margin-left:0;
  margin-top:4px;
  font-size:9px;
}

/**** Filters Modal ****/
.btn.filters-modal-btn {
	position: absolute;
	top: -20px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid white;
	padding: 10px;
	z-index: 1
}
.filters-modal-btn::after {
	display: none;
}
.filters-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.filters-modal.is-active {
    display: flex;
}

.filters-modal .body {
	display: flex;
	flex-direction: column;
    position: relative;
    width: min(90vw, 800px);
    max-height: 80vh;
    padding: 0px;
}

.filters-modal .body .header-action {
	padding: 0px;
}

.filters-modal .body .content {
	background: #fff;
    border-radius: 0px 0px 20px 20px;
	padding: 30px;
	overflow-y: auto;
}

.filters-modal-close {
	display: flex;
	width: 100%;
	padding: 15px 30px;
	border-radius: 20px 20px 0px 0px;
	background: black;
	color: #EB8A44;
    border: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
	font-family: Teko, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
	transition: all 0.1s ease;
}

.filters-modal-close::before {
	font-family: "Font Awesome 7 Sharp";
    content: "\00d7";
    font-size: 22px;
    line-height: 1;
	margin-right: 10px;
	transition: all 0.1s ease;
}

.filters-modal-close:hover{
	background: #EB8A44;
	color: white;
	transition: all 0.1s ease;
}


