/* ================================================================
   bCOOL PLP v1.3.9 — scoped under .bcool-plp-root
   ================================================================ */

.bcool-plp-root {
  --bplp-brand: #1E509B;
  --bplp-brand-hover: #184080;
  --bplp-brand-light: #eff6ff;
  --bplp-brand-border: #bfdbfe;
  --bplp-text: #111827;
  --bplp-text-muted: #6b7280;
  --bplp-border: #e5e7eb;
  --bplp-surface: #fff;
  --bplp-radius: 8px;
  --bplp-shadow-hover: 0 3px 10px rgba(30, 80, 155, 0.22);
  --bplp-shadow-hover-light: 0 2px 8px rgba(0, 0, 0, 0.1);

  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 60px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: var(--bplp-text);
}

.bcool-plp-root *,
.bcool-plp-root *::before,
.bcool-plp-root *::after {
  box-sizing: border-box;
}

.bcool-plp-root * {
  text-transform: none;
  letter-spacing: normal;
}

/* ── Page Header ─────────────────────────────────────────────── */
.bcool-plp-root .bplp-header {
  text-align: center;
  padding: 24px 0 20px;
  border-bottom: 1px solid var(--bplp-border);
  margin-bottom: 20px;
}

.bcool-plp-root h1.bplp-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--bplp-text);
  margin: 0 0 8px;
  line-height: 1.25;
  text-align: center;
}

.bcool-plp-root .bplp-subtitle {
  font-size: 15px;
  color: var(--bplp-text-muted);
  margin: 0;
  font-weight: 400;
  text-align: center;
}

/* ── Filter Bar ──────────────────────────────────────────────── */
.bcool-plp-root .bplp-filterbar {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid var(--bplp-border);
  margin-bottom: 0;
  position: relative;
  background: transparent;
}

.bcool-plp-root .bplp-filter-group {
  position: relative;
  display: inline-block;
}

/* PLP buttons/links — always visible, no transitions; hover = shadow only */
.bcool-plp-root button.bplp-filter-btn,
.bcool-plp-root .bplp-filter-btn,
.bcool-plp-root a.bplp-fms-btn,
.bcool-plp-root .bplp-fms-btn,
.bcool-plp-root a.bplp-card__cta,
.bcool-plp-root .bplp-card__cta,
.bcool-plp-root button.bplp-resolve-btn,
.bcool-plp-root .bplp-resolve-btn,
.bcool-plp-root a.bplp-mz-cta,
.bcool-plp-root .bplp-mz-cta,
.bcool-plp-root a.bplp-mz-card__cta,
.bcool-plp-root button.bplp-zb,
.bcool-plp-root .bplp-zb,
.bcool-plp-root button.bplp-zone-btn,
.bcool-plp-root button.bplp-mb,
.bcool-plp-root .bplp-mb,
.bcool-plp-root button.bplp-toggle-btn,
.bcool-plp-root button.bplp-dropdown__clear,
.bcool-plp-root button.bplp-chip-clear,
.bcool-plp-root button.bplp-chip--clear {
  transition: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.bcool-plp-root button.bplp-filter-btn,
.bcool-plp-root .bplp-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1.5px solid #d1d5db;
  border-radius: var(--bplp-radius);
  background: var(--bplp-surface);
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  white-space: nowrap;
  min-height: auto;
  height: auto;
  box-shadow: none;
  text-shadow: none;
  line-height: 1.4;
  outline: none;
}

/* Filter buttons — hover/active only; no theme focus styling */
.bcool-plp-root button.bplp-filter-btn:focus,
.bcool-plp-root button.bplp-filter-btn:focus-visible,
.bcool-plp-root .bplp-filter-btn:focus,
.bcool-plp-root .bplp-filter-btn:focus-visible {
  outline: none;
  border-color: #d1d5db;
  color: #374151;
  background: var(--bplp-surface);
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  line-height: 1.4;
  transform: none;
}

.bcool-plp-root button.bplp-filter-btn.has-value:focus,
.bcool-plp-root button.bplp-filter-btn.has-value:focus-visible,
.bcool-plp-root button.bplp-filter-btn.is-open:focus,
.bcool-plp-root button.bplp-filter-btn.is-open:focus-visible {
  border-color: var(--bplp-brand);
  color: var(--bplp-brand);
  background: var(--bplp-brand-light);
}

