.erbb-filter-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--erbb-border, #d9d5cd);
  border-radius: var(--erbb-filter-radius, 10px);
  background: var(--erbb-filter-bg, #ffffff);
  box-sizing: border-box;
  container: erbb-filter / inline-size;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.erbb-filter-primary-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.erbb-filter-heading { min-width: 0; padding-bottom: 3px; }
.erbb-filter-heading h2 { margin: 0 0 5px; color: var(--erbb-black, #111111); font-size: clamp(18px, 3cqi, 24px); font-weight: 800; line-height: 1.2; }
.erbb-filter-heading p { margin: 0; color: #6b6b6b; font-size: 12px; line-height: 1.5; }
.erbb-filter-search-box { flex: 1 1 280px; }
.erbb-filter-select-box { flex: 0 1 190px; }

.erbb-filter-search-box input,
.erbb-filter-select-box select {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid var(--erbb-border, #d9d5cd);
  border-radius: 7px;
  color: #222222;
  background: #ffffff;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
}

.erbb-filter-search-box input:focus,
.erbb-filter-select-box select:focus,
.erbb-filter-chip:focus-visible,
.erbb-filter-reset:focus-visible {
  border-color: var(--erbb-red, #b5121b);
  box-shadow: 0 0 0 3px rgba(181, 18, 27, 0.18);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--erbb-red, #b5121b) 18%, transparent);
  outline: none;
}

.erbb-filter-categories { display: flex; flex-wrap: wrap; gap: 8px; }
.erbb-filter-brand-row { display: grid; grid-template-columns: minmax(110px,.35fr) minmax(180px,1fr); gap: 12px; align-items: center; }.erbb-filter-brand-row label { color: #4d535c; font-size: 11px; font-weight: 850; text-transform: uppercase; }.erbb-filter-brand-row select { width: 100%; min-width: 0; min-height: 42px; padding: 8px 11px; border: 1px solid #d8d4ce; border-radius: 6px; background: #fff; font: inherit; font-size: 12px; }
.erbb-filter-chip {
  margin: 0;
  padding: 8px 14px;
  border: 1px solid #e5e0d8;
  border-radius: 999px;
  color: #444444;
  background: var(--erbb-cream, #f4f1eb);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.erbb-filter-chip.active,
.erbb-filter-chip:hover { border-color: var(--erbb-red, #b5121b); color: #ffffff; background: var(--erbb-red, #b5121b); }
.erbb-filter-chip:disabled { cursor: default; opacity: 1; }

.erbb-price-filter {
  padding: 13px 15px;
  border: 1px solid #e5e0d8;
  border-radius: 7px;
  background: var(--erbb-cream, #f4f1eb);
}
.erbb-price-filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: #555555; font-size: 12px; }
.erbb-price-filter-heading > span { font-weight: 800; text-transform: uppercase; }
.erbb-price-filter-heading strong { color: var(--erbb-red, #b5121b); }
.erbb-range-pair {
  --erbb-range-start: 0%;
  --erbb-range-end: 100%;
  position: relative;
  display: block;
  width: 100%;
  height: 28px;
  background: linear-gradient(to right, #d8d4cd 0 var(--erbb-range-start), var(--erbb-red, #b5121b) var(--erbb-range-start) var(--erbb-range-end), #d8d4cd var(--erbb-range-end) 100%) center / 100% 5px no-repeat;
}
.erbb-range-pair input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  appearance: none;
  pointer-events: none;
}
.erbb-range-pair .erbb-price-min { z-index: 2; }
.erbb-range-pair .erbb-price-max { z-index: 3; }
.erbb-range-pair input[type="range"]::-webkit-slider-runnable-track { height: 5px; background: transparent; }
.erbb-range-pair input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; margin-top: -8px; border: 3px solid #ffffff; border-radius: 50%; background: var(--erbb-red, #b5121b); box-shadow: 0 1px 5px rgba(17,17,17,0.24); appearance: none; cursor: grab; pointer-events: auto; }
.erbb-range-pair input[type="range"]::-moz-range-track { height: 5px; border: 0; background: transparent; }
.erbb-range-pair input[type="range"]::-moz-range-progress { height: 5px; background: transparent; }
.erbb-range-pair input[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 3px solid #ffffff; border-radius: 50%; background: var(--erbb-red, #b5121b); box-shadow: 0 1px 5px rgba(17,17,17,0.24); cursor: grab; pointer-events: auto; }
.erbb-range-pair input[type="range"]:focus-visible { outline: 0; }
.erbb-range-pair input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px rgba(181,18,27,0.18), 0 1px 5px rgba(17,17,17,0.24); }
.erbb-range-pair input[type="range"]:focus-visible::-moz-range-thumb { box-shadow: 0 0 0 4px rgba(181,18,27,0.18), 0 1px 5px rgba(17,17,17,0.24); }
.erbb-budget-filter { padding: 13px 15px; border: 1px solid #e5e0d8; border-radius: 7px; background: var(--erbb-cream,#f4f1eb); }.erbb-budget-filter input[type="range"] { --erbb-budget-progress: 100%; display: block; width: 100%; height: 30px; margin: 3px 0 0; padding: 0; border: 0; background: linear-gradient(to right,var(--erbb-red,#b5121b) 0 var(--erbb-budget-progress),#d8d4ce var(--erbb-budget-progress) 100%) center / 100% 7px no-repeat; appearance: none; }.erbb-budget-filter input[type="range"]::-webkit-slider-runnable-track { height: 7px; background: transparent; }.erbb-budget-filter input[type="range"]::-webkit-slider-thumb { width: 22px; height: 22px; margin-top: -8px; border: 3px solid #fff; border-radius: 50%; background: var(--erbb-red,#b5121b); box-shadow: 0 1px 5px rgba(17,17,17,.24); appearance: none; }.erbb-budget-filter input[type="range"]::-moz-range-track { height: 7px; background: transparent; }.erbb-budget-filter input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: var(--erbb-red,#b5121b); }

.erbb-filter-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 32px; }
.erbb-filter-status { flex: 1 1 auto; min-height: 16px; color: #6b6b6b; font-size: 11px; line-height: 1.3; }
.erbb-filter-reset {
  flex: 0 0 auto;
  min-height: 34px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid var(--erbb-border, #d9d5cd);
  border-radius: 6px;
  color: #333333;
  background: #ffffff;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.erbb-filter-reset:hover { border-color: var(--erbb-red, #b5121b); color: var(--erbb-red, #b5121b); }
.erbb-filter-container.erbb-is-loading { opacity: 0.82; }

.erbb-filter-layout-vertical .erbb-filter-primary-row { align-items: stretch; flex-direction: column; }
.erbb-filter-layout-vertical .erbb-filter-search-box,
.erbb-filter-layout-vertical .erbb-filter-select-box { flex: 0 0 auto; width: 100%; }
.erbb-filter-layout-vertical .erbb-filter-categories { align-items: stretch; flex-direction: column; }
.erbb-filter-layout-vertical .erbb-filter-brand-row { grid-template-columns: 1fr; }
.erbb-filter-layout-vertical .erbb-filter-chip { width: 100%; border-radius: 7px; text-align: left; }
.erbb-filter-layout-vertical .erbb-price-filter-heading,
.erbb-filter-layout-vertical .erbb-filter-footer { align-items: flex-start; flex-direction: column; }

.erbb-single-specs-card {
  width: min(100%, var(--erbb-single-max, 1200px));
	margin: 0 auto 24px;
  padding: 24px;
  border: 1px solid var(--erbb-border, #d9d5cd);
  border-radius: var(--erbb-single-radius, 10px);
  background: var(--erbb-single-bg, #ffffff);
  box-sizing: border-box;
  container: erbb-single / inline-size;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.erbb-single-title { margin: 0 0 17px; color: var(--erbb-black, #111111); font-size: 19px; font-weight: 800; line-height: 1.25; }
.erbb-single-content-grid { display: grid; gap: 17px; }
.erbb-single-spec-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; margin: 0; padding: 0; }
.erbb-spec-item { min-width: 0; color: #666666; font-size: 13px; }
.erbb-spec-item strong { color: #111111; overflow-wrap: anywhere; }

.erbb-single-calculator-box { margin: 0; padding: 17px 20px; border: 1px solid #e5e0d8; border-radius: 8px; background: var(--erbb-cream, #f4f1eb); }
.erbb-calc-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid #e5e0d8; }
.erbb-calc-header > span { color: #666666; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.erbb-calc-header h2 { margin: 0; color: var(--erbb-red, #b5121b); font-size: 23px; font-weight: 900; line-height: 1.2; text-align: right; }
.erbb-calc-sliders { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.erbb-slider-row label { display: block; margin-bottom: 6px; color: #333333; font-size: 12px; line-height: 1.4; }
.erbb-slider-row input[type="range"] { width: 100%; margin: 0; accent-color: var(--erbb-red, #b5121b); }
.erbb-single-deposit-control { display: grid; grid-template-columns: minmax(0,1fr) minmax(110px,180px); gap: 12px; align-items: center; margin-top: 10px; }.erbb-single-deposit-control label { margin: 0; color: #656a73; font-size: 11px; font-weight: 750; }.erbb-single-deposit-number { width: 100%; min-width: 0; min-height: 40px; margin: 0; padding: 7px 10px; border: 1px solid #cbc5bd; background: #fff; font: inherit; font-size: 13px; }
.erbb-calculator-disclaimer { margin: 12px 0 0; color: #777777; font-size: 10px; line-height: 1.4; }
.erbb-single-cta-wrap { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,220px),1fr)); gap: 9px; margin-top: 17px; }
.erbb-single-wa-btn,
.erbb-single-custom-btn { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 48px; padding: 0 15px; border-radius: 6px; color: #ffffff !important; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none !important; text-transform: uppercase; }
.erbb-single-wa-btn { background: var(--erbb-green, #25d366); }
.erbb-single-custom-btn { background: var(--erbb-single-custom, #111); }
.erbb-single-wa-btn:hover { filter: brightness(0.92); }
.erbb-single-custom-btn:hover { filter: brightness(1.15); }
.erbb-no-product-context { padding: 18px; border: 1px dashed var(--erbb-border, #d9d5cd); border-radius: 8px; color: #666666; background: #ffffff; }

.erbb-single-layout-two-column .erbb-single-content-grid { grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1.3fr); align-items: start; }
.erbb-single-layout-two-column .erbb-single-spec-grid { grid-template-columns: 1fr; padding: 17px 20px; border: 1px solid #e5e0d8; border-radius: 8px; background: #ffffff; }

@media only screen and (max-width: 1023px) {
	.erbb-single-specs-card { width: min(100%, var(--erbb-single-max-tablet, var(--erbb-single-max, 1200px))); }
  .erbb-single-tablet-stacked .erbb-single-content-grid { grid-template-columns: 1fr; }
  .erbb-single-tablet-stacked .erbb-single-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .erbb-single-tablet-two-column .erbb-single-content-grid { grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr); }
  .erbb-single-tablet-two-column .erbb-single-spec-grid { grid-template-columns: 1fr; }
}
@container erbb-single (max-width: 720px) {
	.erbb-single-tablet-stacked .erbb-single-content-grid { grid-template-columns: 1fr; }
	.erbb-single-tablet-stacked .erbb-single-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.erbb-single-tablet-two-column .erbb-single-content-grid { grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.3fr); }
	.erbb-single-tablet-two-column .erbb-single-spec-grid { grid-template-columns: 1fr; }
}
@container erbb-single (max-width: 420px) {
	.erbb-single-phone-stacked .erbb-single-content-grid { grid-template-columns: 1fr; }
	.erbb-single-phone-stacked .erbb-single-spec-grid,
	.erbb-single-phone-stacked .erbb-calc-sliders { grid-template-columns: 1fr; }
	.erbb-single-phone-two-column .erbb-single-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.erbb-single-phone-two-column .erbb-single-spec-grid,
	.erbb-single-phone-two-column .erbb-calc-sliders { grid-template-columns: 1fr; }
  .erbb-price-filter-heading,
  .erbb-calc-header { align-items: flex-start; flex-direction: column; }
  .erbb-calc-header h2 { text-align: left; }
	.erbb-single-deposit-control { grid-template-columns: 1fr; }
}

@container erbb-filter (max-width: 600px) {
  .erbb-filter-search-box,
  .erbb-filter-select-box { flex: 1 1 100%; }
}
@container erbb-filter (max-width: 390px) {
  .erbb-price-filter-heading,
  .erbb-filter-footer { align-items: stretch; flex-direction: column; }
  .erbb-filter-reset { width: 100%; }
	.erbb-filter-brand-row { grid-template-columns: 1fr; }
}

@media only screen and (max-width: 767px) {
  .erbb-filter-container { padding: 15px; }
  .erbb-filter-search-box,
  .erbb-filter-select-box { flex: 1 1 100%; }
  .erbb-calc-sliders { grid-template-columns: 1fr; }
  .erbb-price-filter-heading,
  .erbb-calc-header { align-items: flex-start; flex-direction: column; }
  .erbb-calc-header h2 { text-align: left; }
	.erbb-single-specs-card { width: min(100%, var(--erbb-single-max-phone, var(--erbb-single-max-tablet, var(--erbb-single-max, 1200px)))); padding: 18px; }
	.erbb-single-phone-stacked .erbb-single-content-grid { grid-template-columns: 1fr; }
	.erbb-single-phone-stacked .erbb-single-spec-grid { grid-template-columns: 1fr; }
	.erbb-single-phone-two-column .erbb-single-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.erbb-single-phone-two-column .erbb-single-spec-grid,
	.erbb-single-phone-two-column .erbb-calc-sliders { grid-template-columns: 1fr; }
}

@media only screen and (max-width: 420px) {
	.erbb-single-specs-card { width: min(100%, var(--erbb-single-max-phone, var(--erbb-single-max-tablet, var(--erbb-single-max, 1200px)))); }
	.erbb-single-phone-two-column .erbb-single-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.erbb-single-phone-two-column .erbb-single-spec-grid,
	.erbb-single-phone-two-column .erbb-calc-sliders { grid-template-columns: 1fr; }
  .erbb-filter-footer { align-items: stretch; flex-direction: column; }
  .erbb-filter-reset { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .erbb-filter-chip { transition: none; }
}

/* Standalone finance lead calculator. */
.erbb-lead-calc-wrapper {
  width: min(100%, var(--erbb-lead-max, 1200px));
  max-width: 100%;
  min-width: 0;
	margin: 0 auto;
  padding: clamp(14px, 3cqi, 34px);
  border: 1px solid var(--erbb-border, #d9d5cd);
  border-radius: var(--erbb-lead-radius, 16px);
  color: #252525;
  background: var(--erbb-lead-panel, #ffffff);
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.08);
  box-sizing: border-box;
  container: erbb-lead / inline-size;
  overflow-wrap: anywhere;
}
.erbb-lead-calc-head { max-width: 760px; margin-bottom: 22px; }
.erbb-lead-calc-title { margin: 0 0 7px; color: #111111; font-size: clamp(22px, 4cqi, 34px); font-weight: 850; line-height: 1.14; }
.erbb-lead-calc-head p { margin: 0; color: #686868; font-size: 14px; line-height: 1.55; }
.erbb-lead-calc-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: clamp(18px, 3cqi, 34px); align-items: start; min-width: 0; }
.erbb-lead-layout-stacked .erbb-lead-calc-grid { grid-template-columns: 1fr; }
.erbb-lead-controls,
.erbb-lead-form-panel { min-width: 0; }
.erbb-lead-field { margin-bottom: 20px; }
.erbb-lead-label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 9px; }
.erbb-lead-label-row label,
.erbb-lead-term-field legend { color: #313131; font-size: 12px; font-weight: 800; letter-spacing: 0.02em; text-transform: uppercase; }
.erbb-lead-label-row output { color: var(--erbb-lead-accent, #b5121b); font-size: 14px; font-weight: 850; text-align: right; }
.erbb-lead-field input[type="range"] { --erbb-control-progress: 0%; display: block; width: 100%; height: 34px; margin: 0; padding: 0; border: 0; background: linear-gradient(to right, var(--erbb-lead-accent, #b5121b) 0 var(--erbb-control-progress), #d8d4ce var(--erbb-control-progress) 100%) center / 100% 8px no-repeat; appearance: none; cursor: pointer; }
.erbb-lead-field input[type="range"]::-webkit-slider-runnable-track { height: 8px; border-radius: 999px; background: transparent; }
.erbb-lead-field input[type="range"]::-webkit-slider-thumb { width: 24px; height: 24px; margin-top: -8px; border: 4px solid #ffffff; border-radius: 50%; background: var(--erbb-lead-accent, #b5121b); box-shadow: 0 2px 8px rgba(17,17,17,0.28); appearance: none; }
.erbb-lead-field input[type="range"]::-moz-range-track { height: 8px; border: 0; border-radius: 999px; background: transparent; }
.erbb-lead-field input[type="range"]::-moz-range-progress { height: 8px; border-radius: 999px; background: var(--erbb-lead-accent, #b5121b); }
.erbb-lead-field input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 4px solid #ffffff; border-radius: 50%; background: var(--erbb-lead-accent, #b5121b); box-shadow: 0 2px 8px rgba(17,17,17,0.28); }
.erbb-lead-field input[type="range"]:focus-visible { outline: 0; }
.erbb-lead-field input[type="range"]:focus-visible::-webkit-slider-thumb { box-shadow: 0 0 0 4px color-mix(in srgb, var(--erbb-lead-accent, #b5121b) 22%, transparent), 0 2px 8px rgba(17,17,17,0.28); }
.erbb-lead-field input[type="range"]:focus-visible::-moz-range-thumb { box-shadow: 0 0 0 4px color-mix(in srgb, var(--erbb-lead-accent, #b5121b) 22%, transparent), 0 2px 8px rgba(17,17,17,0.28); }
.erbb-lead-price-number,
.erbb-lead-deposit-number { width: min(100%, 190px); min-height: 44px; margin-top: 9px; padding: 8px 11px; border: 1px solid #bdb7ae; border-radius: 7px; color: #222222; background: #ffffff; font-size: 14px; font-weight: 750; box-sizing: border-box; }
.erbb-lead-number-control { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 14px; margin-top: 7px; }
.erbb-lead-number-control label { color: #555555; font-size: 11px; font-weight: 700; line-height: 1.35; }
.erbb-lead-number-control .erbb-lead-deposit-number { margin-top: 0; }
.erbb-lead-term-field { min-width: 0; margin: 0 0 20px; padding: 0; border: 0; }
.erbb-lead-term-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.erbb-lead-term { min-height: 40px; margin: 0; padding: 7px 12px; border: 1px solid #d8d4ce; border-radius: 999px; color: #444444; background: #ffffff; font-size: 11px; font-weight: 800; cursor: pointer; }
.erbb-lead-term:hover,
.erbb-lead-term:focus-visible,
.erbb-lead-term.is-active { border-color: var(--erbb-lead-accent, #b5121b); color: #ffffff; background: var(--erbb-lead-accent, #b5121b); outline: none; }
.erbb-lead-result { display: flex; flex-direction: column; align-items: flex-start; margin-top: 4px; padding: clamp(16px, 3cqi, 23px); border-radius: 11px; color: #ffffff; background: linear-gradient(130deg, #171717, #2c2223 62%, var(--erbb-lead-accent, #b5121b) 150%); }
.erbb-lead-result > span:first-child { color: rgba(255,255,255,0.72); font-size: 10px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.erbb-lead-monthly-value { max-width: 100%; margin: 4px 0 5px; color: #ffffff; font-size: clamp(27px, 7cqi, 44px); font-weight: 900; line-height: 1.05; overflow-wrap: anywhere; }
.erbb-lead-monthly-value small { margin-left: 3px; color: rgba(255,255,255,0.74); font-size: 0.38em; font-weight: 700; }
.erbb-lead-result-detail { color: rgba(255,255,255,0.76); font-size: 10px; line-height: 1.45; }
.erbb-lead-disclaimer { margin: 10px 0 0; color: #777777; font-size: 9.5px; line-height: 1.45; }

.erbb-lead-form-panel { max-width: 100%; padding: clamp(17px, 3cqi, 26px); border: 1px solid #e3dfd8; border-radius: 12px; background: #f8f7f4; box-shadow: inset 4px 0 0 var(--erbb-lead-accent, #b5121b); box-sizing: border-box; }
.erbb-lead-form-panel h4 { margin: 0 0 6px; color: #111111; font-size: 19px; font-weight: 850; line-height: 1.25; }
.erbb-lead-form-panel > p { margin: 0 0 18px; color: #6d6d6d; font-size: 12px; line-height: 1.5; }
.erbb-lead-form { display: grid; grid-template-columns: 1fr; gap: 7px; }
.erbb-lead-form > label:not(.erbb-lead-consent) { margin-top: 5px; color: #333333; font-size: 11px; font-weight: 750; }
.erbb-lead-form input[type="text"],
.erbb-lead-form input[type="tel"],
.erbb-lead-form input[type="email"],
.erbb-lead-form select { width: 100%; min-height: 44px; margin: 0; padding: 8px 11px; border: 1px solid #ccc8c1; border-radius: 7px; color: #222222; background: #fffefa; font-size: 13px; box-sizing: border-box; }
.erbb-lead-form input:focus,
.erbb-lead-form select:focus,
.erbb-lead-price-number:focus,
.erbb-lead-deposit-number:focus { border-color: var(--erbb-lead-accent, #b5121b); outline: 0; box-shadow: 0 0 0 3px rgba(181, 18, 27, 0.15); }
.erbb-lead-consent { display: flex; align-items: flex-start; gap: 9px; margin: 10px 0 3px; color: #555555; font-size: 10px; line-height: 1.45; }
.erbb-lead-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--erbb-lead-accent, #b5121b); }
.erbb-lead-consent a { color: var(--erbb-lead-accent, #b5121b); }
.erbb-lead-submit,
.erbb-lead-whatsapp { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin-top: 5px; padding: 9px 14px; border: 0; border-radius: 7px; color: #ffffff !important; font-size: 12px; font-weight: 850; line-height: 1.2; text-align: center; text-decoration: none !important; box-sizing: border-box; cursor: pointer; }
.erbb-lead-submit { background: var(--erbb-lead-accent, #b5121b); }
.erbb-lead-submit:hover { filter: brightness(0.9); }
.erbb-lead-submit:disabled { cursor: wait; opacity: 0.65; }
.erbb-lead-whatsapp { margin-top: 12px; background: var(--erbb-lead-whatsapp, #16833f); }
.erbb-lead-whatsapp:hover { filter: brightness(0.9); }
.erbb-lead-form-status { min-height: 18px; margin-top: 3px; color: #555555; font-size: 11px; font-weight: 700; line-height: 1.4; }
.erbb-lead-form-status.is-error { color: #b42318; }
.erbb-lead-form-status.is-success { color: #087443; }
.erbb-lead-form-panel.is-success { text-align: center; }
.erbb-lead-calc-success { padding: 14px 0 4px; }
.erbb-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.erbb-lead-theme-dark { color: #ededed; background: var(--erbb-lead-panel, #18181b); border-color: #3b3b40; }
.erbb-lead-theme-dark .erbb-lead-calc-title,
.erbb-lead-theme-dark .erbb-lead-label-row label,
.erbb-lead-theme-dark .erbb-lead-term-field legend,
.erbb-lead-theme-dark .erbb-lead-form-panel h4,
.erbb-lead-theme-dark .erbb-lead-form > label:not(.erbb-lead-consent) { color: #ffffff; }
.erbb-lead-theme-dark .erbb-lead-calc-head p,
.erbb-lead-theme-dark .erbb-lead-form-panel > p,
.erbb-lead-theme-dark .erbb-lead-disclaimer,
.erbb-lead-theme-dark .erbb-lead-consent { color: #b9b9bd; }
.erbb-lead-theme-dark .erbb-lead-form-panel { border-color: #3b3b40; background: #242428; }
.erbb-lead-theme-dark .erbb-lead-price-number,
.erbb-lead-theme-dark .erbb-lead-deposit-number,
.erbb-lead-theme-dark .erbb-lead-term,
.erbb-lead-theme-dark .erbb-lead-form input,
.erbb-lead-theme-dark .erbb-lead-form select { border-color: #4a4a50; color: #ffffff; background: #17171a; }

@container erbb-lead (max-width: 760px) {
  .erbb-lead-tablet-stacked .erbb-lead-calc-grid { grid-template-columns: 1fr; }
  .erbb-lead-tablet-two-column .erbb-lead-calc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@container erbb-lead (max-width: 520px) {
  .erbb-lead-calc-head { margin-bottom: 17px; }
  .erbb-lead-field { margin-bottom: 16px; }
  .erbb-lead-term { flex: 1 1 calc(33.333% - 7px); }
}
@media only screen and (max-width: 767px) {
  .erbb-lead-tablet-stacked .erbb-lead-calc-grid { grid-template-columns: 1fr; }
  .erbb-lead-tablet-two-column .erbb-lead-calc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}
@media only screen and (max-width: 980px) {
  .erbb-lead-calc-wrapper { width: min(100%, var(--erbb-lead-max-tablet, var(--erbb-lead-max, 1200px))); }
}
@container erbb-lead (max-width: 520px) {
  .erbb-lead-phone-stacked .erbb-lead-calc-grid { grid-template-columns: 1fr; }
  .erbb-lead-phone-two-column .erbb-lead-calc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .erbb-lead-label-row { align-items: flex-start; flex-direction: column; gap: 3px; }
  .erbb-lead-label-row output { text-align: left; }
  .erbb-lead-price-number { width: 100%; }
  .erbb-lead-number-control { align-items: stretch; flex-direction: column; }
  .erbb-lead-deposit-number { width: 100%; }
  .erbb-lead-term { flex: 1 1 calc(50% - 7px); }
}
@media only screen and (max-width: 479px) {
  .erbb-lead-calc-wrapper { width: min(100%, var(--erbb-lead-max-phone, var(--erbb-lead-max-tablet, var(--erbb-lead-max, 1200px)))); }
  .erbb-lead-phone-stacked .erbb-lead-calc-grid { grid-template-columns: 1fr; }
  .erbb-lead-phone-two-column .erbb-lead-calc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

/* 3.9 row-width hardening: full-width is the default and narrow Divi columns
   always stack before content can become unreadable, even when an old module
   instance retained a forced two-column phone setting. */
.erbb-lead-calc-wrapper.erbb-calc-width-full,
.erbb-single-specs-card.erbb-single-width-full { width: 100%; max-width: none; margin-inline: 0; }
.erbb-lead-calc-wrapper.erbb-calc-width-custom { width: min(100%, var(--erbb-lead-max, 1200px)); }
.erbb-single-specs-card.erbb-single-width-custom { width: min(100%, var(--erbb-single-max, 1200px)); }
.erbb-single-specs-card *, .erbb-single-specs-card *::before, .erbb-single-specs-card *::after { box-sizing: border-box; }
.erbb-single-content-grid > .erbb-single-calculator-box:only-child { grid-column: 1 / -1; }
.erbb-lead-calc-grid > .erbb-lead-result { align-self: stretch; min-width: 0; min-height: 100%; margin: 0; padding: clamp(20px,4cqi,30px); border-radius: 8px; background: #111; }
.erbb-lead-result-summary { display: grid; gap: 0; width: 100%; margin: 18px 0 0; padding: 14px 0 0; border-top: 1px solid rgba(255,255,255,.16); }
.erbb-lead-result-summary > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 5px 0; }
.erbb-lead-result-summary dt { color: rgba(255,255,255,.76); font-size: 11px; }.erbb-lead-result-summary dd { margin: 0; color: #fff; font-size: 11px; font-weight: 850; text-align: right; }
.erbb-lead-calc-grid > .erbb-lead-disclaimer { grid-column: 1 / -1; margin: 0; padding: 14px 16px; border: 1px solid #ded9d1; color: #656a73; background: #f5f2ed; font-size: 10px; line-height: 1.5; }
.erbb-lead-calc-grid > .erbb-lead-form-panel { grid-column: 1 / -1; width: 100%; }

@container erbb-lead (max-width: 680px) {
  .erbb-lead-calc-wrapper .erbb-lead-calc-grid,
  .erbb-lead-tablet-two-column .erbb-lead-calc-grid,
  .erbb-lead-phone-two-column .erbb-lead-calc-grid { grid-template-columns: minmax(0, 1fr); }
	.erbb-lead-result-summary > div { grid-template-columns: minmax(0,1fr) auto; }
	.erbb-lead-price-number,
	.erbb-lead-deposit-number,
	.erbb-lead-form input[type="text"],
	.erbb-lead-form input[type="tel"],
	.erbb-lead-form input[type="email"],
	.erbb-lead-form select { min-height: 46px; font-size: 16px; }
}
@container erbb-single (max-width: 680px) {
  .erbb-single-specs-card .erbb-single-content-grid,
  .erbb-single-tablet-two-column .erbb-single-content-grid,
  .erbb-single-phone-two-column .erbb-single-content-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .erbb-single-specs-card { padding: clamp(14px, 5cqi, 24px); }
  .erbb-single-calculator-box { min-width: 0; }
	.erbb-single-price-number,
	.erbb-single-deposit-number { min-height: 46px; font-size: 16px; }
}

/* Product-context finance estimator mirrors the page calculator without
   inheriting a fixed width from the Theme Builder column. */
.erbb-single-calculator-box { padding: 0; overflow: hidden; background: #fff; }
.erbb-single-calculator-heading { padding: clamp(16px,3cqi,23px); border-bottom: 1px solid #ded9d1; }
.erbb-single-calculator-heading h4 { margin: 0; color: #111; font-size: clamp(18px,3cqi,25px); line-height: 1.2; text-transform: uppercase; }
.erbb-single-calculator-heading p { margin: 6px 0 0; color: #666b74; font-size: 11px; line-height: 1.5; }
.erbb-single-calculator-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(240px,.8fr); gap: clamp(15px,3cqi,26px); padding: clamp(16px,3cqi,24px); min-width: 0; }
.erbb-single-calculator-controls { display: grid; align-content: start; gap: 18px; min-width: 0; }
.erbb-single-calculator-controls .erbb-slider-row { min-width: 0; }
.erbb-single-calculator-controls .erbb-slider-row > label { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 5px 12px; margin: 0 0 8px; color: #555b64; font-size: 11px; font-weight: 800; line-height: 1.4; text-transform: uppercase; }
.erbb-single-calculator-controls .erbb-slider-row > label strong { color: #111; font-size: 13px; }
.erbb-single-price-number,.erbb-single-deposit-number { display: block; width: 100%; min-width: 0; min-height: 43px; margin: 0; padding: 8px 11px; border: 1px solid #cbc5bd; color: #111; background: #f5f2ed; font: inherit; font-size: 13px; font-weight: 750; }
.erbb-single-deposit-control { grid-template-columns: minmax(120px,.6fr) minmax(0,1fr); margin: 0 0 4px; }
.erbb-single-deposit-hint { color: #727780; font-size: 10px; line-height: 1.45; }
.erbb-single-calculator-controls input[type="range"] { --erbb-product-progress: 48%; display: block; width: 100%; height: 30px; margin: 3px 0 0; padding: 0; border: 0; background: linear-gradient(to right,var(--erbb-red,#b5121b) 0 var(--erbb-product-progress),#d8d4ce var(--erbb-product-progress) 100%) center / 100% 7px no-repeat; appearance: none; cursor: pointer; }
.erbb-single-calculator-controls input[type="range"]::-webkit-slider-runnable-track { height: 7px; background: transparent; }
.erbb-single-calculator-controls input[type="range"]::-webkit-slider-thumb { width: 22px; height: 22px; margin-top: -8px; border: 3px solid #fff; border-radius: 50%; background: var(--erbb-red,#b5121b); box-shadow: 0 1px 5px rgba(17,17,17,.25); appearance: none; }
.erbb-single-calculator-controls input[type="range"]::-moz-range-track { height: 7px; background: #d8d4ce; }
.erbb-single-calculator-controls input[type="range"]::-moz-range-progress { height: 7px; background: var(--erbb-red,#b5121b); }
.erbb-single-calculator-controls input[type="range"]::-moz-range-thumb { width: 16px; height: 16px; border: 3px solid #fff; border-radius: 50%; background: var(--erbb-red,#b5121b); box-shadow: 0 1px 5px rgba(17,17,17,.25); }
.erbb-single-rate { margin: -3px 0 0; color: #6b7079; font-size: 10px; line-height: 1.45; }
.erbb-single-calculator-result { min-width: 0; padding: clamp(19px,4cqi,27px); color: #fff; background: #111; }
.erbb-single-calculator-result > span { color: var(--erbb-red,#d71920); font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.erbb-single-calculator-result h2 { margin: 7px 0 13px; color: #fff; font-size: clamp(30px,7cqi,47px); font-weight: 900; line-height: 1; overflow-wrap: anywhere; }
.erbb-single-calculator-result h2 small { margin-left: 3px; font-size: .32em; font-weight: 750; white-space: nowrap; }
.erbb-single-calculator-result dl { display: grid; gap: 0; margin: 0; padding-top: 10px; border-top: 1px solid #313131; }
.erbb-single-calculator-result dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; padding: 5px 0; }
.erbb-single-calculator-result dt { color: #ddd; font-size: 10px; line-height: 1.35; }.erbb-single-calculator-result dd { margin: 0; color: #fff; font-size: 10px; font-weight: 850; line-height: 1.35; text-align: right; overflow-wrap: anywhere; }
.erbb-single-calculator-result .erbb-single-summary-total { margin-top: 8px; padding-top: 11px; border-top: 1px solid #313131; }
.erbb-single-calculator-box > .erbb-calculator-disclaimer { margin: 0; padding: 13px clamp(16px,3cqi,24px); border-top: 1px solid #ded9d1; color: #656a73; background: #f5f2ed; font-size: 10px; line-height: 1.5; }
@container erbb-single (max-width: 620px) { .erbb-single-calculator-layout { grid-template-columns: minmax(0,1fr); }.erbb-single-calculator-result { min-height: 0; }.erbb-single-calculator-controls .erbb-slider-row > label { align-items: flex-start; flex-direction: column; }.erbb-single-deposit-control { grid-template-columns: 1fr; } }

/* Affordability planner */
.erbb-affordability-wrap {
  --erbb-aff-accent: #b5121b;
  --erbb-aff-max: 1200px;
  container: erbb-affordability / inline-size;
  width: min(100%, var(--erbb-aff-max));
  min-width: 0;
  margin: 0 auto;
  padding: clamp(18px, 4cqi, 34px);
  border: 1px solid #d8d2ca;
  color: #171717;
  background: #fff;
  box-shadow: 0 6px 20px rgba(17,17,17,.07);
  box-sizing: border-box;
}
.erbb-affordability-wrap.erbb-aff-width-full { width: 100%; max-width: none; margin-inline: 0; }
.erbb-affordability-wrap *, .erbb-affordability-wrap *::before, .erbb-affordability-wrap *::after { box-sizing: border-box; }
.erbb-aff-header { padding-bottom: 18px; border-bottom: 1px solid #d8d2ca; }
.erbb-aff-header h2 { margin: 0 0 7px; font-size: clamp(23px, 3.2cqi, 34px); line-height: 1.15; }
.erbb-aff-header p { max-width: 760px; margin: 0; color: #60656f; font-size: 13px; line-height: 1.55; }
.erbb-aff-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .95fr); gap: clamp(20px, 3cqi, 34px); margin-top: 26px; align-items: start; }
.erbb-aff-layout-vertical .erbb-aff-grid { grid-template-columns: 1fr; }
.erbb-aff-inputs { display: grid; gap: 20px; min-width: 0; }
.erbb-aff-inputs > section, .erbb-aff-summary { min-width: 0; padding: clamp(16px, 3cqi, 24px); border: 1px solid #d8d2ca; background: #f5f2ed; }
.erbb-aff-inputs h3, .erbb-aff-summary h3 { margin: 0 0 14px; padding-bottom: 10px; border-bottom: 1px solid #d8d2ca; font-size: 16px; line-height: 1.25; text-transform: uppercase; }
.erbb-aff-fields { display: grid; gap: 13px; }
.erbb-aff-fields-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.erbb-aff-fields-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.erbb-aff-target { color: #fff; background: #151515 !important; border-color: #151515 !important; }
.erbb-aff-target h3 { border-color: #424242; }
.erbb-aff-field { min-width: 0; }
.erbb-aff-field label { display: block; margin-bottom: 6px; color: inherit; font-size: 11px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.erbb-aff-field input { display: block; width: 100%; min-width: 0; min-height: 40px; margin: 0; padding: 8px 10px; border: 1px solid #cbc5bd; border-radius: 0; background: #fff; font: inherit; font-size: 13px; }
.erbb-aff-target input { color: #fff; border-color: #515151; background: #2a2a2a; }
.erbb-aff-field input:focus { border-color: var(--erbb-aff-accent); outline: 0; box-shadow: 0 0 0 3px color-mix(in srgb,var(--erbb-aff-accent) 18%,transparent); }
.erbb-aff-summary dl { margin: 0; }
.erbb-aff-summary dl > div { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 10px 0; border-bottom: 1px solid #d8d2ca; }
.erbb-aff-summary dt { color: #666; font-size: 12px; }.erbb-aff-summary dd { margin: 0; font-size: 12px; font-weight: 850; }
.erbb-aff-summary .erbb-aff-strong { border-bottom: 2px solid #171717; }.erbb-aff-summary .erbb-aff-strong dt,.erbb-aff-summary .erbb-aff-strong dd { color: #171717; font-size: 14px; font-weight: 850; }
.erbb-aff-buffer { background: #fff; padding-inline: 9px !important; }.erbb-aff-buffer dd { color: #079455; }
.erbb-aff-guidance { margin: 22px 0; padding: 14px; border: 1px solid #9fe3bd; color: #087443; background: #ecfdf3; font-size: 12px; font-weight: 750; line-height: 1.45; }
.erbb-aff-guidance.is-warning { border-color: #f3cf74; color: #7a2e0e; background: #fffaeb; }
.erbb-aff-price-range { padding: 18px 12px; border: 1px solid #d8d2ca; background: #fff; text-align: center; }
.erbb-aff-price-range span,.erbb-aff-price-range small { display: block; color: #70747b; font-size: 10px; }.erbb-aff-price-range strong { display: block; margin: 6px 0; color: var(--erbb-aff-accent); font-size: clamp(20px,3cqi,29px); }
.erbb-aff-primary,.erbb-aff-secondary { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; margin-top: 18px; padding: 10px 14px; color: #fff !important; background: var(--erbb-aff-accent); font-size: 12px; font-weight: 850; text-align: center; text-decoration: none !important; }
.erbb-aff-secondary { margin-top: 8px; background: #111; }
.erbb-aff-disclaimer { margin: 28px 0 0; padding: 13px 15px; border: 1px solid #d8d2ca; color: #656a73; background: #f5f2ed; font-size: 10px; line-height: 1.5; }
@container erbb-affordability (max-width: 900px) { .erbb-aff-tablet-vertical .erbb-aff-grid { grid-template-columns: 1fr; }.erbb-aff-tablet-horizontal .erbb-aff-grid { grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr); gap: 18px; }.erbb-aff-fields-3 { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@container erbb-affordability (max-width: 680px) { .erbb-aff-grid { grid-template-columns: 1fr !important; }.erbb-aff-field input { min-height: 46px; font-size: 16px; } }
@container erbb-affordability (max-width: 560px) { .erbb-aff-phone-vertical .erbb-aff-fields-2,.erbb-aff-phone-vertical .erbb-aff-fields-3 { grid-template-columns: 1fr; }.erbb-aff-phone-horizontal .erbb-aff-fields-2,.erbb-aff-phone-horizontal .erbb-aff-fields-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }.erbb-aff-summary dl > div { grid-template-columns: 1fr; gap: 3px; } }
@container erbb-affordability (max-width: 420px) { .erbb-aff-fields-2,.erbb-aff-fields-3 { grid-template-columns: 1fr !important; } }

/* Single-product summary and details */
.erbb-product-summary,.erbb-product-details { container: erbb-product-panel / inline-size; width: min(100%, var(--erbb-product-max, var(--erbb-details-max,1200px))); min-width: 0; margin: 0 auto; box-sizing: border-box; }
.erbb-product-width-full { width: 100%; max-width: none; margin-inline: 0; }
.erbb-product-summary { padding: clamp(18px,4cqi,32px); border: 1px solid #d8d2ca; color: #101010; background: var(--erbb-product-bg,#fff); box-shadow: 0 5px 18px rgba(17,17,17,.08); }
.erbb-product-summary *,.erbb-product-details * { box-sizing: border-box; }
.erbb-product-summary-eyebrow { margin: 0 0 8px; color: var(--erbb-product-accent,#b5121b); font-size: 11px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.erbb-product-summary-title { margin: 0 0 20px; font-size: clamp(25px,5cqi,38px); line-height: 1.1; }
.erbb-product-summary-price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: clamp(16px,3cqi,24px); border: 1px solid #d8d2ca; background: #f5f2ed; }
.erbb-product-summary-price-row > span { color: #60646c; font-size: 11px; font-weight: 800; text-transform: uppercase; }.erbb-product-summary-price { font-size: clamp(24px,5cqi,36px); line-height: 1; }
.erbb-product-availability { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; padding: 14px; border: 1px solid #f3cf74; color: #8a3d00; background: #fffaeb; font-size: 12px; line-height: 1.5; }.erbb-product-availability p { margin: 0; }
.erbb-product-availability.is-unavailable { border-color: #f2b8b5; color: #b42318; background: #fff1f0; }
.erbb-product-actions { display: grid; gap: 9px; margin-top: 22px; }.erbb-product-action-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.erbb-product-action { display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 9px 13px; border: 1px solid #111; color: #fff !important; background: #111; font-size: 12px; font-weight: 850; text-align: center; text-decoration: none !important; text-transform: uppercase; }.erbb-product-whatsapp { border-color: #1bc866; background: #1bc866; }.erbb-product-callback { color: #111 !important; background: #f5f2ed; }
.erbb-product-location { margin: 18px 0 0; padding-top: 15px; border-top: 1px solid #d8d2ca; color: #646a73; font-size: 12px; }
.erbb-product-details { display: grid; gap: clamp(18px,3cqi,30px); }
.erbb-product-details-section { padding: clamp(18px,3.5cqi,30px); border: 1px solid #d8d2ca; background: var(--erbb-details-bg,#fff); }
.erbb-product-details h2 { margin: 0 0 16px; padding-bottom: 12px; border-bottom: 1px solid #d8d2ca; font-size: clamp(19px,3.3cqi,27px); line-height: 1.2; text-transform: uppercase; }
.erbb-product-overview { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px 26px; margin: 0; }.erbb-product-overview div { min-width: 0; }.erbb-product-overview dt { color: #666b74; font-size: 9px; font-weight: 850; text-transform: uppercase; }.erbb-product-overview dd { margin: 4px 0 0; color: #111; font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.erbb-product-features { display: grid; grid-template-columns: repeat(var(--erbb-details-cols,2),minmax(0,1fr)); gap: 8px; margin: 0 !important; padding: 0 !important; list-style: none !important; }.erbb-product-features li { display: flex; align-items: center; gap: 10px; min-width: 0; margin: 0 !important; padding: 10px 12px; border: 1px solid #d8d2ca; background: #f5f2ed; font-size: 12px; line-height: 1.4; }.erbb-product-features li span { color: var(--erbb-details-accent,#b5121b); font-weight: 850; }
.erbb-product-description { font-size: 13px; line-height: 1.65; }.erbb-product-description > *:first-child { margin-top: 0; }.erbb-product-description > *:last-child { margin-bottom: 0; }
.erbb-product-source { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 16px; border: 1px solid #d8d2ca; color: #686d76; background: #f5f2ed; font-size: 10px; }.erbb-product-source a { color: var(--erbb-details-accent,#b5121b); font-weight: 800; }
@container erbb-product-panel (max-width: 600px) { .erbb-product-summary-price-row { align-items: flex-start; flex-direction: column; }.erbb-product-action-row,.erbb-product-overview,.erbb-product-features { grid-template-columns: 1fr; }.erbb-product-source { align-items: flex-start; flex-direction: column; } }

/* Independent WooCommerce single-product modules */
.erbb-product-gallery,
.erbb-current-product-heading,
.erbb-current-product-price-wrap,
.erbb-current-product-description { width: min(100%, var(--erbb-gallery-max, var(--erbb-product-title-max, var(--erbb-product-price-max, var(--erbb-product-description-max, 1200px))))); min-width: 0; margin: 0 auto; box-sizing: border-box; }
.erbb-product-gallery.erbb-product-width-full,
.erbb-current-product-heading.erbb-product-width-full,
.erbb-current-product-price-wrap.erbb-product-width-full,
.erbb-current-product-description.erbb-product-width-full { width: 100%; max-width: none; margin-inline: 0; }
.erbb-product-gallery *,
.erbb-current-product-heading *,
.erbb-current-product-price-wrap *,
.erbb-current-product-description *,
.erbb-product-wishlist-wrap * { box-sizing: border-box; }

.erbb-product-gallery { container: erbb-product-gallery / inline-size; }
.erbb-product-gallery-stage { position: relative; width: 100%; overflow: hidden; border-radius: var(--erbb-gallery-radius, 8px); background: var(--erbb-gallery-bg, #f5f2ed); aspect-ratio: var(--erbb-gallery-ratio, 3 / 2); line-height: 0; }
.erbb-product-gallery-open { display: block; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; border: 0; border-radius: inherit; color: inherit; background: transparent; box-shadow: none; font: inherit; line-height: 0; text-align: inherit; cursor: zoom-in; -webkit-appearance: none; appearance: none; }
.erbb-product-gallery-open:focus-visible { outline: 3px solid var(--erbb-gallery-accent, #b5121b); outline-offset: -3px; }
.erbb-product-gallery-main { display: block; width: 100%; height: 100%; margin: 0; object-fit: var(--erbb-gallery-fit, contain); object-position: var(--erbb-gallery-position, center center); }
.erbb-product-gallery-stage-natural,
.erbb-product-gallery-natural .erbb-product-gallery-stage { aspect-ratio: auto; }
.erbb-product-gallery-stage-natural > .erbb-product-gallery-open,
.erbb-product-gallery-natural .erbb-product-gallery-stage > .erbb-product-gallery-open { height: auto; }
.erbb-product-gallery-stage-natural .erbb-product-gallery-main,
.erbb-product-gallery-natural .erbb-product-gallery-main { height: auto; max-height: none; object-fit: contain; }
.erbb-product-gallery-ratio-native .erbb-product-gallery-stage { aspect-ratio: auto; }
.erbb-product-gallery-ratio-native .erbb-product-gallery-stage > .erbb-product-gallery-open { height: auto; }
.erbb-product-gallery-ratio-native .erbb-product-gallery-main { height: auto; max-height: none; object-fit: contain; }
.erbb-product-gallery-actions { position: absolute; z-index: 3; top: 14px; right: 14px; display: flex; gap: 8px; line-height: 1; }
.erbb-product-gallery-actions .erbb-icon-btn { color: #111 !important; background: rgba(255,255,255,.96) !important; }
.erbb-product-gallery-actions .erbb-compare-btn { border-color: var(--erbb-red, #b5121b) !important; color: #fff !important; background: #111 !important; }
.erbb-product-gallery-actions .erbb-wishlist-btn.active { color: #fff !important; background: var(--erbb-gallery-accent, #b5121b) !important; border-color: var(--erbb-gallery-accent, #b5121b) !important; }
.erbb-product-gallery-actions .erbb-compare-btn.active { color: #fff !important; background: #111 !important; border-color: var(--erbb-red, #b5121b) !important; }
.erbb-product-gallery-thumbnails { display: grid; grid-template-columns: repeat(var(--erbb-gallery-cols, 5), minmax(0,1fr)); gap: clamp(6px, 1.5cqi, 11px); margin-top: clamp(8px, 1.8cqi, 13px); }
.erbb-product-gallery-thumb { display: block; width: 100%; min-width: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: calc(var(--erbb-gallery-radius, 8px) * .65); background: var(--erbb-gallery-bg, #f5f2ed); aspect-ratio: 1 / 1; cursor: pointer; opacity: .76; }
.erbb-product-gallery-thumb:hover,
.erbb-product-gallery-thumb:focus-visible,
.erbb-product-gallery-thumb.is-active { border-color: var(--erbb-gallery-accent, #b5121b); outline: none; opacity: 1; }
.erbb-product-gallery-thumb img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; }

/* Viewport-bound, accessible product image lightbox. */
body.erbb-product-lightbox-open { overflow: hidden !important; overscroll-behavior: none; }
.erbb-product-lightbox[hidden] { display: none !important; }
.erbb-product-lightbox,
.erbb-product-lightbox * { box-sizing: border-box; }
.erbb-product-lightbox { position: fixed; z-index: 2147483000; inset: 0; display: grid; place-items: center; width: 100vw; height: 100vh; height: 100dvh; padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left)); color: #fff; font-size: 16px; line-height: 1.4; }
.erbb-product-lightbox-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.92); cursor: zoom-out; }
.erbb-product-lightbox-dialog { position: relative; display: grid; grid-template-rows: auto minmax(0,1fr) auto; width: min(1400px, 100%); height: min(940px, 100%); min-width: 0; min-height: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; outline: none; background: #0c0c0c; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.erbb-product-lightbox-toolbar { z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 54px; padding: 7px 8px 7px 18px; border-bottom: 1px solid rgba(255,255,255,.13); }
.erbb-product-lightbox-counter { color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; line-height: 1; }
.erbb-product-lightbox-close,
.erbb-product-lightbox-nav { display: inline-grid; place-items: center; flex: 0 0 auto; width: 44px; height: 44px; min-width: 44px; min-height: 44px; margin: 0; padding: 0; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; color: #fff; background: rgba(0,0,0,.64); box-shadow: none; font: inherit; line-height: 1; cursor: pointer; -webkit-appearance: none; appearance: none; }
.erbb-product-lightbox-close { font-size: 31px; font-weight: 300; }
.erbb-product-lightbox-nav { position: relative; z-index: 2; font-size: 42px; font-weight: 300; }
.erbb-product-lightbox-close:hover,
.erbb-product-lightbox-close:focus-visible,
.erbb-product-lightbox-nav:hover,
.erbb-product-lightbox-nav:focus-visible { border-color: var(--erbb-gallery-accent, #b5121b); outline: 2px solid var(--erbb-gallery-accent, #b5121b); outline-offset: 2px; background: #111; }
.erbb-product-lightbox-media { display: grid; grid-template-columns: 58px minmax(0,1fr) 58px; align-items: center; gap: clamp(4px, 1.5vw, 18px); min-width: 0; min-height: 0; padding: clamp(8px, 2vw, 22px); overflow: hidden; touch-action: pan-y pinch-zoom; }
.erbb-product-lightbox-figure { display: grid; grid-template-rows: minmax(0,1fr) auto; place-items: center; width: 100%; height: 100%; min-width: 0; min-height: 0; margin: 0; overflow: hidden; }
.erbb-product-lightbox-image { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; margin: auto; object-fit: contain; object-position: center; user-select: none; -webkit-user-drag: none; }
.erbb-product-lightbox-caption { width: 100%; min-height: 0; margin: 8px 0 0; overflow: hidden; color: rgba(255,255,255,.8); font-size: 12px; line-height: 1.35; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.erbb-product-lightbox-thumbnails { display: flex; align-items: center; justify-content: safe center; gap: 8px; min-width: 0; min-height: 78px; padding: 9px 14px max(9px, env(safe-area-inset-bottom)); overflow-x: auto; overflow-y: hidden; border-top: 1px solid rgba(255,255,255,.13); scrollbar-color: rgba(255,255,255,.45) transparent; scroll-snap-type: x proximity; }
.erbb-product-lightbox-thumb { display: block; flex: 0 0 62px; width: 62px; height: 62px; min-width: 62px; min-height: 62px; margin: 0; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 6px; background: #242424; box-shadow: none; cursor: pointer; opacity: .65; scroll-snap-align: center; -webkit-appearance: none; appearance: none; }
.erbb-product-lightbox-thumb img { display: block; width: 100%; height: 100%; margin: 0; object-fit: cover; }
.erbb-product-lightbox-thumb:hover,
.erbb-product-lightbox-thumb:focus-visible,
.erbb-product-lightbox-thumb.is-active { border-color: var(--erbb-gallery-accent, #b5121b); outline: none; opacity: 1; }

@media (max-width: 767px) {
  .erbb-product-lightbox { padding: 0; }
  .erbb-product-lightbox-dialog { width: 100%; height: 100%; border: 0; border-radius: 0; }
  .erbb-product-lightbox-toolbar { min-height: 58px; padding-top: max(7px, env(safe-area-inset-top)); padding-right: max(8px, env(safe-area-inset-right)); padding-left: max(16px, env(safe-area-inset-left)); }
  .erbb-product-lightbox-media { position: relative; display: grid; grid-template-columns: minmax(0,1fr); padding: 8px max(8px, env(safe-area-inset-right)) 8px max(8px, env(safe-area-inset-left)); }
  .erbb-product-lightbox-nav { position: absolute; top: 50%; z-index: 3; width: 46px; height: 46px; transform: translateY(-50%); }
  .erbb-product-lightbox-prev { left: max(8px, env(safe-area-inset-left)); }
  .erbb-product-lightbox-next { right: max(8px, env(safe-area-inset-right)); }
  .erbb-product-lightbox-figure { grid-column: 1; }
  .erbb-product-lightbox-caption { max-width: calc(100vw - 32px); }
  .erbb-product-lightbox-thumbnails { justify-content: flex-start; min-height: 72px; padding-inline: max(10px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-right)); }
  .erbb-product-lightbox-thumb { flex-basis: 56px; width: 56px; height: 56px; min-width: 56px; min-height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .erbb-product-lightbox-thumbnails { scroll-behavior: auto; }
}

.erbb-current-product-heading { text-align: var(--erbb-product-title-align, left); }
.erbb-current-product-eyebrow { margin: 0 0 8px; color: var(--erbb-product-title-accent, #b5121b); font-size: 11px; font-weight: 850; letter-spacing: .055em; line-height: 1.35; text-transform: uppercase; }
.erbb-current-product-title { margin: 0 !important; padding: 0 !important; color: var(--erbb-product-title-color, #111); font-size: clamp(28px, 5.5cqi, 48px); font-weight: 900; line-height: 1.08; overflow-wrap: anywhere; }
.erbb-current-product-title a { color: inherit !important; text-decoration: none !important; }
.erbb-current-product-title a:hover { color: var(--erbb-product-title-accent, #b5121b) !important; }

.erbb-current-product-price-wrap { container: erbb-product-price / inline-size; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px 18px; align-items: baseline; padding: clamp(16px, 3cqi, 24px); border: 1px solid var(--erbb-product-price-border, #d8d2ca); background: var(--erbb-product-price-bg, #f5f2ed); }
.erbb-current-product-price-label { color: #626871; font-size: 11px; font-weight: 850; letter-spacing: .025em; text-transform: uppercase; }
.erbb-current-product-price { min-width: 0; color: #111; font-size: clamp(25px, 5cqi, 38px); font-weight: 900; line-height: 1; text-align: right; overflow-wrap: anywhere; }
.erbb-current-product-price .amount { color: inherit; font-size: inherit; font-weight: inherit; }
.erbb-current-product-price del { color: #777; font-size: .62em; }
.erbb-current-product-price ins { text-decoration: none; }
.erbb-current-product-repayment { grid-column: 1 / -1; color: var(--erbb-product-price-accent, #b5121b); font-size: 12px; font-weight: 800; text-align: right; }
.erbb-current-product-price-stacked { grid-template-columns: minmax(0,1fr); }
.erbb-current-product-price-stacked .erbb-current-product-price,
.erbb-current-product-price-stacked .erbb-current-product-repayment { text-align: left; }

.erbb-current-product-description { container: erbb-product-description / inline-size; display: grid; gap: clamp(14px, 2.5cqi, 24px); }
.erbb-current-product-description-section { min-width: 0; padding: clamp(18px, 3.5cqi, 30px); border: 1px solid var(--erbb-product-description-border, #d8d2ca); background: var(--erbb-product-description-bg, #fff); }
.erbb-current-product-description-section h2,
.erbb-current-product-description-section h3,
.erbb-current-product-description-section h4 { margin: 0 0 16px !important; padding: 0 0 12px !important; border-bottom: 2px solid var(--erbb-product-description-accent, #b5121b); color: #111; font-size: clamp(19px, 3.3cqi, 28px); line-height: 1.2; text-transform: uppercase; }
.erbb-current-product-description-copy { color: #272727; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.erbb-current-product-description-copy > :first-child { margin-top: 0; }
.erbb-current-product-description-copy > :last-child { margin-bottom: 0; }
.erbb-current-product-description-copy img,
.erbb-current-product-description-copy iframe { max-width: 100%; height: auto; }

.erbb-product-wishlist-wrap { display: flex; justify-content: var(--erbb-wishlist-align, flex-start); width: 100%; }
.erbb-product-wishlist-button,
.erbb-product-compare-button { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 9px !important; min-height: 48px !important; margin: 0 !important; padding: 10px 18px !important; border: 1px solid var(--erbb-wishlist-accent, #b5121b) !important; border-radius: 6px !important; color: var(--erbb-wishlist-text, #111) !important; background: transparent !important; font-size: 12px !important; font-weight: 850 !important; line-height: 1.2 !important; text-align: center !important; text-transform: uppercase !important; cursor: pointer !important; }
.erbb-product-wishlist-width-full .erbb-product-wishlist-button { width: 100%; }
.erbb-product-wishlist-solid { color: #fff !important; background: var(--erbb-wishlist-accent, #b5121b) !important; }
.erbb-product-wishlist-dark { color: #fff !important; border-color: #111 !important; background: #111 !important; }
.erbb-product-wishlist-button:hover,
.erbb-product-wishlist-button:focus-visible,
.erbb-product-wishlist-button.active { color: #fff !important; border-color: var(--erbb-wishlist-accent, #b5121b) !important; background: var(--erbb-wishlist-accent, #b5121b) !important; outline: none !important; }
.erbb-product-wishlist-button.active svg { fill: currentColor; }
.erbb-product-summary-wishlist,
.erbb-single-wishlist-button,
.erbb-product-summary-compare,
.erbb-single-compare-button { width: 100% !important; color: #111 !important; border-color: #d8d2ca !important; background: #f5f2ed !important; }
.erbb-product-summary-wishlist:hover,
.erbb-product-summary-wishlist:focus-visible,
.erbb-product-summary-wishlist.active,
.erbb-single-wishlist-button:hover,
.erbb-single-wishlist-button:focus-visible,
.erbb-single-wishlist-button.active { color: #fff !important; border-color: var(--erbb-red, #b5121b) !important; background: var(--erbb-red, #b5121b) !important; }
.erbb-product-summary-compare:hover,
.erbb-product-summary-compare:focus-visible,
.erbb-product-summary-compare.active,
.erbb-single-compare-button:hover,
.erbb-single-compare-button:focus-visible,
.erbb-single-compare-button.active { color: #fff !important; border-color: #111 !important; background: #111 !important; outline: none !important; }
.erbb-product-save-compare,
.erbb-single-save-compare { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 9px; width: 100%; margin-top: 9px; }

/* Icon actions must remain square even when the same button is also used full-width elsewhere. */
.erbb-action-button-icon,
.erbb-product-gallery-actions .erbb-action-button-icon,
.erbb-actions-top-right .erbb-action-button-icon { display: inline-flex !important; flex: 0 0 42px !important; width: 42px !important; height: 42px !important; min-width: 42px !important; min-height: 42px !important; max-width: 42px !important; max-height: 42px !important; margin: 0 !important; padding: 0 !important; border-radius: 50% !important; line-height: 1 !important; }
.erbb-action-button-icon svg { display: block; flex: 0 0 auto; width: 20px; height: 20px; }
.erbb-action-button-icon .erbb-compare-icon-shell svg { width: 19px; height: 19px; }

/* YITH owns wishlist state and requests; Divi Dealership owns only placement and presentation. */
.erbb-yith-wishlist-action { position: relative; min-width: 0; width: 100%; padding: 0 !important; }
.erbb-yith-wishlist-action > .yith-wcwl-add-to-wishlist,
.erbb-yith-wishlist-action > [class*="yith-wcwl-add-to-wishlist"],
.erbb-yith-wishlist-action .yith-wcwl-add-button,
.erbb-yith-wishlist-action .yith-wcwl-wishlistaddedbrowse,
.erbb-yith-wishlist-action .yith-wcwl-wishlistexistsbrowse { width: 100%; margin: 0 !important; }
.erbb-yith-wishlist-action:not(.erbb-yith-wishlist-icon) :is(a, button) { display: inline-flex !important; align-items: center !important; justify-content: center !important; gap: 9px !important; width: 100% !important; min-height: 46px !important; margin: 0 !important; padding: 9px 16px !important; border: 0 !important; border-radius: inherit !important; color: inherit !important; background: transparent !important; box-shadow: none !important; font: inherit !important; line-height: 1.2 !important; text-align: center !important; text-decoration: none !important; text-transform: inherit !important; }
.erbb-yith-wishlist-action:not(.erbb-yith-wishlist-icon) .feedback { display: none !important; }
.erbb-yith-wishlist-action:has(.yith-wcwl-wishlistaddedbrowse:not(.hide), .yith-wcwl-wishlistexistsbrowse:not(.hide), [aria-pressed="true"], .is-in-wishlist) { color: #fff !important; border-color: var(--erbb-red, #b5121b) !important; background: var(--erbb-red, #b5121b) !important; }
.erbb-yith-wishlist-icon { position: relative !important; overflow: hidden !important; color: #111 !important; background: rgba(255,255,255,.96) !important; }
.erbb-yith-wishlist-icon > .yith-wcwl-add-to-wishlist,
.erbb-yith-wishlist-icon > [class*="yith-wcwl-add-to-wishlist"] { position: absolute !important; z-index: 2 !important; inset: 0 !important; width: 100% !important; height: 100% !important; margin: 0 !important; }
.erbb-yith-wishlist-icon :is(.yith-wcwl-add-button, .yith-wcwl-wishlistaddedbrowse, .yith-wcwl-wishlistexistsbrowse) { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; }
.erbb-yith-wishlist-icon :is(a, button) { position: absolute !important; inset: 0 !important; display: block !important; width: 100% !important; height: 100% !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; border: 0 !important; border-radius: 50% !important; opacity: 0 !important; cursor: pointer !important; }
.erbb-yith-heart-icon { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; pointer-events: none; }
.erbb-yith-heart-icon svg { display: block; width: 20px; height: 20px; }
.erbb-yith-wishlist-icon:hover,
.erbb-yith-wishlist-icon:focus-within { border-color: var(--erbb-red, #b5121b) !important; color: var(--erbb-red, #b5121b) !important; }
.erbb-yith-wishlist-icon:has(.yith-wcwl-wishlistaddedbrowse:not(.hide), .yith-wcwl-wishlistexistsbrowse:not(.hide), [aria-pressed="true"], .is-in-wishlist) { color: #fff !important; border-color: var(--erbb-red, #b5121b) !important; background: var(--erbb-red, #b5121b) !important; }
.erbb-yith-wishlist-icon:has(.yith-wcwl-wishlistaddedbrowse:not(.hide), .yith-wcwl-wishlistexistsbrowse:not(.hide), [aria-pressed="true"], .is-in-wishlist) .erbb-yith-heart-icon svg { fill: currentColor; }

@container erbb-product-gallery (max-width: 520px) {
  .erbb-product-gallery-thumbnails { --erbb-gallery-cols: 4; }
  .erbb-product-gallery-actions { top: 9px; right: 9px; gap: 6px; }
	.erbb-product-gallery-actions .erbb-action-button-icon { flex-basis: 38px !important; width: 38px !important; height: 38px !important; min-width: 38px !important; min-height: 38px !important; max-width: 38px !important; max-height: 38px !important; }
}
@container erbb-product-price (max-width: 430px) {
  .erbb-current-product-price-wrap { grid-template-columns: minmax(0,1fr); }
  .erbb-current-product-price,
  .erbb-current-product-repayment { text-align: left; }
}
@container erbb-product-description (max-width: 480px) {
  .erbb-current-product-description-section { padding: 16px; }
}
