/** Shopify CDN: Minification failed

Line 1886:10 Expected identifier but found whitespace
Line 1886:15 Unexpected ";"

**/
/* =========================================================
   HUECHICURA — Sistema de diseño profesional
   Paleta: Negro #070707 · Naranja #F36B21 · Blanco
   ========================================================= */

:root {
  --hue-black: #070707;
  --hue-charcoal: #121212;
  --hue-surface: #1a1a1a;
  --hue-border-dark: #2a2a2a;
  --hue-orange: #f36b21;
  --hue-orange-bright: #ff8a3d;
  --hue-orange-soft: rgba(243, 107, 33, 0.12);
  --hue-cream: #f7f6f2;
  --hue-text: #121212;
  --hue-text-soft: #5b5b5b;
  --hue-text-muted: #8a8a8a;
  --hue-border: #e6e4df;
  --hue-shadow-sm: 0 1px 2px rgba(7, 7, 7, 0.04), 0 2px 6px rgba(7, 7, 7, 0.06);
  --hue-shadow-md: 0 4px 10px rgba(7, 7, 7, 0.06), 0 12px 28px rgba(7, 7, 7, 0.08);
  --hue-shadow-lg: 0 12px 32px rgba(7, 7, 7, 0.12), 0 30px 60px rgba(7, 7, 7, 0.18);
  --hue-radius-sm: 0.6rem;
  --hue-radius-md: 1rem;
  --hue-radius-lg: 1.6rem;
  --hue-radius-pill: 999px;
  --hue-ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ----- Base -------------------------------------------- */
body {
  letter-spacing: 0;
  background: var(--hue-cream);
  color: var(--hue-text);
}

/* Evita scroll horizontal por elementos full-bleed (100vw) ya que el
   scrollbar vertical de Windows lo incluye y provoca overflow lateral. */
html,
body {
  overflow-x: hidden;
  overflow-x: clip;
}

main {
  position: relative;
  overflow-x: clip;
}

::selection {
  background: var(--hue-orange);
  color: #fff;
}

/* ----- Header ------------------------------------------ */
.shopify-section-group-header-group {
  position: relative;
  z-index: 5;
}

.header-wrapper {
  background: var(--hue-black);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.header__heading-logo-wrapper img,
.header__heading-link img {
  max-height: 64px;
  object-fit: contain;
}

.header__menu-item,
.header__icon,
.header__active-menu-item {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  transition: color 0.2s var(--hue-ease);
}

.header__menu-item:hover,
.header__active-menu-item,
.header__icon:hover {
  color: var(--hue-orange-bright);
}

/* Rediseño premium de botones del menú principal (header navigation) - Estilo Subrayado Minimalista */
.header__inline-menu .header__menu-item {
  padding: 0.6rem 1.2rem !important;
  background: transparent !important;
  border: none !important;
  transition: color 0.25s var(--hue-ease);
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none !important;
}

.header__inline-menu .header__menu-item:hover {
  color: #fff !important;
  background: transparent !important;
  border: none !important;
  transform: none !important;
  text-decoration: none !important;
}

/* Deshabilitar subrayado nativo de base.css en el menú de navegación */
.header__inline-menu .header__menu-item span,
.header__inline-menu .header__menu-item:hover span,
.header__inline-menu .header__active-menu-item,
.header__inline-menu .header__menu-item:hover .header__active-menu-item,
details[open] > .header__inline-menu .header__menu-item {
  text-decoration: none !important;
}

/* El span interno contiene el texto y sirve de base para el subrayado exacto */
.header__inline-menu .header__menu-item > span {
  position: relative;
  padding-bottom: 0.2rem; /* Mantener pegado a la base del texto */
  display: inline-block;
  text-decoration: none !important;
}

/* Línea de subrayado elegante que se expande desde el centro */
.header__inline-menu .header__menu-item > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--hue-orange);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.25s var(--hue-ease);
}

.header__inline-menu .header__menu-item:hover > span::after {
  width: 100%;
}

/* Estado activo del menú (clase header__active-menu-item aplicada en el span) */
.header__inline-menu .header__active-menu-item {
  color: var(--hue-orange-bright) !important;
  text-decoration: none !important;
}

.header__inline-menu .header__active-menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100% !important;
  height: 2px;
  background: var(--hue-orange);
  border-radius: 2px;
  transform: translateX(-50%);
}

.header__menu-item .icon-caret {
  margin-left: 0.4rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.25s var(--hue-ease);
  color: rgba(255, 255, 255, 0.6);
}

.header__inline-menu .header__menu-item:hover .icon-caret {
  color: #fff;
}

.header__inline-menu .header__menu-item:has(.header__active-menu-item) .icon-caret {
  color: var(--hue-orange-bright);
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
  color: var(--hue-orange-bright);
}

.list-menu--inline {
  gap: 0.4rem 0.6rem;
}

.header__inline-menu .list-menu__item--link {
  padding: 0.6rem 1.2rem;
}

/* Announcement bar — más sutil */
.announcement-bar {
  background: var(--hue-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.announcement-bar__message {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  padding: 1rem 1.5rem;
  min-height: 0;
}

/* ----- Buscador del header ----------------------------- */
.hue-header-search {
  padding: 0 1.5rem 1.6rem;
  background: var(--hue-black);
}

.hue-header-search__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: min(78rem, calc(100vw - 3rem));
  margin: 0 auto;
  overflow: hidden;
  border-radius: var(--hue-radius-pill);
  background: #fff;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 10px 30px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.25s var(--hue-ease), transform 0.25s var(--hue-ease);
}

.hue-header-search__form:focus-within {
  box-shadow:
    0 0 0 2px rgba(243, 107, 33, 0.35),
    0 12px 32px rgba(0, 0, 0, 0.4);
}

.hue-header-search__form input {
  min-width: 0;
  min-height: 4.6rem;
  border: 0;
  padding: 0 1.8rem;
  color: #111;
  font-size: 1.5rem;
  background: transparent;
}

.hue-header-search__form input::placeholder {
  color: #8a8a8a;
}

.hue-header-search__form input:focus {
  outline: 0;
}

.hue-header-search__form button {
  display: grid;
  place-items: center;
  width: 5rem;
  border: 0;
  background: var(--hue-orange);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s var(--hue-ease);
}

.hue-header-search__form button:hover {
  background: var(--hue-orange-bright);
}

.hue-header-search__form .svg-wrapper,
.hue-header-search__form svg {
  width: 1.8rem;
  height: 1.8rem;
}

/* ----- Botones globales -------------------------------- */
.button,
.shopify-challenge__button,
.customer button {
  min-height: 4.6rem;
  border-radius: var(--hue-radius-pill);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1.35rem;
  padding: 0 2.4rem;
  transition: transform 0.18s var(--hue-ease), box-shadow 0.2s var(--hue-ease), background 0.2s var(--hue-ease);
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(243, 107, 33, 0.35);
}

.button:after,
.shopify-challenge__button:after,
.customer button:after {
  border-radius: var(--hue-radius-pill);
}

.button--secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.button--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

/* ----- Banner / Hero ----------------------------------- */
.banner {
  position: relative;
}

.banner__heading {
  max-width: 92rem;
  text-transform: uppercase;
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.banner__text {
  max-width: 64rem;
  margin-inline: auto;
  font-size: 1.7rem;
  line-height: 1.45;
  opacity: 0.92;
}

.banner__box {
  padding-bottom: 10rem;
  gap: 1.6rem;
}

.banner__buttons {
  gap: 1.2rem;
  margin-top: 0.6rem;
}

.banner--medium::after,
.banner--large::after {
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.32) 0%, rgba(7, 7, 7, 0.6) 60%, rgba(7, 7, 7, 0.78) 100%);
  opacity: 1 !important;
}

/* Eyebrow del banner (texto tipo "CALIDAD Y VARIEDAD…") */
.banner__box .banner__text:first-of-type,
.banner .banner__text.body {
  letter-spacing: 0.24em;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.85;
}

/* ----- Títulos genéricos ------------------------------- */
.title,
.collection-hero__title,
.product__title h1,
.rich-text__heading,
.section-header__heading {
  text-transform: uppercase;
  line-height: 1.02;
  letter-spacing: -0.005em;
  font-weight: 900;
}

.title-wrapper-with-link {
  align-items: end;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--hue-border);
  margin-bottom: 3.2rem;
}

/* ----- Collection hero --------------------------------- */
.collection-hero {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.92), rgba(7, 7, 7, 0.72)),
    repeating-linear-gradient(135deg, #1f1f1f 0 1px, #141414 1px 14px);
  color: #fff;
  border-top: 4px solid var(--hue-orange);
}

.collection-hero__description {
  color: rgba(255, 255, 255, 0.78);
}

/* ----- Tarjetas de producto ---------------------------- */
.card-wrapper {
  position: relative;
  height: 100%;
}

.card-wrapper .card {
  border-radius: var(--hue-radius-md);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: var(--hue-shadow-sm);
  transition: transform 0.25s var(--hue-ease), box-shadow 0.25s var(--hue-ease);
}

.card-wrapper:hover .card {
  transform: translateY(-3px);
  box-shadow: var(--hue-shadow-md);
}

/* La imagen capturaba el puntero por encima del enlace de la tarjeta */
.product-card-wrapper .card__inner,
.product-card-wrapper .card__media,
.product-card-wrapper .card__media .media,
.product-card-wrapper .card__media img {
  pointer-events: none;
}

.card__heading,
.card__heading a {
  font-weight: 800;
  color: var(--hue-text);
}

.product-card-wrapper .card__heading a {
  position: relative;
  z-index: 1;
}

.product-card-wrapper .card__heading a::after {
  z-index: 1;
  cursor: pointer;
}

.product-card-wrapper .quick-add,
.product-card-wrapper .card__badge,
.product-card-wrapper .card__information-volume-pricing-note--button,
.product-card-wrapper quantity-popover {
  position: relative;
  z-index: 2;
}

.card__heading a:hover {
  color: var(--hue-orange);
}

.card-information .price__regular .price-item--regular,
.card-information .price-item {
  color: var(--hue-text);
  font-weight: 900;
  font-size: 1.7rem;
}