.bcool-plp-root button.bplp-filter-btn:hover,
.bcool-plp-root .bplp-filter-btn:hover,
.bcool-plp-root button.bplp-filter-btn:active,
.bcool-plp-root .bplp-filter-btn:active {
  border-color: var(--bplp-brand);
  color: var(--bplp-brand);
  background: var(--bplp-surface);
  box-shadow: var(--bplp-shadow-hover-light);
  transform: none;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  line-height: 1.4;
}

.bcool-plp-root button.bplp-filter-btn.is-open,
.bcool-plp-root .bplp-filter-btn.is-open,
.bcool-plp-root button.bplp-filter-btn.has-value,
.bcool-plp-root .bplp-filter-btn.has-value {
  border-color: var(--bplp-brand);
  color: var(--bplp-brand);
  background: var(--bplp-brand-light);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  line-height: 1.4;
}

/* Override Elementor kit global link hover (e.g. .elementor-kit-1419 a:hover) */
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-fms-btn,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-mz-cta,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-mz-card__cta,
.bcool-plp-root.bcool-plp a.bplp-fms-btn,
.bcool-plp-root.bcool-plp a.bplp-card__cta,
.bcool-plp-root.bcool-plp a.bplp-mz-cta,
.bcool-plp-root.bcool-plp a.bplp-mz-card__cta {
  font-size: 14px;
  line-height: 1.4;
  transform: none;
}

.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-fms-btn:hover,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-fms-btn:active,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta:hover,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta:active,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-mz-cta:hover,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-mz-cta:active,
.bcool-plp-root.bcool-plp a.bplp-fms-btn:hover,
.bcool-plp-root.bcool-plp a.bplp-fms-btn:active,
.bcool-plp-root.bcool-plp a.bplp-card__cta:hover,
.bcool-plp-root.bcool-plp a.bplp-card__cta:active,
.bcool-plp-root.bcool-plp a.bplp-mz-cta:hover,
.bcool-plp-root.bcool-plp a.bplp-mz-cta:active {
  font-size: 14px;
  line-height: 1.4;
  transform: none;
  padding: 8px 14px;
}

.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta:hover,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta:active,
.bcool-plp-root.bcool-plp a.bplp-card__cta:hover,
.bcool-plp-root.bcool-plp a.bplp-card__cta:active {
  padding: 11px;
  font-size: 14px;
}

.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-fms-btn:focus,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-fms-btn:focus-visible,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta:focus,
.elementor-kit-1419 .bcool-plp-root.bcool-plp a.bplp-card__cta:focus-visible,
.bcool-plp-root.bcool-plp a.bplp-fms-btn:focus,
.bcool-plp-root.bcool-plp a.bplp-fms-btn:focus-visible,
.bcool-plp-root.bcool-plp a.bplp-card__cta:focus,
.bcool-plp-root.bcool-plp a.bplp-card__cta:focus-visible {
  outline: none;
  transform: none;
}

.elementor-kit-1419 .bcool-plp-root.bcool-plp button.bplp-filter-btn,
.elementor-kit-1419 .bcool-plp-root.bcool-plp button.bplp-filter-btn:hover,
.elementor-kit-1419 .bcool-plp-root.bcool-plp button.bplp-filter-btn:active,
.elementor-kit-1419 .bcool-plp-root.bcool-plp button.bplp-filter-btn:focus,
.elementor-kit-1419 .bcool-plp-root.bcool-plp button.bplp-filter-btn:focus-visible {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  line-height: 1.4;
  min-height: auto;
  height: auto;
  transform: none;
}

.bcool-plp-root .bplp-filter-arrow {
  font-size: 10px;
  color: inherit;
}

/* Dropdown — hidden unless group is open */
.bcool-plp-root .bplp-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 200px;
  background: var(--bplp-surface);
  border: 1px solid var(--bplp-border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 99999;
  padding: 6px 0;
  max-height: 300px;
  overflow-y: auto;
}

.bcool-plp-root .bplp-filter-group.is-open > .bplp-dropdown {
  display: block;
}

.bcool-plp-root .bplp-dropdown--wide {
  min-width: 280px;
}

.bcool-plp-root .bplp-dropdown--size {
  min-width: 260px;
  max-height: min(480px, calc(100vh - 120px));
}

.bcool-plp-root .bplp-dropdown__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  background: transparent;
  line-height: 1.4;
  margin: 0;
}

.bcool-plp-root .bplp-dropdown__option:hover {
  background: #f9fafb;
}

