/*!*Inicio estilos banner top --------------------------------------*!*/
/*.promo-banner {*/
/*    background-color: #033260;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: white;*/
/*}*/

/*.promo-item {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 12px;*/
/*    gap: 8px;*/
/*    margin-right: 12px;*/
/*}*/

/*.promo-item svg {*/
/*    fill: rgba(255, 255, 255, 0.85);*/
/*    width: 24px;*/
/*    height: 24px;*/
/*}*/

/*.promo-banner a {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*}*/

/*.promo-banner a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.css-1o476z1 {*/
/*    background: transparent linear-gradient(94deg, #1570E6 0%, #033260 100%) 0% 0% no-repeat padding-box;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 5px 56px 5px 0;*/
/*    clip-path: polygon(100% 130%, 92% 0, 0 0, 8% 130%);*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .css-1o476z1 {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*!*Fin estilos banner top*!*/


/*!* Inicio Contenedor de pasos (step) -------------------------------------- *!*/
/*.easy-as-123-wrapper {*/
/*    background-color: #fcfdfd;*/
/*    color: rgba(0, 0, 0, .87);*/
/*    border-radius: 24px;*/
/*    padding: 25px;*/
/*    margin: 50px 0 10px 0;;*/
/*    max-width: 1200px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border: 1px solid rgba(0, 0, 0, 0.05);*/
/*    gap: 25px;*/
/*}*/

/*.intro-column {*/
/*    flex-basis: 25%;*/
/*    text-align: center;*/
/*}*/

/*.intro-column h2 {*/
/*    font-weight: 700;*/
/*    font-size: 25px;*/
/*}*/

/*.steps-column {*/
/*    flex-basis: 75%;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    gap: 1.5rem;*/
/*}*/

/*.step {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 16px;*/
/*    flex: 1;*/
/*}*/

/*.step-icon {*/
/*    width: 120px;*/
/*    flex-shrink: 0;*/
/*}*/

/*.step-icon img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

/*.step-content h3 {*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    margin: 0 0 0.25rem 0;*/
/*}*/

/*.step-content p {*/
/*    font-size: 12px;*/
/*    margin: 0;*/
/*    font-weight: 500;*/
/*    line-height: 1.4;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .easy-as-123-wrapper {*/
/*        flex-direction: column; !* Apila las columnas verticalmente *!*/
/*    }*/

/*    .intro-column {*/
/*        margin-bottom: 2rem; !* Añade espacio cuando se apila *!*/
/*    }*/

/*    .steps-column {*/
/*        flex-direction: column; !* Apila los pasos verticalmente *!*/
/*        align-items: center; !* Centra los pasos apilados *!*/
/*        width: 100%;*/
/*    }*/

/*    .step {*/
/*        max-width: 320px; !* Limita el ancho de los pasos en móvil *!*/
/*    }*/
/*}*/

/*!* Fin Contenedor de pasos (step) *!*/


/*!* Inicio footer -------------------------------------- *!*/
/*.footer-main {*/
/*    background-color: #fff;*/
/*}*/

/*.footer-main .nav-link {*/
/*    color: #212529;*/
/*    padding: 0.25rem 0;*/
/*    font-weight: 500;*/
/*    font-size: 14px !important;*/
/*}*/

/*.footer-main .nav-link:hover {*/
/*    color: #0056b3;*/
/*}*/

/*.btn-dark-blue {*/
/*    background-color: #033260;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    border-radius: 50rem;*/
/*    padding: 15px 24px;*/
/*    font-size: 14px;*/
/*}*/

/*.btn-dark-blue:hover {*/
/*    background-color: #0a223d;*/
/*    color: white;*/
/*}*/

/*.form-control {*/
/*    border-radius: 50rem;*/
/*    padding: 0.75rem 1.5rem;*/
/*    border-color: #033260;*/
/*}*/

/*.footer-sub {*/
/*    background-color: #e1e6ec;*/
/*    padding: 26px;*/
/*}*/

/*.footer-legal-links {*/
/*    text-align: center;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*}*/

/*.footer-legal-links span,*/
/*.footer-legal-links a {*/
/*    color: #6c757d;*/
/*    text-decoration: none;*/
/*}*/

/*.footer-legal-links a:hover {*/
/*    text-decoration: underline;*/
/*}*/

/*.btn-chat-widget {*/
/*    position: fixed;*/
/*    bottom: 40px;*/
/*    right: 30px;*/
/*    background-color: #198754;*/
/*    color: white;*/
/*    font-weight: bold;*/
/*    border-radius: 50rem;*/
/*    padding: 11px 12px;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);*/
/*    z-index: 1050;*/
/*    transition: all 0.2s ease;*/
/*    transform: scale(1);*/
/*}*/

/*.btn-chat-widget:hover {*/
/*    background-color: #198754;*/
/*    color: #198754;*/
/*    transform: scale(1.10);*/
/*    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);*/
/*}*/

/*.punto {*/
/*    margin: 0;*/
/*    font-size: 30px;*/
/*    margin-left: 8px;*/
/*    margin-right: 8px;*/
/*}*/

/*.letras-titulo {*/
/*    margin: 0;*/
/*    font-size: 19px;*/
/*    font-weight: 700;*/
/*    line-height: 1.5;*/
/*    color: #002249;*/
/*}*/

/*.social-icons-container {*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.social-icons {*/
/*    padding: 0 10px;*/
/*    justify-content: left !important;*/
/*}*/

/*.social-icon-link {*/
/*    display: inline-block;*/
/*    line-height: 0;*/
/*}*/

/*.social-icon {*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    transition: transform 0.2s ease, opacity 0.2s ease;*/
/*}*/

/*.social-icon:hover {*/
/*    transform: scale(1.1);*/
/*    opacity: 0.9;*/
/*}*/

/*!* Fin footer *!*/

/*!* Inicio menu *!*/
/*.nav-item.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*.dropdown-menu {*/
/*    display: none;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*!* Fin menu *!*/


/*!* Inicio lista productos -------------------------------------- *!*/

/* Contenedor principal de la tarjeta */
.product-card {
    border-radius: 24px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 3px 3px -2px rgba(0, 10, 54, 0.2), 0px 3px 4px 0px rgba(0, 10, 54, 0.14), 0px 1px 8px 0px rgba(0, 10, 54, 0.12);
}

.card-img-container {
    position: relative;
    background-color: #f1f4f6;
    overflow: hidden;
    min-height: 170px;
}

/* Logo de marca posicionado */
.marca-logo {
    position: absolute;
    top: 25px;
    color: transparent;
    mix-blend-mode: multiply;
    width: 150px;
    height: auto;
}

/* Botón de añadir al carrito */
.btn-add-to-cart {
    background-color: #1D8705;
    border-color: #1D8705;
    color: white;
    border-radius: 0.5rem;
    font-size: 15px;
}

.btn-add-to-cart:hover {
    background-color: rgba(13, 93, 4);
    border-color: rgba(13, 93, 4);
    color: white;
}

