/**
 * Hero neumáticos: panel unificado (badge, textos, visual medida + buscador).
 */

.home-hero-banners .hero-neumaticos-search-wrap,
body.page-neumaticos .hero-section--neumaticos-search {
    font-family: var(--font-sans);
}

.home-hero-banners .hero-neumaticos-panel,
body.page-neumaticos .hero-neumaticos-panel {
    width: 100%;
    max-width: min(680px, 100%);
    padding: clamp(1rem, 2.2vw, 1.35rem) clamp(1rem, 2.5vw, 1.5rem);
    border-radius: 16px;
    background: rgba(38, 38, 38, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    text-align: left;
}

.home-hero-banners .hero-neumaticos-panel__badge,
body.page-neumaticos .hero-neumaticos-panel__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #e30613;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1.2;
}

.home-hero-banners .hero-neumaticos-panel__badge i,
body.page-neumaticos .hero-neumaticos-panel__badge i {
    font-size: 0.75rem;
}

/* Pestañas medida / vehículo (/neumaticos/ y banner home) */
.home-hero-banners .hero-neumaticos-panel:has(.hero-neumaticos-panel__mode-badges),
body.page-neumaticos .hero-neumaticos-panel:has(.hero-neumaticos-panel__mode-badges) {
    max-width: min(720px, 100%);
}

.home-hero-banners .hero-neumaticos-panel__mode-badges,
body.page-neumaticos .hero-neumaticos-panel__mode-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
}

.home-hero-banners .hero-neumaticos-panel__mode-btn,
body.page-neumaticos .hero-neumaticos-panel__mode-btn {
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s ease, color 0.15s ease;
}

.home-hero-banners .hero-neumaticos-panel__mode-btn:not(.hero-neumaticos-panel__mode-btn--active),
body.page-neumaticos .hero-neumaticos-panel__mode-btn:not(.hero-neumaticos-panel__mode-btn--active) {
    background: rgba(227, 6, 19, 0.38);
    color: rgba(255, 255, 255, 0.92);
}

.home-hero-banners .hero-neumaticos-panel__mode-btn--active,
body.page-neumaticos .hero-neumaticos-panel__mode-btn--active {
    background: #e30613;
    color: #ffffff;
}

.home-hero-banners .hero-neumaticos-panel__mode-label,
body.page-neumaticos .hero-neumaticos-panel__mode-label {
    white-space: nowrap;
}