.card-information {
  padding-top: 1rem;
}

/* Stock note (cuando se renderiza) */
.hue-stock-note {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.8rem;
  color: var(--hue-text-soft);
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hue-stock-note:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--hue-orange);
  box-shadow: 0 0 0 3px var(--hue-orange-soft);
}

/* ----- Badges ------------------------------------------ */
.badge {
  border: 0;
  background: var(--hue-orange);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.05rem;
  padding: 0.5rem 0.9rem;
  border-radius: var(--hue-radius-pill);
  box-shadow: 0 4px 12px rgba(243, 107, 33, 0.35);
}

/* ----- Facets (filtros) -------------------------------- */
.facets-wrapper,
.facets-vertical .facets-wrapper {
  background: #fff;
  border-radius: var(--hue-radius-md);
  box-shadow: var(--hue-shadow-sm);
  padding: 2rem;
}

.facets__heading,
.facets__summary,
.facets__label {
  font-weight: 800;
  letter-spacing: 0.04em;
}

.facets__heading--vertical {
  margin: 0 0 1.8rem 0;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hue-black);
  position: relative;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid var(--hue-orange);
  display: inline-block;
}

.facets-vertical .facets__disclosure-vertical {
  border-top: 1px solid var(--hue-border);
  border-bottom: none;
  margin-right: 0;
  transition: border-color 0.2s var(--hue-ease);
}

.facets-vertical .facets__disclosure-vertical[open] {
  border-top-color: rgba(243, 107, 33, 0.4);
}

.facets-vertical .facets__summary {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--hue-text);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s var(--hue-ease);
}

.facets-vertical .facets__summary:hover {
  color: var(--hue-orange);
}

.facet-checkbox {
  padding: 0.8rem 2.0rem 0.8rem 0;
  transition: color 0.2s var(--hue-ease);
}

.facet-checkbox:hover {
  color: var(--hue-orange);
}

.facet-checkbox > svg {
  border-radius: 4px;
  border: 1px solid var(--hue-border);
  background-color: #fff;
  transition: all 0.2s var(--hue-ease);
}

.facet-checkbox:hover > svg {
  border-color: var(--hue-orange);
}

.facet-checkbox > svg rect {
  stroke: none;
  fill: none;
}

.facet-checkbox input[type="checkbox"]:checked ~ svg {
  background-color: var(--hue-orange);
  border-color: var(--hue-orange);
}

.facet-checkbox input[type="checkbox"]:checked ~ .svg-wrapper > .icon-checkmark {
  visibility: visible;
}

.facet-checkbox .icon-checkmark path {
  stroke: #fff !important;
}

/* Campos de precio */
.facets__price .field {
  position: relative;
}

.facets__price .field__input {
  border: 1px solid var(--hue-border);
  border-radius: var(--hue-radius-sm);
  padding: 1rem 1.4rem;
  font-size: 1.4rem;
  background-color: #fff;
  transition: border-color 0.2s var(--hue-ease), box-shadow 0.2s var(--hue-ease);
}

.facets__price .field__input:focus {
  outline: none;
  border-color: var(--hue-orange);
  box-shadow: 0 0 0 3px var(--hue-orange-soft);
}

.facets__price .field__label {
  left: 1.4rem;
  transition: all 0.2s var(--hue-ease);
  color: var(--hue-text-muted);
}

/* Pills de filtros activos */
.active-facets__button {
  margin-top: 1rem;
  margin-right: 1rem;
}

span.active-facets__button-inner {
  background: var(--hue-cream);
  color: var(--hue-text);
  border: 1px solid var(--hue-border);
  border-radius: var(--hue-radius-pill);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.6rem 1.4rem;
  transition: all 0.2s var(--hue-ease);
  display: inline-flex;
  align-items: center;
  box-shadow: var(--hue-shadow-sm);
}

.active-facets__button:hover span.active-facets__button-inner {
  background: var(--hue-orange);
  border-color: var(--hue-orange);
  color: #fff;
  box-shadow: 0 4px 12px var(--hue-orange-soft);
  transform: translateY(-1px);
}

.active-facets__button-remove {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--hue-orange);
  transition: color 0.2s var(--hue-ease);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.active-facets__button-remove:hover {
  color: var(--hue-orange-bright);
}

/* ============================================================
   Vehicle Finder — panel pro
   ============================================================ */
.hue-vehicle-finder {
  position: relative;
  z-index: 3;
  margin-top: -5.5rem;
  padding: 0 1.5rem 4rem;
}

.hue-vehicle-finder__panel {
  position: relative;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 2.4rem 2.4rem 2.6rem;
  border-radius: var(--hue-radius-lg);
  background: linear-gradient(180deg, #161616 0%, #0c0c0c 100%);
  color: #fff;
  box-shadow: var(--hue-shadow-lg);
  overflow: hidden;
}

.hue-vehicle-finder__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hue-orange) 0%, var(--hue-orange-bright) 100%);
}

.hue-vehicle-finder__panel::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -8rem;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 107, 33, 0.22) 0%, transparent 65%);
  pointer-events: none;
}

