/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2025 | 14:58:40 */
/* Tienda intro */
.tienda-intro {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 5px 5px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 15px;
}

.tienda-intro h1 {
    font-size: 2.5rem;
    margin-bottom: 8px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Filtros */
.filtros-tienda {
    text-align: center;
    padding: 5px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    margin-bottom: 30px;
}

.filtros-tienda h3 {
    display: inline;
    margin-right: 15px;
    color: #2d3748;
}

.filtros-tienda a {
    display: inline-block;
    margin: 0 10px;
    padding: 0px 20px;
    background: #4ecdc4;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-size: 14px;
}

.filtros-tienda a:hover {
    background: #ff6b6b;
}

/* Info tienda */
.info-tienda {
    background: rgba(255,255,255,0.9);
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
    border-left: 4px solid #4ecdc4;
}

.info-tienda h2 {
    color: #2d3748;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.info-tienda h3 {
    color: #2d3748;
    margin: 30px 0 15px 0;
}

.info-tienda p {
    line-height: 1.7;
    margin-bottom: 18px;
    color: rgba(45,55,72,0.8);
}

.info-tienda a {
    color: #4ecdc4;
    text-decoration: none;
}

.info-tienda a:hover {
    color: #ff6b6b;
}