.bo-finder-root,
.bo-finder-root * {
  box-sizing: border-box;
}

/* Bofinder 3.0.0 */
.bo-finder-root {
  --bo-orange: #f59b0b;
  --bo-orange-dark: #d97d00;
  --bo-ink: #202124;
  --bo-muted: #68707c;
  --bo-line: #e2e5e9;
  --bo-soft: #f6f7f8;
  --bo-green: #2ba66f;
  color: var(--bo-ink);
  font-family: inherit;
  margin: 0 auto 32px;
  max-width: 1180px;
  width: 100%;
}

.bo-finder-results-host {
  margin: 0 0 32px;
  max-width: 1180px;
  width: 100%;
}

.bo-finder-results-host[hidden] {
  display: none !important;
}

.bo-finder-results-host .bo-results {
  margin-top: 0;
}

.bo-finder-root[hidden],
.bo-finder-root [hidden] {
  display: none !important;
}

.bo-finder-root--category {
  margin: 0 0 30px;
  max-width: none;
}

.bo-finder-panel {
  background: #fff;
  border: 1px solid var(--bo-line);
  border-radius: 16px;
  box-shadow: 0 12px 36px rgba(24, 32, 44, .08);
  padding: 28px;
}

.bo-finder-intro {
  margin: 0 0 22px;
  max-width: 700px;
}