.hue-vehicle-finder__heading {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.hue-vehicle-finder__title {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.hue-vehicle-finder__icon {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: var(--hue-radius-md);
  background: rgba(243, 107, 33, 0.15);
  color: var(--hue-orange-bright);
  flex-shrink: 0;
}

.hue-vehicle-finder__icon svg {
  width: 3rem;
  height: 3rem;
}

.hue-vehicle-finder__heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 2.6vw, 2.8rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  line-height: 1.05;
}

.hue-vehicle-finder__kicker {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--hue-orange-bright);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.hue-vehicle-finder__heading p {
  max-width: 36rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.35rem;
  line-height: 1.5;
}

.hue-vehicle-finder__panel--flat {
  margin-top: 0;
}

.hue-collection-filters {
  margin-bottom: 2.4rem;
}

.hue-collection-filters__heading {
  margin: 0 0 1.6rem;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hue-vehicle-finder form,
.hue-vehicle-filters {
  position: relative;
  z-index: 1;
}

.hue-vehicle-filters__grid {
  display: grid;
  gap: 1.2rem;
  align-items: end;
}

.hue-vehicle-filters__grid--primary {
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
}

.hue-vehicle-filters__grid--advanced {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 1.2rem;
}

.hue-vehicle-filters__advanced {
  margin-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 0.4rem;
}

.hue-vehicle-filters__advanced-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.8rem;
  padding: 0.6rem 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.hue-vehicle-filters__advanced-toggle::-webkit-details-marker {
  display: none;
}

.hue-vehicle-filters__advanced-toggle:hover {
  color: var(--hue-orange-bright);
}

.hue-vehicle-filters__advanced-icon {
  transition: transform 0.2s var(--hue-ease);
}

.hue-vehicle-filters__advanced[open] .hue-vehicle-filters__advanced-icon {
  transform: rotate(180deg);
}

.hue-vehicle-finder .hue-field,
.hue-vehicle-finder__panel .hue-field,
.hue-vehicle-filters .hue-field {
  position: relative;
}

.hue-vehicle-finder .hue-field label,
.hue-vehicle-finder__panel .hue-field label,
.hue-vehicle-filters .hue-field label {
  display: block;
  margin-bottom: 0.6rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hue-select {
  position: relative;
  display: block;
}

.hue-vehicle-finder .hue-select::after,
.hue-vehicle-finder__panel .hue-select::after,
.hue-vehicle-filters .hue-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ff8a3d'%3E%3Cpath d='M5.25 7.5L10 12.25 14.75 7.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.hue-vehicle-finder .hue-field select,
.hue-vehicle-finder__panel .hue-field select,
.hue-vehicle-filters .hue-field select {
  width: 100%;
  min-height: 4.8rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--hue-radius-sm);
  padding: 0 3.6rem 0 1.4rem;
  background-color: #161616 !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-size: 1.4rem;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.2s var(--hue-ease), background-color 0.2s var(--hue-ease), box-shadow 0.2s var(--hue-ease);
}

.hue-vehicle-finder .hue-field select:hover,
.hue-vehicle-finder__panel .hue-field select:hover,
.hue-vehicle-filters .hue-field select:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background-color: #1c1c1c !important;
}

.hue-vehicle-finder .hue-field select:focus,
.hue-vehicle-finder__panel .hue-field select:focus,
.hue-vehicle-filters .hue-field select:focus {
  outline: 0;
  border-color: var(--hue-orange);
  background-color: #1f1f1f !important;
  box-shadow: 0 0 0 3px rgba(243, 107, 33, 0.2);
}

.hue-vehicle-finder .hue-field select:disabled,
.hue-vehicle-finder__panel .hue-field select:disabled,
.hue-vehicle-filters .hue-field select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.hue-vehicle-finder .hue-field select option,
.hue-vehicle-finder__panel .hue-field select option,
.hue-vehicle-filters .hue-field select option {
  background-color: #161616;
  color: #fff;
}

.hue-vehicle-finder form .button,
.hue-vehicle-filters__submit {
  min-height: 4.8rem;
  padding: 0 2.4rem;
  background: var(--hue-orange);
  color: #fff;
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
}

.hue-vehicle-finder form .button:hover,
.hue-vehicle-filters__submit:hover {
  background: var(--hue-orange-bright);
}

.hue-vehicle-specs {
  margin: 2rem 0;
  padding: 2rem;
  border-radius: var(--hue-radius-md);
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.hue-vehicle-specs__title {
  margin: 0 0 1.4rem;
  font-size: 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hue-vehicle-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
  margin: 0;
}

.hue-vehicle-specs__item {
  display: grid;
  gap: 0.2rem;
}

.hue-vehicle-specs__item dt {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

.hue-vehicle-specs__item dd {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 600;
}

.hue-card-vehicle {
  margin: 0.4rem 0 0;
  color: rgba(0, 0, 0, 0.62);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* ============================================================
   Category Strip
   ============================================================ */
.hue-category-strip {
  padding: 6rem 1.5rem 7rem;
  background:
    linear-gradient(180deg, rgba(7, 7, 7, 0.97), rgba(7, 7, 7, 0.93)),
    radial-gradient(circle at 25% 30%, rgba(243, 107, 33, 0.16), transparent 55%),
    radial-gradient(circle at 80% 80%, rgba(243, 107, 33, 0.1), transparent 55%),
    repeating-linear-gradient(135deg, #1a1a1a 0 1px, #0e0e0e 1px 14px);
  color: #fff;
}

.hue-category-strip__header {
  max-width: var(--page-width);
  margin: 0 auto 3.6rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.hue-category-strip__title {
  margin: 0;
  font-size: clamp(2.4rem, 3.2vw, 3.4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #fff;
}

.hue-category-strip__kicker {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--hue-orange-bright);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.hue-category-strip__lead {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.4rem;
  line-height: 1.55;
}

.hue-category-strip__grid {
  display: grid;
  max-width: var(--page-width);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.hue-category-card {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--hue-radius-md);
  padding: 2rem;
  color: #fff;
  background: linear-gradient(160deg, #1f1f1f 0%, #0f0f0f 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s var(--hue-ease), border-color 0.3s var(--hue-ease), box-shadow 0.3s var(--hue-ease);
  isolation: isolate;
}

.hue-category-card::before {
  content: "";
  position: absolute;
  inset: auto -40% -40% auto;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(243, 107, 33, 0.22) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.35s var(--hue-ease);
  z-index: -1;
}

.hue-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 107, 33, 0.5);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
}

.hue-category-card:hover::before {
  opacity: 1;
}

.hue-category-card__icon {
  width: 5rem;
  height: 5rem;
  border-radius: var(--hue-radius-sm);
  background: rgba(243, 107, 33, 0.15);
  color: var(--hue-orange-bright);
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  transition: background 0.25s var(--hue-ease), color 0.25s var(--hue-ease);
}

.hue-category-card__icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.hue-category-card:hover .hue-category-card__icon {
  background: var(--hue-orange);
  color: #fff;
}

.hue-category-card__body {
  display: flex;
  flex-direction: column;
}

.hue-category-card__kicker {
  color: var(--hue-orange-bright);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.hue-category-card__title {
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.005em;
}

.hue-category-card__cta {
  margin-top: 1.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.25s var(--hue-ease), gap 0.25s var(--hue-ease);
}

.hue-category-card__cta svg {
  width: 1.4rem;
  height: 1.4rem;
}

.hue-category-card:hover .hue-category-card__cta {
  color: var(--hue-orange-bright);
  gap: 0.9rem;
}

/* ============================================================
   Trust Strip (beneficios)
   ============================================================ */
/* ----- Grid productos destacados (Best Seller) -------- */
.hue-best-seller {
  background: #fff;
  color: #070707;
}

.hue-best-seller__inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hue-best-seller__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.2rem;
}

.hue-best-seller__title {
  margin: 0;
  font-size: clamp(2.6rem, 3.6vw, 4rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.hue-best-seller__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #070707;
  transition: opacity 0.2s var(--hue-ease);
}

.hue-best-seller__link svg {
  width: 1.4rem;
  height: 1.4rem;
  color: #d0021b;
  transition: transform 0.2s var(--hue-ease);
}

.hue-best-seller__link:hover,
.hue-best-seller__link:focus-visible {
  opacity: 0.72;
}

.hue-best-seller__link:hover svg,
.hue-best-seller__link:focus-visible svg {
  transform: translateX(0.2rem);
}

.hue-product-grid,
.hue-best-seller__grid {
  display: grid;
  grid-template-columns: repeat(var(--hue-grid-columns-mobile, var(--hue-bs-columns, 2)), minmax(0, 1fr));
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

@media screen and (min-width: 750px) {
  .hue-product-grid,
  .hue-best-seller__grid {
    grid-template-columns: repeat(var(--hue-grid-columns, var(--hue-bs-columns, 5)), minmax(0, 1fr));
  }
}

.hue-product-grid__item,
.hue-best-seller__item {
  min-width: 0;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.hue-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  transition: background 0.2s var(--hue-ease);
}

.hue-product-card:hover {
  background: #fafafa;
}

.hue-product-card--compact .hue-product-card__media {
  padding: 1.6rem 1.2rem 0.8rem;
}

.hue-product-card--compact .hue-product-card__body {
  padding: 0 1.2rem 1.6rem;
  text-align: center;
}

.hue-product-card--compact .hue-product-card__category,
.hue-product-card--compact .hue-product-card__title,
.hue-product-card--compact .hue-product-card__price {
  justify-content: center;
  text-align: center;
}

.hue-product-card--compact .hue-product-card__price {
  justify-content: center;
}

.hue-product-card__utilities {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  opacity: 1;
  transition: opacity 0.25s var(--hue-ease);
}

.hue-product-card__badges {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  pointer-events: none;
}

.hue-product-card__badge {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hue-product-card__badge--sold {
  background: #070707;
  color: #fff;
}

.hue-product-card__badge--sale {
  background: var(--hue-orange);
  color: #fff;
}

.hue-product-card__badge--new {
  background: #fff;
  color: #070707;
  border: 1px solid #eeeeee;
}

.hue-product-card__media {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 0.92;
  padding: 2.4rem 1.6rem 1.2rem;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
}

.hue-product-card__utility {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #070707;
  cursor: pointer;
  transition: color 0.2s var(--hue-ease), transform 0.2s var(--hue-ease);
}

.hue-product-card__utility svg {
  width: 1.8rem;
  height: 1.8rem;
}

.hue-product-card__utility:hover,
.hue-product-card__utility:focus-visible {
  color: var(--hue-orange);
  transform: scale(1.06);
}

.hue-product-card__utility[aria-pressed="true"] {
  color: #d0021b;
}

.hue-product-card__utility[aria-pressed="true"] svg path {
  fill: currentColor;
}

.hue-product-card__image {
  width: 100%;
  max-width: 18rem;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transition: opacity 0.35s var(--hue-ease), transform 0.35s var(--hue-ease);
}

.hue-product-card__image--secondary {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}

.hue-product-card:hover .hue-product-card__image--secondary {
  opacity: 1;
  transform: scale(1.03);
}

.hue-product-card__media:not(:has(.hue-product-card__image--secondary)):hover .hue-product-card__image--primary {
  transform: scale(1.03);
}

.hue-product-card__swatches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0 1.2rem 0.8rem;
  list-style: none;
}

.hue-product-card__swatch-link {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  overflow: hidden;
  transition: border-color 0.2s var(--hue-ease);
}

.hue-product-card__swatch-link:hover,
.hue-product-card__swatch-link:focus-visible {
  border-color: var(--hue-orange);
}

.hue-product-card__swatch-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hue-product-card__swatch-dot {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  background: #ddd;
}

.hue-product-card__image--placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 14rem;
  margin: 0 auto;
}

.hue-product-card__body {
  flex: 1;
  padding: 0 1.6rem 1.4rem;
  text-align: left;
}

.hue-product-card__category {
  margin: 0 0 0.6rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #070707;
}

.hue-product-card__title {
  margin: 0 0 0.8rem;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.35;
}

.hue-product-card__title a {
  color: inherit;
  text-decoration: none;
}

.hue-product-card__title a:hover,
.hue-product-card__title a:focus-visible {
  color: var(--hue-orange);
}

.hue-product-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;
}

.hue-product-card__price-value {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.2;
  color: #070707;
}

.hue-product-card__price-compare {
  font-size: 1.2rem;
  font-weight: 600;
  color: #8a8a8a;
}

.hue-product-card__footer {
  margin-top: auto;
  border-top: 1px solid #eeeeee;
}

.hue-product-card__form {
  margin: 0;
}

.hue-product-card__cta {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  min-height: 4.8rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #070707;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s var(--hue-ease);
}

.hue-product-card__cta .loading__spinner {
  position: absolute;
  inset: 0;
  margin: auto;
}

.hue-product-card__cta.loading > *:not(.loading__spinner) {
  opacity: 0.15;
}

.hue-product-card__cta:hover,
.hue-product-card__cta:focus-visible {
  background: transparent;
}

.hue-product-card__cta--disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.hue-product-card__cta-label {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 1.2rem 1.6rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  transition: color 0.2s var(--hue-ease);
}

.hue-product-card__cta:hover .hue-product-card__cta-label,
.hue-product-card__cta:focus-visible .hue-product-card__cta-label {
  color: var(--hue-orange);
}

.hue-product-card__cta-icon {
  display: grid;
  place-items: center;
  width: 4.8rem;
  border-left: 1px solid #eeeeee;
  flex-shrink: 0;
  color: #070707;
  transition: background-color 0.25s var(--hue-ease), color 0.25s var(--hue-ease), border-color 0.25s var(--hue-ease);
}

.hue-product-card__cta:hover .hue-product-card__cta-icon,
.hue-product-card__cta:focus-visible .hue-product-card__cta-icon {
  background-color: var(--hue-orange);
  color: #ffffff;
  border-left-color: var(--hue-orange);
}

.hue-product-card__cta-icon svg {
  width: 2rem;
  height: 2rem;
  transition: transform 0.25s var(--hue-ease);
}

.hue-product-card__cta:hover .hue-product-card__cta-icon svg,
.hue-product-card__cta:focus-visible .hue-product-card__cta-icon svg {
  transform: scale(1.08);
}

.hue-product-card__overlay {
  display: none !important;
}

.hue-product-card__overlay-inner {
  width: 100%;
}

.hue-product-card__overlay-excerpt {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #555;
}

.hue-product-card__overlay-cta {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hue-orange);
}

.hue-featured-products {
  background: #fff;
}

.hue-featured-products__inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hue-featured-products__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
}

.hue-featured-products__title {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hue-featured-products__link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #070707;
  white-space: nowrap;
}

.hue-featured-products__link svg {
  width: 1.4rem;
  height: 1.4rem;
}

.hue-featured-products__link:hover,
.hue-featured-products__link:focus-visible {
  color: var(--hue-orange);
}

/* PDP HighRev */
.hue-pdp .hue-product-breadcrumbs {
  margin-bottom: 2rem;
}

.hue-product-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}

.hue-product-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #8a8a8a;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.hue-product-breadcrumbs__item a {
  color: inherit;
  text-decoration: none;
}

.hue-product-breadcrumbs__item a:hover,
.hue-product-breadcrumbs__item a:focus-visible {
  color: var(--hue-orange);
}

.hue-product-breadcrumbs__item:last-child {
  color: #070707;
  font-weight: 800;
}

.hue-product-breadcrumbs__sep {
  color: var(--hue-orange);
  font-weight: 800;
  margin: 0 0.8rem;
}

.hue-pdp .product__title h1 {
  font-size: clamp(2.2rem, 3.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hue-pdp .product__sku-brand {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
}

.hue-pdp .product__sku,
.hue-pdp .product__brand,
.hue-pdp .product__inventory {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 1.6rem 0 0 !important;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hue-pdp .product__inventory {
  color: var(--hue-orange) !important;
  font-weight: 800 !important;
}

.hue-pdp .product__inventory svg {
  display: none !important; /* Hide dot icon */
}

.hue-pdp .price--large .price-item--regular,
.hue-pdp .price--large .price-item--sale {
  font-size: 2.4rem;
  font-weight: 900;
  color: #070707;
}

.hue-pdp__excerpt {
  margin: 0 0 1.6rem;
  font-size: 1.35rem;
  line-height: 1.6;
  color: #555;
}

.hue-pdp__actions-row {
  display: inline-flex !important;
  vertical-align: middle !important;
  width: calc(100% - 10.6rem) !important;
  margin: 0 !important;
  align-items: center !important;
}

.hue-pdp__actions-row .product-form {
  flex: 1 1 auto !important;
  margin: 0 !important;
}

.hue-pdp__actions-row .product-form__submit,
.hue-pdp__actions-row .shopify-payment-button {
  width: 100%;
}

.hue-pdp .product-form__quantity {
  display: inline-block !important;
  vertical-align: middle !important;
  margin: 0 1.6rem 0 0 !important;
  width: 9rem !important;
  padding: 0 !important;
}

.hue-pdp .quantity__label {
  display: none !important;
}

.hue-pdp quantity-input.quantity {
  display: inline-grid !important;
  grid-template-columns: 1fr 3.2rem !important;
  grid-template-rows: 2rem 2rem !important;
  border: 1px solid #eeeeee !important;
  width: 9rem !important;
  height: 4rem !important;
  padding: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border-radius: 0 !important;
}

.hue-pdp quantity-input.quantity .quantity__input {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  padding: 0 0.8rem !important;
  text-align: center !important;
  font-weight: 800 !important;
  font-size: 1.4rem !important;
  color: #070707 !important;
  background: transparent !important;
}

.hue-pdp quantity-input.quantity button[name="plus"] {
  grid-column: 2 !important;
  grid-row: 1 !important;
  border: 0 !important;
  border-left: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
  height: 100% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: transparent !important;
}

.hue-pdp quantity-input.quantity button[name="minus"] {
  grid-column: 2 !important;
  grid-row: 2 !important;
  border: 0 !important;
  border-left: 1px solid #eeeeee !important;
  height: 100% !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  background: transparent !important;
}

.hue-pdp quantity-input.quantity button svg {
  width: 1rem !important;
  height: 1rem !important;
  color: #070707 !important;
}

.hue-pdp .hue-pdp__compare {
  display: none !important;
}

.hue-pdp .product-form__submit {
  background-color: var(--hue-orange) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: 0 !important;
  border-radius: 0 !important;
  height: 4rem !important;
  transition: opacity 0.2s var(--hue-ease) !important;
}

.hue-pdp .product-form__submit:hover {
  opacity: 0.9 !important;
}

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2rem;
}

.hue-pdp__meta-category {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hue-pdp__meta-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.hue-pdp__share-link {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #070707;
}

.hue-pdp__share-link:hover,
.hue-pdp__share-link:focus-visible {
  color: var(--hue-orange);
}

.hue-pdp__compare-btn,
.hue-pdp__compare {
  flex: 0 0 auto;
  min-height: 4.8rem;
  padding: 1.2rem 2rem;
  border: 2px solid #070707;
  background: transparent;
  color: #070707;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s var(--hue-ease), color 0.2s var(--hue-ease);
}

.hue-pdp__compare-btn:hover,
.hue-pdp__compare-btn:focus-visible,
.hue-pdp__compare:hover,
.hue-pdp__compare:focus-visible {
  background: #070707;
  color: #fff;
}

.hue-pdp__compare-btn[aria-pressed="true"],
.hue-pdp__compare[aria-pressed="true"] {
  background: var(--hue-orange);
  border-color: var(--hue-orange);
  color: #fff;
}

.hue-pdp__help {
  margin: 0 0 2rem;
  padding: 1.4rem 1.6rem;
  background: #fafafa;
  border: 1px solid #eeeeee;
  font-size: 1.25rem;
  line-height: 1.5;
}

.hue-pdp__help-label {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hue-pdp__help-phone {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 700;
  color: var(--hue-orange);
  text-decoration: none;
}

.hue-pdp__help-hours {
  margin: 0;
  color: #555;
}

.hue-pdp__meta-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2rem;
}

.hue-pdp__category {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hue-pdp__need-help {
  margin: 0 0 2rem;
  padding: 1.4rem 1.6rem;
  background: #fafafa;
  border: 1px solid #eeeeee;
  font-size: 1.25rem;
  line-height: 1.5;
}

.hue-pdp__need-help strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hue-pdp__meta-actions {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}

.hue-pdp__share-link {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #070707;
  text-decoration: none;
}

.hue-pdp__share-link:hover,
.hue-pdp__share-link:focus-visible {
  color: var(--hue-orange);
}

.hue-product-grid--compact {
  --hue-grid-columns-mobile: 2;
}

@media screen and (min-width: 750px) {
  .hue-product-grid--compact {
    grid-template-columns: repeat(var(--hue-grid-columns-tablet, 3), minmax(0, 1fr));
  }
}

.hue-pdp__need-help a {
  display: block;
  margin-top: 0.4rem;
  font-weight: 800;
  color: var(--hue-orange);
  text-decoration: none;
}

.hue-pdp__need-help span {
  display: block;
  margin-top: 0.4rem;
  color: #666;
}

.hue-product-tabs {
  margin-top: 2.4rem;
}

.hue-product-tabs__list {
  display: none;
  gap: 0.8rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  border-bottom: 0;
}

@media screen and (min-width: 750px) {
  .hue-product-tabs__list {
    display: flex;
  }
}

.hue-product-tabs__tab {
  padding: 1.2rem 2.8rem;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #070707;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s var(--hue-ease);
}

.hue-product-tabs__tab:hover,
.hue-product-tabs__tab:focus-visible {
  background: #fafafa;
  color: var(--hue-orange);
}

.hue-product-tabs__tab[aria-selected="true"] {
  background: var(--hue-orange);
  color: #ffffff;
  border-color: var(--hue-orange);
}

.hue-product-tabs__panel {
  display: none;
  padding: 2rem 0;
}

.hue-product-tabs__panel[aria-hidden="false"] {
  display: block;
}

.hue-product-tabs__panel .hue-vehicle-specs {
  margin: 0;
  border: 0;
  padding: 0;
}

.hue-product-tabs__accordion {
  border-top: 1px solid #eeeeee;
}

@media screen and (min-width: 750px) {
  .hue-product-tabs__accordion {
    display: none;
  }
}

.hue-product-tabs__accordion-item {
  border-bottom: 1px solid #eeeeee;
}

.hue-product-tabs__accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
}

.hue-product-tabs__accordion-panel {
  display: none;
  padding: 0 0 1.6rem;
}

.hue-product-tabs__accordion-panel[aria-hidden="false"] {
  display: block;
}

.hue-product-tabs__reviews-placeholder {
  padding: 2rem;
  text-align: center;
  color: #8a8a8a;
  background: #fafafa;
  border: 1px dashed #eeeeee;
}

.hue-pdp .product__media-wrapper {
  background: #fff;
}

.hue-pdp .product__media img {
  object-fit: contain;
}

.hue-trust-strip {
  background: #fff;
  padding: 3rem 1.5rem;
  border-top: 1px solid var(--hue-border);
  border-bottom: 1px solid var(--hue-border);
}

.hue-trust-strip__grid {
  display: grid;
  max-width: var(--page-width);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
  align-items: center;
}

.hue-trust-item {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0 0.4rem;
}

.hue-trust-item__icon {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: var(--hue-radius-sm);
  background: var(--hue-orange-soft);
  color: var(--hue-orange);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.hue-trust-item__icon svg {
  width: 2.4rem;
  height: 2.4rem;
}

.hue-trust-item__body {
  min-width: 0;
}

.hue-trust-item__title {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--hue-text);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.15;
  margin-bottom: 0.2rem;
}

.hue-trust-item__text {
  display: block;
  font-size: 1.25rem;
  color: var(--hue-text-soft);
  line-height: 1.35;
}

/* ============================================================
   Featured collection — refinos
   ============================================================ */
.featured-collection .collection {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.featured-collection .title-wrapper-with-link h2 {
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}

.featured-collection .link-with-arrow,
.collection .link-with-arrow {
  color: var(--hue-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.25rem;
}

/* ----- Rich text --------------------------------------- */
.rich-text__blocks {
  max-width: 72rem;
}

.rich-text__heading {
  font-size: clamp(2.6rem, 3.6vw, 3.8rem);
}

.rich-text__text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--hue-text-soft);
}

/* Rich text sobre fondo oscuro (scheme-4 / scheme-5) — panel de cierre con acento */
.rich-text.color-scheme-4 .rich-text__wrapper,
.rich-text.color-scheme-5 .rich-text__wrapper {
  position: relative;
}

.rich-text.color-scheme-4 .rich-text__wrapper::before,
.rich-text.color-scheme-5 .rich-text__wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 6rem;
  height: 3px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--hue-orange) 0%, var(--hue-orange-bright) 100%);
  border-radius: 2px;
}

.rich-text.color-scheme-4 .rich-text__heading,
.rich-text.color-scheme-5 .rich-text__heading {
  color: #fff;
  margin-top: 2rem;
}

.rich-text.color-scheme-4 .rich-text__text,
.rich-text.color-scheme-5 .rich-text__text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.65rem;
}

.rich-text.color-scheme-4 .rich-text__text p,
.rich-text.color-scheme-5 .rich-text__text p {
  margin: 0;
}

/* Botones del rich-text: primario sólido naranja, secundario outline blanco limpio */
.rich-text.color-scheme-4 .rich-text__buttons,
.rich-text.color-scheme-5 .rich-text__buttons {
  margin-top: 2.8rem;
  gap: 1.2rem;
}

.rich-text.color-scheme-4 .button:not(.button--tertiary):not(.button--secondary),
.rich-text.color-scheme-5 .button:not(.button--tertiary):not(.button--secondary) {
  background: var(--hue-orange);
  color: #fff;
  border: 0;
}

.rich-text.color-scheme-4 .button:not(.button--tertiary):not(.button--secondary):hover,
.rich-text.color-scheme-5 .button:not(.button--tertiary):not(.button--secondary):hover {
  background: var(--hue-orange-bright);
}

.rich-text.color-scheme-4 .button.button--secondary,
.rich-text.color-scheme-5 .button.button--secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.rich-text.color-scheme-4 .button.button--secondary:hover,
.rich-text.color-scheme-5 .button.button--secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  box-shadow: none;
  transform: translateY(-1px);
}

