/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2025 | 17:59:22 */
/* =================================================================== */
/* ==           INICIO: RESTO DE ESTILOS GLOBALES CORREGIDOS        == */
/* =================================================================== */

/* Estilos para las subcategorías */
.woocommerce ul.products li.product-category {}
}

/* Contenedor para barra de ordenación y contador de resultados */
.ordenacion-resultados-wrapper {
    clear: both !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
}
.ordenacion-resultados-wrapper .woocommerce-ordering,
.ordenacion-resultados-wrapper .woocommerce-result-count {
    margin-bottom: 10px;
}
.woocommerce ul.products {
    clear: both !important;
}

/* AJUSTES BANNER WPFRONT EN MÓVILES */
.wpfront-notification-bar {
    font-size: 16px;
    text-align: center;
    padding: 12px 10px;
    line-height: 1.3;
}
@media (max-width: 480px) {
    .wpfront-notification-bar {
        font-size: 14px;
        padding: 10px 8px;
    }
}
.banner-mobile { display: none; }
.banner-desktop { display: inline; }
@media (max-width: 480px) {
    .banner-desktop { display: none; }
    .banner-mobile { display: inline; }
    .wpfront-notification-bar {
        font-size: 14px !important;
        padding: 8px 10px !important;
        line-height: 1.2 !important;
    }
    body {
        padding-top: 40px !important;
    }
}

.xoo-wsc-cart-trigger-default, .xoo-wsc-icon-cart, .xoo-wsc-basket {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ESTILOS PARA LA PESTAÑA DE FICHA TÉCNICA */
.woocommerce-Tabs-panel--ficha_tecnica_tab { line-height: 1.6; }
.woocommerce-Tabs-panel--ficha_tecnica_tab h2 { font-size: 24px; margin-bottom: 20px; text-align: left; }
.woocommerce-Tabs-panel--ficha_tecnica_tab h3 { font-size: 18px; margin-top: 30px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #f0f0f0; color: #333; }
.woocommerce-Tabs-panel--ficha_tecnica_tab table.shop_attributes { border: none; margin-top: 0; }
.woocommerce-products-header__title.page-title { display: none; }
.europower-shop-title { margin-bottom: 1em; }
.europower-shop-description p { text-align: justify; }

/* Corrección de Visualización en Móviles */
@media (max-width: 768px) {
    body, html { overflow-x: hidden; }
    body:not(.page-id-4691) .ast-container { padding-left: 20px !important; padding-right: 20px !important; }
}

/* Estilos para el bloque de garantías en la ficha de producto */
.info-adicional-container { margin-top: 30px; padding-top: 25px; border-top: 1px solid #e0e0e0; width: 100%; }
.lista-iconos-garantias { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.lista-iconos-garantias li { padding: 0 !important; margin-bottom: 12px; display: flex; align-items: center; }
.lista-iconos-garantias li:last-child { margin-bottom: 0; }
.icono-garantia { color: #FFB81A; margin-right: 12px; line-height: 1; width: 24px; height: 24px; display: inline-flex; align-items: center; flex-shrink: 0; }
.icono-garantia svg { width: 100%; height: auto; }
.texto-garantia { font-size: 15px; }

/* Estilos para botones de descarga */
.botones-descarga-container .button { max-width: 60%; width: 100%; margin-left: auto; margin-right: auto; }
@media (max-width: 768px) {
    .botones-descarga-container { flex-direction: row !important; gap: 8px; }
    .botones-descarga-container .button { flex: 1; position: relative; min-height: 50px; color: transparent !important; }
    .botones-descarga-container .button::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; color: #333; font-size: 13px; font-weight: 500; display: flex; align-items: center; padding-left: 12px; }
    .botones-descarga-container .ficha-tecnica-btn::before { content: "📄 Ficha Técnica"; }
    .botones-descarga-container .manuales-btn::before { content: "📖 Manuales"; }
}

/* Estilos para la columna de contacto en el pie de página */
.contacto-columna { text-align: left; font-family: Arial, sans-serif; line-height: 1.5; }
.contacto-columna h4 { font-size: 1.1em; font-weight: bold; margin: 0 0 15px 0; }

/* Estilos para Filtro HUSKY/WOOF */
.irs--round .irs-bar { background: #FFB81A !important; }
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single { background: #FFB81A !important; }
.irs--round .irs-handle { background: #FFB81A !important; border-color: #d6980b !important; }
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before { border-top-color: #FFB81A !important; }

/* CSS DEFINITIVO para el pie de página de ASTRA en móviles */
@media (max-width: 768px) {
    .site-footer .ast-builder-grid-row { grid-template-columns: 1fr; text-align: left; padding-left: 25px; padding-right: 25px; }
    .site-footer .site-footer-section { padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .site-footer .widget-title, .site-footer .ast-builder-html-element h2 { margin-bottom: 20px; font-size: 1.1em; font-weight: 600; color: #1a1a1a; }
    .site-footer ul, .site-footer ol, .site-footer .textwidget p { padding: 0; margin: 0; }
    .site-footer ul li, .site-footer ol li, .site-footer .textwidget p { margin-bottom: 12px; }
    .site-footer .widget_nav_menu ul { padding-left: 0 !important; }
    .site-footer a { text-decoration: none; color: #333; padding: 3px 0; }
    .site-footer .ast-builder-grid-row > .site-footer-section:last-child { border-bottom: none; padding-bottom: 0; }
    .site-footer [data-section="section-fb-social-icons-1"] .ast-builder-layout-element { justify-content: flex-start; }
    .site-footer form { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
    .site-footer form input[type="email"], .site-footer form input[type="submit"], .site-footer form button { width: 100%; max-width: 100%; box-sizing: border-box; }
}

/* Estilos para la imagen de pago seguro */
.icono-pago-seguro { max-width: 400px; height: auto; display: block; margin: 10px auto; padding: 10px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }
.icono-pago-seguro:hover { transform: scale(1.03); }
@media (max-width: 768px) {
    .icono-pago-seguro { max-width: 90%; padding: 8px; }
}