/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2025 | 12:27:33 */
/* Ocultar breadcrumb de WooCommerce */
.woocommerce-breadcrumb {
    display: none !important;
}

/* Ocultar título de página de WooCommerce si aparece duplicado */
.page-title {
    display: none !important;
}

/* Estilo para info debajo de productos */
.info-tienda-abajo {
    background: rgba(255,255,255,0.9);
    padding: 40px;
    border-radius: 15px;
    margin-top: 40px;
}

.info-tienda-abajo 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-abajo p {
    line-height: 1.6;
    margin-bottom: 16px;
    color: rgba(45,55,72,0.8);
}

.info-tienda-abajo a {
    color: #4ecdc4;
    text-decoration: none;
}