.home-hero-banners .hero-neumaticos-panel__mode-btn--featured,
body.page-neumaticos .hero-neumaticos-panel__mode-btn--featured {
    background: linear-gradient(135deg, #ff9a2e 0%, #e30613 55%, #c40510 100%);
    color: #ffffff;
    box-shadow:
        0 0 0 2px rgba(255, 215, 0, 0.85),
        0 4px 16px rgba(255, 154, 46, 0.45);
    font-size: 0.66rem;
}

.home-hero-banners .hero-neumaticos-panel__mode-btn--featured:not(.hero-neumaticos-panel__mode-btn--active),
body.page-neumaticos .hero-neumaticos-panel__mode-btn--featured:not(.hero-neumaticos-panel__mode-btn--active) {
    animation: hero-neu-vehiculo-tab-glow 2.4s ease-in-out infinite;
}

.home-hero-banners .hero-neumaticos-panel__mode-btn--featured.hero-neumaticos-panel__mode-btn--active,
body.page-neumaticos .hero-neumaticos-panel__mode-btn--featured.hero-neumaticos-panel__mode-btn--active {
    background: #e30613;
    box-shadow:
        0 0 0 2px #ffffff,
        0 6px 20px rgba(227, 6, 19, 0.55);
    animation: none;
}

@keyframes hero-neu-vehiculo-tab-glow {
    0%,
    100% {
        box-shadow:
            0 0 0 2px rgba(255, 215, 0, 0.75),
            0 4px 14px rgba(255, 154, 46, 0.35);
    }
    50% {
        box-shadow:
            0 0 0 3px rgba(255, 215, 0, 1),
            0 6px 22px rgba(255, 154, 46, 0.55);
    }
}

.home-hero-banners .hero-neumaticos-panel__pane,
body.page-neumaticos .hero-neumaticos-panel__pane {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
}

.home-hero-banners .hero-neumaticos-panel__pane[hidden],
body.page-neumaticos .hero-neumaticos-panel__pane[hidden] {
    display: none !important;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-lead,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-lead {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(0.8rem, 1.2vw, 0.92rem);
    line-height: 1.4;
    max-width: 36rem;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-selects,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-selects .hero-vf-group,
.home-hero-banners .hero-neumaticos-panel__vehiculo-selects .form-group,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects .hero-vf-group,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects .form-group {
    margin: 0;
    min-width: 0;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-selects .hero-form-select-wrap,
.home-hero-banners .hero-neumaticos-panel__vehiculo-selects .form-select-wrapper,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects .hero-form-select-wrap,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects .form-select-wrapper {
    position: relative;
    width: 100%;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-selects .hero-form-select-wrap::before,
.home-hero-banners .hero-neumaticos-panel__vehiculo-selects .form-select-wrapper::before,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects .hero-form-select-wrap::before,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects .form-select-wrapper::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    z-index: 2;
    font-size: 0.7rem;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-loading,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-loading {
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
}

.home-hero-banners .hero-neumaticos-panel__vehiculo-error,
body.page-neumaticos .hero-neumaticos-panel__vehiculo-error {
    width: 100%;
    font-size: 0.85rem;
}

@media (max-width: 640px) {
    .home-hero-banners .hero-neumaticos-panel__vehiculo-selects,
    body.page-neumaticos .hero-neumaticos-panel__vehiculo-selects {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.home-hero-banners .hero-neumaticos-panel__headings,
body.page-neumaticos .hero-neumaticos-panel__headings {
    width: 100%;
}

.home-hero-banners .hero-neumaticos-panel__heading[hidden],
body.page-neumaticos .hero-neumaticos-panel__heading[hidden] {
    display: none !important;
}

.home-hero-banners .hero-neumaticos-panel__heading,
body.page-neumaticos .hero-neumaticos-panel__heading {
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.08;
    color: #ffffff;
    font-size: clamp(1.2rem, 2.4vw, 1.85rem);
}

.home-hero-banners .hero-neumaticos-panel__description,
body.page-neumaticos .hero-neumaticos-panel__description {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.85rem, 1.35vw, 0.98rem);
    line-height: 1.45;
    max-width: 36rem;
}

.home-hero-banners .hero-neumaticos-panel__description p:last-child,
body.page-neumaticos .hero-neumaticos-panel__description p:last-child {
    margin-bottom: 0;
}

.home-hero-banners .hero-neumaticos-panel__description[hidden],
body.page-neumaticos .hero-neumaticos-panel__description[hidden] {
    display: none !important;
}

.home-hero-banners .hero-neumaticos-panel__text-search,
body.page-neumaticos .hero-neumaticos-panel__text-search {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
}

.home-hero-banners .hero-neumaticos-panel__measure-visual,
body.page-neumaticos .hero-neumaticos-panel__measure-visual {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 118px;
    aspect-ratio: 2179 / 722;
    margin: 0;
    padding: 0;
    background: #000;
    color: #ffffff;
    overflow: hidden;
    isolation: isolate;
    border-radius: 10px;
    --hero-tire-measure-font-vb: 86;
    --hero-tire-measure-arc-d: M 426 639 A 687 687 0 0 1 1766 639;
}

.home-hero-banners .hero-neumaticos-panel__measure-visual img,
body.page-neumaticos .hero-neumaticos-panel__measure-visual img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.home-hero-banners .hero-neumaticos-panel__measure-visual .hero-measure-tire-svg,
body.page-neumaticos .hero-neumaticos-panel__measure-visual .hero-measure-tire-svg {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

.home-hero-banners .hero-neumaticos-panel__measure-visual .hero-measure-tire-text,
body.page-neumaticos .hero-neumaticos-panel__measure-visual .hero-measure-tire-text {
    fill: #ffffff;
    stroke: none;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: calc(var(--hero-tire-measure-font-vb) * 1px);
    letter-spacing: 0.04em;
}

.home-hero-banners .hero-neumaticos-panel__form,
body.page-neumaticos .hero-neumaticos-panel__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    margin: 0;
}

.home-hero-banners .hero-neumaticos-panel__selects,
body.page-neumaticos .hero-neumaticos-panel__selects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.45rem;
    width: 100%;
}

.home-hero-banners .hero-neumaticos-panel__selects .hero-vf-group,
.home-hero-banners .hero-neumaticos-panel__selects .form-group,
body.page-neumaticos .hero-neumaticos-panel__selects .hero-vf-group,
body.page-neumaticos .hero-neumaticos-panel__selects .form-group {
    flex: 1 1 0;
    min-width: 5.5rem;
    margin: 0;
}

.home-hero-banners .hero-neumaticos-panel__selects .hero-form-select-wrap,
.home-hero-banners .hero-neumaticos-panel__selects .form-select-wrapper,
body.page-neumaticos .hero-neumaticos-panel__selects .hero-form-select-wrap,
body.page-neumaticos .hero-neumaticos-panel__selects .form-select-wrapper {
    position: relative;
    width: 100%;
}

.home-hero-banners .hero-neumaticos-panel__selects .hero-form-select-wrap::before,
.home-hero-banners .hero-neumaticos-panel__selects .form-select-wrapper::before,
body.page-neumaticos .hero-neumaticos-panel__selects .hero-form-select-wrap::before,
body.page-neumaticos .hero-neumaticos-panel__selects .form-select-wrapper::before {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.55);
    pointer-events: none;
    z-index: 2;
    font-size: 0.7rem;
}

.home-hero-banners .hero-neumaticos-panel .hero-form-select,
.home-hero-banners .hero-neumaticos-panel .form-select,
body.page-neumaticos .hero-neumaticos-panel .hero-form-select,
body.page-neumaticos .hero-neumaticos-panel .form-select,
body.page-neumaticos .hero-neumaticos-panel select.hero-form-select {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 0.55rem 2rem 0.55rem 0.7rem;
    background-color: #ffffff;
    background-image: none;
    --bs-form-select-bg-img: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    color: #000000;
    -webkit-text-fill-color: #000000;
    font-size: 0.875rem;
    min-height: 42px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: var(--font-sans);
    color-scheme: light;
}

.home-hero-banners .hero-neumaticos-panel .hero-form-select option,
.home-hero-banners .hero-neumaticos-panel .form-select option,
body.page-neumaticos .hero-neumaticos-panel .hero-form-select option,
body.page-neumaticos .hero-neumaticos-panel .form-select option,
body.page-neumaticos .hero-neumaticos-panel select.hero-form-select option {
    background-color: #ffffff;
    color: #000000;
}

.home-hero-banners .hero-neumaticos-panel .hero-form-select:disabled,
.home-hero-banners .hero-neumaticos-panel .form-select:disabled,
body.page-neumaticos .hero-neumaticos-panel .hero-form-select:disabled,
body.page-neumaticos .hero-neumaticos-panel .form-select:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    background-color: #f0f0f0;
    color: rgba(0, 0, 0, 0.55);
    -webkit-text-fill-color: rgba(0, 0, 0, 0.55);
}

.home-hero-banners .hero-neumaticos-panel .hero-form-select:focus,
.home-hero-banners .hero-neumaticos-panel .form-select:focus,
body.page-neumaticos .hero-neumaticos-panel .hero-form-select:focus,
body.page-neumaticos .hero-neumaticos-panel .form-select:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #4da3ff;
    box-shadow: 0 0 0 3px rgba(77, 163, 255, 0.25);
    color: #000000;
    -webkit-text-fill-color: #000000;
}

.home-hero-banners .hero-neumaticos-panel__form,
body.page-neumaticos .hero-neumaticos-panel__form,
body.page-neumaticos .hero-neumaticos-panel #measure-form {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0.65rem !important;
    margin: 0 !important;
    box-sizing: border-box;
}

body.page-neumaticos .hero-neumaticos-panel__selects,
body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-neumaticos-panel__selects {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
    gap: 0.45rem !important;
    width: 100% !important;
}

body.page-neumaticos .hero-neumaticos-panel #measure-form .form-group,
body.page-neumaticos .hero-neumaticos-panel__selects .form-group,
body.page-neumaticos .hero-neumaticos-panel__selects .hero-vf-group {
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 5.5rem !important;
    max-width: none !important;
    margin: 0 !important;
    grid-column: auto !important;
}

.home-hero-banners .hero-neumaticos-panel__submit,
.home-hero-banners .hero-neumaticos-panel .form-search-button.hero-neumaticos-panel__submit,
body.page-neumaticos .hero-neumaticos-panel__submit,
body.page-neumaticos .hero-neumaticos-panel .form-search-button.hero-neumaticos-panel__submit,
body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-neumaticos-panel__submit {
    -webkit-appearance: none;
    appearance: none;
    color-scheme: light;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    grid-column: auto !important;
    margin: 0 !important;
    padding: 0.7rem 1rem !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #2f6fed !important;
    background-image: none !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: clamp(0.8rem, 1.4vw, 0.92rem) !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
    box-sizing: border-box !important;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    font-family: var(--font-sans);
    box-shadow: none !important;
}

.home-hero-banners .hero-neumaticos-panel__submit:hover:not(:disabled),
body.page-neumaticos .hero-neumaticos-panel__submit:hover:not(:disabled) {
    background: #3d7ef5 !important;
    transform: translateY(-1px);
    box-shadow: none !important;
}

.home-hero-banners .hero-neumaticos-panel__submit:disabled,
body.page-neumaticos .hero-neumaticos-panel__submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none !important;
}