.rich-text.color-scheme-4 .button::after,
.rich-text.color-scheme-5 .button::after {
  display: none;
}

/* ----- Producto ---------------------------------------- */
.product-form__submit {
  background: var(--hue-orange);
  color: #fff;
}

.product-form__submit:hover {
  background: var(--hue-orange-bright);
}

/* ============================================================
   Location Map · Full-bleed split layout
   ============================================================ */
.hue-location-map {
  position: relative;
  padding: clamp(4rem, 6vw, 6.4rem) 0 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}

.hue-location-map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--hue-orange) 35%, var(--hue-orange-bright) 65%, transparent 100%);
  opacity: 0.85;
  pointer-events: none;
  z-index: 3;
}

.hue-location-map__grid-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 6rem 6rem;
  mask-image: linear-gradient(180deg, #000 0%, transparent 85%);
}

.hue-location-map__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(80px);
}

.hue-location-map__glow--left {
  top: 12%;
  left: -8%;
  width: min(42rem, 55vw);
  height: min(42rem, 55vw);
  background: radial-gradient(circle, rgba(243, 107, 33, 0.22) 0%, transparent 70%);
}

.hue-location-map__glow--right {
  bottom: 8%;
  right: -5%;
  width: min(50rem, 60vw);
  height: min(50rem, 60vw);
  background: radial-gradient(circle, rgba(255, 138, 61, 0.12) 0%, transparent 72%);
}

