/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.0.0-public-alpha.18.1.1752818009
Updated: 2025-07-18 05:53:29

*/
@font-face {
    font-family: 'Avenir';
    src: url('fonts/Avenir-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Avenir', Roboto, sans-serif !important;
}

a.unstyled-link,
a.unstyled-link:visited,
a.unstyled-link:active,
a.unstyled-link:hover,
a.unstyled-link:focus {
    color: inherit !important;
    text-decoration: none !important;
    background: none !important;
    padding: 0;
    margin: 0;
    font: inherit !important;
    outline: none !important;
}

/** HEADER **/
.searchform {
    width: 400px;
}

#ajaxsearchpro1_1,
#ajaxsearchpro1_2,
div.asp_m.asp_m_1 {
    background-color: transparent !important;
}

.et_pb_column {
    padding-bottom: 10px;
}

/** LISTADO DE PRODUCTOS **/


.categoria-titulo {
    margin: 0 0 10px 0;
    font-size: 1.2em;
}

.categoria-titulo a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.categoria-titulo a:hover {
    color: #0073aa;
}

.categoria-descripcion {
    margin: 10px 0;
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
}

.categoria-imagen {
    margin: 10px 0;
    text-align: center;
}

.categoria-imagen img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.categoria-conteo {
    margin-top: 10px;
    font-size: 0.8em;
    color: #888;
}

.productos-count {
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 12px;
    font-weight: 500;
}

.cat-buttons {
    background-color: #eeeeee;
    font-weight: 700;
    color: #000000 !important;
    font-size: 13px !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-width: 0px;
    border-color: #333;
    border-style: solid;
    padding-top: 12px !important;
    padding-right: 16px !important;
    padding-bottom: 12px !important;
    padding-left: 16px !important;
    cursor: pointer;
    transition: 0.4s all;
}

.cat-buttons:hover {
    background-color: #000000;
    color: #eeeeee !important;
}


/* Active state for category buttons */
.cat-buttons.active {
    background-color: #000000;
    color: #eeeeee !important;
}

/* Skeleton styles */
.skeleton-grid .skeleton-box {
    position: relative;
    overflow: hidden;
    background: #e6e6e6;
    border-radius: 6px;
}

.skeleton-thumb {
    width: 100%;
    aspect-ratio: 1/1;
}

.skeleton-text {
    height: 16px;
    margin-top: 8px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.skeleton-box::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/***** Product single styles *****/
.roblan-product-hero {
    background: radial-gradient(1200px 600px at 50% -200px, rgba(0, 0, 0, .06), transparent 60%), #f7f7f7;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    position: relative;
    /* permite capa de fondo adicional */


}

.roblan-product .roblan-product-hero.thumb {
    background-size: cover;
    min-height: 700px;
    background-position: center center;
}

@media (max-width: 980px) {
    .roblan-product .roblan-product-hero.thumb {
        min-height: 350px;
    }
}

.roblan-product-hero .roblan-hero-inner {
    display: flex;

    justify-content: space-between;
    align-items: stretch;
    /* flex-flow: wrap; */
    flex-wrap: wrap;
    align-content: stretch;

    height: 100%;
    padding: 15px;
    gap: 5px;
}

.roblan-product-hero .roblan-hero-inner .left {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* flex-flow: column nowrap; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    margin-bottom: 40px;

}

.roblan-product-hero .roblan-hero-inner .left .modelo {
    font-family: Avenir;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    text-align: center;

}

.roblan-product-hero .roblan-hero-inner .left .propiedades span {
    color: #E2181B;

}

.roblan-product-hero .roblan-hero-inner .left .propiedades {
    font-family: Avenir;
    font-weight: 400;
    font-style: Roman;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;

}

.roblan-product-hero .roblan-hero-inner .center {
    min-height: 300px;

    margin: 100px auto 20px auto;
}

.roblan-product-hero .roblan-hero-inner .center img {
    height: 300px;
    width: auto;
    object-fit: contain;
}

/* Hero Responsive: Evitar deformación y reducir altura */
@media (max-width: 980px) {
    .roblan-product-hero .roblan-hero-inner .center {
        margin: 40px auto 20px auto !important;
        min-height: auto !important;
    }

    .roblan-product-hero .roblan-hero-inner .center img {
        height: auto !important;
        max-height: 200px !important;
        width: auto !important;
        max-width: 100% !important;
        object-fit: contain !important;
    }
}

.roblan-product-hero .roblan-hero-inner .right {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    /* flex-flow: column wrap; */
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    margin-bottom: 40px;
}

.roblan-product-hero .roblan-hero-inner .icono {
    height: 33px;
}

.roblan-product-hero-row {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px !important;
}

.roblan-product-hero-row .et_pb_column {
    position: relative;
}

.roblan-hero-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}


.title-prod {
    position: absolute;
    bottom: 10px;
    left: 0;
}

.title-prod h2 {
    font-family: 'Avenir', Sans-serif;
    font-size: 48px;
}

.button-container {
    text-align: center;
    margin-top: 40px;
}

.btn-anchor {
    border-radius: 7px;
    padding: 10px 20px;
    background: #E2181B;
    color: #ffffff;
    border: 2px solid #E2181B;
    transition: all 0.5s;
    font-size: 17px;
    font-weight: bold;
}

.btn-anchor:hover {
    background: #ffffff;
    color: #E2181B;
}

/* Text section refinements */
.roblan-archive .et_pb_row {
    padding: 10px 0 0 !important;
}

.roblan-details .product-sub-title,
.roblan-details .product-description,
.roblan-details .product-title,
.roblan-details .roblan-breadcrumbs,
.roblan-details .roblan-breadcrumbs a {
    color: #ffffff;
}

.product-description-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.product-description.truncated {
    max-height: 200px;
    /* Ajusta este valor según cuántas líneas quieras mostrar */
    overflow: hidden;
    position: relative;
}

.product-description.truncated::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    pointer-events: none;
}