.bcool-plp-root .bplp-dropdown__option input[type="radio"] {
  margin: 0;
  flex-shrink: 0;
  accent-color: var(--bplp-brand);
}

.bcool-plp-root button.bplp-dropdown__clear,
.bcool-plp-root .bplp-dropdown__clear {
  display: block;
  width: calc(100% - 28px);
  margin: 4px 14px;
  padding: 6px;
  border: 1px solid var(--bplp-border);
  border-radius: 6px;
  background: var(--bplp-surface);
  font-size: 12px;
  color: var(--bplp-text-muted);
  cursor: pointer;
  text-align: center;
  min-height: auto;
  box-shadow: none;
}

.bcool-plp-root .bplp-dropdown__section {
  padding: 8px 14px;
  border-top: 1px solid #f3f4f6;
}

.bcool-plp-root .bplp-dropdown__section:first-child {
  border-top: none;
}

.bcool-plp-root .bplp-dropdown__section--method {
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 4px;
  padding-bottom: 8px;
}

.bcool-plp-root .bplp-dropdown__section strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bcool-plp-root .bplp-dropdown__section label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  font-weight: 400;
}

.bcool-plp-root .bplp-size-options {
  overflow: visible;
  max-height: none;
}

/* Find My System button */
.bcool-plp-root a.bplp-fms-btn,
.bcool-plp-root .bplp-fms-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1.5px solid var(--bplp-brand);
  border-radius: var(--bplp-radius);
  background: var(--bplp-surface);
  font-size: 14px;
  font-weight: 600;
  color: var(--bplp-brand);
  text-decoration: none;
  white-space: nowrap;
  margin-left: auto;
  min-height: auto;
  cursor: pointer;
}

.bcool-plp-root a.bplp-fms-btn:hover,
.bcool-plp-root .bplp-fms-btn:hover {
  background: var(--bplp-surface);
  color: var(--bplp-brand);
  box-shadow: var(--bplp-shadow-hover);
  transform: none;
}

/* ── Active Filter Chips ─────────────────────────────────────── */
.bcool-plp-root .bplp-active-filters:not(:empty) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}

.bcool-plp-root .bplp-active-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: var(--bplp-brand-light);
  border: 1px solid var(--bplp-brand-border);
  border-radius: 999px;
  font-size: 13px;
  color: var(--bplp-brand);
  font-weight: 500;
}

.bcool-plp-root button.bplp-active-chip__remove,
.bcool-plp-root .bplp-active-chip__remove {
  background: none;
  border: none;
  color: var(--bplp-brand);
  cursor: pointer;
  font-size: 14px;
  padding: 0 2px;
  min-height: auto;
  line-height: 1;
  box-shadow: none;
}

.bcool-plp-root button.bplp-clear-all,
.bcool-plp-root .bplp-clear-all {
  background: none;
  border: none;
  color: var(--bplp-text-muted);
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  min-height: auto;
  box-shadow: none;
  padding: 4px;
}

/* ── Product Grid ────────────────────────────────────────────── */
.bcool-plp-root .bplp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
  min-height: 200px;
  width: 100%;
}

.bcool-plp-root .bplp-grid.has-2,
.bcool-plp-root .bplp-grid.has-1 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: start;
}

.bcool-plp-root .bplp-grid--loading {
  opacity: 0.5;
  pointer-events: none;
}

.bcool-plp-root .bplp-loading {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 60px 20px;
  color: var(--bplp-text-muted);
  font-size: 15px;
}

.bcool-plp-root .bplp-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid var(--bplp-border);
  border-top-color: var(--bplp-brand);
  border-radius: 50%;
  animation: bplp-spin 0.7s linear infinite;
  display: inline-block;
  flex-shrink: 0;
  background: transparent;
}

@keyframes bplp-spin {
  to { transform: rotate(360deg); }
}

.bcool-plp-root .bplp-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--bplp-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

/* ── Product Card ────────────────────────────────────────────── */
.bcool-plp-root .bplp-card {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  border: 1px solid var(--bplp-border);
  border-radius: var(--bplp-radius-lg);
  background: var(--bplp-surface);
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.bcool-plp-root .bplp-card:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transform: none;
}

.bcool-plp-root .bplp-card__img-wrap,
.bcool-plp-root .bplp-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 260px;
  background: var(--bplp-surface);
  overflow: hidden;
  flex-shrink: 0;
  border-bottom: 1px solid #f3f4f6;
}