.hue-location-map__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
}

/* ----- Header -------------------------------------------------- */
.hue-location-map__header {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(2.8rem, 4vw, 4rem);
  padding: 0 clamp(1.6rem, 4vw, 5rem);
  text-align: center;
}

.hue-location-map__header-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem 1.6rem;
  margin-bottom: 1.6rem;
}

.hue-location-map__kicker {
  display: inline-block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hue-orange-bright);
}

.hue-location-map__coords {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
}

.hue-location-map__coords svg {
  width: 1.4rem;
  height: 1.4rem;
  color: var(--hue-orange-bright);
}

.hue-location-map__title {
  margin: 0 0 1.2rem;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 40px rgba(243, 107, 33, 0.15);
}

.hue-location-map__lead {
  margin: 0 auto;
  max-width: 68rem;
  font-size: clamp(1.4rem, 1.8vw, 1.75rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

/* ----- Body · full width split -------------------------------- */
.hue-location-map__body {
  display: grid;
  grid-template-columns: minmax(28rem, 40%) minmax(0, 1fr);
  grid-template-rows: minmax(clamp(48rem, 68vh, 72rem), auto);
  width: 100%;
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ----- Panel --------------------------------------------------- */
.hue-location-map__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: clamp(2.4rem, 3.5vw, 3.6rem) clamp(1.8rem, 4vw, 4.8rem);
  background:
    linear-gradient(118deg, #121212 0%, #080808 55%, #000 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 24px 0 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.hue-location-map__panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hue-orange) 0%, var(--hue-orange-bright) 55%, transparent 100%);
  opacity: 1;
  pointer-events: none;
}

.hue-location-map__panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(243, 107, 33, 0.5) 0%, transparent 40%, transparent 60%, rgba(243, 107, 33, 0.2) 100%);
  pointer-events: none;
}

.hue-location-map__panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 1.4rem;
  align-items: flex-start;
}

.hue-location-map__panel-icon {
  flex: 0 0 auto;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: var(--hue-radius-md);
  display: grid;
  place-items: center;
  background:
    linear-gradient(160deg, rgba(243, 107, 33, 0.25) 0%, rgba(243, 107, 33, 0.08) 100%);
  color: var(--hue-orange-bright);
  border: 1px solid rgba(243, 107, 33, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hue-location-map__panel-icon svg {
  width: 2.8rem;
  height: 2.8rem;
}

.hue-location-map__panel-eyebrow {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hue-orange-bright);
}

.hue-location-map__panel-title {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  color: #fff;
}

.hue-location-map__address {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

.hue-location-map__details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
  position: relative;
  z-index: 1;
}

.hue-location-map__detail {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  padding: 1.1rem 1.3rem;
  border-radius: var(--hue-radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.25s var(--hue-ease), background 0.25s var(--hue-ease);
}

.hue-location-map__detail:hover {
  border-color: rgba(243, 107, 33, 0.35);
  background:
    linear-gradient(180deg, rgba(243, 107, 33, 0.08) 0%, rgba(243, 107, 33, 0.02) 100%);
}

.hue-location-map__detail-icon {
  flex: 0 0 auto;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(243, 107, 33, 0.14);
  color: var(--hue-orange-bright);
  border: 1px solid rgba(243, 107, 33, 0.25);
}

.hue-location-map__detail-icon svg {
  width: 1.9rem;
  height: 1.9rem;
}

.hue-location-map__detail-label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.hue-location-map__detail-value {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.hue-location-map__detail-link {
  text-decoration: none;
  transition: color 0.2s var(--hue-ease);
}

.hue-location-map__detail-link:hover {
  color: var(--hue-orange-bright);
}

.hue-location-map__badges {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 1.4rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
}

.hue-location-map__badge {
  text-align: center;
  padding: 1rem 0.6rem;
  border-radius: var(--hue-radius-sm);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hue-location-map__badge strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: clamp(1.8rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #fff 0%, #ff8a3d 130%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hue-location-map__badge span {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.3;
}

.hue-location-map__actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9rem;
  margin-top: auto;
}

@media screen and (min-width: 1200px) {
  .hue-location-map__actions {
    grid-template-columns: 1fr 1fr;
  }

  .hue-location-map__btn {
    min-height: 4.8rem;
    font-size: 1.1rem;
    padding: 0 1.2rem;
    letter-spacing: 0.06em;
  }

  .hue-location-map__btn span {
    text-align: center;
    line-height: 1.2;
  }
}

.hue-location-map__btn {
  position: relative;
  min-height: 5.2rem;
  padding: 0 1.8rem;
  border-radius: var(--hue-radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  transition:
    transform 0.3s var(--hue-ease),
    background 0.3s var(--hue-ease),
    color 0.3s var(--hue-ease),
    border-color 0.3s var(--hue-ease),
    box-shadow 0.3s var(--hue-ease);
}

.hue-location-map__btn svg {
  width: 1.7rem;
  height: 1.7rem;
}

.hue-location-map__btn-arrow {
  transition: transform 0.3s var(--hue-ease);
}

.hue-location-map__btn:hover .hue-location-map__btn-arrow {
  transform: translateX(4px);
}

.hue-location-map__btn--primary {
  background: linear-gradient(180deg, var(--hue-orange-bright) 0%, var(--hue-orange) 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 14px 32px rgba(243, 107, 33, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.hue-location-map__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 20px 40px rgba(243, 107, 33, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.hue-location-map__btn--secondary {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hue-location-map__btn--secondary svg {
  color: #25d366;
}

.hue-location-map__btn--secondary:hover {
  border-color: rgba(37, 211, 102, 0.6);
  background: rgba(37, 211, 102, 0.08);
  transform: translateY(-2px);
}

/* ----- Map ----------------------------------------------------- */
.hue-location-map__map-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
}

.hue-location-map__map-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12rem;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, transparent 100%);
}

.hue-location-map__map-frame {
  position: relative;
  flex: 1 1 auto;
  min-height: 100%;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 40% 45%, #2a3038 0%, #12151a 100%);
  border: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.hue-location-map__map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 0 120px rgba(0, 0, 0, 0.35);
  border-radius: inherit;
}

.hue-location-map__map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.08) contrast(1.02);
  pointer-events: auto;
}

/* Corners — esquinas metálicas */
.hue-location-map__map-corner {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  z-index: 4;
  pointer-events: none;
}

.hue-location-map__map-corner::before,
.hue-location-map__map-corner::after {
  content: "";
  position: absolute;
  background: var(--hue-orange-bright);
  border-radius: 1px;
  box-shadow: 0 0 12px rgba(255, 138, 61, 0.6);
}

.hue-location-map__map-corner::before {
  width: 100%;
  height: 2px;
}

.hue-location-map__map-corner::after {
  width: 2px;
  height: 100%;
}

.hue-location-map__map-corner--tl { top: 1.4rem; left: 1.4rem; }
.hue-location-map__map-corner--tl::before { top: 0; left: 0; }
.hue-location-map__map-corner--tl::after { top: 0; left: 0; }

.hue-location-map__map-corner--tr { top: 1.4rem; right: 1.4rem; }
.hue-location-map__map-corner--tr::before { top: 0; right: 0; }
.hue-location-map__map-corner--tr::after { top: 0; right: 0; }

.hue-location-map__map-corner--bl { bottom: 1.4rem; left: 1.4rem; }
.hue-location-map__map-corner--bl::before { bottom: 0; left: 0; }
.hue-location-map__map-corner--bl::after { bottom: 0; left: 0; }

.hue-location-map__map-corner--br { bottom: 1.4rem; right: 1.4rem; }
.hue-location-map__map-corner--br::before { bottom: 0; right: 0; }
.hue-location-map__map-corner--br::after { bottom: 0; right: 0; }

.hue-location-map__map-caption {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 7;
  transform: translateX(-50%);
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.75rem 1.5rem;
  border-radius: var(--hue-radius-pill);
  background: rgba(7, 7, 7, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.15rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  pointer-events: none;
}

.hue-location-map__map-caption svg {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--hue-orange-bright);
  flex: 0 0 auto;
}

/* ----- Footer ------------------------------------------ */
.footer {
  border-top: 4px solid var(--hue-orange);
  background: var(--hue-black);
}

.footer-block__heading {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
  margin-bottom: 1.4rem;
}

.footer-block__details-content a,
.footer-block-image a,
.footer__list-social a,
.copyright__content a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.2s var(--hue-ease);
}

.footer-block__details-content a:hover,
.footer__list-social a:hover {
  color: var(--hue-orange-bright);
}

.footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 2rem;
  padding-top: 2rem;
}

/* ============================================================
   Responsive
   ============================================================ */
@media screen and (max-width: 989px) {
  .hue-vehicle-filters__grid--primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hue-vehicle-filters__grid--advanced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hue-vehicle-finder form .button,
  .hue-vehicle-filters__submit {
    grid-column: 1 / -1;
  }

  .hue-vehicle-finder__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .hue-category-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hue-trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }

  .hue-best-seller__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hue-location-map__body {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(38rem, 52vh);
  }

  .hue-location-map__panel {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
  }

  .hue-location-map__panel::after {
    display: none;
  }

  .hue-location-map__map-wrap::before {
    display: none;
  }

  .header__heading-logo-wrapper img,
  .header__heading-link img {
    max-height: 52px;
  }
}

@media screen and (max-width: 749px) {
  .banner__box {
    padding-bottom: 5rem;
    gap: 1.2rem;
  }

  .hue-vehicle-finder {
    margin-top: -2rem;
    padding-bottom: 3rem;
  }

  .hue-vehicle-finder__panel {
    padding: 2rem 1.6rem 2.2rem;
    border-radius: var(--hue-radius-md);
  }

  .hue-vehicle-filters__grid--primary,
  .hue-vehicle-filters__grid--advanced {
    grid-template-columns: 1fr;
  }

  .hue-vehicle-specs__grid {
    grid-template-columns: 1fr;
  }

  .hue-vehicle-finder__icon {
    width: 4.6rem;
    height: 4.6rem;
  }

  .hue-vehicle-finder__icon svg {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hue-category-strip {
    padding: 4rem 1.5rem 5rem;
  }

  .hue-category-strip__grid {
    grid-template-columns: 1fr;
  }

  .hue-category-card {
    min-height: 17rem;
  }

  .hue-trust-strip {
    padding: 2.4rem 1.5rem;
  }

  .hue-trust-strip__grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .hue-best-seller__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 2.4rem;
  }

  .hue-best-seller__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    border-left: 0;
  }

  .hue-best-seller__item {
    flex: 0 0 min(78vw, 24rem);
    scroll-snap-align: start;
    border-left: 1px solid #eeeeee;
  }

  .hue-product-card__media {
    padding-top: 2rem;
  }

  .hue-product-card__title {
    font-size: 1.35rem;
  }

  .hue-product-card__price-value {
    font-size: 1.45rem;
  }

  .hue-location-map {
    padding: 3.2rem 0 0;
  }

  .hue-location-map__header {
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    text-align: left;
  }

  .hue-location-map__header-meta {
    justify-content: flex-start;
  }

  .hue-location-map__body {
    grid-template-rows: auto minmax(26rem, 48vh);
  }

  .hue-location-map__panel {
    padding: 2rem 1.5rem 2.2rem;
  }

  .hue-location-map__badges {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .hue-location-map__badge {
    padding: 0.8rem 0.4rem;
  }

  .hue-location-map__map-caption {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.2rem;
    transform: none;
    white-space: normal;
    text-align: center;
    justify-content: center;
    font-size: 1.05rem;
  }

  .hue-header-search {
    padding: 0 1.2rem 1.4rem;
  }

  .hue-header-search__form input {
    min-height: 4.4rem;
    font-size: 1.4rem;
  }
}

/* ============================================================
   Hero Slider (hue-hero-slider)
   ============================================================ */
.hue-slider-section {
  display: block;
  position: relative;
}

.hue-slider {
  --hue-overlay: 0.5;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--hue-black);
  color: #fff;
  outline: none;
}