.btn-read-more {
    background: transparent;
    border: none;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    padding: 5px 0;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}

.product-description.expanded {
    max-height: none;
}

.product-description.expanded::after {
    display: none;
}

.roblan-archive .roblan-breadcrumbs,
.roblan-archive .roblan-breadcrumbs a {
    color: #909090;
}

.roblan-archive .roblan-breadcrumbs .current {
    color: #909090;
}

.roblan-archive .product-cat-desc {
    color: #fff;
    font-size: 36px;
    max-width: 1200px;
    margin: 0 auto 40px;
    text-align: center;
}

.roblan-variants>.roblan-breadcrumbs {
    display: none;
}

/* roblan-vertical-attrs*/
.roblan-variants .et_pb_row {
    padding: 0;
}

.variants-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 24px;
    /* más espacio con filtros */
}

.roblan-variants-table {
    width: 100%;
    color: #000000;
}

.count-variants {
    background: #E2181B;
    border-radius: 50%;
    color: #ffffff;
    padding: 3px 10px;
    margin-left: 15px;
    display: inline-block;
}

.variants-title {
    padding-bottom: 0px;
    font-size: 20px;
}

.roblan-variants-table td {
    text-align: center;
    padding-top: 5px;
}

.roblan-variants-table td.sku {
    text-align: left !important;
}

.roblan-variants-table .actions {
    text-align: right;
}



.roblan-variants-table tr.var-detail {
    display: none;
    background: #fafafa;
}

.roblan-variants-table tr.var-detail>td {
    padding: 12px 16px;
}

.roblan-vertical-attrs {
    border-collapse: collapse;
    width: 100%;
}

.roblan-vertical-attrs th,
.roblan-vertical-attrs td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 13px;
    vertical-align: top;
}

.roblan-vertical-attrs th {
    width: 30%;
    background: #f0f0f0;
    text-align: left;
}