/* Estilo del precio grande */
.price-large {
    font-size: 17px;
    line-height: 1;
    margin: 3px 0;
}

/* Caja de precio y cantidad */
.price-box {
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0.75rem;
    padding: 12px;
    background-color: #fcfdfd;;
}

.qty-selector input {
    padding-top: 12px;
    padding-bottom: 0;
    width: 100%;
    font-size: 16px !important;
    font-weight: 500;
    border-color: #E1E6EC;
}

.qty-selector span {
    pointer-events: none;
    font-size: 0.55rem;
    line-height: 1;
    padding-top: 4px;
    font-weight: 700;
}

.qty-selector .btn {
    padding: 0 5px !important;
    font-size: 24px !important;
    font-weight: 500;
    border-color: #E1E6EC;
}

/* Indicador de "En Stock" */
.in-stock-label {
    color: #198754;
    font-weight: bold;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem;
}

.stock-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #198754;
    border-radius: 50%;
}

.producto-imagen {
    position: absolute;
    color: transparent;
    mix-blend-mode: multiply;
    left: 70px;
    top: 35px;
}

/* Estilo para enlaces - sin subrayado por defecto */
.link {
    text-decoration: none;
    color: inherit;
}

/* Subrayado solo al hacer hover */
.link:hover {
    text-decoration: underline;
}

/*!* Fin lista productos *!*/


/*!* Inicio contenedor header busqueda -------------------------------------- *!*/

/*.search-header-container {*/
/*    border-bottom: 1px solid #e0e0e0;*/
/*}*/

/*.breadcrumb {*/
/*    background: transparent;*/
/*    padding: 0;*/
/*    justify-content: center;*/
/*}*/

/*.breadcrumb-item a {*/
/*    color: #6c757d;*/
/*}*/

/*.breadcrumb-item.active {*/
/*    color: #495057;*/
/*    font-weight: 500;*/
/*}*/

/*.search-title {*/
/*    font-size: 28px;*/
/*    font-weight: 600;*/
/*}*/

/*!* Ajustes responsive *!*/
/*@media (max-width: 768px) {*/
/*    .search-title {*/
/*        font-size: 1.75rem;*/
/*    }*/
/*}*/

/*!* Fin contenedor header busqueda *!*/

/*!* Inicio filtros -------------------------------------- *!*/
.filter-panel {
    background-color: white;
    padding: 0 1rem 1rem 1rem;
    border-radius: 0.5rem;
    max-width: 320px;
}

.accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
    padding: 0.75rem 0;
    margin: 16px 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #212529;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-flush .accordion-item {
    background-color: transparent;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e");
}

/* Estilos para el slider de precios */
#price-slider .noUi-connect {
    background: rgb(21, 112, 230);
}

#price-slider {
    outline: none;
    margin: 15px 0;
    height: 4px;
}

.hr-1 {
    border-style: solid;
    border-color: slategray;
    color: slategray;
    background-color: slategray;
    margin-bottom: 8px;
    border-width: 2px;
}

/*!* Fin filtros *!*/

/*!* Inicio ordenamiento -------------------------------------- *!*/
.sort-by-container {
    position: relative;
    display: inline-block;
}

.sort-by-button {
    width: 200px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5rem;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
}

.dropdown-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.sort-by-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    min-width: 300px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
    border: 1px solid #eee;
    font-weight: 500;
}

.sort-by-menu.show {
    display: block;
}

.sort-by-list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
}

.sort-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
}

.sort-option:hover {
    background-color: #f8f9fa;
}

.sort-option.selected {
    background-color: rgba(3, 50, 96, 0.08);
}

.radio-container {
    position: relative;
    width: 20px;
    height: 20px;
}

.radio-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.radio-icon.checked {
    display: none;
}

.sort-option.selected .radio-icon.checked {
    display: block;
}

.sort-option.selected .radio-icon.unchecked {
    display: none;
}

/*!* Fin ordenamiento *!*/


/*!* Inicio vista producto -------------------------------------- *!*/

.product-brand-logo {
    max-height: 50px;
    margin-bottom: 0.5rem;
}

.spec-tags .badge {
    background-color: #eef1f4 !important;
    color: #566474;
    font-weight: 500;
    border-radius: 99px;
    padding: 0.4em 0.8em;
}

/* --- CAJA DE PRECIO Y CANTIDAD (TUS ESTILOS ADAPTADOS) --- */
.price-box-vista-prod {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 12px;
    background-color: #f8f9fa;
}

/* Selector de cantidad adaptado para ser más pequeño */
.qty-selector-vista-prod {
    width: 85px !important;
}

.qty-selector-vista-prod .form-control {
    padding-top: 10px !important;
    padding-bottom: 2px !important;
    font-size: 14px !important;
    font-weight: 500;
    border-color: #dee2e6;
}

.qty-selector-vista-prod .qty-label {
    pointer-events: none;
    font-size: 0.5rem !important;
    line-height: 1;
    padding-top: 3px !important;
    font-weight: 700;
    color: #6c757d;
}

.qty-selector-vista-prod .btn {
    padding: 0 8px !important;
    font-size: 18px !important;
    font-weight: 400;
    border-color: #dee2e6;
    color: #6c757d;
}

.price-display .price-large {
    font-size: 1.5rem;
    font-weight: 700;
}

.price-display .price-secondary {
    font-size: 0.8rem;
    color: #6c757d;
}

.in-stock-label-vista-prod {
    color: #198754;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3rem;
}

.in-stock-label-vista-prod .stock-dot {
    width: 8px;
    height: 8px;
    background-color: #198754;
    border-radius: 50%;
}

/* Botón "Añadir al Carrito" */
.btn-add-to-cart-vista-prod {
    background-color: #1D8705;
    color: white;
    font-weight: 600;
}

.btn-add-to-cart-vista-prod:hover {
    background-color: rgba(13, 93, 4);
    color: white;
}

/* --- GALERÍA DE IMÁGENES RESPONSIVE --- */
.main-product-image-container {
    width: 100%;
    max-width: 195%;
    border: 1px solid #dee2e6;
    background-color: #f1f4f6;
    border-radius: 16px !important;
    overflow: hidden;
    margin: 0 auto;
}

.main-product-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: opacity 0.3s ease;
}

.product-thumbnails {
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
}

.product-thumbnails .pt {
    flex: 0 0 auto;
}

.thumbnail-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 2px solid #dee2e6;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.thumbnail-img.active,
.thumbnail-img:hover {
    border-color: black;
    opacity: 1;
}