.bo-finder-eyebrow {
  color: var(--bo-orange-dark);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.bo-finder-intro h2,
.bo-results-heading h2 {
  color: var(--bo-ink);
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 9px;
}

.bo-finder-intro > p:last-child,
.bo-results-heading > div > p:last-child {
  color: var(--bo-muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.bo-finder-fields {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bo-finder-field {
  display: block;
  margin: 0;
}

.bo-finder-field > span {
  align-items: center;
  color: #383d44;
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 8px;
  margin: 0 0 7px;
}

.bo-finder-field > span b {
  align-items: center;
  background: var(--bo-orange);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 11px;
  height: 22px;
  justify-content: center;
}

.bo-finder-field > span i {
  font-style: normal;
}

.bo-finder-field select {
  appearance: auto;
  background-color: #fff;
  border: 1px solid #cfd4da;
  border-radius: 10px;
  color: #252a30;
  font: inherit;
  font-size: 14px;
  height: 48px;
  line-height: 1.2;
  padding: 0 13px;
  transition: border-color .2s ease, box-shadow .2s ease;
  width: 100%;
}

.bo-finder-field select:focus {
  border-color: var(--bo-orange);
  box-shadow: 0 0 0 3px rgba(245, 155, 11, .18);
  outline: 0;
}

.bo-finder-field select:disabled {
  background: #f3f4f5;
  color: #90969d;
  cursor: not-allowed;
}

.bo-finder-privacy {
  color: #7b828b;
  font-size: 12px;
  margin: 16px 0 0;
}

.bo-finder-status {
  color: #a35e00;
  font-size: 13px;
  font-weight: 700;
  min-height: 20px;
  padding-top: 7px;
}

.bo-results {
  background: #fff;
  border-radius: 18px;
  margin-top: 24px;
  padding: 4px 0 24px;
  scroll-margin-top: 20px;
}

.bo-results-heading {
  align-items: center;
  border-bottom: 1px solid var(--bo-line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 0 0 19px;
}

.bo-results-heading h2 {
  font-size: clamp(22px, 2.4vw, 29px);
  margin-bottom: 5px;
}

.bo-results-heading button,
.bo-product-link {
  background: #25282c;
  border: 0;
  border-radius: 9px;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  padding: 11px 15px;
  text-decoration: none !important;
  white-space: nowrap;
}

.bo-results-heading button:hover,
.bo-product-link:hover {
  background: #000;
}

.bo-result-note {
  color: var(--bo-muted);
  font-size: 13px;
  margin: 0 0 14px;
}

.bo-shared-specs {
  display: flex;
  gap: 10px;
  margin: 0 0 22px;
}

.bo-shared-specs:empty {
  display: none;
}

.bo-shared-specs > div {
  background: #fff8ec;
  border: 1px solid #f8d9a5;
  border-radius: 11px;
  min-width: 180px;
  padding: 10px 13px;
}

.bo-shared-specs small,
.bo-shared-specs strong {
  display: block;
}

.bo-shared-specs small {
  color: #8a6230;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.bo-shared-specs strong {
  color: #32291e;
  font-size: 14px;
  margin-top: 2px;
}

.bo-products-grid {
  display: grid;
  gap: 22px 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bo-empty-results {
  background: #fff8ec;
  border: 1px solid #efcf98;
  border-radius: 14px;
  color: #51432f;
  font-size: 14px;
  grid-column: 1 / -1;
  line-height: 1.55;
  margin: 0;
  padding: 18px 20px;
}

.bo-product-card {
  background: #fff;
  border: 1px solid var(--bo-line);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: box-shadow .2s ease, transform .2s ease;
}

.bo-product-card--popular {
  border: 2px solid #ef9500;
}

.bo-product-card--value {
  border: 2px solid #177857;
}

.bo-product-card--popular.bo-product-card--value {
  border-color: #ef9500 #177857 #177857 #ef9500;
}

.bo-product-card:hover {
  box-shadow: 0 14px 34px rgba(22, 31, 43, .11);
  transform: translateY(-2px);
}

.bo-product-image {
  align-items: flex-end;
  background: #fff;
  display: flex;
  height: 210px;
  justify-content: center;
  padding: 28px 15px 26px;
  position: relative;
  text-decoration: none !important;
}

.bo-product-image img {
  height: 148px;
  max-height: 148px;
  max-width: 94%;
  object-fit: contain;
  width: auto;
}

.bo-battery-placeholder {
  color: #c8ccd1;
  font-size: 92px;
  line-height: 1;
}

.bo-product-awards {
  display: flex;
  flex-direction: column;
  gap: 5px;
  left: 10px;
  position: absolute;
  top: 9px;
  z-index: 2;
}

.bo-award {
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  color: #fff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  padding: 7px 9px;
  width: max-content;
}

.bo-award--popular {
  background: #ef9500;
}

.bo-award--value {
  background: #177857;
}

.bo-spec-badges {
  bottom: 8px;
  display: flex;
  gap: 3px;
  left: 11px;
  position: absolute;
  right: 11px;
}

.bo-spec-badges b {
  align-items: center;
  background: #43b785;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  flex: 1 1 auto;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 31px;
  padding: 4px 5px;
  text-align: center;
}

.bo-spec-badges b:nth-child(2) {
  background: #ef5858;
}

.bo-spec-badges b:nth-child(3) {
  background: #4298b9;
  font-size: 11px;
}

.bo-spec-badges b:nth-child(4) {
  background: #e9a81d;
}

.bo-spec-badges small {
  font-size: 8px;
  line-height: 1;
  margin-left: 2px;
}

.bo-product-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 15px;
}

.bo-product-copy > p:first-child {
  color: var(--bo-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.bo-product-copy h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
  min-height: 42px;
}

.bo-product-copy h3 a {
  color: var(--bo-ink) !important;
  text-decoration: none !important;
}

.bo-price {
  color: #404348;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 8px;
}

.bo-rating {
  align-items: center;
  display: flex;
  gap: 7px;
  margin-bottom: 10px;
}

.bo-rating > span {
  background: linear-gradient(90deg, #f5b51b 0, #f5b51b var(--bo-rating-percent, 0%), #d5d7da var(--bo-rating-percent, 0%), #d5d7da 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.bo-rating small {
  color: #747a82;
  font-size: 10px;
}

.bo-summary {
  color: #555c65;
  font-size: 11px;
  line-height: 1.4;
  margin: 0 0 13px;
}

.bo-product-link {
  margin-top: auto;
  width: 100%;
}

.bo-finder-root--sidebar {
  margin: 0 0 24px;
  max-width: 100%;
}

.bo-finder-root--sidebar .bo-finder-panel {
  border-radius: 3px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .16);
  padding: 12px;
}

.bo-finder-root--sidebar .bo-finder-intro {
  margin-bottom: 12px;
}

.bo-finder-root--sidebar .bo-finder-intro h2 {
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}

.bo-finder-root--sidebar .bo-finder-intro > p,
.bo-finder-root--sidebar .bo-finder-eyebrow,
.bo-finder-root--sidebar .bo-finder-privacy {
  display: none;
}

.bo-finder-root--sidebar .bo-finder-fields {
  display: block;
}

.bo-finder-root--sidebar .bo-finder-field {
  margin-bottom: 11px;
}

.bo-finder-root--sidebar .bo-finder-field > span b {
  display: none;
}

.bo-finder-root--sidebar .bo-finder-field select {
  border-radius: 3px;
  font-size: 12px;
  height: 39px;
  padding: 0 9px;
}

.bo-finder-root--results {
  display: grid;
  gap: 26px;
  grid-template-columns: 220px minmax(0, 1fr);
  max-width: 1180px;
}

.bo-finder-root--results .bo-finder-panel {
  align-self: start;
  border-radius: 7px;
  box-shadow: 0 5px 18px rgba(24, 32, 44, .09);
  padding: 14px;
  position: sticky;
  top: 18px;
}

.bo-finder-root--results .bo-finder-intro {
  margin-bottom: 13px;
}

.bo-finder-root--results .bo-finder-intro h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.bo-finder-root--results .bo-finder-intro > p,
.bo-finder-root--results .bo-finder-eyebrow,
.bo-finder-root--results .bo-finder-privacy {
  display: none;
}

.bo-finder-root--results .bo-finder-fields {
  display: block;
}

.bo-finder-root--results .bo-finder-field {
  margin-bottom: 10px;
}

.bo-finder-root--results .bo-finder-field > span b {
  display: none;
}

.bo-finder-root--results .bo-finder-field select {
  border-radius: 4px;
  font-size: 12px;
  height: 39px;
  padding: 0 8px;
}

.bo-finder-root--results .bo-results {
  margin: 0;
  min-width: 0;
}

#left-column.bo-finder-results-column {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 991px) {
  .bo-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bo-finder-root--results {
    gap: 18px;
    grid-template-columns: 195px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .bo-finder-root {
    margin-bottom: 20px;
  }

  .bo-finder-panel {
    border-radius: 12px;
    box-shadow: 0 7px 24px rgba(24, 32, 44, .07);
    padding: 18px 14px;
  }

  .bo-finder-fields,
  .bo-products-grid,
  .bo-finder-root--results {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .bo-finder-intro h2 {
    font-size: 24px;
  }

  .bo-finder-field select {
    font-size: 16px;
    height: 50px;
  }

  .bo-results {
    margin-top: 18px;
  }

  .bo-results-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .bo-results-heading button {
    width: 100%;
  }

  .bo-shared-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bo-shared-specs > div {
    min-width: 0;
  }

  .bo-product-image {
    height: 230px;
  }

  .bo-product-image img {
    height: 165px;
    max-height: 165px;
  }

  .bo-finder-root--results .bo-finder-panel {
    display: none;
  }
}

/* Selección directa de motor y año. */
.bo-combobox--engine .bo-combobox-list {
  box-shadow: inset 0 0 0 1px rgba(229, 200, 150, .35);
  margin-top: 7px;
  max-height: 245px;
  min-width: 100% !important;
  position: static;
  right: auto !important;
  width: 100%;
}

.bo-combobox--engine .bo-combobox-option {
  border: 1px solid transparent;
  font-size: 11px;
  margin-bottom: 4px;
  min-height: 42px;
  padding: 9px;
  white-space: normal;
}

.bo-combobox--engine .bo-combobox-option:last-child {
  margin-bottom: 0;
}

.bo-combobox--engine .bo-combobox-option:hover,
.bo-combobox--engine .bo-combobox-option.is-active,
.bo-combobox--engine .bo-combobox-option[aria-selected="true"] {
  border-color: #f2bd70;
}

.bo-year-picker {
  width: 100%;
}

.bo-year-picker select[data-field="year"] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px !important;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px !important;
}

.bo-year-grid {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(auto-fit, minmax(54px, 1fr));
}

.bo-year-picker.has-selection:not(.is-changing) .bo-year-button:not([aria-pressed="true"]) {
  display: none;
}

.bo-year-picker.has-selection:not(.is-changing) .bo-year-grid {
  grid-template-columns: minmax(0, 1fr);
}

.bo-year-picker.has-selection:not(.is-changing) .bo-year-button[aria-pressed="true"] {
  min-height: 44px;
  position: relative;
}

.bo-year-picker.has-selection:not(.is-changing) .bo-year-button[aria-pressed="true"]::after {
  content: "⌄";
  font-size: 14px;
  margin-left: 9px;
}

.bo-year-button {
  background: #fff;
  border: 1px solid #dfc9a9;
  border-radius: 9px;
  color: #4a4036;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  min-height: 38px;
  padding: 7px 5px;
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}

.bo-year-button:hover,
.bo-year-button:focus,
.bo-year-button[aria-pressed="true"] {
  background: #f39a20;
  border-color: #df820b;
  box-shadow: 0 5px 12px rgba(210, 120, 0, .2);
  color: #fff;
  outline: 0;
}

.bo-year-message {
  background: rgba(244, 241, 236, .9);
  border: 1px solid #e3ddd5;
  border-radius: 11px;
  color: #9c958d;
  font-size: 11px;
  grid-column: 1 / -1;
  line-height: 1.35;
  margin: 0;
  min-height: 45px;
  padding: 13px 10px;
}

@media (max-width: 767px) {
  .bo-combobox--engine .bo-combobox-option {
    font-size: 14px;
    min-height: 48px;
    padding: 12px 10px;
  }

  .bo-year-grid {
    grid-template-columns: repeat(auto-fit, minmax(62px, 1fr));
  }

  .bo-year-button {
    font-size: 14px;
    min-height: 46px;
  }
}

/* Búsqueda predictiva integrada en cada selector. */
.bo-combobox {
  position: relative;
  width: 100%;
}

.bo-combobox.bo-combobox-ready select[data-field] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px !important;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px !important;
}

.bo-combobox-input {
  appearance: none;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #d8cbbc;
  border-radius: 11px;
  color: #2f2a25;
  font-family: inherit;
  font-size: 12px;
  height: 45px;
  line-height: 1.2;
  padding: 0 38px 0 11px;
  text-overflow: ellipsis;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
  width: 100%;
}

.bo-combobox-input::placeholder {
  color: #817a72;
  opacity: 1;
}

.bo-combobox-input:hover:not(:disabled) {
  border-color: #efa343;
}

.bo-combobox-input:focus {
  border-color: #e58b12;
  box-shadow: 0 0 0 4px rgba(243, 154, 32, .17);
  outline: 0;
}

.bo-combobox-input:disabled {
  background: rgba(244, 241, 236, .9);
  border-color: #e3ddd5;
  color: #9c958d;
  cursor: not-allowed;
}

.bo-combobox-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #a16213;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  height: 43px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 2px;
  top: 1px;
  width: 34px;
  z-index: 2;
}

.bo-combobox-toggle::before {
  content: "⌄";
  line-height: 1;
  transform: translateY(-2px);
  transition: transform .18s ease;
}

.bo-combobox.is-open .bo-combobox-toggle::before {
  transform: rotate(180deg) translateY(1px);
}

.bo-combobox-toggle:disabled {
  color: #aaa39b;
  cursor: not-allowed;
}

.bo-combobox-list {
  background: #fff;
  border: 1px solid #e5c896;
  border-radius: 12px;
  box-shadow: 0 16px 32px rgba(62, 42, 19, .18);
  left: 0;
  margin: 6px 0 0;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 120;
}

.bo-combobox-list[hidden] {
  display: none !important;
}

.bo-combobox-option {
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #302b26;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.3;
  padding: 10px 9px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.bo-finder-root--sidebar .bo-combobox-list,
.bo-finder-root--results .bo-finder-panel .bo-combobox-list {
  min-width: 210px;
  right: auto;
}

.bo-combobox-option:hover,
.bo-combobox-option.is-active,
.bo-combobox-option[aria-selected="true"] {
  background: #fff0da;
  color: #9b5600;
}

.bo-combobox-empty {
  color: #7e756b;
  font-size: 11px;
  line-height: 1.35;
  margin: 0;
  padding: 12px 10px;
}

@media (max-width: 767px) {
  .bo-finder-root--sidebar .bo-combobox-input {
    font-size: 16px;
    height: 52px;
    padding-right: 44px;
  }

  .bo-finder-root--sidebar .bo-combobox-toggle {
    height: 50px;
    width: 40px;
  }

  .bo-combobox-list {
    max-height: 280px;
    min-width: 100% !important;
    right: 0 !important;
  }

  .bo-combobox-option {
    font-size: 15px;
    min-height: 44px;
    padding: 12px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bo-combobox-input,
  .bo-combobox-toggle::before {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bo-product-card,
  .bo-finder-field select {
    transition: none;
  }
}

/* Acabado visual 2.0.2: identidad Baterías Online en la integración CMS. */
.bo-finder-root--sidebar .bo-finder-panel,
.bo-finder-root--results .bo-finder-panel {
  background:
    radial-gradient(circle at 100% 0, rgba(245, 155, 11, .16), transparent 118px),
    linear-gradient(180deg, #fff9ef 0, #fff 150px);
  border: 1px solid #eadcc7;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(91, 57, 14, .13);
  overflow: hidden;
  padding: 18px 16px 16px;
  position: relative;
}

.bo-finder-root--sidebar .bo-finder-panel::before,
.bo-finder-root--results .bo-finder-panel::before {
  background: linear-gradient(90deg, #f39a20, #ffbd55 62%, #ffe2ad);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bo-finder-root--sidebar .bo-finder-intro,
.bo-finder-root--results .bo-finder-intro {
  margin: 0 0 17px;
}

.bo-finder-root--sidebar .bo-finder-intro > .bo-finder-eyebrow,
.bo-finder-root--results .bo-finder-intro > .bo-finder-eyebrow {
  align-items: center;
  color: #b86500;
  display: flex;
  font-size: 10px;
  letter-spacing: .07em;
  margin: 0 0 7px;
}

.bo-finder-root--sidebar .bo-finder-intro > .bo-finder-eyebrow::before,
.bo-finder-root--results .bo-finder-intro > .bo-finder-eyebrow::before {
  background: #f39a20;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(243, 154, 32, .13);
  content: "";
  height: 7px;
  margin-right: 8px;
  width: 7px;
}

.bo-finder-root--sidebar .bo-finder-intro h2,
.bo-finder-root--results .bo-finder-intro h2 {
  color: #27231f;
  font-size: 18px;
  letter-spacing: -.025em;
  line-height: 1.22;
  margin: 0;
  text-transform: none;
}

.bo-finder-root--sidebar .bo-finder-intro > p:last-child,
.bo-finder-root--results .bo-finder-intro > p:last-child {
  display: none;
}

.bo-finder-root--sidebar .bo-finder-fields,
.bo-finder-root--results .bo-finder-fields {
  display: block;
}

.bo-finder-root--sidebar .bo-finder-field,
.bo-finder-root--results .bo-finder-field {
  margin-bottom: 13px;
}

.bo-finder-root--sidebar .bo-finder-field > span,
.bo-finder-root--results .bo-finder-field > span {
  color: #3c352d;
  font-size: 12px;
  gap: 7px;
  margin-bottom: 6px;
}

.bo-finder-root--sidebar .bo-finder-field > span b,
.bo-finder-root--results .bo-finder-field > span b {
  background: #fff1dc;
  border: 1px solid #ffd294;
  color: #bd6900;
  display: inline-flex;
  flex-basis: 22px;
  height: 22px;
}

.bo-finder-root--sidebar .bo-finder-field select,
.bo-finder-root--results .bo-finder-field select {
  background-color: rgba(255, 255, 255, .96);
  border: 1px solid #d8cbbc;
  border-radius: 11px;
  color: #2f2a25;
  font-size: 12px;
  height: 45px;
  padding: 0 10px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.bo-finder-root--sidebar .bo-finder-field select:hover:not(:disabled),
.bo-finder-root--results .bo-finder-field select:hover:not(:disabled) {
  border-color: #efa343;
}

.bo-finder-root--sidebar .bo-finder-field select:focus,
.bo-finder-root--results .bo-finder-field select:focus {
  border-color: #e58b12;
  box-shadow: 0 0 0 4px rgba(243, 154, 32, .17);
}

.bo-finder-root--sidebar .bo-finder-field select:disabled,
.bo-finder-root--results .bo-finder-field select:disabled {
  background-color: rgba(244, 241, 236, .9);
  border-color: #e3ddd5;
  color: #9c958d;
}

.bo-finder-root--sidebar .bo-finder-privacy,
.bo-finder-root--results .bo-finder-privacy {
  background: #fff5e7;
  border: 1px solid #ffe1b7;
  border-radius: 10px;
  color: #77634a;
  display: block;
  font-size: 10px;
  line-height: 1.4;
  margin: 14px 0 0;
  padding: 9px 10px;
}

.bo-finder-root--sidebar .bo-finder-status,
.bo-finder-root--results .bo-finder-status {
  color: #ad6200;
  font-size: 11px;
  min-height: 0;
  padding-top: 2px;
}

.bo-finder-root--results {
  gap: 28px;
}

.bo-finder-root--results .bo-finder-panel {
  border-radius: 18px;
  padding: 18px 15px 15px;
}

.bo-finder-root--results .bo-results {
  background: linear-gradient(180deg, #fffaf2 0, #fff 230px);
  border: 1px solid #f0e5d5;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(59, 44, 26, .06);
  padding: 22px;
}

.bo-finder-root--results .bo-results-heading {
  border-bottom-color: #eee1cf;
}

.bo-finder-root--results .bo-results-heading button {
  background: linear-gradient(135deg, #34312d, #1f1e1c);
  box-shadow: 0 6px 14px rgba(31, 30, 28, .14);
}

@media (max-width: 767px) {
  .bo-finder-root--sidebar .bo-finder-panel {
    border-radius: 20px;
    box-shadow: 0 16px 38px rgba(91, 57, 14, .14);
    padding: 23px 18px 18px;
  }

  .bo-finder-root--sidebar .bo-finder-intro h2 {
    font-size: 22px;
  }

  .bo-finder-root--sidebar .bo-finder-field > span {
    font-size: 13px;
  }

  .bo-finder-root--sidebar .bo-finder-field select {
    font-size: 16px;
    height: 52px;
  }

  .bo-finder-root--sidebar .bo-finder-privacy {
    font-size: 11px;
    padding: 11px 12px;
  }

  .bo-finder-root--results .bo-results {
    border: 0;
    border-radius: 15px;
    padding: 16px 12px;
  }
}

/* Refinamiento para la columna estrecha de la página CMS. */
.bo-finder-root--sidebar .bo-year-grid,
.bo-finder-root--results .bo-finder-panel .bo-year-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .bo-finder-root--sidebar .bo-finder-panel,
  .bo-finder-root--results .bo-finder-panel {
    overflow: visible;
  }

  .bo-finder-root--sidebar .bo-combobox--engine .bo-combobox-list,
  .bo-finder-root--results .bo-finder-panel .bo-combobox--engine .bo-combobox-list {
    box-shadow: 0 18px 38px rgba(62, 42, 19, .2);
    left: 0;
    max-height: 310px;
    min-width: 340px !important;
    position: absolute;
    top: calc(100% + 6px);
    width: 340px;
  }

  .bo-finder-root--sidebar .bo-combobox--engine .bo-combobox-option,
  .bo-finder-root--results .bo-finder-panel .bo-combobox--engine .bo-combobox-option {
    font-size: 12px;
    min-height: 40px;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .bo-finder-root--sidebar .bo-year-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Las miniaturas nativas conservan la misma rejilla y estilos del tema activo. */
.bo-products-grid.bo-products-grid--native {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.bo-products-grid--native > .js-product {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.bo-products-grid--native .bo-finder-native-card--popular > .js-product-miniature,
.bo-products-grid--native .bo-finder-native-card--value > .js-product-miniature {
  border-radius: 14px;
  overflow: visible;
  padding-top: 2px !important;
  position: relative;
}

.bo-products-grid--native .bo-finder-native-card--popular > .js-product-miniature {
  box-shadow: inset 0 0 0 2px #ef9500;
}

.bo-products-grid--native .bo-finder-native-card--value > .js-product-miniature {
  box-shadow: inset 0 0 0 2px #177857;
}

.bo-products-grid--native .bo-finder-native-card--popular.bo-finder-native-card--value > .js-product-miniature {
  box-shadow: inset 2px 0 #ef9500, inset 0 2px #ef9500, inset -2px 0 #177857, inset 0 -2px #177857;
}

.bo-native-awards {
  background: #fff;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  left: 50%;
  max-width: calc(100% - 16px);
  padding: 0 6px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 6;
}

@media (max-width: 519px) {
  .bo-products-grid.bo-products-grid--native {
    margin-left: -5px;
    margin-right: -5px;
  }

  .bo-products-grid--native > .js-product {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }

  .bo-products-grid--native > .js-product > .js-product-miniature {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
    width: 100% !important;
  }

  .bo-products-grid--native .bo-finder-native-card--popular > .js-product-miniature {
    box-shadow: inset 0 0 0 1px #ef9500;
  }

  .bo-products-grid--native .bo-finder-native-card--value > .js-product-miniature {
    box-shadow: inset 0 0 0 1px #177857;
  }

  .bo-products-grid--native .bo-finder-native-card--popular.bo-finder-native-card--value > .js-product-miniature {
    box-shadow: inset 1px 0 #ef9500, inset 0 1px #ef9500, inset -1px 0 #177857, inset 0 -1px #177857;
  }

  .bo-products-grid--native .thumbnail-container,
  .bo-products-grid--native .product-description,
  .bo-products-grid--native .product-thumbnail {
    box-sizing: border-box;
    max-width: 100%;
    width: 100% !important;
  }

  .bo-products-grid--native .product-thumbnail img,
  .bo-products-grid--native img.product-image {
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
    width: 100% !important;
  }

  .bo-products-grid--native .product-title,
  .bo-products-grid--native .product-price-and-shipping {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .bo-products-grid--native .bo-native-awards {
    max-width: calc(100% - 12px);
  }
}