.btn-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.btn {
    background: transparent;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 5px 20px;
}


.roblan-variants-filters {
    display: flex;
    flex-wrap: wrap;
    gap: .5em .7em;
    /* más aire entre controles */
    align-items: center;
    justify-content: flex-end;
    /* alineados a la derecha */
    margin: 10px 0 22px;
    /* más espacio con título y tabla */
    max-width: 100%;
    margin: 50px 0;
}

.variant-filter-label {
    display: flex;
    align-items: center;
    gap: .25em;
    font-weight: 600;
    font-size: 1rem;
    /* igual que cabecera */
}

.roblan-variants-filters .variant-filter {
    border: 1px solid #ddd;
    border-radius: 0;
    /* cuadrado */
    padding: 0 .45em;
    /* aún más compacto */
    height: 25px;
    /* compacto */
    line-height: 30px;
    font-size: .9rem;
    /* ligeramente menor */
    width: 100px;
    /* aún más estrecho */
    background: #fff;
    transition: border-color .15s;
    outline: none;
}

.reset-variant-filters {
    height: 25px;
    /* igual que inputs */
    width: 120px;
    /* mismo ancho que inputs */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #bbb;
    background: #fff;
    color: #e30613;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    border-radius: 0;
    /* flat corners */
    box-shadow: none;
    /* remove 3D */
}

.reset-variant-filters:hover {
    background: #f8f8f8;
    color: #cc0000;
    border-color: #ccc;
}