/* Media Queries para diferentes tamaños de pantalla */
@media (min-width: 576px) {
    .main-product-image-container {
        width: 90%;
    }

    .thumbnail-img {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 768px) {
    .main-product-image-container {
        width: 120%;
        margin-left: -10%;
    }

    .product-thumbnails {
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: visible;
    }
}

@media (min-width: 992px) {
    .main-product-image-container {
        width: 170%;
        margin-left: -35%;
    }

    .thumbnail-img {
        width: 80px;
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .main-product-image-container {
        width: 200%;
        margin-left: -25%;
    }
}

.product-nav-tabs {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-nav-tabs .nav-item {
    position: relative;
}

.product-nav-tabs .nav-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #dee2e6;
}

.product-nav-tabs .nav-link {
    padding: 0;
    color: #0d6efd;
    font-weight: 600;
    background-color: transparent;
    border: none;
    text-decoration: none;
}

.price-box-vista-prod-info {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 20px;
}

/*!* Fin vista producto *!*/


/*!* Inicio home -------------------------------------- *!*/

/*.hero-section {*/
/*    position: relative;*/
/*    padding: 6rem 0;*/
/*    background-image: url('https://images.tirebuyer.com/visual-aids/pages/home/v2/tirebuyer-home-banner-opt.webp?quality=60');*/
/*    background-size: cover;*/
/*    background-position: center center;*/
/*    color: white;*/
/*    border-radius: 24px;*/
/*}*/

/*.hero-section .container {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.search-card .nav-link {*/
/*    border: none;*/
/*    border-radius: 0;*/
/*    color: #6c757d;*/
/*    font-weight: 600;*/
/*    padding: 1rem;*/
/*    background-color: #f8f9fa;*/
/*}*/

/*.search-card .nav-link.active {*/
/*    background-color: #0d6efd;*/
/*    color: white;*/
/*}*/

/*.search-card .nav-item:first-child .nav-link {*/
/*    border-top-left-radius: 0.5rem;*/
/*}*/

/*.search-card .nav-item:last-child .nav-link {*/
/*    border-top-right-radius: 0.5rem;*/
/*}*/

/*.reset-btn i {*/
/*    font-size: 1rem;*/
/*    vertical-align: middle;*/
/*}*/

/*.list-group-item {*/
/*    padding: 1rem;*/
/*    border-left: none;*/
/*    border-right: none;*/
/*}*/

/*.list-group-item:last-child {*/
/*    border-bottom: none;*/
/*}*/

/*.list-group-item i:first-child {*/
/*    color: #0d6efd;*/
/*}*/

/*.nav::before {*/
/*    display: none;*/
/*}*/

/*.nav::after {*/
/*    display: none;*/
/*}*/

/*.search-widget {*/
/*    max-width: 420px;*/
/*}*/

/*.custom-tabs .nav-link {*/
/*    border: none;*/
/*    border-top-left-radius: 0.75rem;*/
/*    border-top-right-radius: 0.75rem;*/
/*    padding: 1rem 1.5rem;*/
/*    font-weight: 700;*/
/*    font-size: 1.25rem;*/
/*    color: #0d6efd;*/
/*    background-color: #f0f3f7;*/
/*    margin-right: 0.25rem;*/
/*}*/

/*.custom-tabs .nav-link.active {*/
/*    background-color: #0d6efd;*/
/*    color: white;*/
/*    position: relative;*/
/*}*/

/*.custom-tabs .nav-link.active::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -10px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    border-top: 10px solid #0d6efd;*/
/*}*/

/*.search-container {*/
/*    background-color: white;*/
/*    border-radius: 1.5rem;*/
/*    padding: 2.5rem;*/
/*    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);*/
/*}*/

/*.search-options .list-group-item {*/
/*    background-color: #f0f3f7;*/
/*    border: none;*/
/*    border-radius: 1rem !important;*/
/*    padding: 1rem;*/
/*    font-weight: 600;*/
/*    color: #212529;*/
/*    margin-bottom: 0.75rem;*/
/*    transition: background-color 0.2s ease;*/
/*}*/

/*.search-options .list-group-item:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.search-options .list-group-item:hover {*/
/*    background-color: #e2e6ea;*/
/*}*/

/*.search-options .list-group-item {*/
/*    background-color: #f0f3f7;*/
/*    border: none;*/
/*    border-radius: 1rem !important;*/
/*    padding: 1rem;*/
/*    margin-bottom: 0.75rem;*/
/*    transition: background-color 0.2s ease;*/
/*}*/

/*.search-options .list-group-item:last-child {*/
/*    margin-bottom: 0;*/
/*}*/

/*.search-options .list-group-item:hover {*/
/*    background-color: #e2e6ea;*/
/*}*/

/*.search-options .list-group-item span {*/
/*    font-weight: 600;*/
/*    color: #212529;*/
/*    font-size: 1rem;*/
/*}*/

/*.search-options .list-group-item svg {*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    fill: #0d6efd;*/
/*}*/

/*.nav-link-select {*/
/*    padding: 16px 55px !important;*/
/*}*/

/*@media (max-width: 576px) {*/
/*    .nav-link-select {*/
/*        padding: 16px 36px !important;*/
/*    }*/
/*}*/

/*!* Contenedor de la tarjeta de opción de llanta *!*/
/*.tire-option-card {*/
/*    position: relative;*/
/*    margin-top: 0.5rem;*/
/*}*/

/*!* Oculta el radio button real *!*/
/*.tire-option-card .form-check-input {*/
/*    display: none;*/
/*}*/

/*!* Estilo de la etiqueta para que parezca una tarjeta *!*/
/*.tire-option-card .form-check-label {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 1rem 1.5rem;*/
/*    border: 2px solid #dee2e6;*/
/*    border-radius: 0.5rem;*/
/*    width: 100%;*/
/*    cursor: pointer;*/
/*    transition: border-color 0.15s ease-in-out;*/
/*}*/

/*!* Círculo del radio button personalizado (el borde exterior) *!*/
/*.tire-option-card .form-check-label::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 1.5rem;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    border: 2px solid #adb5bd;*/
/*    border-radius: 50%;*/
/*    background-color: #fff;*/
/*}*/

/*!* Círculo interior del radio button (aparece cuando está seleccionado) *!*/
/*.tire-option-card .form-check-label::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 29px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%) scale(0);*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    border-radius: 50%;*/
/*    background-color: #0d6efd;*/
/*    transition: transform 0.15s ease-in-out;*/
/*    z-index: 1;*/
/*}*/

/*!* Estilos cuando el radio button está seleccionado *!*/
/*.tire-option-card .form-check-input:checked + .form-check-label {*/
/*    border-color: #0d6efd;*/
/*    background-color: #f0f6ff;*/
/*}*/

/*.tire-option-card .form-check-input:checked + .form-check-label::after {*/
/*    border-color: #0d6efd;*/
/*}*/

/*.tire-option-card .form-check-input:checked + .form-check-label::before {*/
/*    transform: translateY(-50%) scale(1);*/
/*}*/

/*!* Tarjeta de ayuda a la derecha *!*/
/*.help-card {*/
/*    border: 1px solid #dee2e6;*/
/*    border-radius: 0.5rem;*/
/*    height: 100%;*/
/*    padding: 15px;*/
/*}*/

/*!* Estilos para el contenedor del modal *!*/
/*.modal-content {*/
/*    border-radius: 16px;*/
/*    overflow: hidden;*/
/*}*/

/*!* Estilos para la navegación de pestañas *!*/
/*.search-tabs {*/
/*    background-color: rgb(187, 198, 215);*/
/*}*/

/*.search-tabs .nav-link {*/
/*    color: white;*/
/*    border-radius: 0;*/
/*    padding-top: 1rem;*/
/*    padding-bottom: 1rem;*/
/*    font-weight: 600;*/
/*}*/

/*!* Estilo para la pestaña activa *!*/
/*.search-tabs .nav-link.active {*/
/*    background-color: rgb(21, 112, 230);*/
/*    color: white;*/
/*}*/

/*!* Estilos para la rejilla de años *!*/
/*.year-grid-container {*/
/*    max-height: 40vh;*/
/*    overflow-y: auto;*/
/*}*/

/*!* Estilos para los botones de año, ancho, perfil y rin *!*/
/*.year-grid-container .btn-outline-secondary {*/
/*    border-color: #ced4da;*/
/*    color: #212529;*/
/*    font-weight: 600;*/
/*    padding: 8px 0;*/
/*}*/

/*.year-grid-container .btn-outline-secondary:hover {*/
/*    background-color: #e3e6ea;*/
/*    color: #000;*/
/*}*/

/*!* Estilo para los botones activos *!*/
/*.year-grid-container .btn-outline-secondary.active {*/
/*    background-color: rgb(21, 112, 230);*/
/*    color: white;*/
/*    border-color: rgb(21, 112, 230);*/
/*}*/

/*!* Fin home  *!*/

/*@media (max-width: 576px) {*/
/*    .menu-desplegable {*/
/*        display: none !important;*/
/*    }*/
/*}*/

/*!* Inicio Menu raw -------------------------------------- *!*/

/*.styled-mobile-nav {*/
/*    width: 100%;*/
/*    padding: 1rem;*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
/*}*/

/*.main-menu, .submenu {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.menu-item {*/
/*    border-bottom: 1px solid #f0f0f0;*/
/*}*/

/*!* Contenedor del enlace principal (Tires, Wheels, etc.) *!*/
/*.menu-link {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 18px 10px;*/
/*    text-decoration: none;*/
/*    color: #333;*/
/*    cursor: pointer;*/
/*}*/

/*!* 1. El icono circular de la izquierda *!*/
/*.menu-icon {*/
/*    display: inline-block;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    border: 2.5px solid #333; !* Borde grueso *!*/
/*    border-radius: 50%;*/
/*    margin-right: 15px;*/
/*    flex-shrink: 0;*/
/*}*/

/*!* 2. El texto del menú *!*/
/*.menu-text {*/
/*    font-weight: 600; !* Texto en negrita *!*/
/*    font-size: 1.1rem;*/
/*    flex-grow: 1; !* Ocupa todo el espacio disponible *!*/
/*}*/

/*!* 3. El icono de despliegue (+/-) de la derecha *!*/
/*.menu-toggler-icon {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: relative;*/
/*    flex-shrink: 0;*/
/*}*/

/*.menu-toggler-icon::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 12px;*/
/*    height: 2px;*/
/*    background-color: #555;*/
/*    transform: translate(-50%, -50%);*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*!* El '+' se forma añadiendo la barra vertical *!*/
/*.menu-toggler-icon::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: 2px;*/
/*    height: 12px;*/
/*    background-color: #555;*/
/*    transform: translate(-50%, -50%);*/
/*    transition: transform 0.3s ease;*/
/*}*/

/*!* Cuando está abierto, la barra vertical desaparece (se escala a 0) *!*/
/*.menu-item.open .menu-toggler-icon::after {*/
/*    transform: translate(-50%, -50%) scaleY(0);*/
/*}*/

/*!* --- Lógica del submenú (acordeón) --- *!*/
/*.submenu {*/
/*    padding-left: 28px; !* Indentación para los sub-items *!*/
/*    max-height: 0;*/
/*    overflow: hidden;*/
/*    transition: max-height 0.4s ease-out;*/
/*}*/

/*!* Cuando el item está abierto, el submenú se expande *!*/
/*.menu-item.open .submenu {*/
/*    max-height: 500px; !* Valor suficientemente grande *!*/
/*}*/

/*!* Estilo de los enlaces del submenú *!*/
/*.submenu-link {*/
/*    display: block;*/
/*    padding: 12px 25px; !* Más padding para que coincida con la indentación *!*/
/*    color: #555;*/
/*    text-decoration: none;*/
/*    font-size: 1rem;*/
/*}*/

/*.submenu-link:hover {*/
/*    color: #000;*/
/*}*/

/*!* Fin Menu raw *!*/

/*TODO LO DE ARRIBA SE DEJA COMENTADO POR SI ES NECESARIO ALGUN ESTILO, LO NUEVO SE IRA PONIENDO DESDE ACA ABAJO*/

/*Menu y Header*/

.main-header {
    background-color: #000000;
    padding: 12px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background-color: #d03229;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.vehicle-dropdown .btn-vehicle {
    background-color: #d03229;
    border: none;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 20px;
    white-space: nowrap;
}

.vehicle-dropdown .btn-vehicle:hover {
    background-color: #ba271f;
    color: #fff;
}

.search-form {
    position: relative;
}

.search-form .form-control {
    padding-right: 50px;
    height: 45px;
    border: none;
}

.search-form .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #d03229;
    border: none;
    padding: 0 20px;
    border-radius: 0 4px 4px 0;
}

.search-form .btn-search:hover {
    background-color: #ba271f;
}

.search-form .btn-search i {
    color: #ffffff;
    font-size: 18px;
}

.btn-header-action {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 12px 20px;
    white-space: nowrap;
    font-weight: 500;
}

.btn-header-action:hover {
    background-color: #444;
    color: #fff;
}

.btn-header-action i {
    font-size: 16px;
}

.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-icon-wrapper i {
    font-size: 20px;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background-color: #d03229;
    color: #fff;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 8px;
}

.dropdown-item {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dropdown-item i {
    color: #666;
    width: 20px;
}

/* Navigation Bar */
.navigation-bar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu li a,
.nav-menu li button {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    border: none;
    background: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.nav-menu li a:hover,
.nav-menu li button:hover {
    background-color: #e9ecef;
}

.nav-menu li a i,
.nav-menu li button i {
    margin-right: 8px;
}

.nav-menu li.special-offer a {
    color: #dc3545;
    font-weight: 600;
}

.nav-menu li.special-offer a:hover {
    background-color: #fff5f5;
}

/* Mobile Hamburger */
.mobile-hamburger {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 8px;
    cursor: pointer;
    display: none;
}

/* Mobile Store Button */
.mobile-store-bar {
    background-color: #4a4a4a;
    padding: 10px 0;
    display: none;
}

.mobile-store-bar button {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0;
}

.mobile-store-bar i {
    font-size: 16px;
}

/* Sign In Modal Desktop */
.signin-modal-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 30px;
    text-align: center;
}

.signin-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.btn-signin-modal {
    background-color: #d03229;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.btn-signin-modal:hover {
    background-color: #ba271f;
    color: #fff;
}

.btn-create-account-modal {
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
}

.btn-create-account-modal:hover {
    background-color: #f5f5f5;
    color: #333;
}

/* Responsive */
@media (max-width: 991px) {
    .desktop-header-content {
        display: none !important;
    }

    .mobile-hamburger {
        display: block;
    }

    .mobile-store-bar {
        display: block;
    }

    .navigation-bar {
        display: none;
    }

    .main-header {
        padding: 8px 0;
    }
}

@media (min-width: 992px) {
    .mobile-only {
        display: none !important;
    }
}

/*Mega Menu*/
.mega-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.mega-menu-overlay.active {
    display: block;
}

.mega-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    z-index: 1050;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.mega-menu.active {
    display: block;
    transform: translateX(0);
}

.mega-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 2px solid #e0e0e0;
    background-color: #f8f9fa;
}

.mega-menu-header h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.mega-menu-close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-menu-close:hover {
    color: #333;
}

.mobile-menu-header-search {
    display: none;
}

.mega-menu-content {
    display: flex;
    min-height: calc(100vh - 82px);
}

.mega-menu-featured {
    width: 250px;
    background-color: #1a1a1a;
    padding: 30px 20px;
    flex-shrink: 0;
}

.featured-title {
    background-color: #fff;
    color: #1a1a1a;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.featured-title-llantas {
    background-color: #d03229;
    color: #fff;
    padding: 8px 16px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.featured-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.featured-list li {
    margin-bottom: 15px;
}

.featured-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding: 8px 0;
}

.featured-list li a:hover {
    color: #d03229;
}

.mega-menu-departments {
    flex: 1;
    padding: 40px;
}

.departments-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
}

