.widget.radio-button ul a.active::before {
    background-color: #f15a21;
}

.widget.radio-button ul a.active::after {
    border: 1px solid #f15a21;
}

.grid-list-column-item.style-02 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    height: 100%;
    min-height: 410px;
}

.grid-list-column-item.style-02:hover {
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.price-drop-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff502f;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 0 0.8em 0.8em 0;
    padding: 3px 10px;
    z-index: 2;
    font-weight: bold;
}

.title.tarjetas {
    font-size: 16px !important;
    font-weight: 600;
    margin: 16px 0 6px 0;
    overflow: hidden;
    white-space: normal;
    height: 70px;
}

.title.tarjetas a {
    color: #222;
    text-decoration: none;
}

.grid-list-column-item .title {
    font-size: 20px;
}

.sub-title {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.thumb {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.thumb img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.price-wrap-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 56px;
    margin-bottom: 10px;
}

.common-price-style {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.compatibilidad-scroll {
    font-size: 0.85rem;
    color: #333;
    max-height: 36px;
    overflow: hidden;
    white-space: normal;
    display: block;
    padding: 0 6px;
    margin-top: 3px;
}

.main-btn-wrap {
    margin-top: auto;
}

.main-btn-wrap a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 6px 16px;
    font-size: 0.9rem;
    border-radius: 24px;
    transition: 0.2s ease;
    text-decoration: none;
}

.main-btn-wrap a:hover {
    background-color: #000;
    color: #fff;
}

.disclaimer-precio {
    font-size: 10px;
    color: #b0b0b0;
    margin-top: 10px;
    font-style: italic;
    /* text-align: center; */
}

/* Detalle */

.Product-tab-big,
.product-tab-big-active,
.product-tab-single-big-item {
    width: 100%;
    height: 400px !important;
    min-height: 400px;
    max-height: 400px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.product-tab-single-big-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center center;
    margin: auto;
    display: block;
    background: #f5f5f5;
}

@media (max-width: 768px) {
    .pagination-wrapper {
        padding-bottom: 24px;
    }
}

/* Slider */

.product-tab-single-small-item {
    width: 120px !important;
    height: 120px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.product-tab-single-small-item img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    display: block;
    background: #fff;
}

.refaccion-thumb-img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: none;
}

@media (max-width: 767px) {
    .refaccion-thumb-img {
        width: 80px;
        height: 80px;
    }
}

/* Scroll */

.subcategorias-scroll {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 6px;
    background: #f8f9fa;
    padding: 8px 12px !important;
    margin-bottom: 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.subcategorias-scroll li {
    margin: 0;
    padding: 2px 0;
    list-style-position: inside;
}

.subcategorias-scroll::-webkit-scrollbar {
    width: 8px;
}

.subcategorias-scroll::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 4px;
}

/* Scroll buscador */

#suggestions-global,
#suggestions {
    max-height: 340px;
    overflow-y: auto;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding: 0;
    border-top: 1px solid #ececec;
}



#suggestions-global a.list-group-item:last-child,
#suggestions a.list-group-item:last-child {
    border-bottom: none;
}

#suggestions-global a.list-group-item:hover,
#suggestions a.list-group-item:hover,
#suggestions-global a.list-group-item:focus,
#suggestions a.list-group-item:focus {
    background: #f8f9fa;
    color: #d0122f;
}

#suggestions-global img,
#suggestions img {
    height: 38px;
    width: 38px;
    object-fit: cover;
    border-radius: 6px;
    background: #f3f3f3;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

#suggestions-global div,
#suggestions div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#suggestions-global span.text-muted.small,
#suggestions span.text-muted.small {
    font-size: 0.91em;
    color: #757575 !important;
    margin-top: 2px;
    letter-spacing: 0.02em;
}

#suggestions-global .ml-auto,
#suggestions .ml-auto {
    margin-left: auto;
    color: #333;
    font-weight: 500;
    font-size: 1.09em;
}

/* Scrollbar bonito */
#suggestions-global::-webkit-scrollbar,
#suggestions::-webkit-scrollbar {
    width: 8px;
}

#suggestions-global::-webkit-scrollbar-thumb,
#suggestions::-webkit-scrollbar-thumb {
    background: #e5e5e5;
    border-radius: 6px;
}

#suggestions-global::-webkit-scrollbar-track,
#suggestions::-webkit-scrollbar-track {
    background: transparent;
}

/* Filtro mobile */

#btn-filtros-mobile {
    position: fixed;
    bottom: 18px;
    left: 18px;
    width: 54px;
    height: 54px;
    z-index: 1500;
    background: #f15a21;
    color: #fff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

#btn-filtros-mobile:hover {
    background: #d94300;
}

@media (min-width: 992px) {
    #btn-filtros-mobile, #sidebar-filtros {
        display: none !important;
    }
}

.sidebar-filtros-overlay {
    display: none;
    position: fixed;
    z-index: 1999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.33);
    transition: opacity 0.2s;
}

.sidebar-filtros-overlay.active {
    display: block;
}

.sidebar-mobile-filtros {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    background: #fff;
    z-index: 2000;
    box-shadow: -2px 0 20px rgba(0, 0, 0, 0.18);
    transition: right 0.3s;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.sidebar-mobile-filtros.active {
    right: 0;
}

.sidebar-filtros-header {
    padding: 18px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fafafa;
}

.sidebar-filtros-body {
    padding: 18px;
    flex: 1;
    overflow-y: auto;
}

.closebtn {
    font-size: 2rem;
    cursor: pointer;
    color: #f15a21;
    margin-right: 10px;
}

.refaccion-thumb-img.auto {
    animation: girar-disco 2s linear infinite;
}

@keyframes girar-disco {
    100% {
        transform: rotate(360deg);
    }
}


.refaccion-thumb-img.camion {
    animation: vibrar-turbo 0.2s linear infinite;
}

@keyframes vibrar-turbo {
    0%, 100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(-2px, 2px);
    }

    50% {
        transform: translate(2px, -2px);
    }

    75% {
        transform: translate(-2px, -2px);
    }
}

.refaccion-thumb-img.lancha {
    animation: girar-helice 1.5s linear infinite;
}

@keyframes girar-helice {
    100% {
        transform: rotate(360deg);
    }
}