.bcool-plp-root .bplp-card__img-wrap img,
.bcool-plp-root .bplp-card__image img {
  width: auto;
  max-width: 92%;
  height: auto;
  max-height: 240px;
  object-fit: contain;
  padding: 8px;
  display: block;
}

.bcool-plp-root .bplp-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  background: var(--bplp-brand);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 1;
  border: none;
  box-shadow: none;
}

.bcool-plp-root .bplp-card__badge--seer { background: #0891b2; }
.bcool-plp-root .bplp-card__badge--cold { background: #16a34a; }
.bcool-plp-root .bplp-card__badge--popular { background: #1E509B; }

.bcool-plp-root .bplp-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.bcool-plp-root .bplp-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--bplp-text);
  margin: 0;
  line-height: 1.35;
  text-align: center;
  width: 100%;
}

.bcool-plp-root .bplp-card__title-line {
  display: block;
}

.bcool-plp-root .bplp-card__title-line--sub {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-top: 2px;
}

.bcool-plp-root .bplp-card__coverage {
  color: var(--bplp-brand);
  margin: 0;
  font-weight: 400;
  text-align: center;
  width: 100%;
}

.bcool-plp-root .bplp-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 4px;
  justify-content: center;
  width: 100%;
}

.bcool-plp-root .bplp-chip {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid var(--bplp-border);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  background: #f9fafb;
  white-space: nowrap;
}

.bcool-plp-root .bplp-chip--btu {
  background: var(--bplp-brand);
  border-color: var(--bplp-brand);
  color: #fff;
  font-weight: 600;
}

.bcool-plp-root .bplp-chip--diy {
  background: var(--bplp-brand-light);
  border-color: var(--bplp-brand-border);
  color: var(--bplp-brand);
}

.bcool-plp-root .bplp-chip--config {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #15803d;
}

.bcool-plp-root .bplp-card__price {
  font-size: 22px;
  font-weight: 700;
  color: var(--bplp-text);
  margin-top: auto;
  padding-top: 8px;
  text-align: center;
  width: 100%;
}

.bcool-plp-root .bplp-card__stock {
  font-size: 12px;
  color: #dc2626;
  margin: 0;
  font-weight: 500;
}

.bcool-plp-root .bplp-card__series-note {
  font-size: 12px;
  color: #9ca3af;
  margin: 4px 0 0;
}

.bcool-plp-root a.bplp-card__cta,
.bcool-plp-root .bplp-card__cta {
  display: block;
  width: 100%;
  padding: 11px;
  background: var(--bplp-brand);
  color: #fff;
  text-align: center;
  border-radius: var(--bplp-radius);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  min-height: auto;
  margin-top: 8px;
  line-height: 1.4;
}

.bcool-plp-root a.bplp-card__cta:hover,
.bcool-plp-root .bplp-card__cta:hover {
  background: var(--bplp-brand);
  color: #fff;
  box-shadow: var(--bplp-shadow-hover);
  transform: none;
}

/* Config chips bar (Multi Zone) */
.bcool-plp-root .bplp-config-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-bottom: 1px solid var(--bplp-border);
  margin-bottom: 16px;
}

.bcool-plp-root button.bplp-chip--clear,
.bcool-plp-root .bplp-chip--clear,
.bcool-plp-root button.bplp-chip-clear,
.bcool-plp-root .bplp-chip-clear {
  background: none;
  border: 1px solid #d1d5db;
  color: var(--bplp-text-muted);
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  cursor: pointer;
  min-height: auto;
  box-shadow: none;
}

/* ── MULTI ZONE LAYOUT ───────────────────────────────────────── */
.bcool-plp-root.bcool-plp--mz .bplp-mz-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  margin-top: 20px;
  align-items: start;
}

.bcool-plp-root .bplp-mz-panel,
.bcool-plp-root .bplp-mz-config__inner {
  border: 1px solid var(--bplp-border);
  border-radius: var(--bplp-radius-lg);
  padding: 18px;
  background: var(--bplp-surface);
  position: sticky;
  top: 80px;
}

.bcool-plp-root .bplp-mz-panel__title,
.bcool-plp-root .bplp-mz-config__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--bplp-text);
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.bcool-plp-root .bplp-mz-sec,
.bcool-plp-root .bplp-mz-section {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f3f4f6;
}

.bcool-plp-root .bplp-mz-sec:last-of-type,
.bcool-plp-root .bplp-mz-section:last-of-type {
  border-bottom: none;
}