.hue-slider--large {
  min-height: clamp(48rem, 70vh, 78rem);
}

.hue-slider--medium {
  min-height: clamp(38rem, 58vh, 62rem);
}

.hue-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.hue-slider__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s var(--hue-ease), visibility 0s linear 0.8s;
  pointer-events: none;
}

.hue-slider__slide.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s var(--hue-ease), visibility 0s linear 0s;
  pointer-events: auto;
  z-index: 1;
}

.hue-slider__track::before {
  content: "";
  display: block;
  width: 100%;
  height: clamp(48rem, 70vh, 78rem);
  visibility: hidden;
}

.hue-slider--medium .hue-slider__track::before {
  height: clamp(38rem, 58vh, 62rem);
}

.hue-slider__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hue-slider__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.05) contrast(1.02);
}

.hue-slider__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.55) 0%, rgba(7, 7, 7, 0.35) 35%, rgba(7, 7, 7, 0.7) 100%);
  pointer-events: none;
}

.hue-slider__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at center,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 0.35)) 0%,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 0.75)) 55%,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 1.1)) 100%
    ),
    linear-gradient(
      180deg,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 0.9)) 0%,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 0.25)) 35%,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 0.35)) 65%,
      rgba(7, 7, 7, calc(var(--hue-overlay) * 1.15)) 100%
    );
  pointer-events: none;
}

.hue-slider__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(243, 107, 33, 0.18) 0%, transparent 70%),
    linear-gradient(90deg, rgba(7, 7, 7, 0.25) 0%, transparent 18%, transparent 82%, rgba(7, 7, 7, 0.25) 100%);
  pointer-events: none;
}

.hue-slider__content {
  position: relative;
  z-index: 2;
  max-width: 92rem;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 3rem 12rem;
  text-align: center;
  color: #fff;
}

.hue-slider__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(82rem, 94%);
  height: 70%;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(7, 7, 7, 0.7) 0%, rgba(7, 7, 7, 0.3) 55%, transparent 80%);
  filter: blur(14px);
  z-index: -1;
  pointer-events: none;
}

.hue-slider__slide.is-active .hue-slider__content > * {
  animation: hueSliderFadeUp 0.9s var(--hue-ease) both;
}

.hue-slider__slide.is-active .hue-slider__kicker { animation-delay: 0.05s; }
.hue-slider__slide.is-active .hue-slider__heading { animation-delay: 0.15s; }
.hue-slider__slide.is-active .hue-slider__text { animation-delay: 0.25s; }
.hue-slider__slide.is-active .hue-slider__buttons { animation-delay: 0.35s; }

@keyframes hueSliderFadeUp {
  from { opacity: 0; transform: translateY(1.4rem); }
  to { opacity: 1; transform: none; }
}

