.sp-proveedor-list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    list-style-type: none;
    padding: 24px 0;
    align-items: center;
    justify-content: center;
}
.sp-proveedor-list li {
    text-align: center;
}
.sp-proveedor-list li img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 92px;
    object-fit: contain;
}

.sp_proveedores_contenedor .btn_ver_mas {
    display: none;
}



.sp-proveedor-list li a img {
    transition: transform 0.2s;
}


@media (min-width: 992px) { 
    .sp-proveedor-list li a:hover img {
        transform: translateY(-10px);
    }
}


@media (max-width: 1199px) {
    .sp-proveedor-list {
        grid-template-columns: repeat(10, 1fr);
    }
}

@media (max-width: 991px) {
    .sp-proveedor-list {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 768px) {
    .sp-proveedor-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .sp-proveedor-list.ver_mas_movil {
        overflow: hidden;
        box-shadow: inset 0px -16px 10px -12px #0002;
        padding-bottom: 10px;
        height: 240px; 
        transition: height 1s ease; 
    }
    
    .sp_proveedores_contenedor .btn_ver_mas {
        display: block;
        text-align: center;
        margin: auto;
        margin-top: 20px;
        cursor: pointer;
    }
}

/* Tab Ekodiseñador (Proveedor) */

.sp_proveedor_header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sp_proveedor_logo img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    background: #fafafa;
}

.sp_proveedor_title h3 {
    margin: 0 0 6px 0;
    font-size: 20px;
    line-height: 1.3;
}

.sp_proveedor_eslogan {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.sp_proveedor_body {
    margin-top: 16px;
}

.sp_proveedor_desc_tienda,
.sp_proveedor_desc_disenador {
    margin-bottom: 12px;
}

.sp_proveedor_meta {
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
}

.sp_proveedor_meta li {
    font-size: 14px;
}

@media (max-width: 991px) {
    .sp_proveedor_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .sp_proveedor_title h3 {
        font-size: 18px;
    }
    .sp_proveedor_meta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .sp_proveedor_logo img {
        width: 64px;
        height: 64px;
    }
    .sp_proveedor_title h3 {
        font-size: 17px;
    }
    .sp_proveedor_eslogan {
        font-size: 13px;
    }
}





.sp_proveedor_order h4{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    font-family: var(--e-global-typography-c350e82-font-family), Sans-serif;
    font-size: var(--e-global-typography-c350e82-font-size);
    font-weight: var(--e-global-typography-c350e82-font-weight);
    margin-bottom: 30px;
    margin-top: 60px;
    color: var(--e-global-color-text)!important;
}



.sp_proveedor_order_table th,
.sp_proveedor_order_table td{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    color: var(--e-global-color-text)!important;
    font-weight: var(--e-global-typography-text-font-weight)!important;
}

table.shop_table.sp_proveedor_order_table{
    border: none;
    border-radius: 0;
}

table.shop_table.sp_proveedor_order_table td:last-child,
table.shop_table.sp_proveedor_order_table th:last-child{
    text-align: right;
}

table.shop_table.sp_proveedor_order_table td ul.wc-item-meta{
    list-style: none outside;
}

table.shop_table.sp_proveedor_order_table td ul.wc-item-meta p{
    display: inline;
}