.bcool-plp-root .bplp-mz-lbl,
.bcool-plp-root .bplp-mz-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 8px;
}

.bcool-plp-root .bplp-mz-hint {
  font-size: 12px;
  color: #9ca3af;
  margin: 0 0 8px;
  line-height: 1.4;
}

/* Zone buttons */
.bcool-plp-root .bplp-zone-row,
.bcool-plp-root .bplp-zone-btns {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.bcool-plp-root button.bplp-zb,
.bcool-plp-root .bplp-zb,
.bcool-plp-root button.bplp-zone-btn,
.bcool-plp-root .bplp-zone-btn {
  width: 34px;
  height: 34px;
  border: 1.5px solid #d1d5db;
  border-radius: var(--bplp-radius);
  background: var(--bplp-surface);
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-shadow: none;
}

.bcool-plp-root button.bplp-zb:hover,
.bcool-plp-root .bplp-zb:hover,
.bcool-plp-root button.bplp-zone-btn:hover {
  box-shadow: var(--bplp-shadow-hover-light);
  transform: none;
}

.bcool-plp-root button.bplp-zb.is-active,
.bcool-plp-root .bplp-zb.is-active,
.bcool-plp-root button.bplp-zone-btn.is-active,
.bcool-plp-root .bplp-zone-btn.is-active {
  background: var(--bplp-brand);
  border-color: var(--bplp-brand);
  color: #fff;
}

/* Sizing method toggle */
.bcool-plp-root .bplp-method-row,
.bcool-plp-root .bplp-toggle-btns {
  display: flex;
  border: 1px solid #d1d5db;
  border-radius: var(--bplp-radius);
  overflow: hidden;
}

.bcool-plp-root button.bplp-mb,
.bcool-plp-root .bplp-mb,
.bcool-plp-root button.bplp-toggle-btn,
.bcool-plp-root .bplp-toggle-btn {
  flex: 1;
  padding: 7px 8px;
  border: none;
  background: var(--bplp-surface);
  font-size: 12px;
  font-weight: 500;
  color: var(--bplp-text-muted);
  cursor: pointer;
  min-height: auto;
  box-shadow: none;
  line-height: 1.3;
}

.bcool-plp-root button.bplp-mb:hover,
.bcool-plp-root .bplp-mb:hover,
.bcool-plp-root button.bplp-toggle-btn:hover {
  box-shadow: var(--bplp-shadow-hover-light);
  transform: none;
}

.bcool-plp-root button.bplp-mb.is-active,
.bcool-plp-root .bplp-mb.is-active,
.bcool-plp-root button.bplp-toggle-btn.is-active,
.bcool-plp-root .bplp-toggle-btn.is-active {
  background: var(--bplp-brand);
  color: #fff;
}

/* Room rows */
.bcool-plp-root .bplp-room-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
}

.bcool-plp-root .bplp-room-lbl,
.bcool-plp-root .bplp-room-label {
  font-size: 12px;
  color: var(--bplp-text-muted);
  font-weight: 500;
}

.bcool-plp-root select.bplp-room-sel,
.bcool-plp-root .bplp-room-select,
.bcool-plp-root .bplp-room-btu-select {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  color: #374151;
  background: var(--bplp-surface);
  cursor: pointer;
  min-height: auto;
  box-shadow: none;
  appearance: menulist;
}

/* Mount checkboxes */
.bcool-plp-root .bplp-mount-lbl,
.bcool-plp-root .bplp-mount-opt {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  margin-bottom: 6px;
  cursor: pointer;
  font-weight: 400;
}

.bcool-plp-root .bplp-mount-opts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bcool-plp-root .bplp-mount-lbl input[type="checkbox"],
.bcool-plp-root .bplp-mount-opt input[type="checkbox"] {
  accent-color: var(--bplp-brand);
  flex-shrink: 0;
}