.hue-slider__kicker {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.4rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hue-slider__heading {
  margin: 0 0 1.4rem;
  font-size: clamp(3.2rem, 5vw, 6rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  color: #fff;
  text-shadow:
    0 2px 6px rgba(0, 0, 0, 0.45),
    0 8px 28px rgba(0, 0, 0, 0.55);
}

.hue-slider__text {
  max-width: 60rem;
  margin: 0 auto 2.4rem;
  font-size: clamp(1.5rem, 1.7vw, 1.8rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.hue-slider__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  justify-content: center;
}

.hue-slider__buttons .button {
  background: var(--hue-orange);
  color: #fff;
}

.hue-slider__buttons .button:hover {
  background: var(--hue-orange-bright);
}

.hue-slider__buttons .button--secondary {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.hue-slider__buttons .button--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

/* ----- Dots ------------------------------------------- */
.hue-slider__dots {
  position: absolute;
  left: 50%;
  bottom: 7rem;
  transform: translateX(-50%);
  display: flex;
  gap: 1rem;
  z-index: 3;
  padding: 0;
}

.hue-slider__dot {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.3s var(--hue-ease), transform 0.3s var(--hue-ease), box-shadow 0.3s var(--hue-ease);
  flex-shrink: 0;
}

.hue-slider__dot:hover {
  background: rgba(255, 255, 255, 0.75);
}

.hue-slider__dot.is-active {
  background: var(--hue-orange);
  transform: scale(1.4);
  box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.7);
}

.hue-slider__dot:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* ----- Arrows ----------------------------------------- */
.hue-slider__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.25s var(--hue-ease), transform 0.25s var(--hue-ease);
  backdrop-filter: blur(4px);
}

.hue-slider__nav:hover {
  background: var(--hue-orange);
}

.hue-slider__nav:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.hue-slider__nav svg {
  width: 2rem;
  height: 2rem;
}

.hue-slider__nav--prev { left: 2rem; }
.hue-slider__nav--next { right: 2rem; }

/* ----- Responsive ------------------------------------- */
@media screen and (max-width: 989px) {
  .hue-slider__content {
    padding: 5rem 2.4rem 9rem;
  }

  .hue-slider__nav {
    width: 4rem;
    height: 4rem;
  }

  .hue-slider__nav--prev { left: 1rem; }
  .hue-slider__nav--next { right: 1rem; }
}

@media screen and (max-width: 749px) {
  .hue-slider--large,
  .hue-slider--medium {
    min-height: clamp(42rem, 75vh, 60rem);
  }

  .hue-slider--large .hue-slider__track::before,
  .hue-slider--medium .hue-slider__track::before {
    height: clamp(42rem, 75vh, 60rem);
  }

  .hue-slider__content {
    padding: 4rem 1.6rem 7rem;
  }

  .hue-slider__kicker {
    font-size: 1.1rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.8rem;
  }

  .hue-slider__heading {
    font-size: clamp(2.6rem, 8vw, 3.6rem);
    margin-bottom: 1rem;
  }

  .hue-slider__text {
    margin-bottom: 1.8rem;
  }

  .hue-slider__buttons .button {
    min-height: 4.2rem;
    font-size: 1.2rem;
    padding: 0 1.8rem;
  }

  .hue-slider__dots {
    bottom: 5.5rem;
  }

  .hue-slider__nav {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hue-slider__slide,
  .hue-slider__slide.is-active .hue-slider__content > * {
    animation: none !important;
    transition: opacity 0.2s linear !important;
  }
}

/* ============================================================
   Hue Header — encabezado personalizado (3 bandas)
   ============================================================ */
.hue-header-section {
  position: relative;
  z-index: 50;
}

hue-header.hue-header {
  display: block;
  position: relative;
  background: var(--hue-black);
  color: #fff;
  z-index: 50;
}

.hue-header--sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow 0.3s var(--hue-ease), background 0.3s var(--hue-ease);
}

.hue-header.is-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: saturate(140%) blur(6px);
  backdrop-filter: saturate(140%) blur(6px);
  background: rgba(7, 7, 7, 0.92);
}

/* ----- Top bar ------------------------------------------ */
.hue-header__topbar {
  background: linear-gradient(180deg, var(--hue-charcoal) 0%, #0d0d0d 100%);
  border-bottom: 1px solid rgba(243, 107, 33, 0.16);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  max-height: 44px;
  overflow: hidden;
  transition: max-height 0.35s var(--hue-ease), opacity 0.3s var(--hue-ease), border-color 0.3s var(--hue-ease);
}

.hue-header.is-scrolled .hue-header__topbar {
  max-height: 0;
  opacity: 0;
  border-bottom-color: transparent;
  pointer-events: none;
}

.hue-header__topbar-inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0.6rem var(--page-width-margin, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 36px;
}

.hue-header__topbar-info,
.hue-header__topbar-actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.hue-header__topbar-item,
.hue-header__topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s var(--hue-ease);
}

.hue-header__topbar-link:hover,
.hue-header__topbar-link:focus-visible {
  color: var(--hue-orange-bright);
}

.hue-header__topbar-ico {
  display: inline-grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  color: var(--hue-orange-bright);
}

.hue-header__topbar-ico svg {
  width: 100%;
  height: 100%;
}

.hue-header__topbar-divider {
  width: 1px;
  height: 1.4rem;
  background: rgba(255, 255, 255, 0.16);
  display: inline-block;
}

.hue-header__topbar-label {
  letter-spacing: 0.08em;
}

.hue-header__cart-link {
  position: relative;
  padding-right: 0.4rem;
  gap: 1.2rem;
}

.hue-header__cart-bubble {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  color: var(--hue-orange-bright);
}

.hue-header__cart-bubble .svg-wrapper,
.hue-header__cart-bubble svg {
  width: 100%;
  height: 100%;
}

.hue-header__cart-bubble .cart-count-bubble {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  left: auto;
  bottom: auto;
  min-width: 1.8rem;
  height: 1.8rem;
  padding: 0 0.5rem;
  border-radius: var(--hue-radius-pill);
  background: var(--hue-orange);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  display: grid;
  place-items: center;
  box-shadow: 0 0 0 2px var(--hue-charcoal), 0 4px 10px rgba(243, 107, 33, 0.4);
}

.hue-header__topbar-social {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
}

.hue-header__topbar-soc {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.65);
  transition: color 0.2s var(--hue-ease), background 0.2s var(--hue-ease), transform 0.2s var(--hue-ease);
}

.hue-header__topbar-soc:hover,
.hue-header__topbar-soc:focus-visible {
  color: #fff;
  background: rgba(243, 107, 33, 0.18);
  transform: translateY(-1px);
}

.hue-header__topbar-soc .svg-wrapper,
.hue-header__topbar-soc svg {
  width: 1.5rem;
  height: 1.5rem;
}

/* ----- Main bar ----------------------------------------- */
.hue-header__main {
  background: var(--hue-black);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  transition: padding 0.3s var(--hue-ease);
}

.hue-header__main-inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 1.6rem var(--page-width-margin, 2rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 3rem;
  min-height: clamp(8rem, 9vw, 9.6rem);
  transition: min-height 0.3s var(--hue-ease), padding 0.3s var(--hue-ease);
}

.hue-header.is-scrolled .hue-header__main-inner {
  min-height: clamp(6.4rem, 7vw, 7.6rem);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.hue-header__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
}

.hue-header__logo-img {
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: max-height 0.3s var(--hue-ease);
}

.hue-header.is-scrolled .hue-header__logo-img {
  max-height: 48px;
}

/* Search */
.hue-header__search {
  width: 100%;
  max-width: 60rem;
  justify-self: center;
  position: relative;
}

.hue-header__search-wrap,
.hue-header__search-form {
  display: block;
  width: 100%;
}

.hue-header__search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  background: #fff;
  border-radius: var(--hue-radius-pill);
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 10px 28px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.25s var(--hue-ease), transform 0.25s var(--hue-ease);
  position: relative;
}

.hue-header__search-form:focus-within {
  box-shadow:
    0 0 0 2px rgba(243, 107, 33, 0.4),
    0 14px 36px rgba(0, 0, 0, 0.45);
}

.hue-header__search-input {
  min-width: 0;
  min-height: 4.6rem;
  border: 0;
  padding: 0 1.8rem;
  color: #111;
  font-size: 1.4rem;
  background: transparent;
  font-family: inherit;
}

.hue-header__search-input::placeholder {
  color: #8a8a8a;
  font-weight: 500;
}

.hue-header__search-input:focus {
  outline: 0;
}

.hue-header__search-submit {
  display: grid;
  place-items: center;
  width: 5rem;
  min-height: 4.6rem;
  border: 0;
  background: var(--hue-orange);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s var(--hue-ease);
}

.hue-header__search-submit:hover,
.hue-header__search-submit:focus-visible {
  background: var(--hue-orange-bright);
}

.hue-header__search-submit .svg-wrapper,
.hue-header__search-submit svg {
  width: 1.8rem;
  height: 1.8rem;
}

.hue-header__search-results {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  background: #fff;
  color: var(--hue-text);
  border-radius: var(--hue-radius-md);
  box-shadow: var(--hue-shadow-lg);
  max-height: 70vh;
  overflow: auto;
  z-index: 10;
}

.hue-header__search-results:empty {
  display: none;
}

/* CTA */
.hue-header__cta {
  display: inline-flex;
  align-items: center;
  justify-self: end;
}

.hue-header__cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.1rem 2rem;
  border-radius: var(--hue-radius-pill);
  background: var(--hue-orange);
  color: #fff;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 6px 16px rgba(243, 107, 33, 0.28);
  transition: transform 0.2s var(--hue-ease), box-shadow 0.2s var(--hue-ease), background 0.2s var(--hue-ease);
  white-space: nowrap;
}

.hue-header__cta-button:hover,
.hue-header__cta-button:focus-visible {
  transform: translateY(-1px);
  background: var(--hue-orange-bright);
  box-shadow: 0 10px 24px rgba(243, 107, 33, 0.4);
}

.hue-header__cta-ico {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
}

.hue-header__cta-ico svg {
  width: 100%;
  height: 100%;
}

/* Mobile elements (hidden on desktop) */
.hue-header__mobile-toggle,
.hue-header__mobile-cart {
  display: none;
}

/* ----- Nav bar ------------------------------------------ */
.hue-header__nav {
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: max-height 0.3s var(--hue-ease);
}

.hue-header__nav-list {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 var(--page-width-margin, 2rem);
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.4rem;
  flex-wrap: wrap;
  list-style: none;
}

.hue-header__nav-item {
  position: relative;
}

.hue-header__nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.4rem;
  margin: 0.4rem 0.2rem;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  list-style: none;
  transition: color 0.25s var(--hue-ease);
}

.hue-header__nav-link::-webkit-details-marker {
  display: none;
}

.hue-header__nav-link > span:first-child {
  position: relative;
  padding-bottom: 0.2rem; /* Mantener la base pegada */
  display: inline-block;
}

.hue-header__nav-link > span:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; /* Apegado a la base del texto */
  height: 2px;
  background: var(--hue-orange);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s var(--hue-ease);
}

.hue-header__nav-link:hover > span:first-child::after,
.hue-header__nav-link:focus-visible > span:first-child::after,
.hue-header__nav-link.is-active > span:first-child::after,
.hue-header__nav-link[aria-current] > span:first-child::after {
  transform: scaleX(1);
}

.hue-header__nav-link:hover,
.hue-header__nav-link:focus-visible {
  color: #fff !important;
  background-color: transparent !important;
  background: transparent !important;
  text-decoration: none !important;
}

.hue-header__nav-link.is-active,
.hue-header__nav-link[aria-current],
.hue-header__nav-details[open] > .hue-header__nav-link {
  color: var(--hue-orange-bright) !important;
  background-color: transparent !important;
  background: transparent !important;
  text-decoration: none !important;
}

.hue-header__nav-caret {
  display: inline-grid;
  place-items: center;
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.25s var(--hue-ease), color 0.25s var(--hue-ease);
}

.hue-header__nav-caret svg {
  width: 1rem;
  height: 1rem;
}

.hue-header__nav-link:hover .hue-header__nav-caret,
.hue-header__nav-link.is-active .hue-header__nav-caret,
.hue-header__nav-details[open] .hue-header__nav-caret {
  color: var(--hue-orange-bright);
}

.hue-header__nav-details[open] .hue-header__nav-caret {
  transform: rotate(180deg);
}

.hue-header__nav-details > summary {
  list-style: none;
}