.department-column h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.department-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.department-list li {
    margin-bottom: 10px;
}

.department-list li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 4px 0;
}

.department-list li a:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .mega-menu {
        max-width: 85%;
    }

    .mega-menu-header {
        position: sticky;
        top: 0;
        z-index: 1060;
        padding: 15px 20px;
        background-color: #1a1a1a;
        gap: 15px;
    }

    .mega-menu-header h3 {
        display: none;
    }

    .mega-menu-close {
        color: #fff;
    }

    .mega-menu-close:hover {
        color: #d03229;
    }

    .mobile-menu-header-search {
        display: block;
        flex: 1;
    }

    .mobile-menu-header-search input {
        width: 100%;
        padding: 10px 15px;
        border: none;
        border-radius: 4px;
    }

    .mobile-menu-top {
        padding: 15px 20px;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
    }

    .mobile-vehicle-btn {
        background-color: #d03229;
        border: none;
        color: #fff;
        font-weight: 600;
        padding: 12px 15px;
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 4px;
    }

    .mobile-signin-section {
        padding: 20px;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        text-align: center;
    }

    .mobile-signin-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .mobile-signin-btn {
        background-color: #d03229;
        border: none;
        color: #fff;
        font-weight: 600;
        padding: 12px;
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .mobile-create-account-btn {
        background-color: #fff;
        border: 2px solid #333;
        color: #333;
        font-weight: 600;
        padding: 12px;
        width: 100%;
        border-radius: 4px;
    }

    .mega-menu-content {
        flex-direction: column;
    }

    .mega-menu-featured {
        width: 100%;
    }

    .departments-grid {
        grid-template-columns: 1fr;
    }
}