.reset-variant-filters[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

/* Removed empty rule: .roblan-variants-table th.header {} */

.svg-icono {
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

.roblan-variants-table th.header.normal {

    font-weight: 600;
}

.roblan-variants-table th.header.accesorio {

    font-weight: 600;
    background-color: red;
    color: white
}

.roblan-variants-table th.header.accesorio .svg-icono {

    color: #fff;
    filter: none;
}

.roblan-variants-table th {
    border-bottom: 1px solid #000000;
}

.roblan-variants-table th.accesorio {
    border-bottom: 1px solid #ffffff59;
}

.roblan-variants-table td.normal {
    border-bottom: 1px solid #DDDDDD;

}

.roblan-variants-table td.accesorio {
    background-color: #cfcfcf;
    color: #000000;
    border-bottom: 1px solid #ffffff59;

}

.btn-ficha {
    display: flex;
    padding: 6px 10px;
    margin: 2px 4px;
    color: #CC0000;
    text-decoration: none;
    font-size: 13px;
    justify-content: flex-end;

    gap: 7px;
    align-items: center;
}

.roblan-variants-table .actions .btn:hover {
    background: #eee;
}

.roblan-variants-table .actions .btn[aria-disabled="true"] {
    opacity: .5;
    cursor: not-allowed;
}

.roblan-variants-table .actions.accesorio .btn-ficha {
    color: #fff;
}

.roblan-variants-table th.header img {
    height: 1.1em;
    width: auto;
    vertical-align: middle;
    margin: 0 2px;
}

/* Alinear verticalmente filtros con cabecera */
.roblan-variants-filters .variant-filter-label,
.roblan-variants-filters .reset-variant-filters {
    align-self: center;
}

/* Estilos para el selector de categorías */
.categorias-selector {
    text-align: center;
    margin: 30px 0;
}

.categoria-principal {
    margin-bottom: 20px;
}

.categoria-principal img {
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.categoria-principal h3 {
    font-size: 24px;
    margin: 10px 0;
    color: #333;
}

.categorias-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 769px) {
    .categorias-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}

/* Movil */
@media (max-width: 768px) {
    .categorias-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

.cat-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.cat-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.cat-card img {
    width: 100%;
    height: 150px;
    /*   object-fit: cover;*/
}

.cat-card h4 {
    padding: 15px;
    margin: 0;
    font-size: 16px;
    color: #333;
}

.cambiar-categoria {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
}

.cambiar-categoria:hover {
    background: #005a87;
}

/* Estilos para subcategorías
.subcategorias-preload {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.subcategoria-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block;
}

.subcategoria-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Estilos para el Swiper de productos relacionados */
.productos-relacionados-swiper {
    padding: 20px 0;
}

.producto-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.producto-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.producto-imagen-container {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.producto-imagen {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-imagen {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.producto-info {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.producto-titulo {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.3;
}

.btn-ver-producto {
    display: inline-block;
    background: #0073aa;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
    text-align: center;
}

.btn-ver-producto:hover {
    background: #005a87;
    color: white;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background: #0073aa;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .producto-imagen-container {
        height: 150px;
    }

    .producto-titulo {
        font-size: 14px;
    }

    .btn-ver-producto {
        padding: 6px 12px;
        font-size: 12px;
    }
}


.swiper-slide {
    display: flex;
    justify-content: center;
    /* Centrado horizontal */
    align-items: center;
    /* Centrado vertical */
    height: auto;
    /* Asegúrate de que el slide tenga una altura definida o automática */
}

/* Opcional: Asegura que la imagen no exceda el tamaño del slide */
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    /* Ayuda con la alineación por defecto */
}


.cover .swiper-slide {
    height: 500px;
    /* Define una altura fija para tus slides */
    /* Elimina el display: flex si solo usas object-fit */
}

.cover .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* La imagen se centrará y cubrirá todo el espacio */
    display: block;
}

/* Asegúrate de que el contenedor de zoom y la imagen cubran el slide */
.cover .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover .swiper-zoom-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Esto hace que la imagen cubra todo el slide y se centre */
    cursor: pointer;
    /* Indica al usuario que puede interactuar */
}

/* --- Estilos del Modal (LightBox) --- */
.swipe-modal {
    display: none;
    /* Oculto por defecto */
    position: fixed;
    /* Posición fija sobre todo el contenido */
    z-index: 1000;
    /* Asegura que esté por encima de todo */
    padding-top: 60px;
    /* Espacio para el botón de cierre */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    /* Fondo negro semi-transparente */
    overflow: auto;
    /* Permite scroll si la imagen es muy grande */
    text-align: center;
}

/* Contenido del Modal (La imagen) */
.swipe-modal .modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;

    height: 90vh;
    /* Limita la altura para que quepa en la pantalla */
    object-fit: contain;
    /* Muestra la imagen completa dentro del modal */
}

.swipe-modal .modal-content.is-zoomed {
    transform: scale(4);
    /* Aplica un zoom de 4x */
    /* Ajusta el origen del transform para que el zoom sea desde el centro */
    transform-origin: center center;
    /* Asegura una transición suave */
    transition: transform 0.5s ease;
    /* El cursor cambia para indicar que se puede alejar */
    cursor: zoom-out;
}

/* Modifica el estilo base de la imagen para añadir la transición por defecto y cursor zoom-in */
.swipe-modal .modal-content {
    /* ... estilos anteriores ... */
    transition: transform 0.5s ease;
    cursor: zoom-in;
    /* Indica que se puede acercar */
}

/* Botón de cierre */
.swipe-modal .close-button {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.swipe-modal .close-button:hover,
.swipe-modal .close-button:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.roblan-variants-table {
    margin-top: 18px;
}

/* separar más la tabla de los filtros */
/* --- Variant filters slider (noUiSlider) --- */
.roblan-variants-filters .variant-filter-slider {
    margin: 0;
    width: 100px;
    height: 25px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    overflow: visible;
}

.roblan-variants-filters .variant-filter-slider .range-dual {
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
}

/* Ensure the first handle is fully clickable at the far left and the second stays inside */
/* --- Variant filters slider (jQuery UI Slider) --- */
.roblan-variants-filters .variant-filter-slider {
    align-self: center;
    margin: 0;
    width: 100px;
    height: 10px;
    border: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    overflow: visible;
    display: inline-block;
    flex: 0 0 100px;
}

.roblan-variants-filters .variant-filter-slider .range-dual {
    width: 100%;
    height: 25px;
    margin: 0;
    padding: 0;
}

.roblan-variants-filters .range-dual.ui-slider {
    position: relative;
    height: 10px;
    background: #fff;
    box-sizing: border-box;
}

.roblan-variants-filters .range-dual.ui-slider::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: calc((10px - 3px)/2);
    height: 3px;
    background: #e5e5e5;
    pointer-events: none;
}

.roblan-variants-filters .range-dual.ui-slider .ui-slider-range {
    position: absolute;
    top: calc((10px - 3px)/2);
    height: 3px;
    background: #24b3a5;
    border: 0;
    border-radius: 0;
    pointer-events: none;
}

.roblan-variants-filters .range-dual.ui-slider .ui-slider-handle {
    width: 8px;
    height: 8px;
    border-radius: 0;
    border: 1px solid #bbb;
    background: #fff;
    top: calc((10px - 8px)/2);
    margin-left: -4px;
    box-shadow: none;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .roblan-variants-filters {
        flex-direction: row;
        justify-content: center;
        gap: 20px 15px;
    }

    .roblan-variants-filters .title {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .roblan-variants-filters .variant-filter-slider,
    .roblan-variants-filters .variant-filter {
        flex: 0 0 auto;
        min-width: 140px;
        margin-bottom: 10px;
    }

    .roblan-variants-filters .reset-variant-filters {
        display: inline-block !important;
        margin-bottom: 10px;
    }

    .btn-flex {
        flex-direction: column;
    }
}

/* Align the slider control to the top of the row */

/* Guardrails to keep handles visually inside by 1px while preserving full range */
.roblan-variants-filters .range-dual.ui-slider {
    padding: 0 1px;
}

.roblan-variants-filters .range-dual.ui-slider .ui-state-hover {
    border-color: #aaa;
}

.roblan-variants-filters .range-dual.ui-slider .ui-state-focus {
    outline: none;
}

/* Placeholder label and range display */
.roblan-variants-filters .variant-filter-meta {
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
}

.roblan-variants-filters .variant-filter-label {
    font-size: 11px;
    color: #888;
    line-height: 1;
}

.roblan-variants-filters .range-display {
    font-size: 11px;
    color: #555;
    line-height: 1;
}

.roblan-variants-filters .title {
    font-weight: 600;
    margin-right: .5em;
}

.roblan-variants-filters input.variant-filter {
    height: 25px;
    padding: 3px 6px;
    font-size: .9em;
    border-radius: 0;
}

.roblan-variants-filters .reset-variant-filters {
    font-size: .9em;
    padding: .25em .6em;
    border-radius: 0;
}

@media (max-width: 980px) {

    .prod-descarga .desc-download .icon,
    .prod-descarga .desc-download .file-type {
        display: none !important;
    }

    .variants-header {
        margin: 12px;
    }
}

@media (max-width: 980px) {
    .prod-descarga .desc-download {
        justify-content: flex-end;
        text-align: right;
    }

    .prod-descarga .desc-download .txt-download {
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 980px) {
    .prod-descarga .desc-download {
        justify-content: flex-start;
        text-align: left;
    }

    .prod-descarga .desc-download .txt-download {
        margin-left: 0;
        width: 100%;
        padding-left: 10px;
    }
}

.section-descargas h2 {
    font-size: 30px !important;
}

@media (max-width: 980px) {
    .variant-card-wrapper {
        position: relative;
    }

    .variant-card-wrapper .btn-download-ft {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #E2181B;
        /* Color rojo de la marca */
        color: #fff;
        font-size: 0;
        /* Oculta el texto */
        border: none;
        z-index: 5;
    }

    .variant-card-wrapper .btn-download-ft svg {
        width: 20px;
        height: 20px;
        margin: 0;
    }
}