/*
 * Ferreton Diseñador de Tienda 1.5.4 — Catálogo Pro
 * Solo Tienda / categorías / taxonomías / búsquedas WooCommerce.
 * Paleta armonizada con Ferreton Bolivia, Rishi y Elementor.
 */

body.fsd-catalog-page {
    --fsd-catalog-primary: #0a8fd8;
    --fsd-catalog-primary-dark: #0877b7;
    --fsd-catalog-primary-soft: #eef8fd;
    --fsd-catalog-primary-soft-2: #e4f4fc;
    --fsd-catalog-text: #1f2a36;
    --fsd-catalog-muted: #667787;
    --fsd-catalog-border: #dfe8ef;
    --fsd-catalog-border-soft: #edf2f6;
    --fsd-catalog-surface: #ffffff;
    --fsd-catalog-page: #f5f8fb;
    --fsd-catalog-image: #fbfcfe;
    --fsd-catalog-shadow: 0 5px 16px rgba(27, 55, 78, .055);
    --fsd-catalog-shadow-hover: 0 12px 28px rgba(27, 55, 78, .09);
    background: var(--fsd-catalog-page) !important;
    color: var(--fsd-catalog-text);
}

body.fsd-catalog-page,
body.fsd-catalog-page button,
body.fsd-catalog-page input,
body.fsd-catalog-page select,
body.fsd-catalog-page textarea,
body.fsd-catalog-page .woocommerce {
    font-family: Rubik, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* ---------- Grid ---------- */
body.fsd-catalog-page ul.products,
body.fsd-catalog-page .elementor-products-grid ul.products,
body.fsd-catalog-page .woocommerce ul.products,
body.fsd-catalog-page .wc-block-grid__products,
body.fsd-catalog-page .wc-block-product-template {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    align-items: stretch !important;
    margin: 18px 0 32px !important;
    padding: 0 !important;
}

body.fsd-catalog-page ul.products::before,
body.fsd-catalog-page ul.products::after { display: none !important; }

/* ---------- Product card ---------- */
body.fsd-catalog-page ul.products li.product,
body.fsd-catalog-page .elementor-products-grid ul.products li.product,
body.fsd-catalog-page .woocommerce ul.products li.product,
body.fsd-catalog-page .wc-block-grid__product,
body.fsd-catalog-page .wc-block-product {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
    overflow: hidden !important;
    border: 1px solid var(--fsd-catalog-border) !important;
    border-radius: 13px !important;
    background: var(--fsd-catalog-surface) !important;
    box-shadow: var(--fsd-catalog-shadow) !important;
    text-align: left !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.fsd-catalog-page ul.products li.product:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover,
body.fsd-catalog-page .woocommerce ul.products li.product:hover,
body.fsd-catalog-page .wc-block-grid__product:hover,
body.fsd-catalog-page .wc-block-product:hover {
    transform: translateY(-2px) !important;
    border-color: #c7dce9 !important;
    box-shadow: var(--fsd-catalog-shadow-hover) !important;
}

/* ---------- Image ---------- */
body.fsd-catalog-page ul.products li.product a img,
body.fsd-catalog-page .elementor-products-grid ul.products li.product a img,
body.fsd-catalog-page .woocommerce ul.products li.product a img,
body.fsd-catalog-page .wc-block-grid__product-image img,
body.fsd-catalog-page .wc-block-components-product-image img {
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 0 12px !important;
    padding: 9px !important;
    border: 1px solid var(--fsd-catalog-border-soft) !important;
    border-radius: 9px !important;
    background: var(--fsd-catalog-image) !important;
    object-fit: contain !important;
    transition: transform .2s ease !important;
}

body.fsd-catalog-page ul.products li.product:hover a img,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover a img {
    transform: scale(1.01) !important;
}

/* ---------- Category ---------- */
body.fsd-catalog-page ul.products li.product .product-category,
body.fsd-catalog-page ul.products li.product .ast-woo-product-category,
body.fsd-catalog-page .wc-block-components-product-category {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 1px 3px 8px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--fsd-catalog-primary-dark) !important;
    font-size: 11px !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: .015em !important;
    text-transform: none !important;
    white-space: normal !important;
}

/* ---------- Title: full, lighter and cleaner ---------- */
body.fsd-catalog-page ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page ul.products li.product h2,
body.fsd-catalog-page ul.products li.product h3,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .wc-block-components-product-name,
body.fsd-catalog-page .wc-block-grid__product-title {
    display: block !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 3px 10px !important;
    padding: 0 !important;
    overflow: visible !important;
    color: var(--fsd-catalog-text) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.42 !important;
    letter-spacing: -.008em !important;
    text-transform: none !important;
    text-overflow: clip !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}

body.fsd-catalog-page ul.products li.product .star-rating,
body.fsd-catalog-page .wc-block-components-product-rating {
    margin: 0 3px 8px !important;
    color: #e7ad25 !important;
    font-size: 11px !important;
}

/* ---------- Automatic WooCommerce price ---------- */
body.fsd-catalog-page ul.products li.product .price,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .price,
body.fsd-catalog-page .wc-block-components-product-price,
body.fsd-catalog-page .wc-block-grid__product-price {
    display: block;
    margin: auto 3px 11px !important;
    color: var(--fsd-catalog-primary-dark) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

body.fsd-catalog-page ul.products li.product .price del {
    margin-right: 5px !important;
    color: #8b98a4 !important;
    font-size: .78em !important;
    font-weight: 500 !important;
    opacity: 1 !important;
}
body.fsd-catalog-page ul.products li.product .price ins { text-decoration: none !important; }

/* ---------- WooCommerce action: secondary ---------- */
body.fsd-catalog-page ul.products li.product .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
body.fsd-catalog-page .woocommerce ul.products li.product .button,
body.fsd-catalog-page .wc-block-components-product-button__button {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    border: 1px solid #bcdff1 !important;
    border-radius: 8px !important;
    background: var(--fsd-catalog-primary-soft) !important;
    box-shadow: none !important;
    color: var(--fsd-catalog-primary-dark) !important;
    font-size: 12.5px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: background .18s ease, border-color .18s ease, color .18s ease !important;
}

body.fsd-catalog-page ul.products li.product .button:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .button:hover,
body.fsd-catalog-page .wc-block-components-product-button__button:hover {
    border-color: #99cfe9 !important;
    background: var(--fsd-catalog-primary-soft-2) !important;
    color: #066ca7 !important;
}

/* ---------- Cotizador: primary action, same brand palette ---------- */
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    box-sizing: border-box !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 40px !important;
    margin: 8px 0 0 !important;
    padding: 9px 12px !important;
    border: 1px solid var(--fsd-catalog-primary) !important;
    border-radius: 8px !important;
    background: var(--fsd-catalog-primary) !important;
    box-shadow: none !important;
    color: #ffffff !important;
    font-size: 12.5px !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: background .18s ease, border-color .18s ease !important;
}

body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover {
    border-color: var(--fsd-catalog-primary-dark) !important;
    background: var(--fsd-catalog-primary-dark) !important;
    color: #ffffff !important;
}

body.fsd-catalog-page .fsd-quote-action > span,
body.fsd-catalog-page .fcp30-loop-quote-btn > span {
    color: inherit !important;
}

body.fsd-catalog-page .fsd-quote-action > span:first-child,
body.fsd-catalog-page .fcp30-loop-quote-btn > span:first-child {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 23px !important;
    width: 23px !important;
    height: 23px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: rgba(255,255,255,.17) !important;
    color: #fff !important;
}

body.fsd-catalog-page ul.products li.product .added_to_cart {
    margin-top: 6px !important;
    color: var(--fsd-catalog-primary-dark) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
}

/* ---------- Sale badge ---------- */
body.fsd-catalog-page .onsale,
body.fsd-catalog-page .wc-block-components-product-sale-badge {
    top: 17px !important;
    right: 17px !important;
    left: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: 5px 8px !important;
    border: 0 !important;
    border-radius: 6px !important;
    background: #d94d4d !important;
    color: #fff !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

/* ---------- Toolbar ---------- */
body.fsd-catalog-page .woocommerce-result-count {
    margin: 0 !important;
    color: var(--fsd-catalog-muted) !important;
    font-size: 12.5px !important;
    font-weight: 450 !important;
}
body.fsd-catalog-page .woocommerce-ordering { margin: 0 !important; }
body.fsd-catalog-page .woocommerce-ordering select {
    min-height: 40px !important;
    padding: 7px 36px 7px 12px !important;
    border: 1px solid var(--fsd-catalog-border) !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: 0 2px 7px rgba(27,55,78,.025) !important;
    color: #4f5e6c !important;
    font-size: 12.5px !important;
}
body.fsd-catalog-page .woocommerce-ordering select:focus {
    border-color: #a8d4ea !important;
    outline: 2px solid rgba(10,143,216,.09) !important;
    outline-offset: 1px;
}

/* ---------- Sidebar ---------- */
@media (min-width: 1025px) {
    body.fsd-catalog-page.fsd-shop-has-sidebar .site-main,
    body.fsd-catalog-page.fsd-shop-has-sidebar main#main {
        box-sizing: border-box;
        width: calc(100vw - 34px) !important;
        max-width: none !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-shop-layout {
        grid-template-columns: 232px minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card {
        border: 1px solid var(--fsd-catalog-border) !important;
        border-radius: 12px !important;
        background: #fff !important;
        box-shadow: 0 4px 13px rgba(27,55,78,.045) !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card > h2 {
        gap: 9px !important;
        padding: 13px 14px 12px !important;
        border-bottom: 1px solid var(--fsd-catalog-border-soft) !important;
        color: var(--fsd-catalog-text) !important;
        font-size: 14.5px !important;
        font-weight: 650 !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-icon {
        width: 26px !important;
        height: 26px !important;
        flex-basis: 26px !important;
        border-radius: 7px !important;
        background: var(--fsd-catalog-primary-soft-2) !important;
        color: var(--fsd-catalog-primary) !important;
        font-size: 11px !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card ul {
        padding: 7px 10px 10px !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-brands a,
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories details a {
        min-height: 34px !important;
        padding: 6px 7px !important;
        border-radius: 7px !important;
        color: #2b3742 !important;
        font-size: 11.5px !important;
        font-weight: 550 !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-brands a:hover,
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories details a:hover {
        background: var(--fsd-catalog-primary-soft) !important;
        color: var(--fsd-catalog-primary-dark) !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-category-group {
        border-color: #cfe8f5 !important;
        background: #fbfdff !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-category-group > summary {
        background: var(--fsd-catalog-primary-soft) !important;
        color: var(--fsd-catalog-primary-dark) !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-category-group em {
        background: var(--fsd-catalog-primary-soft-2) !important;
        color: var(--fsd-catalog-primary-dark) !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories * {
        scrollbar-width: thin;
        scrollbar-color: #9fd4ec transparent;
    }
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories *::-webkit-scrollbar { width: 5px; }
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories *::-webkit-scrollbar-track { background: transparent; }
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories *::-webkit-scrollbar-thumb {
        border-radius: 999px;
        background: #9fd4ec;
    }
}

/* ---------- Elementor wrappers ---------- */
body.fsd-catalog-page .elementor-widget-woocommerce-products,
body.fsd-catalog-page .elementor-widget-wc-archive-products,
body.fsd-catalog-page .elementor-widget-woocommerce-product-archive {
    min-width: 0 !important;
}

body.fsd-catalog-page .elementor-widget-wc-archive-products .woocommerce,
body.fsd-catalog-page .elementor-widget-woocommerce-products .woocommerce {
    width: 100% !important;
}

/* ---------- Tablet: 2 columns ---------- */
@media (min-width: 768px) and (max-width: 1024px) {
    body.fsd-catalog-page ul.products,
    body.fsd-catalog-page .elementor-products-grid ul.products,
    body.fsd-catalog-page .woocommerce ul.products,
    body.fsd-catalog-page .wc-block-grid__products,
    body.fsd-catalog-page .wc-block-product-template {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }

    body.fsd-catalog-page ul.products li.product,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product {
        padding: 12px !important;
    }

    body.fsd-catalog-page ul.products li.product .woocommerce-loop-product__title,
    body.fsd-catalog-page ul.products li.product h2,
    body.fsd-catalog-page ul.products li.product h3 {
        font-size: 14px !important;
    }
}

/* ---------- Mobile: 1 column ---------- */
@media (max-width: 767px) {
    body.fsd-catalog-page ul.products,
    body.fsd-catalog-page .elementor-products-grid ul.products,
    body.fsd-catalog-page .woocommerce ul.products,
    body.fsd-catalog-page .wc-block-grid__products,
    body.fsd-catalog-page .wc-block-product-template {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 13px !important;
        margin-top: 14px !important;
    }

    body.fsd-catalog-page ul.products li.product,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product,
    body.fsd-catalog-page .wc-block-grid__product,
    body.fsd-catalog-page .wc-block-product {
        padding: 11px !important;
        border-radius: 12px !important;
    }

    body.fsd-catalog-page ul.products li.product a img,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product a img {
        aspect-ratio: 16 / 10 !important;
        padding: 8px !important;
    }

    body.fsd-catalog-page ul.products li.product .woocommerce-loop-product__title,
    body.fsd-catalog-page ul.products li.product h2,
    body.fsd-catalog-page ul.products li.product h3 {
        font-size: 14px !important;
    }

    body.fsd-catalog-page ul.products li.product .button,
    body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
    body.fsd-catalog-page ul.products li.product .fsd-quote-action {
        min-height: 41px !important;
        font-size: 12.5px !important;
    }
}


/* ---------- v1.5.5 professional button system ---------- */
body.fsd-catalog-page ul.products li.product .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
body.fsd-catalog-page .woocommerce ul.products li.product .button,
body.fsd-catalog-page .wc-block-components-product-button__button,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 14px !important;
    border-radius: 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: -.01em !important;
    line-height: 46px !important;
    white-space: nowrap !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, filter .22s ease !important;
    -webkit-font-smoothing: antialiased;
}

body.fsd-catalog-page ul.products li.product .button::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button::before,
body.fsd-catalog-page .woocommerce ul.products li.product .button::before,
body.fsd-catalog-page .wc-block-components-product-button__button::before,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn::before,
body.fsd-catalog-page ul.products li.product .fsd-quote-action::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action::before,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 60%);
    pointer-events: none;
    z-index: 0;
}

body.fsd-catalog-page ul.products li.product .button::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button::after,
body.fsd-catalog-page .woocommerce ul.products li.product .button::after,
body.fsd-catalog-page .wc-block-components-product-button__button::after,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn::after,
body.fsd-catalog-page ul.products li.product .fsd-quote-action::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action::after,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action::after {
    content: '';
    position: absolute;
    top: -30%;
    left: -55%;
    width: 38%;
    height: 160%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.26) 50%, rgba(255,255,255,0) 100%);
    transform: skewX(-22deg);
    opacity: .72;
    transition: left .48s ease;
    pointer-events: none;
    z-index: 0;
}

body.fsd-catalog-page ul.products li.product .button > *,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button > *,
body.fsd-catalog-page .woocommerce ul.products li.product .button > *,
body.fsd-catalog-page .wc-block-components-product-button__button > *,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn > *,
body.fsd-catalog-page ul.products li.product .fsd-quote-action > *,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn > *,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action > *,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action > * {
    position: relative;
    z-index: 1;
}

body.fsd-catalog-page ul.products li.product .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
body.fsd-catalog-page .woocommerce ul.products li.product .button,
body.fsd-catalog-page .wc-block-components-product-button__button {
    border: 1px solid #9fd3f0 !important;
    background: linear-gradient(180deg, #fafdff 0%, #e8f5fd 100%) !important;
    box-shadow: 0 8px 18px rgba(25, 91, 130, .10), inset 0 1px 0 rgba(255,255,255,.66) !important;
    color: #0b6ea6 !important;
}

body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    gap: 8px !important;
    margin-top: 10px !important;
    border: 1px solid #0887d0 !important;
    background: linear-gradient(180deg, #28b2ff 0%, #0093e7 52%, #007fd0 100%) !important;
    box-shadow: 0 12px 22px rgba(0, 123, 197, .22), inset 0 1px 0 rgba(255,255,255,.32) !important;
    color: #ffffff !important;
}

body.fsd-catalog-page .fsd-quote-action > span:first-child,
body.fsd-catalog-page .fcp30-loop-quote-btn > span:first-child {
    min-width: 24px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 7px !important;
    background: rgba(255,255,255,.18) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18) !important;
}

body.fsd-catalog-page ul.products li.product .button:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .button:hover,
body.fsd-catalog-page .wc-block-components-product-button__button:hover,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action:hover {
    transform: translateY(-2px) !important;
    filter: saturate(1.03) brightness(1.02) !important;
}

body.fsd-catalog-page ul.products li.product .button:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .button:hover,
body.fsd-catalog-page .wc-block-components-product-button__button:hover {
    border-color: #88c8ea !important;
    background: linear-gradient(180deg, #ffffff 0%, #dff1fb 100%) !important;
    box-shadow: 0 12px 24px rgba(25, 91, 130, .14), inset 0 1px 0 rgba(255,255,255,.8) !important;
    color: #075e90 !important;
}

body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action:hover {
    border-color: #0779bb !important;
    background: linear-gradient(180deg, #3ab7ff 0%, #0a9bea 55%, #0077c3 100%) !important;
    box-shadow: 0 15px 26px rgba(0, 123, 197, .28), inset 0 1px 0 rgba(255,255,255,.32) !important;
    color: #ffffff !important;
}

body.fsd-catalog-page ul.products li.product .button:hover::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button:hover::after,
body.fsd-catalog-page .woocommerce ul.products li.product .button:hover::after,
body.fsd-catalog-page .wc-block-components-product-button__button:hover::after,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover::after,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover::after,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action:hover::after {
    left: 120%;
}

body.fsd-catalog-page ul.products li.product .button:active,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button:active,
body.fsd-catalog-page .woocommerce ul.products li.product .button:active,
body.fsd-catalog-page .wc-block-components-product-button__button:active,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:active,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:active,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:active,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:active,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action:active {
    transform: translateY(0) scale(.985) !important;
}

@media (max-width: 767px) {
    body.fsd-catalog-page ul.products li.product .button,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
    body.fsd-catalog-page .woocommerce ul.products li.product .button,
    body.fsd-catalog-page .wc-block-components-product-button__button,
    body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
    body.fsd-catalog-page ul.products li.product .fsd-quote-action,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
    body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        font-size: 12px !important;
        line-height: 44px !important;
    }
}


/* ---------- v1.5.6 price visibility + refined catalog polish ---------- */
body.fsd-catalog-page ul.products li.product .price,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .price,
body.fsd-catalog-page .wc-block-components-product-price,
body.fsd-catalog-page .wc-block-grid__product-price,
body.fsd-catalog-page .fsd-loop-price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 24px;
    margin: 3px 0 12px !important;
    color: #0a88cc !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.22 !important;
}

body.fsd-catalog-page ul.products li.product .price .amount,
body.fsd-catalog-page .fsd-loop-price .amount {
    color: inherit !important;
    font-weight: inherit !important;
}

body.fsd-catalog-page ul.products li.product .price del,
body.fsd-catalog-page .fsd-loop-price del {
    margin-right: 6px !important;
    color: #8c9cab !important;
    font-size: .8em !important;
    font-weight: 600 !important;
    opacity: .9 !important;
}

body.fsd-catalog-page ul.products li.product .price ins,
body.fsd-catalog-page .fsd-loop-price ins {
    text-decoration: none !important;
}

body.fsd-catalog-page ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .wc-block-grid__product-title {
    min-height: 3.45em;
}

body.fsd-catalog-page ul.products li.product,
body.fsd-catalog-page .elementor-products-grid ul.products li.product,
body.fsd-catalog-page .woocommerce ul.products li.product {
    box-shadow: 0 10px 24px rgba(23, 60, 88, .06) !important;
}

body.fsd-catalog-page ul.products li.product:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover,
body.fsd-catalog-page .woocommerce ul.products li.product:hover {
    box-shadow: 0 16px 32px rgba(23, 60, 88, .1) !important;
}


/* ==============================
   v1.6.0 — Professional interactive polish
   ============================== */
body.fsd-catalog-page {
    --fsd-catalog-primary: #0093e7;
    --fsd-catalog-primary-dark: #0078be;
    --fsd-catalog-primary-deep: #005f99;
    --fsd-catalog-primary-soft: #eef8ff;
    --fsd-catalog-primary-soft-2: #dff2ff;
    --fsd-catalog-accent: #31b7ff;
    --fsd-catalog-success: #00b37a;
    --fsd-catalog-shadow: 0 10px 24px rgba(24, 60, 88, .06);
    --fsd-catalog-shadow-hover: 0 20px 40px rgba(21, 57, 84, .12);
}

body.fsd-catalog-page ul.products,
body.fsd-catalog-page .elementor-products-grid ul.products,
body.fsd-catalog-page .woocommerce ul.products {
    gap: 18px !important;
}

body.fsd-catalog-page ul.products li.product,
body.fsd-catalog-page .elementor-products-grid ul.products li.product,
body.fsd-catalog-page .woocommerce ul.products li.product,
body.fsd-catalog-page .wc-block-grid__product,
body.fsd-catalog-page .wc-block-product {
    position: relative !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    box-shadow: var(--fsd-catalog-shadow) !important;
}

body.fsd-catalog-page ul.products li.product::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product::before,
body.fsd-catalog-page .woocommerce ul.products li.product::before,
body.fsd-catalog-page .wc-block-grid__product::before,
body.fsd-catalog-page .wc-block-product::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(160deg, rgba(0,147,231,.14), rgba(255,255,255,0) 36%, rgba(0,147,231,.12) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

body.fsd-catalog-page ul.products li.product:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover,
body.fsd-catalog-page .woocommerce ul.products li.product:hover,
body.fsd-catalog-page .wc-block-grid__product:hover,
body.fsd-catalog-page .wc-block-product:hover {
    transform: translateY(-4px) !important;
    border-color: #b8dced !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
    box-shadow: var(--fsd-catalog-shadow-hover) !important;
}

body.fsd-catalog-page ul.products li.product a img,
body.fsd-catalog-page .elementor-products-grid ul.products li.product a img,
body.fsd-catalog-page .woocommerce ul.products li.product a img,
body.fsd-catalog-page .wc-block-grid__product-image img,
body.fsd-catalog-page .wc-block-components-product-image img {
    aspect-ratio: 1 / 1 !important;
    padding: 12px !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #fcfeff 0%, #f3f9fd 100%) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8) !important;
    transition: transform .28s ease, box-shadow .28s ease !important;
}

body.fsd-catalog-page ul.products li.product:hover a img,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover a img,
body.fsd-catalog-page .woocommerce ul.products li.product:hover a img {
    transform: scale(1.04) !important;
    box-shadow: 0 12px 24px rgba(24, 76, 112, .10), inset 0 1px 0 rgba(255,255,255,.92) !important;
}

body.fsd-catalog-page ul.products li.product .product-category,
body.fsd-catalog-page ul.products li.product .ast-woo-product-category,
body.fsd-catalog-page .wc-block-components-product-category {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    margin: 0 0 10px !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #f3fbff 0%, #e6f5ff 100%) !important;
    color: var(--fsd-catalog-primary-dark) !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
    box-shadow: inset 0 0 0 1px rgba(0,147,231,.10) !important;
}

body.fsd-catalog-page ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page ul.products li.product h2,
body.fsd-catalog-page ul.products li.product h3,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .wc-block-components-product-name,
body.fsd-catalog-page .wc-block-grid__product-title {
    min-height: 3.9em !important;
    margin: 0 0 10px !important;
    color: #152332 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.36 !important;
    transition: color .2s ease !important;
}

body.fsd-catalog-page ul.products li.product:hover .woocommerce-loop-product__title,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .woocommerce-loop-product__title,
body.fsd-catalog-page .woocommerce ul.products li.product:hover .woocommerce-loop-product__title {
    color: #0e4366 !important;
}

body.fsd-catalog-page ul.products li.product .price,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .price,
body.fsd-catalog-page .wc-block-components-product-price,
body.fsd-catalog-page .wc-block-grid__product-price,
body.fsd-catalog-page .fsd-loop-price {
    margin: auto 0 12px !important;
    color: var(--fsd-catalog-primary) !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

body.fsd-catalog-page ul.products li.product .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
body.fsd-catalog-page .woocommerce ul.products li.product .button,
body.fsd-catalog-page .wc-block-components-product-button__button,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 14px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, filter .25s ease !important;
}

body.fsd-catalog-page ul.products li.product .button::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button::before,
body.fsd-catalog-page .woocommerce ul.products li.product .button::before,
body.fsd-catalog-page .wc-block-components-product-button__button::before,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn::before,
body.fsd-catalog-page ul.products li.product .fsd-quote-action::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn::before,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action::before,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.28) 0%, rgba(255,255,255,.05) 48%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}

body.fsd-catalog-page ul.products li.product .button::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button::after,
body.fsd-catalog-page .woocommerce ul.products li.product .button::after,
body.fsd-catalog-page .wc-block-components-product-button__button::after,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn::after,
body.fsd-catalog-page ul.products li.product .fsd-quote-action::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action::after,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action::after {
    content: "";
    position: absolute;
    top: -30%;
    left: -55%;
    width: 34%;
    height: 170%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.33), transparent);
    transform: skewX(-22deg);
    transition: left .5s ease;
    pointer-events: none;
}

body.fsd-catalog-page ul.products li.product .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
body.fsd-catalog-page .woocommerce ul.products li.product .button,
body.fsd-catalog-page .wc-block-components-product-button__button {
    border: 1px solid #9fd1eb !important;
    background: linear-gradient(180deg, #ffffff 0%, #ebf7ff 100%) !important;
    box-shadow: 0 10px 20px rgba(24, 89, 128, .09), inset 0 1px 0 rgba(255,255,255,.9) !important;
    color: #086da7 !important;
}

body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    gap: 8px !important;
    margin-top: 10px !important;
    border: 1px solid #0084cf !important;
    background: linear-gradient(180deg, #2eb8ff 0%, #0098eb 52%, #007dcb 100%) !important;
    box-shadow: 0 14px 26px rgba(0, 130, 205, .20), inset 0 1px 0 rgba(255,255,255,.28) !important;
    color: #fff !important;
}

body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn > span:first-child,
body.fsd-catalog-page ul.products li.product .fsd-quote-action > span:first-child,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn > span:first-child,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action > span:first-child {
    display: inline-grid !important;
    place-items: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 7px !important;
    background: rgba(255,255,255,.17) !important;
}

body.fsd-catalog-page ul.products li.product:hover .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .button,
body.fsd-catalog-page .woocommerce ul.products li.product:hover .button,
body.fsd-catalog-page .wc-block-components-product-button__button:hover,
body.fsd-catalog-page ul.products li.product:hover .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product:hover .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quote-action {
    transform: translateY(-2px) !important;
    filter: brightness(1.02) saturate(1.04) !important;
}

body.fsd-catalog-page ul.products li.product:hover .button::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .button::after,
body.fsd-catalog-page .woocommerce ul.products li.product:hover .button::after,
body.fsd-catalog-page .wc-block-components-product-button__button:hover::after,
body.fsd-catalog-page ul.products li.product:hover .fcp30-loop-quote-btn::after,
body.fsd-catalog-page ul.products li.product:hover .fsd-quote-action::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fcp30-loop-quote-btn::after,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quote-action::after {
    left: 120%;
}

body.fsd-catalog-page ul.products li.product .button:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .button:hover,
body.fsd-catalog-page .wc-block-components-product-button__button:hover {
    border-color: #8cc7e6 !important;
    background: linear-gradient(180deg, #ffffff 0%, #e2f3ff 100%) !important;
    color: #075f91 !important;
}

body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action:hover {
    border-color: #0074b6 !important;
    background: linear-gradient(180deg, #40beff 0%, #11a0ee 55%, #0078c2 100%) !important;
    color: #fff !important;
}

body.fsd-catalog-page .woocommerce-ordering select {
    border-radius: 12px !important;
    box-shadow: 0 8px 16px rgba(23, 60, 88, .04) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}
body.fsd-catalog-page .woocommerce-ordering select:hover,
body.fsd-catalog-page .woocommerce-ordering select:focus {
    border-color: #bddced !important;
    box-shadow: 0 14px 24px rgba(23, 60, 88, .08) !important;
    background: #fff !important;
}

body.fsd-catalog-page .woocommerce-result-count {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #64788b !important;
}

/* Professional hover for sidebar items */
body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-brands a,
body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories details a {
    border-radius: 12px !important;
    transition: transform .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease !important;
}
body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-brands a:hover,
body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-categories details a:hover {
    transform: translateX(3px) !important;
    background: linear-gradient(180deg, #f4fbff 0%, #e7f5ff 100%) !important;
    color: #076da6 !important;
    box-shadow: 0 8px 18px rgba(22, 80, 117, .06) !important;
}

/* If there is only one product on a brand/category page, keep the card elegant */
body.fsd-catalog-page ul.products:has(> li.product:first-child:nth-last-child(1)),
body.fsd-catalog-page .woocommerce ul.products:has(> li.product:first-child:nth-last-child(1)) {
    grid-template-columns: minmax(280px, 360px) !important;
    justify-content: start !important;
}

/* Hero banner refinement */
body.fsd-catalog-page .fsd-catalog-hero,
body.fsd-catalog-page .fsd-taxonomy-hero,
body.fsd-catalog-page .fsd-brand-hero {
    border-radius: 28px !important;
    overflow: hidden !important;
    box-shadow: 0 18px 42px rgba(20, 58, 84, .08) !important;
}
body.fsd-catalog-page .fsd-catalog-hero .fsd-catalog-cta,
body.fsd-catalog-page .fsd-taxonomy-hero .fsd-catalog-cta,
body.fsd-catalog-page .fsd-brand-hero .fsd-catalog-cta {
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}
body.fsd-catalog-page .fsd-catalog-hero .fsd-catalog-cta:hover,
body.fsd-catalog-page .fsd-taxonomy-hero .fsd-catalog-cta:hover,
body.fsd-catalog-page .fsd-brand-hero .fsd-catalog-cta:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 24px rgba(0, 147, 231, .16) !important;
}

@media (max-width: 1024px) {
    body.fsd-catalog-page ul.products,
    body.fsd-catalog-page .elementor-products-grid ul.products,
    body.fsd-catalog-page .woocommerce ul.products {
        gap: 16px !important;
    }
}

@media (max-width: 767px) {
    body.fsd-catalog-page ul.products li.product,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product,
    body.fsd-catalog-page .woocommerce ul.products li.product {
        border-radius: 16px !important;
        padding: 12px !important;
    }
    body.fsd-catalog-page ul.products li.product .button,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
    body.fsd-catalog-page .woocommerce ul.products li.product .button,
    body.fsd-catalog-page .wc-block-components-product-button__button,
    body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
    body.fsd-catalog-page ul.products li.product .fsd-quote-action {
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        font-size: 12px !important;
    }
}


/* ==============================
   v1.6.1 — Brand archive layout fix
   ============================== */
body.fsd-brand-archive .fsd-catalog-hero {
    background:
        radial-gradient(circle at 96% 12%, rgba(0,147,231,.12) 0 92px, transparent 93px),
        radial-gradient(circle at 89% 100%, rgba(0,147,231,.07) 0 52px, transparent 53px),
        linear-gradient(115deg, #ffffff 0%, #f3faff 52%, #eaf7ff 100%) !important;
    border: 1px solid rgba(0,147,231,.18) !important;
    border-left: 5px solid var(--fsd-catalog-primary) !important;
}

body.fsd-brand-archive .fsd-catalog-hero h1 {
    letter-spacing: -.035em !important;
}

/* One product: center it instead of leaving a huge empty right side. */
body.fsd-brand-archive.fsd-results-single .fsd-shop-main ul.products,
body.fsd-brand-archive.fsd-results-single .fsd-shop-main .woocommerce ul.products,
body.fsd-brand-archive.fsd-results-single .fsd-shop-main .elementor-products-grid ul.products {
    grid-template-columns: minmax(300px, 380px) !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.fsd-brand-archive.fsd-results-single .fsd-shop-main ul.products li.product,
body.fsd-brand-archive.fsd-results-single .fsd-shop-main .woocommerce ul.products li.product,
body.fsd-brand-archive.fsd-results-single .fsd-shop-main .elementor-products-grid ul.products li.product {
    width: 100% !important;
    max-width: 380px !important;
    margin-inline: auto !important;
}

/* Two or three products: balanced centered row instead of stretched empty columns. */
body.fsd-brand-archive.fsd-results-few .fsd-shop-main ul.products,
body.fsd-brand-archive.fsd-results-few .fsd-shop-main .woocommerce ul.products,
body.fsd-brand-archive.fsd-results-few .fsd-shop-main .elementor-products-grid ul.products {
    grid-template-columns: repeat(auto-fit, minmax(280px, 340px)) !important;
    justify-content: center !important;
    width: 100% !important;
}

body.fsd-brand-archive .fsd-shop-main .woocommerce-result-count {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 2px !important;
}

body.fsd-brand-archive .fsd-sidebar-brands a[aria-current="page"],
body.fsd-brand-archive .fsd-sidebar-brands li.current-menu-item > a,
body.fsd-brand-archive .fsd-sidebar-brands li.current-cat > a {
    background: linear-gradient(180deg, #eef9ff 0%, #dff3ff 100%) !important;
    color: #006da9 !important;
    box-shadow: inset 0 0 0 1px rgba(0,147,231,.16) !important;
}

@media (max-width: 1024px) {
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main ul.products,
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main .woocommerce ul.products,
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main .elementor-products-grid ul.products {
        grid-template-columns: minmax(280px, 440px) !important;
    }
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main ul.products li.product {
        max-width: 440px !important;
    }
}

@media (max-width: 640px) {
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main ul.products,
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main .woocommerce ul.products,
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main .elementor-products-grid ul.products,
    body.fsd-brand-archive.fsd-results-few .fsd-shop-main ul.products,
    body.fsd-brand-archive.fsd-results-few .fsd-shop-main .woocommerce ul.products,
    body.fsd-brand-archive.fsd-results-few .fsd-shop-main .elementor-products-grid ul.products {
        grid-template-columns: 1fr !important;
        justify-content: stretch !important;
    }
    body.fsd-brand-archive.fsd-results-single .fsd-shop-main ul.products li.product {
        max-width: none !important;
    }
}

/* ==============================
   v1.6.2 — Product Quick View
   ============================== */
body.fsd-catalog-page ul.products li.product,
body.fsd-catalog-page .elementor-products-grid ul.products li.product,
body.fsd-catalog-page .woocommerce ul.products li.product {
    position: relative !important;
}

body.fsd-catalog-page .fsd-quick-view-trigger {
    position: absolute !important;
    z-index: 15 !important;
    top: 26px !important;
    right: 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(0,147,231,.18) !important;
    border-radius: 13px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 10px 24px rgba(24,62,91,.13), inset 0 1px 0 rgba(255,255,255,.85) !important;
    color: #047bbd !important;
    opacity: .92 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer !important;
    transition: width .24s ease, transform .22s ease, box-shadow .22s ease, background .22s ease, opacity .22s ease !important;
}
body.fsd-catalog-page .fsd-quick-view-trigger .fsd-quick-view-eye {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 22px !important;
    width: 22px !important;
    height: 22px !important;
}
body.fsd-catalog-page .fsd-quick-view-trigger svg {
    width: 21px !important;
    height: 21px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.9 !important;
}
body.fsd-catalog-page .fsd-quick-view-label {
    display: none !important;
    white-space: nowrap !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
}
body.fsd-catalog-page ul.products li.product:hover .fsd-quick-view-trigger,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quick-view-trigger,
body.fsd-catalog-page .woocommerce ul.products li.product:hover .fsd-quick-view-trigger,
body.fsd-catalog-page .fsd-quick-view-trigger:focus-visible {
    width: 120px !important;
    justify-content: flex-start !important;
    padding: 0 12px !important;
    opacity: 1 !important;
    transform: translateY(-2px) !important;
    background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%) !important;
    box-shadow: 0 14px 28px rgba(0,113,176,.16), inset 0 1px 0 rgba(255,255,255,.9) !important;
}
body.fsd-catalog-page ul.products li.product:hover .fsd-quick-view-label,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quick-view-label,
body.fsd-catalog-page .woocommerce ul.products li.product:hover .fsd-quick-view-label,
body.fsd-catalog-page .fsd-quick-view-trigger:focus-visible .fsd-quick-view-label {
    display: inline !important;
}

html.fsd-qv-lock,
html.fsd-qv-lock body {
    overflow: hidden !important;
}
.fsd-quick-view-modal {
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 22px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .22s ease, visibility .22s ease;
}
.fsd-quick-view-modal.is-open {
    visibility: visible;
    opacity: 1;
}
.fsd-quick-view-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9,24,37,.52);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}
.fsd-quick-view-dialog {
    position: relative;
    z-index: 1;
    width: min(940px, 96vw);
    max-height: min(720px, 90vh);
    overflow: auto;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,.99) 0%, #f9fcff 100%);
    box-shadow: 0 34px 90px rgba(0,22,39,.28), inset 0 1px 0 rgba(255,255,255,.9);
    transform: translateY(14px) scale(.985);
    transition: transform .24s ease;
    font-family: Rubik, system-ui, sans-serif;
}
.fsd-quick-view-modal.is-open .fsd-quick-view-dialog {
    transform: translateY(0) scale(1);
}
.fsd-quick-view-close {
    position: absolute;
    z-index: 5;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d8e8f2;
    border-radius: 13px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 8px 20px rgba(21,58,85,.10);
    color: #385267;
    font: 400 28px/1 Rubik, system-ui, sans-serif;
    cursor: pointer;
    transition: transform .18s ease, color .18s ease, border-color .18s ease;
}
.fsd-quick-view-close:hover {
    transform: rotate(5deg) scale(1.04);
    color: #0079bd;
    border-color: #b7dbef;
}
.fsd-quick-view-loading {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #5f7485;
    font-size: 14px;
    font-weight: 600;
}
.fsd-qv-spinner {
    width: 38px;
    height: 38px;
    border: 3px solid #d9eef9;
    border-top-color: #0093e7;
    border-radius: 50%;
    animation: fsd-qv-spin .75s linear infinite;
}
@keyframes fsd-qv-spin { to { transform: rotate(360deg); } }
.fsd-qv-product {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 28px;
    padding: 30px;
}
.fsd-qv-media {
    min-width: 0;
}
.fsd-qv-image-wrap {
    display: grid;
    place-items: center;
    min-height: 420px;
    padding: 18px;
    border: 1px solid #e3edf4;
    border-radius: 21px;
    background: linear-gradient(180deg, #fcfeff 0%, #f3f9fd 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.fsd-qv-image-wrap img {
    width: 100%;
    max-height: 390px;
    object-fit: contain;
}
.fsd-qv-info {
    min-width: 0;
    padding: 14px 12px 8px 0;
}
.fsd-qv-category {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 7px 11px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f2fbff 0%, #e4f5ff 100%);
    box-shadow: inset 0 0 0 1px rgba(0,147,231,.10);
    color: #0877b7;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.fsd-qv-title {
    margin: 0 0 12px !important;
    color: #142333 !important;
    font-size: clamp(25px, 2.5vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -.025em !important;
}
.fsd-qv-price {
    margin: 0 0 12px;
    color: #0093e7;
    font-size: 25px;
    font-weight: 800;
}
.fsd-qv-price del { color: #91a0ad; font-size: .75em; margin-right: 7px; }
.fsd-qv-price ins { text-decoration: none; }
.fsd-qv-stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    color: #557080;
    font-size: 12px;
    font-weight: 700;
}
.fsd-qv-stock span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #9aa9b5;
    box-shadow: 0 0 0 4px rgba(154,169,181,.13);
}
.fsd-qv-stock.is-in-stock { color: #07885f; }
.fsd-qv-stock.is-in-stock span { background: #00b47a; box-shadow: 0 0 0 4px rgba(0,180,122,.13); }
.fsd-qv-description {
    margin: 0 0 17px;
    color: #5b6e7e;
    font-size: 14px;
    line-height: 1.65;
}
.fsd-qv-attributes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 20px;
}
.fsd-qv-attributes > div {
    min-width: 0;
    padding: 10px 11px;
    border: 1px solid #e3edf4;
    border-radius: 12px;
    background: #fbfdff;
}
.fsd-qv-attributes span,
.fsd-qv-attributes strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fsd-qv-attributes span {
    margin-bottom: 3px;
    color: #8493a0;
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
}
.fsd-qv-attributes strong {
    color: #263847;
    font-size: 11.5px;
    font-weight: 700;
}
.fsd-qv-actions {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 10px;
}
.fsd-qv-view-product,
.fsd-qv-add-quote {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    min-height: 48px;
    padding: 0 15px;
    border-radius: 13px;
    font: 700 13px/1 Rubik, system-ui, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.fsd-qv-view-product {
    border: 1px solid #a9d6ee;
    background: linear-gradient(180deg, #fff 0%, #eaf7ff 100%);
    box-shadow: 0 9px 18px rgba(22,86,125,.09), inset 0 1px 0 rgba(255,255,255,.9);
    color: #076ea7 !important;
}
.fsd-qv-add-quote {
    border: 1px solid #0083cf;
    background: linear-gradient(180deg, #31baff 0%, #0097e9 52%, #007bc7 100%);
    box-shadow: 0 13px 25px rgba(0,130,205,.23), inset 0 1px 0 rgba(255,255,255,.28);
    color: #fff;
}
.fsd-qv-add-quote > span {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 7px;
    background: rgba(255,255,255,.17);
    font-size: 17px;
}
.fsd-qv-view-product:hover,
.fsd-qv-add-quote:hover {
    transform: translateY(-2px);
    filter: brightness(1.02) saturate(1.04);
}
.fsd-qv-view-product:hover { box-shadow: 0 13px 24px rgba(22,86,125,.14); }
.fsd-qv-add-quote:hover { box-shadow: 0 16px 29px rgba(0,130,205,.28); }
.fsd-qv-add-quote.is-unavailable {
    background: #eef2f5;
    border-color: #d8e0e6;
    color: #738391;
    box-shadow: none;
    cursor: default;
}
.fsd-qv-error {
    min-height: 300px;
    display: grid;
    place-content: center;
    padding: 30px;
    text-align: center;
    color: #5d7080;
}
.fsd-qv-error strong { color: #213647; font-size: 20px; }

@media (max-width: 760px) {
    body.fsd-catalog-page .fsd-quick-view-trigger {
        top: 20px !important;
        right: 20px !important;
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
        min-height: 40px !important;
    }
    body.fsd-catalog-page ul.products li.product:hover .fsd-quick-view-trigger,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quick-view-trigger,
    body.fsd-catalog-page .woocommerce ul.products li.product:hover .fsd-quick-view-trigger {
        width: 40px !important;
        padding: 0 !important;
        justify-content: center !important;
    }
    body.fsd-catalog-page .fsd-quick-view-label { display: none !important; }
    .fsd-quick-view-modal { padding: 10px; }
    .fsd-quick-view-dialog { width: min(100%, 560px); max-height: 94vh; border-radius: 20px; }
    .fsd-qv-product { grid-template-columns: 1fr; gap: 15px; padding: 18px; }
    .fsd-qv-image-wrap { min-height: 270px; padding: 13px; }
    .fsd-qv-image-wrap img { max-height: 260px; }
    .fsd-qv-info { padding: 0; }
    .fsd-qv-title { font-size: 23px !important; }
    .fsd-qv-price { font-size: 21px; }
    .fsd-qv-attributes { grid-template-columns: 1fr 1fr; }
    .fsd-qv-actions { grid-template-columns: 1fr; }
}


/* v1.6.3 — quick-view reliability refinements */
.fsd-qv-add-quote {
    cursor: pointer !important;
    text-decoration: none !important;
}
.fsd-qv-add-quote:visited { color: #fff !important; }
.fsd-quick-view-modal[aria-hidden="true"] { pointer-events: none !important; }
.fsd-quick-view-modal.is-open { pointer-events: auto !important; }


/* v1.6.4 — correcciones visuales en celular */
@media (hover: none), (pointer: coarse), (max-width: 1024px) {
    body.fsd-catalog-page .fsd-quick-view-trigger,
    body.fsd-catalog-page ul.products li.product:hover .fsd-quick-view-trigger,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quick-view-trigger,
    body.fsd-catalog-page .woocommerce ul.products li.product:hover .fsd-quick-view-trigger,
    body.fsd-catalog-page .fsd-quick-view-trigger:focus-visible {
        top: 14px !important;
        right: 14px !important;
        width: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
        height: 44px !important;
        min-height: 44px !important;
        max-height: 44px !important;
        padding: 0 !important;
        gap: 0 !important;
        justify-content: center !important;
        overflow: hidden !important;
        border-radius: 14px !important;
        opacity: .98 !important;
    }

    body.fsd-catalog-page .fsd-quick-view-label,
    body.fsd-catalog-page ul.products li.product:hover .fsd-quick-view-label,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover .fsd-quick-view-label,
    body.fsd-catalog-page .woocommerce ul.products li.product:hover .fsd-quick-view-label,
    body.fsd-catalog-page .fsd-quick-view-trigger:focus-visible .fsd-quick-view-label {
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: 0 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        font-size: 0 !important;
        line-height: 0 !important;
    }

    body.fsd-catalog-page .fsd-quick-view-trigger .fsd-quick-view-eye {
        width: 22px !important;
        min-width: 22px !important;
        height: 22px !important;
        flex: 0 0 22px !important;
    }

    body.fsd-catalog-page .fsd-quick-view-trigger svg {
        width: 22px !important;
        height: 22px !important;
    }

    body.fsd-catalog-page .woocommerce ul.products,
    body.fsd-catalog-page ul.products,
    body.fsd-catalog-page .elementor-products-grid ul.products {
        padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.fsd-catalog-page .site-main,
    body.fsd-catalog-page .content-area,
    body.fsd-catalog-page .woocommerce,
    body.fsd-catalog-page .woocommerce-page {
        padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.fsd-catalog-page ul.products li.product:last-child,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product:last-child,
    body.fsd-catalog-page .woocommerce ul.products li.product:last-child {
        margin-bottom: 18px !important;
    }
}

@media (max-width: 640px) {
    body.fsd-catalog-page .woocommerce-result-count {
        margin-bottom: 10px !important;
    }

    body.fsd-catalog-page ul.products li.product,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product,
    body.fsd-catalog-page .woocommerce ul.products li.product {
        padding: 12px !important;
        border-radius: 17px !important;
    }

    body.fsd-catalog-page ul.products li.product a img,
    body.fsd-catalog-page .elementor-products-grid ul.products li.product a img,
    body.fsd-catalog-page .woocommerce ul.products li.product a img {
        padding: 10px !important;
    }
}


/* v1.6.5 — quick view stability + mobile modern polish */
.fsd-quick-view-modal {
    align-items: center;
}
.fsd-quick-view-content[hidden],
.fsd-quick-view-loading[hidden] {
    display: none !important;
}
.fsd-quick-view-dialog {
    overscroll-behavior: contain;
}
.fsd-quick-view-modal.is-loading .fsd-quick-view-loading {
    display: flex !important;
}
.fsd-quick-view-modal.is-loading .fsd-quick-view-content {
    display: none !important;
}
.fsd-qv-view-product.is-working,
.fsd-qv-add-quote.is-working {
    pointer-events: none !important;
    filter: saturate(.92) brightness(.98) !important;
    opacity: .92 !important;
}

@media (max-width: 760px) {
    .fsd-quick-view-modal {
        align-items: end !important;
        padding: 0 !important;
    }
    .fsd-quick-view-backdrop {
        background: rgba(10, 22, 34, .42) !important;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
    .fsd-quick-view-dialog {
        width: 100% !important;
        max-width: 100% !important;
        max-height: min(94vh, 100dvh - 6px) !important;
        min-height: 54vh !important;
        margin: 0 !important;
        border-radius: 22px 22px 0 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        box-shadow: 0 -12px 34px rgba(0, 18, 32, .16), 0 0 0 1px rgba(255,255,255,.55) inset !important;
    }
    .fsd-quick-view-close {
        top: 12px !important;
        right: 12px !important;
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px !important;
        box-shadow: 0 10px 22px rgba(18, 57, 83, .12) !important;
    }
    .fsd-qv-product {
        gap: 14px !important;
        padding: 16px 16px 22px !important;
    }
    .fsd-qv-image-wrap {
        min-height: 230px !important;
        padding: 12px !important;
        border-radius: 18px !important;
    }
    .fsd-qv-image-wrap img {
        max-height: 220px !important;
    }
    .fsd-qv-category {
        margin-bottom: 10px !important;
        padding: 7px 12px !important;
        font-size: 10px !important;
    }
    .fsd-qv-title {
        margin-bottom: 10px !important;
        font-size: clamp(19px, 6vw, 28px) !important;
        line-height: 1.18 !important;
    }
    .fsd-qv-price {
        margin-bottom: 10px !important;
        font-size: 21px !important;
    }
    .fsd-qv-stock {
        margin-bottom: 12px !important;
        font-size: 12.5px !important;
    }
    .fsd-qv-description {
        margin-bottom: 14px !important;
        font-size: 13.5px !important;
        line-height: 1.56 !important;
    }
    .fsd-qv-attributes {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        margin-bottom: 16px !important;
    }
    .fsd-qv-attributes > div {
        padding: 10px !important;
        border-radius: 12px !important;
    }
    .fsd-qv-actions {
        position: sticky !important;
        bottom: 0 !important;
        z-index: 2 !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        margin: 0 -4px -4px !important;
        padding: 12px 4px max(10px, env(safe-area-inset-bottom, 0px)) !important;
        background: linear-gradient(180deg, rgba(249,252,255,0) 0%, rgba(249,252,255,.96) 24%, #f9fcff 100%) !important;
    }
    .fsd-qv-view-product,
    .fsd-qv-add-quote {
        height: 46px !important;
        min-height: 46px !important;
        border-radius: 14px !important;
        font-size: 13px !important;
    }
}


/* v1.6.6 — fix button text contrast on press/working state */
.fsd-qv-view-product,
.fsd-qv-view-product:visited,
.fsd-qv-view-product:hover,
.fsd-qv-view-product:focus,
.fsd-qv-view-product:active,
.fsd-qv-view-product.is-working {
    color: #076ea7 !important;
    text-decoration: none !important;
}

.fsd-qv-add-quote,
.fsd-qv-add-quote:visited,
.fsd-qv-add-quote:hover,
.fsd-qv-add-quote:focus,
.fsd-qv-add-quote:active,
.fsd-qv-add-quote.is-working {
    color: #ffffff !important;
    text-decoration: none !important;
    -webkit-text-fill-color: #ffffff !important;
}

.fsd-qv-add-quote > span,
.fsd-qv-add-quote:visited > span,
.fsd-qv-add-quote:hover > span,
.fsd-qv-add-quote:focus > span,
.fsd-qv-add-quote:active > span,
.fsd-qv-add-quote.is-working > span {
    color: #ffffff !important;
}

.fsd-qv-view-product:focus-visible,
.fsd-qv-add-quote:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(0,147,231,.14), 0 14px 26px rgba(18,75,109,.12) !important;
}

.fsd-qv-add-quote:active,
.fsd-qv-add-quote.is-working {
    background: linear-gradient(180deg, #24b1ff 0%, #008fe1 52%, #0070b8 100%) !important;
    border-color: #007ac0 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: translateY(0) scale(.99) !important;
}

.fsd-qv-view-product:active,
.fsd-qv-view-product.is-working {
    background: linear-gradient(180deg, #ffffff 0%, #e1f2fd 100%) !important;
    border-color: #90c8e7 !important;
    opacity: 1 !important;
    filter: none !important;
    transform: translateY(0) scale(.99) !important;
}

.fsd-qv-view-product.is-working,
.fsd-qv-add-quote.is-working {
    pointer-events: none !important;
}


/* v1.6.8 — restauración y estabilidad de la barra lateral en PC */
@media (min-width: 1025px) {
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-shop-sidebar {
        position: sticky !important;
        top: 18px !important;
        align-self: start !important;
        max-height: calc(100vh - 36px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding-right: 5px !important;
        padding-bottom: 4px !important;
        overscroll-behavior: contain !important;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(0,147,231,.35) transparent !important;
    }

    body.admin-bar.fsd-catalog-page.fsd-shop-has-sidebar .fsd-shop-sidebar {
        top: 50px !important;
        max-height: calc(100vh - 68px) !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-shop-sidebar::-webkit-scrollbar {
        width: 5px !important;
    }
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-shop-sidebar::-webkit-scrollbar-track {
        background: transparent !important;
    }
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-shop-sidebar::-webkit-scrollbar-thumb {
        border-radius: 999px !important;
        background: rgba(0,147,231,.32) !important;
    }

    /* El bloque de confianza necesita su propio fondo: la regla genérica de
       .fsd-sidebar-card lo estaba dejando blanco mientras conservaba texto blanco. */
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust {
        border: 1px solid rgba(0,118,189,.22) !important;
        border-radius: 16px !important;
        background: linear-gradient(145deg, #078fd8 0%, #0077bd 48%, #005d99 100%) !important;
        box-shadow: 0 14px 30px rgba(0, 91, 148, .18) !important;
        color: #ffffff !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust > h2 {
        padding: 14px 15px 12px !important;
        border-bottom: 1px solid rgba(255,255,255,.16) !important;
        color: #ffffff !important;
        font-size: 14.5px !important;
        font-weight: 700 !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust .fsd-sidebar-icon {
        background: rgba(255,255,255,.16) !important;
        color: #ffffff !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.12) !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust ul {
        display: grid !important;
        gap: 3px !important;
        margin: 0 !important;
        padding: 10px 15px 7px !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust li {
        display: flex !important;
        align-items: flex-start !important;
        gap: 9px !important;
        padding: 7px 0 !important;
        color: #ffffff !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust li > span {
        display: grid !important;
        place-items: center !important;
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        border-radius: 8px !important;
        background: rgba(255,255,255,.15) !important;
        color: #ffffff !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust strong,
    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust small {
        display: block !important;
        color: #ffffff !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust strong {
        font-size: 11.5px !important;
        font-weight: 750 !important;
        line-height: 1.3 !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust small {
        margin-top: 2px !important;
        opacity: .8 !important;
        font-size: 9.5px !important;
        line-height: 1.35 !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust .fsd-payment-link {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        margin: 5px 13px 13px !important;
        padding: 10px 12px !important;
        border: 1px solid rgba(255,255,255,.34) !important;
        border-radius: 10px !important;
        background: rgba(255,255,255,.96) !important;
        color: #006fae !important;
        box-shadow: 0 8px 18px rgba(0,52,91,.12) !important;
        font-size: 10.5px !important;
        font-weight: 800 !important;
    }

    body.fsd-catalog-page.fsd-shop-has-sidebar .fsd-sidebar-card.fsd-sidebar-trust .fsd-payment-link:hover {
        transform: translateY(-1px) !important;
        background: #ffffff !important;
        color: #005e96 !important;
        box-shadow: 0 12px 22px rgba(0,52,91,.18) !important;
    }
}


/* v1.7.1 — add to quote without leaving the shop */
body.fsd-catalog-page .fsd-quote-action.is-added,
body.fsd-catalog-page .fcp30-loop-quote-btn.is-added,
.fsd-qv-add-quote.is-added {
    border-color: #078e6b !important;
    background: linear-gradient(180deg, #22c993 0%, #08a978 52%, #078a65 100%) !important;
    box-shadow: 0 12px 24px rgba(0, 148, 103, .22), inset 0 1px 0 rgba(255,255,255,.28) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
body.fsd-catalog-page .fsd-quote-action.is-added span,
body.fsd-catalog-page .fcp30-loop-quote-btn.is-added span,
.fsd-qv-add-quote.is-added span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
body.fsd-catalog-page .fsd-quote-action.is-working,
body.fsd-catalog-page .fcp30-loop-quote-btn.is-working {
    pointer-events: none !important;
    opacity: .86 !important;
}
.fsd-quote-count-badge {
    display: inline-grid !important;
    place-items: center !important;
    min-width: 26px !important;
    height: 26px !important;
    margin-left: 8px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #087fbd !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}


/* v1.7.2 price visibility and consistent blue palette */
body.fsd-catalog-page ul.products li.product .price,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .price,
body.fsd-catalog-page .wc-block-components-product-price,
body.fsd-catalog-page .wc-block-grid__product-price,
body.fsd-catalog-page .fsd-loop-price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    margin: 0 0 12px !important;
    color: #0086d1 !important;
    -webkit-text-fill-color: #0086d1 !important;
}
body.fsd-catalog-page ul.products li.product .price .amount,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .price .amount,
body.fsd-catalog-page .fsd-loop-price .amount {
    color: #0086d1 !important;
    -webkit-text-fill-color: #0086d1 !important;
    font-weight: 800 !important;
}
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    border-color: #0086d1 !important;
    background: linear-gradient(180deg, #35bbff 0%, #0b9dea 54%, #007bc5 100%) !important;
    box-shadow: 0 14px 26px rgba(0, 128, 204, .20), inset 0 1px 0 rgba(255,255,255,.28) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action:hover {
    border-color: #006fb6 !important;
    background: linear-gradient(180deg, #4bc5ff 0%, #149fe7 54%, #006fb6 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}


/* v1.7.3 hard fixes: blue quote action + JS price fallback */
body.fsd-catalog-page .fsd-js-price {
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    min-height:22px!important;
    margin:0 0 12px!important;
    color:#0086d1!important;
    -webkit-text-fill-color:#0086d1!important;
    font:800 18px/1.2 Rubik,system-ui,sans-serif!important;
}
body.fsd-catalog-page a.fcp30-loop-quote-btn,
body.fsd-catalog-page a.fsd-quote-action,
body.fsd-catalog-page button.fsd-quote-action {
    border:1px solid #0086d1!important;
    background:linear-gradient(180deg,#35bbff 0%,#0b9dea 54%,#007bc5 100%)!important;
    box-shadow:0 14px 26px rgba(0,128,204,.20),inset 0 1px 0 rgba(255,255,255,.28)!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}
body.fsd-catalog-page a.fcp30-loop-quote-btn:hover,
body.fsd-catalog-page a.fsd-quote-action:hover,
body.fsd-catalog-page button.fsd-quote-action:hover {
    border-color:#006fb6!important;
    background:linear-gradient(180deg,#4bc5ff 0%,#149fe7 54%,#006fb6 100%)!important;
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}


/* v1.7.4 — precio fiable + tarjetas más compactas y estéticas */
body.fsd-catalog-page ul.products li.product,
body.fsd-catalog-page .elementor-products-grid ul.products li.product,
body.fsd-catalog-page .woocommerce ul.products li.product {
    padding: 12px !important;
    border: 1px solid #dce9f1 !important;
    border-radius: 17px !important;
    background: linear-gradient(180deg,#ffffff 0%,#fbfdff 100%) !important;
    box-shadow: 0 10px 26px rgba(28,63,88,.065) !important;
}
body.fsd-catalog-page ul.products li.product:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product:hover,
body.fsd-catalog-page .woocommerce ul.products li.product:hover {
    transform: translateY(-3px) !important;
    border-color: #b9dceb !important;
    box-shadow: 0 18px 36px rgba(28,63,88,.11) !important;
}
body.fsd-catalog-page ul.products li.product a img,
body.fsd-catalog-page .elementor-products-grid ul.products li.product a img,
body.fsd-catalog-page .woocommerce ul.products li.product a img {
    margin-bottom: 12px !important;
    padding: 9px !important;
    border-radius: 13px !important;
}
body.fsd-catalog-page ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .woocommerce-loop-product__title,
body.fsd-catalog-page .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.7em !important;
    margin-bottom: 7px !important;
    font-size: 15px !important;
    line-height: 1.32 !important;
}
body.fsd-catalog-page ul.products li.product .fsd-price-reliable,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-price-reliable,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-price-reliable,
body.fsd-catalog-page ul.products li.product .price,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .price,
body.fsd-catalog-page .woocommerce ul.products li.product .price {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    min-height: 24px !important;
    margin: 2px 0 10px !important;
    color: #0088d3 !important;
    -webkit-text-fill-color: #0088d3 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: left !important;
}
body.fsd-catalog-page .fsd-price-reliable .amount,
body.fsd-catalog-page ul.products li.product .price .amount {
    color: #0088d3 !important;
    -webkit-text-fill-color: #0088d3 !important;
    font-weight: 800 !important;
}
body.fsd-catalog-page .fsd-price-from {
    margin-right: 3px;
    color: #6c8191 !important;
    -webkit-text-fill-color: #6c8191 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: .03em;
}
body.fsd-catalog-page ul.products li.product .button,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .button,
body.fsd-catalog-page .woocommerce ul.products li.product .button,
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action {
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    border-radius: 12px !important;
    font-size: 12.5px !important;
}
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action,
body.fsd-catalog-page .woocommerce ul.products li.product .fsd-quote-action {
    margin-top: 8px !important;
    border-color: #0086d1 !important;
    background: linear-gradient(180deg,#35bbff 0%,#0b9dea 52%,#007bc5 100%) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
body.fsd-catalog-page ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page ul.products li.product .fsd-quote-action:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fcp30-loop-quote-btn:hover,
body.fsd-catalog-page .elementor-products-grid ul.products li.product .fsd-quote-action:hover {
    border-color: #006eb4 !important;
    background: linear-gradient(180deg,#4cc5ff 0%,#139fe7 52%,#006fb7 100%) !important;
}
/* Evitar duplicado si otro tema/plugin imprime precio adicional. */
body.fsd-catalog-page li.product > .fsd-price-reliable ~ .fsd-price-reliable { display:none !important; }

@media (max-width: 767px) {
    body.fsd-catalog-page ul.products li.product .fsd-price-reliable,
    body.fsd-catalog-page ul.products li.product .price {
        font-size: 17px !important;
        margin-bottom: 9px !important;
    }
}