.custom-vl-modal .modal-content {
    border-radius: 12px;
    overflow: hidden;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    padding: 10px 0 !important;
    margin: 0 !important;
    list-style: none;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.slick-dots li {
    flex: 0 0 auto;
    margin: 0 2px !important;
}

.slick-dots li button:before {
    font-size: 8px !important;
}

.slick-dots::-webkit-scrollbar {
    display: none;
}

.slick-dots {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


.custom-vl-modal .nav-tabs {
    border-bottom: 1px solid #e0e0e0;
}

.custom-vl-modal .nav-tabs .nav-link {
    color: #777;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 1.2rem 0.5rem;
    background: #f8f9fa;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.custom-vl-modal .nav-tabs .nav-link:hover {
    color: #002144;
}

.custom-vl-modal .nav-tabs .nav-link.active {
    color: #002144;
    border-bottom-color: #d03229;
    background: #ffffff;
}

.custom-vl-modal .vl-close-btn {
    right: 1.5rem !important;
    top: 1.2rem !important;
    z-index: 10;
    opacity: 0.5;
    transition: 0.2s;
}

.custom-vl-modal .vl-close-btn:hover {
    opacity: 1;
}

.custom-vl-modal .vl-title {
    color: #002144;
    letter-spacing: -0.5px;
}

.custom-vl-modal .vl-label {
    color: #002144;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
}

.custom-vl-modal .vl-input {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.8rem 1rem;
    background-color: #fafafa;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.custom-vl-modal .vl-input:focus {
    background-color: #ffffff;
    border-color: #d03229;
    box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.1);
    outline: none;
}

.custom-vl-modal .vl-link {
    color: #002144;
    text-decoration: none;
    transition: color 0.2s;
}

.custom-vl-modal .vl-link:hover {
    color: #d03229;
    text-decoration: underline;
}

.custom-vl-modal .vl-btn-primary {
    background-color: #d03229;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.1s ease;
}

.custom-vl-modal .vl-btn-primary:hover {
    background-color: #d03229;
    color: #ffffff;
}

.custom-vl-modal .vl-btn-primary:active {
    transform: scale(0.98);
}

.custom-autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 0 0 4px 4px;
    min-height: 300px;
}