.home-hero-banners .hero-neumaticos-panel .hero-measure-tire-svg--partial .hero-measure-tire-text,
body.page-neumaticos .hero-neumaticos-panel .hero-measure-tire-svg--partial .hero-measure-tire-text {
    fill: rgba(255, 255, 255, 0.92);
}

.home-hero-banners .hero-neumaticos-panel .hero-measure-tire-svg--empty .hero-measure-tire-text,
body.page-neumaticos .hero-neumaticos-panel .hero-measure-tire-svg--empty .hero-measure-tire-text {
    fill: rgba(255, 255, 255, 0.55);
}

/* Escritorio angosto: sin visual del neumático; panel y selects al ancho mínimo necesario */
@media (min-width: 769px) and (max-width: 1199px) {
    .home-hero-banners .hero-neumaticos-hero-stack,
    body.page-neumaticos .hero-neumaticos-hero-stack,
    .home-hero-banners .hero-neumaticos-panel,
    body.page-neumaticos .hero-neumaticos-panel {
        /* ~30 % menos que min(680px, 100%) del hero con visual de medida */
        --hero-neu-compact-section-max-w: min(476px, 70%);
    }

    .home-hero-banners .hero-neumaticos-panel__measure-visual,
    body.page-neumaticos .hero-neumaticos-panel__measure-visual,
    body.page-neumaticos .hero-measure-search-visual {
        display: none !important;
    }

    .home-hero-banners .hero-neumaticos-hero-stack,
    body.page-neumaticos .hero-neumaticos-hero-stack {
        width: 100%;
        max-width: var(--hero-neu-compact-section-max-w);
    }

    /*
     * Sección buscador más estrecha (~70 % del ancho habitual); textos al 100 % de esa caja.
     * Formulario (selects + botón) compacto.
     */
    .home-hero-banners .hero-neumaticos-panel,
    body.page-neumaticos .hero-neumaticos-panel {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: var(--hero-neu-compact-section-max-w);
        box-sizing: border-box;
    }

    .home-hero-banners .hero-neumaticos-panel__heading,
    .home-hero-banners .hero-neumaticos-panel__description,
    .home-hero-banners .hero-neumaticos-panel__text-search,
    body.page-neumaticos .hero-neumaticos-panel__heading,
    body.page-neumaticos .hero-neumaticos-panel__description,
    body.page-neumaticos .hero-neumaticos-panel__text-search {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .home-hero-banners .hero-neumaticos-panel__description,
    body.page-neumaticos .hero-neumaticos-panel__description {
        max-width: 100%;
    }

    .home-hero-banners .hero-neumaticos-panel__badge,
    body.page-neumaticos .hero-neumaticos-panel__badge {
        align-self: flex-start;
        width: auto;
        max-width: 100%;
    }

    .home-hero-banners .hero-neumaticos-panel__form,
    body.page-neumaticos .hero-neumaticos-panel__form,
    body.page-neumaticos .hero-neumaticos-panel #measure-form {
        align-self: flex-start;
        display: grid !important;
        grid-template-columns: max-content;
        width: max-content !important;
        max-width: 100% !important;
        justify-items: stretch;
    }

    .home-hero-banners .hero-neumaticos-panel__selects,
    body.page-neumaticos .hero-neumaticos-panel__selects,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-neumaticos-panel__selects {
        width: auto !important;
        flex-wrap: wrap !important;
    }

    .home-hero-banners .hero-neumaticos-panel__selects .hero-vf-group,
    .home-hero-banners .hero-neumaticos-panel__selects .form-group,
    body.page-neumaticos .hero-neumaticos-panel__selects .hero-vf-group,
    body.page-neumaticos .hero-neumaticos-panel__selects .form-group,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .form-group,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-vf-group {
        flex: 0 0 auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .home-hero-banners .hero-neumaticos-panel__selects .hero-form-select-wrap,
    .home-hero-banners .hero-neumaticos-panel__selects .form-select-wrapper,
    body.page-neumaticos .hero-neumaticos-panel__selects .hero-form-select-wrap,
    body.page-neumaticos .hero-neumaticos-panel__selects .form-select-wrapper {
        width: auto;
    }

    .home-hero-banners .hero-neumaticos-panel .hero-form-select,
    .home-hero-banners .hero-neumaticos-panel .form-select,
    body.page-neumaticos .hero-neumaticos-panel .hero-form-select,
    body.page-neumaticos .hero-neumaticos-panel .form-select,
    body.page-neumaticos .hero-neumaticos-panel select.hero-form-select {
        width: auto;
        max-width: 100%;
    }

    .home-hero-banners .hero-neumaticos-panel__submit,
    body.page-neumaticos .hero-neumaticos-panel__submit,
    body.page-neumaticos .hero-neumaticos-panel .form-search-button.hero-neumaticos-panel__submit,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-neumaticos-panel__submit {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .home-hero-banners .hero-neumaticos-search-wrap {
        padding-left: max(0.5rem, env(safe-area-inset-left, 0));
        padding-right: max(0.5rem, env(safe-area-inset-right, 0));
        box-sizing: border-box;
    }

    .home-hero-banners .hero-neumaticos-panel,
    body.page-neumaticos .hero-neumaticos-panel {
        max-width: 100%;
    }

    /* Móvil: fila con wrap; ancho de cada select vía hero-mantenciones-select-fit.js */
    .home-hero-banners .hero-neumaticos-panel__selects,
    body.page-neumaticos .hero-neumaticos-panel__selects,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-neumaticos-panel__selects {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: flex-end !important;
        gap: 0.45rem;
    }

    .home-hero-banners .hero-neumaticos-panel__selects .hero-vf-group,
    .home-hero-banners .hero-neumaticos-panel__selects .form-group,
    body.page-neumaticos .hero-neumaticos-panel__selects .hero-vf-group,
    body.page-neumaticos .hero-neumaticos-panel__selects .form-group,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .form-group,
    body.page-neumaticos .hero-neumaticos-panel #measure-form .hero-vf-group {
        flex: 0 1 auto !important;
        width: auto !important;
        min-width: 5.5rem !important;
        max-width: 100% !important;
    }

    .home-hero-banners .hero-neumaticos-panel__selects .hero-form-select-wrap,
    .home-hero-banners .hero-neumaticos-panel__selects .form-select-wrapper,
    body.page-neumaticos .hero-neumaticos-panel__selects .hero-form-select-wrap,
    body.page-neumaticos .hero-neumaticos-panel__selects .form-select-wrapper {
        width: auto;
    }

    .home-hero-banners .hero-neumaticos-panel .hero-form-select,
    .home-hero-banners .hero-neumaticos-panel .form-select,
    body.page-neumaticos .hero-neumaticos-panel .hero-form-select,
    body.page-neumaticos .hero-neumaticos-panel .form-select,
    body.page-neumaticos .hero-neumaticos-panel select.hero-form-select {
        width: auto;
        max-width: 100%;
    }

    .home-hero-banners .hero-neumaticos-panel__description,
    body.page-neumaticos .hero-neumaticos-panel__description {
        display: none !important;
    }

    .home-hero-banners .hero-neumaticos-panel__measure-visual,
    body.page-neumaticos .hero-neumaticos-panel__measure-visual,
    body.page-neumaticos .hero-measure-search-visual {
        display: none !important;
    }

    .home-hero-banners .hero-neumaticos-panel__submit,
    body.page-neumaticos .hero-neumaticos-panel__submit {
        width: 100% !important;
        max-width: 100% !important;
        align-self: stretch;
    }
}

@media (max-width: 480px) {
    .home-hero-banners .hero-neumaticos-panel .hero-form-select,
    .home-hero-banners .hero-neumaticos-panel .form-select,
    body.page-neumaticos .hero-neumaticos-panel .hero-form-select,
    body.page-neumaticos .hero-neumaticos-panel .form-select,
    body.page-neumaticos .hero-neumaticos-panel select.hero-form-select {
        min-height: 44px;
        font-size: 0.9rem;
    }

    .home-hero-banners .hero-neumaticos-panel__submit,
    body.page-neumaticos .hero-neumaticos-panel__submit,
    body.page-neumaticos .hero-neumaticos-panel .form-search-button.hero-neumaticos-panel__submit {
        min-height: 44px;
        font-size: 0.9rem;
    }
}