.hue-header__nav-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 22rem;
  margin-top: 0.8rem;
  background: rgba(15, 15, 15, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--hue-radius-md, 12px);
  padding: 1.2rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.hue-header__nav-details[open] .hue-header__nav-panel {
  animation: hueNavPanelFadeIn 0.25s var(--hue-ease) both;
}

@keyframes hueNavPanelFadeIn {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(1rem) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
  }
}

.hue-header__nav-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--hue-orange), var(--hue-orange-bright));
  border-radius: var(--hue-radius-md) var(--hue-radius-md) 0 0;
}

.hue-header__nav-sublist {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hue-header__nav-sublink {
  display: block;
  padding: 0.8rem 1.2rem;
  border-radius: var(--hue-radius-sm, 6px);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: 
    background-color 0.25s var(--hue-ease),
    color 0.25s var(--hue-ease),
    transform 0.25s var(--hue-ease);
}

.hue-header__nav-sublink:hover,
.hue-header__nav-sublink:focus-visible,
.hue-header__nav-sublink.is-active {
  background: rgba(243, 107, 33, 0.08);
  color: var(--hue-orange-bright);
  transform: translateX(4px);
}

.hue-header__nav-sublink--grand {
  padding-left: 2.2rem;
  font-size: 1.15rem;
  text-transform: none;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.6);
}

/* ----- Drawer mobile ------------------------------------ */
.hue-header__drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: block;
  pointer-events: none;
}

.hue-header__drawer[hidden] {
  display: none;
}

.hue-header__drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 7, 7, 0.6);
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s var(--hue-ease);
  pointer-events: auto;
}

.hue-header__drawer.is-open .hue-header__drawer-backdrop {
  opacity: 1;
}

.hue-header__drawer-panel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(90vw, 36rem);
  background: var(--hue-black);
  color: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: transform 0.35s var(--hue-ease);
  box-shadow: 24px 0 60px rgba(0, 0, 0, 0.55);
  pointer-events: auto;
  overflow-y: auto;
}

.hue-header__drawer.is-open .hue-header__drawer-panel {
  transform: translateX(0);
}

.hue-header__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem 1.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hue-header__drawer-logo-img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
}

.hue-header__drawer-close {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  transition: background 0.2s var(--hue-ease);
}

.hue-header__drawer-close:hover,
.hue-header__drawer-close:focus-visible {
  background: rgba(243, 107, 33, 0.2);
}

.hue-header__drawer-close .svg-wrapper,
.hue-header__drawer-close svg {
  width: 1.6rem;
  height: 1.6rem;
}

.hue-header__drawer-body {
  flex: 1;
  padding: 1.8rem;
  overflow-y: auto;
}

.hue-header__drawer-menu {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.hue-header__drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
  border-radius: var(--hue-radius-sm);
  color: #fff;
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: transparent;
  transition: background 0.2s var(--hue-ease), color 0.2s var(--hue-ease);
  cursor: pointer;
  list-style: none;
}

.hue-header__drawer-link::-webkit-details-marker {
  display: none;
}

.hue-header__drawer-link:hover,
.hue-header__drawer-link:focus-visible,
.hue-header__drawer-link.is-active {
  background: rgba(243, 107, 33, 0.12);
  color: var(--hue-orange-bright);
}

.hue-header__drawer-caret {
  display: inline-grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.25s var(--hue-ease);
}

.hue-header__drawer-caret svg {
  width: 1.2rem;
  height: 1.2rem;
}

.hue-header__drawer-details[open] .hue-header__drawer-caret {
  transform: rotate(180deg);
}

.hue-header__drawer-details > summary {
  list-style: none;
}

.hue-header__drawer-submenu {
  padding: 0.4rem 0 0.6rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.hue-header__drawer-sublink {
  display: block;
  padding: 0.9rem 1.2rem;
  border-radius: var(--hue-radius-sm);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s var(--hue-ease), color 0.2s var(--hue-ease);
}

.hue-header__drawer-sublink:hover,
.hue-header__drawer-sublink:focus-visible,
.hue-header__drawer-sublink.is-active {
  background: rgba(243, 107, 33, 0.1);
  color: var(--hue-orange-bright);
}

.hue-header__drawer-foot {
  padding: 1.6rem 1.8rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hue-header__drawer-social {
  margin-top: 0.4rem;
}

.hue-header__drawer-social-list {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
}

.hue-header__drawer-soc {
  display: grid;
  place-items: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s var(--hue-ease), background 0.2s var(--hue-ease), transform 0.2s var(--hue-ease);
}

.hue-header__drawer-soc:hover,
.hue-header__drawer-soc:focus-visible {
  color: #fff;
  background: rgba(243, 107, 33, 0.2);
  transform: translateY(-1px);
}

.hue-header__drawer-soc .svg-wrapper,
.hue-header__drawer-soc svg {
  width: 1.8rem;
  height: 1.8rem;
}

.hue-header__drawer-account {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.4rem;
  border-radius: var(--hue-radius-sm);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s var(--hue-ease);
}

.hue-header__drawer-account:hover,
.hue-header__drawer-account:focus-visible {
  background: rgba(243, 107, 33, 0.15);
}

.hue-header__drawer-account .svg-wrapper {
  width: 1.8rem;
  height: 1.8rem;
}

.hue-header__drawer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.3rem 1.8rem;
  border-radius: var(--hue-radius-pill);
  background: var(--hue-orange);
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(243, 107, 33, 0.35);
  transition: background 0.2s var(--hue-ease), transform 0.2s var(--hue-ease);
}

.hue-header__drawer-cta:hover,
.hue-header__drawer-cta:focus-visible {
  background: var(--hue-orange-bright);
  transform: translateY(-1px);
}

.hue-header__drawer-info {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.hue-header__drawer-info-row {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.hue-header__drawer-info-row:hover {
  color: var(--hue-orange-bright);
}

body.hue-drawer-open {
  overflow: hidden;
}

/* ============================================================
   Hue Header — responsive
   ============================================================ */
@media screen and (max-width: 989px) {
  .hue-header__topbar-inner {
    padding: 0.5rem 1.4rem;
    gap: 1rem;
  }

  .hue-header__topbar-info .hue-header__topbar-item:not(:first-child),
  .hue-header__topbar-info .hue-header__topbar-divider {
    display: none;
  }

  .hue-header__topbar-label {
    display: none;
  }

  .hue-header__topbar-actions {
    gap: 0.8rem;
  }

  .hue-header__main-inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "menu logo cart"
      "search search search";
    gap: 1.2rem;
    padding: 1.2rem 1.4rem;
    min-height: auto;
  }

  .hue-header__mobile-toggle {
    display: grid;
    place-items: center;
    grid-area: menu;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: var(--hue-radius-sm);
    border: 0;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    cursor: pointer;
    transition: background 0.2s var(--hue-ease);
    position: relative;
  }

  .hue-header__mobile-toggle:hover,
  .hue-header__mobile-toggle:focus-visible {
    background: rgba(243, 107, 33, 0.2);
  }

  .hue-header__mobile-toggle-ico {
    display: grid;
    place-items: center;
    width: 1.8rem;
    height: 1.8rem;
    transition: opacity 0.2s var(--hue-ease), transform 0.2s var(--hue-ease);
  }

  .hue-header__mobile-toggle-ico svg {
    width: 100%;
    height: 100%;
  }

  .hue-header__mobile-toggle-ico--close {
    position: absolute;
    inset: 0;
    margin: auto;
    opacity: 0;
    transform: rotate(-90deg);
  }

  .hue-header__mobile-toggle.is-open .hue-header__mobile-toggle-ico--open {
    opacity: 0;
    transform: rotate(90deg);
  }

  .hue-header__mobile-toggle.is-open .hue-header__mobile-toggle-ico--close {
    opacity: 1;
    transform: rotate(0deg);
  }

  .hue-header__logo {
    grid-area: logo;
    justify-self: center;
  }

  .hue-header__logo-img,
  .hue-header.is-scrolled .hue-header__logo-img {
    max-height: 44px;
  }

  .hue-header__mobile-cart {
    display: inline-flex;
    grid-area: cart;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: var(--hue-radius-sm);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: background 0.2s var(--hue-ease);
  }

  .hue-header__mobile-cart:hover,
  .hue-header__mobile-cart:focus-visible {
    background: rgba(243, 107, 33, 0.2);
  }

  .hue-header__mobile-cart .svg-wrapper,
  .hue-header__mobile-cart svg {
    width: 1.9rem;
    height: 1.9rem;
  }

  .hue-header__mobile-cart .cart-count-bubble {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    left: auto;
    bottom: auto;
    min-width: 1.8rem;
    height: 1.8rem;
    padding: 0 0.4rem;
    border-radius: var(--hue-radius-pill);
    background: var(--hue-orange);
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    display: grid;
    place-items: center;
    box-shadow: 0 0 0 2px var(--hue-black);
  }

  .hue-header__search {
    grid-area: search;
    max-width: none;
    width: 100%;
  }

  .hue-header__search-input {
    min-height: 4.2rem;
    font-size: 1.35rem;
    padding: 0 1.4rem;
  }

  .hue-header__search-submit {
    width: 4.6rem;
    min-height: 4.2rem;
  }

  .hue-header__cta {
    display: none;
  }

  .hue-header__nav {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .hue-header__topbar {
    font-size: 1.05rem;
    max-height: 38px;
  }

  .hue-header__topbar-inner {
    padding: 0.4rem 1.2rem;
  }

  .hue-header__topbar-info {
    flex: 1;
    min-width: 0;
  }

  .hue-header__topbar-info .hue-header__topbar-item:first-child span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hue-header__topbar-actions {
    gap: 0.6rem;
  }

  .hue-header__topbar-actions .hue-header__topbar-link {
    padding: 0;
  }

  .hue-header__topbar-divider {
    display: none;
  }

  .hue-header__topbar-social {
    display: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .hue-header__search {
    max-width: 100%;
  }
}

/* Esconde el componente legacy si quedara montado por error */
.hue-header-section + .shopify-section .hue-header-search,
.shopify-section [data-hue-legacy-search] {
  display: none;
}