.vl-ac-left-col {
    width: 30%;
    padding-right: 20px;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.vl-ac-right-col {
    width: 70%;
    padding-left: 20px;
}

.vl-ac-section-title {
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.vl-ac-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.vl-ac-list li a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.vl-ac-list li a:hover {
    color: #d03229;
}

.vl-ac-list li a strong {
    font-weight: 700;
}

.vl-ac-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vl-ac-product-card {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
}

.vl-ac-product-card:hover {
    transform: translateY(-2px);
}

.vl-ac-product-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 10px;
}

.vl-ac-product-card .title {
    font-size: 13px;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vl-ac-product-card .subtext {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

.vl-ac-btn-view-all {
    background: #333;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 15px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 2px;
    transition: background 0.2s;
}

.vl-ac-btn-view-all:hover {
    background: #000;
    color: #fff;
}

.vl-ac-loader {
    width: 100%;
    padding: 40px;
    text-align: center;
    color: #bbb;
}

@media (max-width: 768px) {
    body.mobile-search-open {
        overflow: hidden !important;
    }

    .custom-autocomplete-dropdown {
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        border-radius: 0;
        z-index: 9999;
        flex-direction: column;
        padding: 10px 15px 120px 15px;
        overflow-y: auto;
    }

    .vl-ac-left-col {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .vl-ac-right-col {
        width: 100%;
        padding-left: 0;
    }

    .vl-ac-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .vl-ac-btn-view-all {
        margin-top: 15px;
    }
}

/*Fin Menu y Header*/

/* Hero Banners Section */
.hero-banners {
    margin-bottom: 50px;
}

.promo-banner:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.promo-icon {
    width: 35px;
    height: 35px;
    background-color: #1a1a1a;
    flex-shrink: 0;
}

/* Top Categories Section */
.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title span {
    font-weight: 400;
    color: #666;
}

.section-divider {
    height: 3px;
    background: linear-gradient(to right, #d03229 0%, #d03229 50px, #e0e0e0 50px);
    margin-bottom: 30px;
}

.categories-carousel {
    margin: 0 -10px 60px;
}

.categories-carousel .slick-slide {
    padding: 0 10px;
}

.categories-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #333 !important;
    border-radius: 50%;
    z-index: 1;
}

.categories-carousel .slick-arrow:before {
    font-size: 20px;
}

.categories-carousel .slick-prev {
    left: 10px;
}

.categories-carousel .slick-next {
    right: 10px;
}

.category-card:hover {
    border-color: #d03229;
    transform: translateY(-3px);
}

.category-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* Recently Viewed Section */
.recently-viewed {
    margin-top: 50px;
}

.products-carousel {
    margin: 0 -10px;
}

.products-carousel .slick-slide {
    padding: 0 10px;
}

.products-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #333 !important;
    border-radius: 50%;
    z-index: 1;
}

.products-carousel .slick-arrow:before {
    font-size: 20px;
}

.products-carousel .slick-prev {
    left: 10px;
}

.products-carousel .slick-next {
    right: 10px;
}

.product-card {
    height: 400px;
}

.product-card:hover {
    border-color: #ddd;
}

.product-image {
    width: 100%;
    max-width: 120px;
    height: 120px;
    object-fit: contain;
}

.product-price {
    font-size: 18px;
    color: #dc3545;
}

.product-rating .stars {
    color: #d03229;
}

.product-rating .count {
    color: #666;
}

.product-stock.low {
    color: #ffc107;
}

.product-stock.out {
    color: #dc3545;
}

.btn-add-to-cart {
    background-color: #d03229;
    color: #fff;
    border-radius: 50px;
}

.btn-add-to-cart:hover {
    background-color: #ba271f;
    color: #1a1a1a;
}

.btn-add-to-cart:disabled {
    background-color: #e0e0e0;
    color: #999;
    cursor: not-allowed;
}

/* Responsive */
@media (max-width: 768px) {
    .promo-icon {
        width: 30px;
        height: 30px;
    }

    .section-title {
        font-size: 22px;
    }

    .categories-carousel .slick-prev,
    .categories-carousel .slick-next,
    .products-carousel .slick-prev,
    .products-carousel .slick-next {
        left: -20px;
    }

    .categories-carousel .slick-next,
    .products-carousel .slick-next {
        right: -20px;
    }

    .product-card {
        height: 380px;
    }
}

/* Top Bar */
.footer-top-bar {
    position: relative;
    padding: 12px 0;
    z-index: 1;
}

.footer-top-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 98vw;
    height: 100%;
    background-color: #2b2b2b;
    z-index: -1;
}

.footer-logo {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-logo i {
    font-size: 20px;
}

.btn-find-store {
    background-color: #d03229;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.btn-find-store:hover {
    background-color: #ba271f;
    color: #1a1a1a;
}

/* Newsletter Section */
.footer-newsletter {
    background-color: #f8f9fa;
    padding: 50px 0;
    border-bottom: 1px solid #e0e0e0;
}

.newsletter-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.newsletter-subtitle {
    color: #666;
    margin-bottom: 30px;
}

.newsletter-form {
    max-width: 600px;
    margin: 0 auto;
}

.btn-signup {
    background-color: #d03229;
    color: #fff;
    border: none;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s;
    white-space: nowrap;
}

.btn-signup:hover {
    background-color: #ba271f;
    color: #fff;
}

/* Footer Links */
.footer-links {
    background-color: #fff;
    padding: 50px 0 30px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-column ul li a:hover {
    color: #d03229;
}

.show-all-link {
    color: #d03229;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.show-all-link:hover {
    color: #ba271f;
    text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #2b2b2b;
    padding: 20px 0;
    color: #999;
    font-size: 13px;
}

.footer-bottom a {
    color: #999;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 22px;
    }

    .footer-column {
        margin-bottom: 30px;
    }

    .btn-signup {
        width: 100%;
        margin-top: 10px;
    }
}

/*Vista de producto */
/*Vista de producto */
/* Base de la página */
.aap-clone-page {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
}

/* Breadcrumbs */
.aap-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.aap-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

/*INFO DEL PRODUCTO (TÍTULO Y PRECIO)*/
/* Tipografía y Título */
.aap-title {
    font-size: 26px;
    color: #333;
    line-height: 1.3;
}

.aap-title strong {
    font-weight: 800;
}

/* Rating */
.aap-stars {
    color: #ffc107;
    font-size: 13px;
}

.aap-review-link {
    color: #0056b3;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

.aap-review-link:hover {
    text-decoration: underline;
}

/* Info de Parte y Garantía */
.aap-warranty-link {
    font-size: 13px;
    color: #cc0000;
    text-decoration: underline;
}

/* Área de Precio */
.aap-price-main {
    color: #cc0000 !important;
    font-size: 34px !important;
    font-weight: 800;
    line-height: 1;
}

/*OPCIONES DE ENTREGA Y CANTIDADES*/
.aap-fulfillment-title {
    font-size: 16px;
    font-weight: 800;
    color: #333;
}

.aap-fulfillment-card-wrapper {
    height: 100%;
    filter: drop-shadow(0px 0px 1px #cccccc);
}

/* Tarjetas Grises (Con la esquina superior izquierda biselada) */
.aap-fulfillment-card {
    background-color: #f4f4f4;
    padding: 12px 10px;
    clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15px);
    border-radius: 0 4px 4px 4px;
    transition: background-color 0.2s ease;
}

.aap-fulfillment-card:hover {
    background-color: #ffffff;
}

/* Títulos de la tarjeta */
.aap-card-title {
    font-size: 13px;
    font-weight: 800;
    color: #000;
}

/* Círculos oscuros para los íconos */
.aap-icon-circle {
    width: 26px;
    height: 26px;
    background-color: #222222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

/* Texto Verde "FREE" */
.aap-free-text {
    color: #008800;
    font-weight: 800;
    font-size: 12px;
}

/* Botones de Cantidad (Estilo Redondo) */
.aap-qty-wrapper {
    background: transparent;
}

.aap-qty-btn {
    width: 32px;
    height: 32px;
    border-radius: 50% !important; /* Fuerza el botón a ser circular */
    border: 1px solid #ccc;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    padding: 0;
}

.aap-qty-btn:hover {
    background-color: #f0f0f0;
}

.aap-qty-input {
    width: 45px !important;
    height: 36px;
    background-color: #f1f1f1 !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 700;
    color: #333;
}

/* Botón Añadir al Carrito (Amarillo Brillante) */
.aap-btn-yellow {
    background-color: #ffce00;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #e6b800;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
}

.aap-btn-yellow:hover {
    background-color: #e6b900;
    color: #000;
}

/*SECCIÓN INFERIOR: PRODUCT INFORMATION*/
.aap-product-info-wrapper {
    background-color: #333333;
}

/* Cajas Blancas del Acordeón */
.aap-accordion-container {
    position: relative;
    background-color: #ffffff;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 1. Triángulo oscuro (corta la esquina) */
.aap-accordion-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 22px solid #333333;
    border-right: 22px solid transparent;
    z-index: 2;
}

/* 2. Triángulo amarillo (crea la línea diagonal) */
.aap-accordion-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 25px solid #ffce00;
    border-right: 25px solid transparent;
    z-index: 1;
}

/* Botones del Acordeón */
.aap-accordion-btn {
    border-radius: 0 6px 0 0;
    cursor: pointer;
}

.aap-accordion-btn:focus {
    outline: none;
}

/* Borde sutil al abrir el acordeón */
.border-top {
    border-top: 1px solid #f0f0f0 !important;
}

.border-bottom {
    border-bottom: 1px solid #f0f0f0 !important;
}

/* Hover suave en las filas de especificaciones */
.aap-spec-row:hover {
    background-color: #fcfcfc;
}

/* Contenedor principal de la imagen grande */
.aap-main-image-wrapper {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    overflow: hidden;
}

/* La imagen en sí */
.aap-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.aap-thumbnails-vertical {
    width: 75px;
    flex-shrink: 0;
    margin-right: 20px !important;
}

.aap-thumb-list {
    max-height: 480px;
    overflow-y: hidden;
}

.aap-thumb-item {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.2s;
    background-color: #fff;
    padding: 4px;
    display: block;
}

.aap-thumb-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.aap-thumb-item:hover {
    border-color: #999;
}

/* MINIATURA ACTIVA (Borde amarillo AAP) */
.aap-thumb-item.active {
    border: 2px solid #ffce00 !important;
    padding: 3px;
}

/* Botones de navegación (Flechas) */
.aap-thumb-nav {
    color: #666;
    font-size: 1.2rem;
}

.aap-thumb-nav:hover {
    color: #000;
}

/* Título de la sección */
.aap-carousel-title {
    font-size: 26px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
}

/* La línea amarilla debajo de la primera palabra */
.aap-title-highlight {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #333;
}

.aap-title-highlight::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffce00;
}

/* Contenedor de Scroll Horizontal suave */
.aap-horizontal-scroll {
    scrollbar-width: none;
}

.aap-horizontal-scroll::-webkit-scrollbar {
    display: none;
}

/* Wrapper de la tarjeta */
.aap-product-card-wrapper {
    filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.12));
    transition: transform 0.2s ease;
}

.aap-product-card-wrapper:hover {
    transform: translateY(-3px);
}

/* Tarjeta Blanca */
.aap-product-card {
    background-color: #ffffff;
    clip-path: polygon(15px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 15px);
    border-radius: 0 6px 6px 6px;
}

/* Contenedor de la foto de la batería */
.aap-card-img-box {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aap-card-img-box img {
    max-height: 100%;
    object-fit: contain;
}

/* Estrellas pequeñitas */
.aap-card-rating i {
    font-size: 10px;
}

/* Botón Amarillo "+ Add" con forma de píldora */
.aap-btn-add-small {
    background-color: #ffce00;
    color: #000;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 50px;
    border: none;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
}

.aap-btn-add-small:hover {
    background-color: #e6b900;
}

/* Botón Gris Oscuro "Write a Review" */
.aap-btn-dark-gray {
    background-color: #4b4b4b; /* Gris carbón exacto de la imagen */
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 60px; /* Padding ancho para replicar el de la foto */
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.aap-btn-dark-gray:hover {
    background-color: #333333;
    color: #ffffff;
}

.aap-summary-card {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
}

/* Cabecera de las tarjetas */
.aap-summary-header {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px;
}

/* Barras de progreso de los Ratings */
.aap-bar-track {
    background-color: #f1f1f1;
    height: 16px;
    border-radius: 2px;
    overflow: hidden;
}

.aap-bar-fill {
    background-color: #ffce00; /* Amarillo AAP */
    height: 100%;
    border-radius: 2px 0 0 2px;
}

.aap-review-highlight-box {
    background-color: #f4f4f4; /* Gris suave de fondo según la imagen */
    border-radius: 6px;
    border: none;
}

/* Ajuste para estrellas vacías */
.far.fa-star.text-muted {
    color: #d1d1d1 !important;
}

/* Espaciado del item de reseña individual */
.aap-review-item-flat {
    position: relative;
}

.aap-review-item-flat .btn-light:hover {
    background-color: #ededed !important;
}

/* =========================================
   Deplegable de vista producto
   ========================================= */
.aap-sticky-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); /* Sombra un poco más pronunciada */
    z-index: 1050;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.aap-sticky-bar.show {
    transform: translateY(0);
}

/* Imagen más grande */
.aap-sticky-img {
    max-height: 80px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
}

.aap-sticky-title {
    color: #333;
}

.aap-sticky-title strong {
    font-weight: 800;
}

.aap-sticky-tabs-container {
    background-color: #333333;
}

/* Pestañas más grandes con más padding */
.aap-sticky-tab {
    color: #ffffff;
    text-decoration: none;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.aap-sticky-tab:hover {
    color: #ffffff;
    opacity: 0.8;
}

.aap-sticky-tab.active {
    border-bottom-color: #ffce00;
    color: #ffffff;
}

/* =========================================
   Lista de productos
   ========================================= */

/* Estructura y Corte (Borde Gris y Fondo Blanco) */
.aap-list-card-outer,
.aap-list-card-inner {
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 25px);
}

.aap-list-card-outer {
    background-color: #e0e0e0;
    border-radius: 0 8px 8px 8px;
    padding: 1px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aap-list-card-outer:hover {
    transform: translateY(-4px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.15);
}

.aap-list-card-inner {
    background-color: #ffffff;
    border-radius: 0 7px 7px 7px;
    position: relative;
}

/* Franja Amarilla Superior Izquierda */
.aap-list-card-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 38px solid #ffce00;
    border-right: 38px solid transparent;
    z-index: 1;
}

/* Z-Index para sobreponer texto a la franja amarilla */
.aap-list-z-2 {
    z-index: 2 !important;
}

/* Tipografía y Título */
.aap-list-title {
    font-size: 26px;
    color: #333;
    line-height: 1.3;
}

.aap-list-title strong {
    font-weight: 800;
}

/* Precios */
.aap-list-price-main {
    color: #cc0000 !important;
    font-size: 23px !important;
    font-weight: 600;
    line-height: 1;
}

/* Garantía */
.aap-list-warranty-link {
    font-size: 13px;
    color: #cc0000;
    text-decoration: underline;
}

/* Rating y Reviews */
.aap-list-stars {
    color: #ffc107;
    font-size: 13px;
}

.aap-list-review-link {
    color: #0056b3;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}

.aap-list-review-link:hover {
    text-decoration: underline;
}

/* Opciones de Entrega (Fulfillment) */
.aap-list-card-title {
    font-size: 13px;
    font-weight: 800;
    color: #000;
}

/* Botón Añadir al Carrito */
.aap-list-btn-yellow {
    background-color: #ffce00;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    padding: 14px 20px;
    border: 1px solid #e6b800;
    border-radius: 4px;
    text-transform: uppercase;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
}

.aap-list-btn-yellow:hover {
    background-color: #e6b900;
    color: #000;
}

/* Título de la Categoría */
.aap-category-title {
    font-size: 28px;
    font-weight: 800;
    color: #333333;
}

/* Tarjeta Blanca de Información (Izquierda) */
.aap-info-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.aap-link {
    color: #0056b3;
    text-decoration: underline;
}

.aap-link:hover {
    color: #004494;
}

/* Banner Promocional Negro (Derecha) */
.aap-promo-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

/* Tipografía de alto impacto para el banner (Simulando la fuente del logo) */
.aap-promo-title {
    font-weight: 900;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 1;
}

.aap-promo-subtitle {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -0.5px;
}

/* Botón pequeño amarillo */
.aap-btn-yellow-small {
    background-color: #ffce00;
    color: #000;
    border: none;
    padding: 6px 16px;
    font-size: 11px;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.aap-btn-yellow-small:hover {
    background-color: #e6b900;
}

/* Select de Ordenamiento */
.aap-sort-select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 34px;
    min-width: 140px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.aap-sort-select:focus {
    border-color: #999999;
}

/* =========================================
   FILTROS LISTADO
   ========================================= */

/* Fondo general del contenedor de filtros (Opcional, para resaltar las cajas) */
.aap-filter-panel-container {
    background-color: #f4f4f4; /* Fondo gris claro típico detrás de estos filtros */
    padding: 10px;
    border-radius: 4px;
}

/* Cada bloque/caja individual del acordeón */
.aap-filter-item {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    margin-bottom: 8px; /* Separación entre cajas */
    border-radius: 2px;
}

/* Botón/Cabecera del acordeón */
.aap-filter-btn {
    width: 100%;
    background: transparent;
    border: none;
    padding: 14px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 800;
    color: #1f2937; /* Azul/Gris muy oscuro */
    text-transform: uppercase;
    box-shadow: none !important;
    cursor: pointer;
}

/* Ícono de flecha (Chevron) */
.aap-filter-btn i {
    font-size: 14px;
    color: #333;
    transition: transform 0.2s ease-in-out;
}

/* Cuando el acordeón se CIERRA, la flecha gira */
.aap-filter-btn.collapsed i {
    transform: rotate(-180deg);
}

/* Cuerpo interno donde van los checkboxes */
.aap-filter-body {
    padding: 0 15px 15px 15px;
}

/* Contenedor del Checkbox */
.aap-filter-check {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

/* El cuadro del Checkbox */
.aap-filter-check .form-check-input {
    margin-top: 3px;
    border-radius: 2px;
    border: 1px solid #888;
    width: 16px;
    height: 16px;
    cursor: pointer;
    box-shadow: none !important;
    flex-shrink: 0;
}

/* Color del Checkbox cuando se selecciona (Opcional, según tu marca) */
.aap-filter-check .form-check-input:checked {
    background-color: #cc0000;
    border-color: #cc0000;
}

/* Texto del Checkbox */
.aap-filter-check .form-check-label {
    margin-left: 8px;
    font-size: 13.5px;
    color: #333;
    cursor: pointer;
    line-height: 1.4;
}

/* Enlace "Mostrar más" */
.aap-filter-show-more {
    color: #0056b3; /* Azul estilo enlace clásico */
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.aap-filter-show-more:hover {
    text-decoration: underline;
}

/* =========================================
   BARRA DE VEHÍCULO
   ========================================= */

.aap-vehicle-bar {
    background-color: #333333; /* Gris muy oscuro casi negro */
    border: none;
}

.aap-vehicle-title {
    color: #ffce00; /* Amarillo AAP exacto */
    font-weight: 800; /* Más grueso como en la foto */
    font-size: 1.25rem;
}

.aap-vehicle-links a {
    font-size: 13px;
    opacity: 0.9;
    font-weight: 600;
}

.aap-vehicle-links a:hover {
    opacity: 1;
}

/* Estilo para los menús desplegables */
.aap-fitment-select {
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    height: 42px;
    cursor: pointer;
    box-shadow: none !important;
}

/* Estilo exacto para el botón Add desactivado */
.aap-fitment-btn {
    background-color: #f4f4f4;
    border: none;
    color: #c0c0c0 !important;
    height: 42px;
    border-radius: 4px;
    font-size: 16px;
    opacity: 1 !important;
}

/* =========================================
   FOOTER (Estructura y Diseño Final)
   ========================================= */

#footer {
    /* Fuente base de respaldo */
    font-family: 'Segoe UI', Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

/* Sección superior gris */
.footer__top {
    background-color: #f2f2f2;
    padding: 50px 15px 30px 15px;
}

/* Columnas y separadores verticales */
.col-list {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #ccc;
}

/* Títulos de las columnas (Corregidos: Más grandes y gruesos) */
.title-3-primary,
.title-3-secondary {
    font-size: 17px;
    font-weight: 800;
    color: #555555;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-family: 'Segoe UI', Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Listas de enlaces (Sin viñetas) */
.topic-list {
    margin: 0;
    padding: 0;
}

/* Espaciado entre los enlaces (Corregido: Más espacio vertical) */
.list-item {
    margin-bottom: 12px;
}

/* Enlaces de las listas (Corregidos: Letra más grande y moderna) */
.list-link {
    color: #4a4a4a;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: 'Segoe UI', Roboto, "Helvetica Neue", Arial, sans-serif;
}

.list-link:hover {
    color: #000000;
    text-decoration: underline;
}

/* Iconos de Redes Sociales */
.social .row {
    justify-content: flex-start;
}

.social a {
    display: inline-block;
    transition: transform 0.2s ease;
}

.social a:hover {
    transform: scale(1.08);
}

/* Lista horizontal inferior de enlaces (Marcas, Vehículos, etc.) */
#enlaces_footer {
    margin-top: 40px !important;
}

#enlaces_footer ul {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 10px 20px;
}

#enlaces_footer li {
    margin: 0 !important;
}

#enlaces_footer a {
    color: #444444 !important;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 14px;
    font-family: 'Segoe UI', Roboto, "Helvetica Neue", Arial, sans-serif;
}

#enlaces_footer a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

/* Sección inferior blanca (Logos corporativos y Copyright) */
.brands {
    background-color: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
}

.logos-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.logos-footer img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.logotipo {
    margin: 0;
    text-align: center;
}

.logotipo .copyright {
    font-size: 10px;
    color: #333333;
    margin-top: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Responsive: Ajustes para móviles */
@media (max-width: 991px) {
    .col-list {
        border-right: none;
        border-left: none !important;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
    }

    .col-list:last-child {
        border-bottom: none;
    }

    .social .row {
        justify-content: center;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }
}