/* Resolve button */
.bcool-plp-root button.bplp-resolve-btn,
.bcool-plp-root .bplp-resolve-btn {
  width: 100%;
  padding: 11px;
  background: var(--bplp-brand);
  color: #fff;
  border: none;
  border-radius: var(--bplp-radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  min-height: auto;
  box-shadow: none;
  margin-top: 4px;
}

.bcool-plp-root button.bplp-resolve-btn:hover,
.bcool-plp-root .bplp-resolve-btn:hover {
  background: var(--bplp-brand);
  color: #fff;
  box-shadow: var(--bplp-shadow-hover);
  transform: none;
}

/* ── MZ Result Panel ─────────────────────────────────────────── */
.bcool-plp-root .bplp-mz-placeholder,
.bcool-plp-root .bplp-mz-result__placeholder {
  border: 2px dashed var(--bplp-border);
  border-radius: var(--bplp-radius-lg);
  padding: 80px 20px;
  text-align: center;
  color: #9ca3af;
  background: #fafafa;
}

.bcool-plp-root .bplp-mz-placeholder p,
.bcool-plp-root .bplp-mz-result__placeholder-inner p {
  font-size: 14px;
  color: #9ca3af;
  margin: 12px 0 0;
  line-height: 1.5;
}

.bcool-plp-root .bplp-mz-card {
  border: 1px solid var(--bplp-border);
  border-radius: var(--bplp-radius-lg);
  overflow: hidden;
  background: var(--bplp-surface);
}

.bcool-plp-root .bplp-mz-banner,
.bcool-plp-root .bplp-mz-card__banner {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f0fdf4;
  border-bottom: 1px solid #bbf7d0;
  font-size: 14px;
  color: #15803d;
  font-weight: 500;
}

.bcool-plp-root .bplp-mz-img,
.bcool-plp-root .bplp-mz-card__img {
  padding: 24px;
  background: #f9fafb;
  border-bottom: 1px solid #f3f4f6;
  text-align: center;
}

.bcool-plp-root .bplp-mz-img img,
.bcool-plp-root .bplp-mz-card__img img {
  max-height: 240px;
  object-fit: contain;
  max-width: 100%;
}

.bcool-plp-root .bplp-mz-body,
.bcool-plp-root .bplp-mz-card__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bcool-plp-root .bplp-mz-name,
.bcool-plp-root .bplp-mz-card__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--bplp-text);
  margin: 0;
  line-height: 1.3;
}

.bcool-plp-root .bplp-mz-pills,
.bcool-plp-root .bplp-mz-card__pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.bcool-plp-root .bplp-mz-validation,
.bcool-plp-root .bplp-mz-card__validation {
  font-size: 14px;
  color: var(--bplp-text-muted);
  margin: 0;
}

.bcool-plp-root .bplp-mz-price,
.bcool-plp-root .bplp-mz-card__price {
  font-size: 28px;
  font-weight: 700;
  color: var(--bplp-text);
  margin: 0;
}

.bcool-plp-root a.bplp-mz-cta,
.bcool-plp-root .bplp-mz-cta,
.bcool-plp-root a.bplp-mz-card__cta,
.bcool-plp-root .bplp-mz-card__cta {
  display: block;
  padding: 13px;
  background: var(--bplp-brand);
  color: #fff;
  text-align: center;
  border-radius: var(--bplp-radius);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  min-height: auto;
  box-shadow: none;
  cursor: pointer;
}

.bcool-plp-root a.bplp-mz-cta:hover,
.bcool-plp-root a.bplp-mz-card__cta:hover {
  background: var(--bplp-brand);
  color: #fff;
  box-shadow: var(--bplp-shadow-hover);
  transform: none;
}

.bcool-plp-root .bplp-mz-note,
.bcool-plp-root .bplp-mz-card__note {
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  margin: 0;
}

/* ── RESPONSIVE ──────────────────────────────────────────────── */
@media (max-width: 960px) {
  .bcool-plp-root .bplp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcool-plp-root .bplp-grid.has-1,
  .bcool-plp-root .bplp-grid.has-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
  }

  .bcool-plp-root.bcool-plp--mz .bplp-mz-layout {
    grid-template-columns: 1fr;
  }

  .bcool-plp-root .bplp-mz-panel,
  .bcool-plp-root .bplp-mz-config__inner {
    position: static;
  }
}

@media (max-width: 600px) {
  .bcool-plp-root {
    padding: 0 12px 40px;
  }

  .bcool-plp-root h1.bplp-title {
    font-size: 20px;
  }

  .bcool-plp-root .bplp-grid,
  .bcool-plp-root .bplp-grid.has-1,
  .bcool-plp-root .bplp-grid.has-2 {
    grid-template-columns: 1fr;
  }

  .bcool-plp-root .bplp-filterbar {
    gap: 6px;
  }

  .bcool-plp-root a.bplp-fms-btn,
  .bcool-plp-root .bplp-fms-btn {
    margin-left: 0;
  }
}
