/* ============================================================================
   PRIDO — Base CSS de la ficha de producto (single product) · r1 · 2026-09-03
   Handle: prido-product-single (inc/product-single/bootstrap.php)
   Carga SOLO en is_product(). Consolida, sin cambios de valores:
     §1 Reglas exclusivas de la PDP extraídas de prido-css-maestro-v2.min.css
        (form nativo WC, sticky buy bars, rieles bs/rel, reseñas, typewriter,
        compartir, retiro, tooltip de ahorro, galería modal). Se eliminaron los
        bloques muertos .prido-poc-* (off-canvas), .elementor-* y .prido-mobile-info.
     §2 assets/css/product-page.css (sin .prido-poc-* ni glass-close del off-canvas)
     §3 assets/css/product-discount-modal.css
     §4 <style id="prido-sticky-buy-compact"> (antes inline en single-product.php)
     §5 mu-plugin prido-pdp-sticky-gallery (galería sticky + header sin reaparición)
     §6 mu-plugin prido-pdp-fav-titlerow (corazón de favoritos en la fila del título)
   Orden de carga: después de prido-css-maestro-v2 y prido-unified-modals;
   antes de prido-buybox / prido-gallery / prido-product-sections.
   ============================================================================ */

/* ============================================================================
   §1 Reglas PDP extraídas de prido-css-maestro-v2.min.css
   ============================================================================ */
@media (max-width: 1024px) {
  body.single-product div[data-testid="widgetButtonFrame"] { display: none !important; }
}
.single-product [class*="wd-search-full-screen"] { top: 0 !important; }
.prido-related-breakout { background-color: var(--prido-theme-canvas-soft, var(--prido-bg-light));
    padding: 80px 0;
    border-top: 1px solid var(--prido-theme-border, var(--prido-border-light)); }
.prido-related-container { width: 95%;
    max-width: 1600px;
    margin: 0 auto; }
.prido-related-header h2 { font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--prido-theme-ink, var(--prido-dark));
    margin: 0 0 30px 0;
    text-transform: none; }
.prido-related-carousel-wrapper { position: relative;
    width: 100%; }
.prido-related-track { display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 14px !important;
    padding-bottom: 40px;
    padding-top: 15px;
    margin-top: -15px;
    margin-bottom: -20px;
    scrollbar-width: none; }
.prido-related-track::-webkit-scrollbar { display: none; }
.prido-related-card { flex: 0 0 calc((100% / 5) - (14px * 4 / 5)) !important;
    scroll-snap-align: start;
    background: var(--prido-glass-shell, var(--prido-white));
    border-radius: 16px;
    border: 1px solid var(--prido-glass-border, var(--prido-border-light));
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
.prido-related-card:hover { transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(94, 129, 162, 0.1);
    border-color: var(--prido-teal); }
:root[data-theme="dark"] .prido-related-card { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12); }
:root[data-theme="dark"] .prido-related-card:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.prido-related-card a { text-decoration: none;
    color: inherit;
    display: block; }
.prido-rel-img-link { width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--prido-theme-canvas, var(--prido-bg-product));
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
.prido-rel-main-img { width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease; }
.prido-related-card:hover .prido-rel-main-img { transform: scale(1.08); }
.prido-rel-variations { display: flex;
    gap: 8px;
    margin-bottom: 12px;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch; }
.prido-rel-variations::-webkit-scrollbar { display: none; }
.prido-rel-var-thumb { width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid var(--prido-border-light);
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: all 0.2s;
    padding: 0;
    flex-shrink: 0; }
.prido-rel-var-thumb:hover,
.prido-rel-var-thumb.is-active { border-color: var(--prido-teal);
    box-shadow: 0 0 0 2px rgba(45, 198, 193, 0.3); }
.prido-rel-info-link { padding: 0 20px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column; }
.prido-rel-cat { font-size: 11px;
    color: var(--prido-muted);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px; }
.prido-rel-title { font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--prido-theme-ink, var(--prido-dark));
    line-height: 1.3;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s; }
.prido-related-card:hover .prido-rel-title { color: var(--prido-teal); }
.prido-rel-desc { font-size: 13px;
    color: var(--prido-teal);
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4; }
.prido-rel-rating { display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 15px; }
.prido-rel-rating .star-rating { display: inline-block;
    font-family: 'star';
    font-size: 14px;
    line-height: 1 !important;
    height: 14px !important;
    width: 70px;
    position: relative;
    overflow: hidden; }
.prido-rel-rating .star-rating::before { content: '\73\73\73\73\73';
    color: var(--prido-theme-border, #e2e8ed);
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
.prido-rel-rating .star-rating span { overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #f59e0b; }
.prido-rel-rating .count { font-size: 12px;
    color: var(--prido-muted); }
.prido-rel-price-block { margin-top: auto;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 15px; }
.prido-rel-reg { font-size: 13px;
    color: var(--prido-theme-muted, #94A3B8);
    font-weight: 600;
    text-decoration: line-through; }
.prido-rel-sale { font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--prido-theme-ink, var(--prido-dark));
    text-decoration: none; }
.prido-rel-savings { font-size: 11px;
    font-weight: 600;
    color: var(--prido-theme-ink, var(--prido-dark));
    background: rgba(225, 29, 72, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px; }
:root[data-theme="dark"] .prido-rel-savings { background: rgba(225, 29, 72, 0.2); }
.prido-rel-savings .pct { color: #e11d48; }
.prido-rel-savings .val,
.prido-rel-savings .val .woocommerce-Price-amount,
.prido-rel-savings .val .woocommerce-Price-amount bdi { color: var(--prido-dark) !important; }
.prido-rel-actions { display: flex;
    gap: 10px;
    padding: 0 20px 20px 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    justify-content: center; }
.prido-related-card:hover .prido-rel-actions { opacity: 1;
    visibility: visible;
    transform: translateY(0);
    bottom: 15px; }
.prido-rel-action-btn { width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: saturate(150%) blur(15px);
    backdrop-filter: saturate(150%) blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--prido-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 0 !important;
    box-sizing: border-box !important;
    line-height: 0 !important; }
.prido-rel-action-btn svg { display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    stroke-width: 2;
    transition: transform 0.3s;
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; }
.prido-rel-action-btn:hover { background: var(--prido-teal);
    color: var(--prido-white);
    border-color: var(--prido-teal); }
.prido-rel-action-btn:hover svg { transform: translate(-50%, -50%) scale(1.1) !important; }
.prido-rel-action-btn.added svg { fill: var(--prido-teal);
    color: var(--prido-teal); }
.prido-rel-action-btn::before { display: none !important; }
.prido-rel-action-btn .wd-action-text { display: none !important;
    position: absolute !important; }
.prido-rel-tooltip { position: absolute !important;
    bottom: 100% !important;
    left: 50% !important;
    transform: translate(-50%, -10px) !important;
    background: rgba(26, 42, 58, 0.85) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    color: #fff !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 99 !important; }
.prido-rel-tooltip::after { content: '' !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: rgba(26, 42, 58, 0.85) transparent transparent transparent !important;
    display: block !important; }
.prido-rel-action-btn:hover .prido-rel-tooltip { opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, -5px) !important; }
.prido-related-carousel-wrapper .prido-gallery-arrow { top: 35% !important; }
.prido-related-carousel-wrapper .prido-rel-prev { left: 8px; }
.prido-related-carousel-wrapper .prido-rel-next { right: 8px; }
.prido-rel-scrollbar-wrap { margin-top: 35px;
    display: flex;
    justify-content: center;
    width: 100%; }
.prido-rel-scrollbar { width: 80%;
    max-width: 1200px;
    height: 4px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: relative;
    overflow: visible;
    cursor: pointer; }
.prido-rel-thumb { position: absolute;
    top: -1px;
    left: 0;
    height: 6px;
    width: 50px;
    background: var(--prido-teal);
    border-radius: 4px;
    cursor: grab;
    transition: background 0.3s; }
.prido-rel-thumb:active { cursor: grabbing;
    background: var(--prido-primary); }
.prido-bs-breakout { background-color: var(--prido-theme-canvas-soft, var(--prido-bg-light));
    padding: 80px 0;
    font-family: 'Noto Sans', sans-serif;
    border-top: 1px solid var(--prido-theme-border, var(--prido-border-light)); }
.prido-bs-container { width: 95%;
    max-width: 1600px;
    margin: 0 auto; }
.prido-bs-header h2 { font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--prido-theme-ink, var(--prido-dark));
    margin: 0 0 30px 0;
    text-transform: none; }
.prido-bs-carousel-wrapper { position: relative;
    width: 100%; }
.prido-bs-track { display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 14px !important;
    padding-bottom: 40px;
    padding-top: 15px;
    margin-top: -15px;
    margin-bottom: -20px;
    scrollbar-width: none; }
.prido-bs-track::-webkit-scrollbar { display: none; }
.prido-bs-card { flex: 0 0 calc((100% / 5) - (14px * 4 / 5)) !important;
    scroll-snap-align: start;
    background: var(--prido-glass-shell, var(--prido-white));
    border-radius: 16px;
    border: 1px solid var(--prido-glass-border, var(--prido-border-light));
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02); }
.prido-bs-card:hover { transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(94, 129, 162, 0.1);
    border-color: var(--prido-teal); }
:root[data-theme="dark"] .prido-bs-card { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12); }
:root[data-theme="dark"] .prido-bs-card:hover { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
.prido-bs-img-wrap { position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background: var(--prido-theme-canvas, var(--prido-bg-product));
    border-radius: 16px 16px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
.prido-bs-img-wrap img { width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s ease; }
.prido-bs-card:hover .prido-bs-img-wrap img { transform: scale(1.08); }
.prido-bs-badge-top { position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.25) !important;
    -webkit-backdrop-filter: saturate(200%) blur(20px) !important;
    backdrop-filter: saturate(200%) blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    color: var(--prido-dark) !important;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 900;
    padding: 6px 12px;
    border-radius: 8px;
    z-index: 2;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.prido-bs-badge-shipping { position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.15) !important;
    -webkit-backdrop-filter: saturate(180%) blur(25px) !important;
    backdrop-filter: saturate(180%) blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: var(--prido-dark) !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 20px;
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
:root[data-theme="dark"] .prido-bs-badge-top,
:root[data-theme="dark"] .prido-bs-badge-shipping { background: rgba(0, 0, 0, 0.35) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: var(--prido-white) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
.prido-bs-info { padding: 20px 20px 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column; }
.prido-bs-cat { font-size: 11px;
    color: var(--prido-muted);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 6px; }
.prido-bs-title { font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--prido-theme-ink, var(--prido-dark));
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s; }
.prido-bs-card:hover .prido-bs-title { color: var(--prido-teal); }
.prido-bs-rating .star-rating { display: inline-block;
    font-family: 'star';
    font-size: 14px;
    line-height: 1 !important;
    height: 14px !important;
    width: 70px;
    position: relative;
    overflow: hidden; }
.prido-bs-rating .star-rating::before { content: '\73\73\73\73\73';
    color: var(--prido-theme-border, #e2e8ed);
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
.prido-bs-rating .star-rating span { overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #f59e0b; }
.prido-bs-price-block { margin-top: auto;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 20px; }
.prido-bs-sale-box { color: var(--prido-theme-ink, var(--prido-dark));
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 900;
    background: transparent;
    padding: 0;
    display: inline-block; }
.prido-bs-regular-box { font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: var(--prido-theme-ink, var(--prido-dark)); }
.prido-bs-reg-price { font-size: 14px;
    color: var(--prido-theme-muted, #94A3B8);
    font-weight: 600;
    text-decoration: line-through; }
.prido-bs-actions { display: flex;
    gap: 10px;
    padding: 0 20px 20px 20px;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    justify-content: center; }
.prido-bs-card:hover .prido-bs-actions { opacity: 1;
    visibility: visible;
    transform: translateY(0);
    bottom: 15px; }
.prido-bs-action-btn { width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: saturate(150%) blur(15px);
    backdrop-filter: saturate(150%) blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: var(--prido-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); }
.prido-bs-action-btn svg { display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 20px;
    height: 20px;
    stroke-width: 2;
    transition: transform 0.3s; }
.prido-bs-action-btn:hover { background: var(--prido-teal);
    color: var(--prido-white);
    border-color: var(--prido-teal); }
.prido-bs-action-btn:hover svg { transform: scale(1.1); }
.prido-bs-action-btn.loading svg { animation: prido-spin 1s linear infinite; }
a.prido-bs-action-btn.prido-btn-fav-safe { display: flex !important;
    visibility: visible !important;
    opacity: 1 !important; }
a.prido-bs-action-btn.prido-btn-fav-safe svg { display: block !important;
    visibility: visible !important;
    opacity: 1 !important; }
.prido-bs-action-btn.added svg { fill: var(--prido-teal);
    color: var(--prido-teal); }
.prido-bs-tooltip { position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -10px);
    background: rgba(26, 42, 58, 0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 6px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease; }
.prido-bs-tooltip::after { content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(26, 42, 58, 0.85) transparent transparent transparent; }
.prido-bs-action-btn:hover .prido-bs-tooltip { opacity: 1;
    visibility: visible;
    transform: translate(-50%, -5px); }
.prido-bs-carousel-wrapper .prido-gallery-arrow { top: 35% !important; }
.prido-bs-carousel-wrapper .prido-bs-prev { left: 8px; }
.prido-bs-carousel-wrapper .prido-bs-next { right: 8px; }
.prido-bs-scrollbar-wrap { margin-top: 35px;
    display: flex;
    justify-content: center;
    width: 100%; }
.prido-bs-scrollbar { width: 80%;
    max-width: 1200px;
    height: 4px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    position: relative;
    overflow: visible;
    cursor: pointer; }
.prido-bs-thumb { position: absolute;
    top: -1px;
    left: 0;
    height: 6px;
    width: 50px;
    background: var(--prido-teal);
    border-radius: 4px;
    cursor: grab;
    transition: background 0.3s; }
.prido-bs-thumb:active { cursor: grabbing;
    background: var(--prido-primary); }
@media (max-width: 1024px) {
  .prido-related-card { flex: 0 0 calc((100% / 4) - (14px * 3 / 4)) !important; }
  .prido-bs-card { flex: 0 0 calc((100% / 4) - (14px * 3 / 4)) !important; }
}
@media (max-width: 768px) {
  .prido-related-card { flex: 0 0 calc((100% / 2) - (14px * 1 / 2)) !important; }
  .prido-related-header h2 { font-size: 24px; }
  .prido-rel-actions { opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
        transform: none;
        padding-top: 0; }
  .prido-rel-scrollbar { width: 200px; }
  .prido-bs-card { flex: 0 0 calc((100% / 2) - (14px * 1 / 2)) !important; }
  .prido-bs-header h2 { font-size: 24px; }
  .prido-bs-actions { opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
        transform: none;
        padding-top: 0; }
  .prido-bs-scrollbar { width: 200px; }
  .prido-bs-badge-top { font-size: 7.5px !important;
        padding: 4px 8px !important;
        border-radius: 6px !important;
        top: 10px !important;
        left: 10px !important;
        letter-spacing: 0.2px !important; }
}
.prido-slide { flex: 0 0 100%;
    scroll-snap-align: start;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
.prido-slide img { width: 100%;
    height: 100%;
    object-fit: contain; }
.prido-gallery-arrow { display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.15) !important;
    -webkit-backdrop-filter: saturate(150%) blur(35px);
    backdrop-filter: saturate(150%) blur(35px);
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: var(--prido-dark) !important;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 0 !important; }
.prido-gallery-arrow svg { width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2.5;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.3s ease; }
.prido-gallery-arrow:hover { background: rgba(255, 255, 255, 0.3) !important;
    color: var(--prido-teal) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-50%) scale(1.05); }
.prido-gallery-arrow.prev:hover svg { transform: translateX(-2px); }
.prido-gallery-arrow.next:hover svg { transform: translateX(2px); }
.prido-gallery-arrow.prev { left: 10px; }
.prido-gallery-arrow.next { right: 10px; }
.prido-gallery-expand { position: absolute !important;
    left: 14px;
    bottom: 14px;
    z-index: 12;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 14px !important;
    border: 1px solid var(--prido-theme-border-strong, rgba(255, 255, 255, 0.4)) !important;
    border-radius: 999px !important;
    background: var(--prido-theme-chip-fill, rgba(255, 255, 255, 0.18)) !important;
    -webkit-backdrop-filter: saturate(150%) blur(24px);
    backdrop-filter: saturate(150%) blur(24px);
    color: var(--prido-theme-ink, #1a2a3a) !important;
    font-family: var(--prido-font-ui, 'Noto Sans', sans-serif);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1;
    box-shadow: var(--prido-theme-shadow-soft, 0 8px 32px rgba(0, 0, 0, 0.08)) !important;
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease; }
.prido-gallery-expand svg { width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round; }
.prido-gallery-expand:hover { transform: translateY(-1px);
    color: var(--prido-primary, #5e81a2) !important;
    border-color: var(--prido-glass-accent-border-strong, var(--prido-theme-border-strong)) !important;
    background: var(--prido-theme-chip-fill-hover, rgba(255, 255, 255, 0.32)) !important; }
.prido-gallery-modal { position: fixed;
    inset: 0;
    z-index: 999999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: clamp(14px, 3vw, 34px); }
.prido-gallery-modal.is-open { display: flex; }
.prido-gallery-modal__overlay { position: absolute;
    inset: 0;
    background: color-mix(in srgb, var(--prido-theme-overlay, rgba(18, 29, 42, 0.62)) 78%, rgba(0, 0, 0, 0.42) 22%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    backdrop-filter: blur(18px) saturate(120%); }
.prido-gallery-modal__panel { position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 900px) 96px;
    gap: 16px;
    width: min(100%, 1030px);
    max-height: min(94vh, 1040px);
    padding: 18px;
    border: 1px solid var(--prido-theme-border-strong, rgba(255,255,255,.18));
    border-radius: 28px;
    background: var(--prido-theme-glass-fill-strong, rgba(255,255,255,.94));
    box-shadow: var(--prido-theme-shadow, 0 24px 80px rgba(0,0,0,.28)); }
.prido-gallery-modal__figure { position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 1 / 1;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--prido-theme-border, rgba(201,212,221,.74));
    border-radius: 22px;
    background: var(--prido-theme-surface-strong, #fff); }
.prido-gallery-modal__image { display: block;
    width: 100%;
    height: 100%;
    max-width: 900px;
    max-height: 900px;
    object-fit: contain; }
.prido-gallery-modal__caption { position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 7px 12px;
    border: 1px solid var(--prido-theme-border, rgba(255,255,255,.28));
    border-radius: 999px;
    background: var(--prido-theme-chip-fill, rgba(255,255,255,.78));
    color: var(--prido-theme-muted, #66788d);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    backdrop-filter: blur(12px) saturate(140%); }
.prido-gallery-modal__thumbs { display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: min(900px, calc(94vh - 36px));
    overflow: auto;
    padding-right: 4px;
    scrollbar-width: none; }
.prido-gallery-modal__thumbs::-webkit-scrollbar { display: none; }
.prido-gallery-modal__thumb { width: 76px;
    height: 76px;
    flex: 0 0 76px;
    padding: 0 !important;
    overflow: hidden;
    border: 2px solid transparent !important;
    border-radius: 16px !important;
    background: var(--prido-theme-surface-strong, #fff) !important;
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.prido-gallery-modal__thumb img { width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
.prido-gallery-modal__thumb.is-active { border-color: var(--prido-primary, #5e81a2) !important;
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--prido-primary, #5e81a2) 18%, transparent 82%); }
.prido-gallery-modal__close,
.prido-gallery-modal__nav { position: absolute !important;
    z-index: 3;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border: 1px solid var(--prido-theme-border-strong, rgba(255,255,255,.28)) !important;
    border-radius: 999px !important;
    background: var(--prido-theme-chip-fill, rgba(255,255,255,.82)) !important;
    color: var(--prido-theme-ink, #1a2a3a) !important;
    cursor: pointer;
    box-shadow: var(--prido-theme-shadow-soft, 0 12px 24px rgba(0,0,0,.14)) !important;
    -webkit-backdrop-filter: blur(14px) saturate(145%);
    backdrop-filter: blur(14px) saturate(145%); }
.prido-gallery-modal__close { top: 16px;
    right: 16px; }
.prido-gallery-modal__nav--prev { left: 34px;
    top: 50%;
    transform: translateY(-50%); }
.prido-gallery-modal__nav--next { right: 130px;
    top: 50%;
    transform: translateY(-50%); }
.prido-gallery-modal__close svg,
.prido-gallery-modal__nav svg { width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round; }
.prido-gallery-modal__close:hover,
.prido-gallery-modal__nav:hover { color: var(--prido-primary, #5e81a2) !important;
    background: var(--prido-theme-chip-fill-hover, rgba(255,255,255,.96)) !important; }
.prido-gallery-modal__nav:disabled { opacity: .35;
    pointer-events: none; }
body.prido-gallery-modal-open { overflow: hidden; }
.prido-dot { width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(26, 42, 58, 0.25);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer; }
.prido-dot.active { width: 24px;
    border-radius: 10px;
    background: var(--prido-teal);
    box-shadow: 0 0 10px rgba(45, 198, 193, 0.5); }
@media (min-width: 1024px) {
  .prido-gallery-arrow { width: 54px;
        height: 54px; }
  .prido-related-carousel-wrapper .prido-rel-prev,
    .prido-bs-carousel-wrapper .prido-bs-prev { left: -25px; }
  .prido-related-carousel-wrapper .prido-rel-next,
    .prido-bs-carousel-wrapper .prido-bs-next { right: -25px; }
  .prido-gallery-arrow svg { width: 26px;
        height: 26px; }
  .prido-gallery-arrow.prev { left: 15px; }
  .prido-gallery-arrow.next { right: 15px; }
}
@media (max-width: 900px) {
  .prido-gallery-expand span { display: none; }
  .prido-gallery-expand { width: 42px;
        padding: 0 !important; }
  .prido-gallery-modal__panel { grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        width: min(100%, 720px);
        padding: 12px;
        border-radius: 22px; }
  .prido-gallery-modal__thumbs { flex-direction: row;
        max-height: none;
        overflow-x: auto;
        padding: 2px 0 4px; }
  .prido-gallery-modal__nav--prev { left: 22px; }
  .prido-gallery-modal__nav--next { right: 22px; }
}
.prido-pi-wrapper { display: flex;
    flex-direction: column;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: var(--prido-dark); }
.prido-pi-title { font-family: 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 8px 0;
    color: var(--prido-dark);
    letter-spacing: -0.5px; }
.prido-pi-subtitle { font-size: 15px;
    color: var(--prido-muted);
    font-style: italic;
    margin: 0 0 15px 0;
    line-height: 1.4; }
.prido-pi-meta-row { display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap; }
.prido-pi-reviews-link { display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease; }
.prido-pi-reviews-link:hover { background: var(--prido-bg-light);
    border-color: var(--prido-teal);
    transform: translateY(-2px); }
.prido-pi-star { display: flex;
    align-items: center;
    gap: 4px;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: var(--prido-dark);
    font-size: 13px; }
.prido-pi-reviews-text { font-size: 12px;
    color: var(--prido-blue);
    font-weight: 600; }
.prido-pi-sku { font-size: 12px;
    color: var(--prido-muted);
    font-weight: 500;
    text-transform: uppercase; }
:root[data-theme="dark"] .prido-pi-title { color: #fff; }
:root[data-theme="dark"] .prido-pi-subtitle { color: rgba(255, 255, 255, 0.6); }
:root[data-theme="dark"] .prido-pi-reviews-link { background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1); }
:root[data-theme="dark"] .prido-pi-star { color: #fff; }
:root[data-theme="dark"] .prido-pi-reviews-text { color: var(--prido-teal); }
:root[data-theme="dark"] .prido-pi-sku { color: rgba(255, 255, 255, 0.5); }
:root[data-theme="dark"] .prido-pi-sku span { color: #fff; }
:root[data-theme="dark"] .prido-pi-divider { background: linear-gradient(to right, rgba(255, 255, 255, 0.1), transparent); }
.prido-pi-sku span { color: var(--prido-dark);
    font-weight: 700; }
.prido-pi-divider { height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
    margin: 0 0 25px 0; }
.prido-pi-pricing-block { display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap; }
.prido-pi-prices { display: flex;
    flex-direction: column;
    gap: 8px; }
.prido-pi-price-row { display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap; }
.prido-pi-price-label { display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: var(--prido-muted);
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0; }
.prido-pi-price-label-now { background: rgba(45, 198, 193, 0.12);
    border-color: rgba(45, 198, 193, 0.28);
    color: var(--prido-teal); }
.prido-pi-price-reg-wrap del { font-size: 16px;
    color: #94A3B8;
    font-weight: 600;
    text-decoration: line-through; }
.prido-pi-price-main-wrap strong { font-family: 'Outfit', sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: var(--prido-dark);
    line-height: 1; }
.prido-price-tax-note,
.prido-pi-iva { flex-basis: 100%;
    font-size: 12px;
    font-weight: 700;
    color: var(--prido-muted);
    margin: -2px 0 0;
    line-height: 1.25; }
.prido-pi-badge-ahorro { display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, rgba(45, 198, 193, 0.15), rgba(45, 198, 193, 0.05));
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    backdrop-filter: blur(25px) saturate(200%);
    border: 1px solid rgba(45, 198, 193, 0.3);
    padding: 8px 16px;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--prido-teal);
    text-transform: uppercase;
    box-shadow: 0 8px 25px rgba(45, 198, 193, 0.1); }
.prido-pi-financing-glass,
.prido-pi-warranty-glass { display: flex;
    align-items: center;
    gap: 15px;
    padding: 16px 20px;
    margin-bottom: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(35px) saturate(200%);
    backdrop-filter: blur(35px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), inset 0 0 10px rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease, border-color 0.3s ease; }
.prido-pi-financing-glass:hover,
.prido-pi-warranty-glass:hover { transform: translateX(4px);
    border-color: var(--prido-teal); }
.prido-pi-fin-icon,
.prido-pi-war-icon { width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(94, 129, 162, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--prido-primary);
    flex-shrink: 0; }
.prido-pi-fin-icon svg,
.prido-pi-war-icon svg { width: 18px;
    height: 18px; }
.prido-pi-fin-text,
.prido-pi-war-text { font-size: 14px;
    color: var(--prido-dark);
    line-height: 1.4; }
.prido-gallery-warranty-badge { position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 12px;
    color: var(--prido-primary);
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    pointer-events: none;
    transition: all 0.3s ease; }
:root[data-theme="dark"] .prido-gallery-warranty-badge { background: rgba(31, 41, 55, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3); }
:root[data-theme="dark"] .prido-pi-financing-glass,
:root[data-theme="dark"] .prido-pi-cert-glass { background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.1) !important; }
:root[data-theme="dark"] .prido-pi-fin-text,
:root[data-theme="dark"] .prido-pi-cert-text { color: #fff !important; }
:root[data-theme="dark"] .prido-pi-fin-icon,
:root[data-theme="dark"] .prido-pi-cert-icon { background: rgba(255, 255, 255, 0.1) !important;
    color: var(--prido-teal) !important; }
.prido-pi-fin-text strong { font-weight: 700;
    color: var(--prido-teal); }
.prido-pi-war-text { font-weight: 600; }
@media (max-width: 768px) {
  .prido-pi-title { font-size: 26px; }
  .prido-pi-price-main-wrap strong { font-size: 32px; }
  .prido-pi-pricing-block { flex-direction: column;
        align-items: flex-start;
        gap: 15px; }
  .prido-pi-financing-glass,
    .prido-pi-warranty-glass { padding: 14px;
        gap: 12px; }
  .prido-pi-fin-text,
    .prido-pi-war-text { font-size: 13px; }
}
.prido-actions-wrapper { display: flex;
    flex-direction: column;
    width: 100%;
    font-family: 'Noto Sans', sans-serif; }
.prido-woo-native-form table.variations { width: 100% !important;
    border: none !important;
    margin-bottom: 25px !important; }
.prido-woo-native-form table.variations tbody { display: flex !important;
    flex-direction: column !important;
    gap: 15px !important; }
.prido-woo-native-form table.variations tr { display: grid !important;
    grid-template-columns: 130px 1fr !important;
    align-items: center !important;
    gap: 15px !important;
    border: none !important;
    min-height: 44px !important; }
.prido-woo-native-form table.variations td.label { padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important; }
.prido-woo-native-form table.variations td.label label { margin: 0 !important;
    padding: 0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: capitalize !important;
    color: var(--prido-dark) !important;
    line-height: 1.2 !important;
    display: block !important;
    width: 100% !important; }
.prido-woo-native-form table.variations td.value { padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    min-height: 44px !important; }
.prido-woo-native-form table.variations td.value>div,
.prido-woo-native-form table.variations td.value>span { margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important; }
.prido-woo-native-form table.variations select { margin: 0 !important;
    background-color: var(--prido-theme-surface, rgba(255, 255, 255, 0.6)) !important;
    -webkit-backdrop-filter: blur(25px) saturate(200%) !important;
    backdrop-filter: blur(25px) saturate(200%) !important;
    border: 1px solid var(--prido-theme-border, rgba(0, 0, 0, 0.08)) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
    border-radius: 50px !important;
    padding: 0 40px 0 20px !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: var(--prido-theme-ink, #1a2a3a) !important;
    outline: none !important;
    cursor: pointer !important;
    min-width: 180px !important;
    height: 44px !important;
    line-height: 44px !important;
    transition: all 0.3s ease !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%231a2a3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 5 6 8 9 5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    background-size: 12px !important; }
:root[data-theme="dark"] .prido-woo-native-form table.variations select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23edf4f8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 5 6 8 9 5'/%3E%3C/svg%3E") !important; }
.prido-woo-native-form table.variations select:focus,
.prido-woo-native-form table.variations select:hover { border-color: var(--prido-teal) !important;
    background-color: var(--prido-theme-surface-strong, #fff) !important;
    box-shadow: 0 4px 20px rgba(45, 198, 193, 0.1) !important; }
.prido-woo-native-form .wd-swatch { width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    margin: 0 !important;
    background-size: cover !important; }
.prido-woo-native-form .wd-swatch:after { display: none !important; }
.prido-woo-native-form .wd-swatch.wd-active,
.prido-woo-native-form .wd-swatch:hover { border-color: var(--prido-teal) !important;
    box-shadow: 0 0 0 3px rgba(45, 198, 193, 0.3), 0 6px 15px rgba(45, 198, 193, 0.2) !important;
    transform: scale(1.15) !important; }
.prido-woo-native-form .wd-swatch.wd-text { width: auto !important;
    border-radius: 50px !important;
    padding: 8px 18px !important;
    color: var(--prido-dark) !important;
    font-weight: 700 !important;
    height: auto !important; }
.prido-woo-native-form .wd-swatch.wd-text.wd-active { background: var(--prido-teal) !important;
    color: var(--prido-white) !important;
    border-color: var(--prido-teal) !important; }
.prido-woo-native-form .reset_variations { font-family: 'Noto Sans', sans-serif !important;
    font-size: 11px !important;
    color: var(--prido-muted) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 8px 16px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    margin-left: 5px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important; }
.prido-woo-native-form .reset_variations::before { content: '✕';
    margin-right: 6px;
    font-size: 10px;
    font-weight: 900; }
.prido-woo-native-form .reset_variations:hover { color: var(--prido-teal) !important;
    border-color: var(--prido-teal) !important;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(45, 198, 193, 0.15) !important; }
.prido-woo-native-form .woocommerce-variation.single_variation { width: 100%;
    margin-bottom: 0; }
.prido-woo-native-form .woocommerce-variation-availability,
.prido-woo-native-form .woocommerce-variation-price { display: none !important; }
.prido-woo-native-form .woocommerce-variation-add-to-cart,
.prido-woo-native-form form.cart:not(.variations_form) { display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 15px !important;
    margin-bottom: 25px !important;
    padding-top: 10px !important;
    width: 100% !important; }
.prido-woo-native-form .quantity { flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    border: 1px solid var(--prido-theme-border, rgba(201, 212, 221, 0.74)) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background: var(--prido-glass-shell, rgba(255, 255, 255, 0.82)) !important;
    margin: 0 !important;
    height: auto !important; }
:root[data-theme="dark"] .prido-woo-native-form .quantity { background: var(--prido-glass-shell, rgba(19, 26, 34, 0.86)) !important; }
.prido-woo-native-form .quantity input[type="button"],
.prido-woo-native-form .quantity button.qty-btn { width: 36px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--prido-theme-canvas-soft, #f2f6f9) !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--prido-theme-ink, #1a2a3a) !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    user-select: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    font-family: inherit !important;
    line-height: 1 !important; }
:root[data-theme="dark"] .prido-woo-native-form .quantity input[type="button"],
:root[data-theme="dark"] .prido-woo-native-form .quantity button.qty-btn { background: var(--prido-theme-canvas-soft, #151d27) !important;
    color: var(--prido-theme-ink, #edf4f8) !important; }
.prido-woo-native-form .quantity input[type="button"]:hover,
.prido-woo-native-form .quantity button.qty-btn:hover { background: var(--prido-theme-border, rgba(201, 212, 221, 0.74)) !important; }
:root[data-theme="dark"] .prido-woo-native-form .quantity input[type="button"]:hover,
:root[data-theme="dark"] .prido-woo-native-form .quantity button.qty-btn:hover { background: var(--prido-theme-border, rgba(255, 255, 255, 0.1)) !important; }
.prido-woo-native-form .quantity input[type="number"] { width: 42px !important;
    height: 40px !important;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid var(--prido-theme-border, rgba(201, 212, 221, 0.74)) !important;
    border-right: 1px solid var(--prido-theme-border, rgba(201, 212, 221, 0.74)) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--prido-theme-ink, #1a2a3a) !important;
    background: transparent !important;
    -moz-appearance: textfield !important;
    padding: 0 !important;
    border-radius: 0 !important; }
:root[data-theme="dark"] .prido-woo-native-form .quantity input[type="number"] { color: var(--prido-theme-ink, #edf4f8) !important; }
.prido-woo-native-form .quantity input[type="number"]::-webkit-inner-spin-button,
.prido-woo-native-form .quantity input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none !important; }
.prido-woo-native-form .single_add_to_cart_button { flex-grow: 1 !important;
    min-width: 0 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    -webkit-backdrop-filter: blur(15px) saturate(150%) !important;
    backdrop-filter: blur(15px) saturate(150%) !important;
    border: 2px solid var(--prido-teal) !important;
    color: var(--prido-teal) !important;
    border-radius: 50px !important;
    font-family: 'Outfit', sans-serif !important;
    font-size: clamp(12px, 1.5vw, 15px) !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 0 20px !important;
    height: 48px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 15px rgba(45, 198, 193, 0.1) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    white-space: nowrap !important; }
.prido-woo-native-form .single_add_to_cart_button:hover { background: var(--prido-teal) !important;
    color: var(--prido-white) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(45, 198, 193, 0.3) !important; }
.prido-woo-native-form .single_add_to_cart_button.disabled { opacity: 0.5 !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
    border-color: var(--prido-muted) !important;
    color: var(--prido-muted) !important; }
:root[data-theme="dark"] .prido-woo-native-form .single_add_to_cart_button { background: rgba(45, 198, 193, 0.12) !important;
    color: var(--prido-teal) !important; }
:root[data-theme="dark"] .prido-woo-native-form .single_add_to_cart_button:hover { background: var(--prido-teal) !important;
    color: var(--prido-white) !important; }
.prido-logistics-glass { display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px; }
.prido-logistic-badge { display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: var(--prido-muted); }
.prido-logistic-badge svg { width: 14px;
    height: 14px;
    stroke: var(--prido-muted);
    flex-shrink: 0; }
.prido-logistic-badge span { display: flex;
    align-items: center;
    gap: 4px; }
.prido-logistic-badge small { font-weight: 400;
    font-size: 11px;
    opacity: 0.8; }
.prido-share-section { display: flex;
    align-items: center;
    gap: 15px; }
.prido-share-title { font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 800;
    color: var(--prido-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px; }
.prido-share-links { display: flex;
    align-items: center;
    gap: 10px; }
.prido-share-links a,
.prido-share-links button { display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--prido-border-light);
    color: var(--prido-muted);
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0; }
.prido-share-links svg { width: 14px;
    height: 14px; }
.prido-share-links a:hover,
.prido-share-links button:hover { background: var(--prido-teal);
    border-color: var(--prido-teal);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(45, 198, 193, 0.3); }
@media (max-width: 1024px) {
  .prido-woo-native-form .woocommerce-variation-add-to-cart,
    .prido-woo-native-form form.cart:not(.variations_form) { display: none !important; }
  .prido-share-section { display: none !important; }
  .prido-woo-native-form table.variations tr { display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 8px !important;
        margin-bottom: 12px !important;
        min-height: auto !important; }
  .prido-woo-native-form table.variations td.label,
    .prido-woo-native-form table.variations td.value { width: 100% !important;
        height: auto !important; }
  .prido-woo-native-form .reset_variations { margin-left: 0 !important; }
  .prido-logistics-glass { flex-direction: column;
        gap: 8px; }
  .prido-logistic-badge span { flex-wrap: wrap;
        line-height: 1.2; }
}
.prido-tw-wrapper { width: 100%;
    margin-top: 28px;
    margin-bottom: 25px;
    font-family: 'Noto Sans', sans-serif; }
.prido-tw-glass-panel { position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
    -webkit-backdrop-filter: blur(25px) saturate(200%);
    backdrop-filter: blur(25px) saturate(200%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 20px 25px;
    color: var(--prido-dark);
    font-size: 14px;
    line-height: 1.7;
    text-align: justify; }
.prido-tw-ghost { opacity: 0;
    pointer-events: none;
    user-select: none; }
.prido-tw-ghost p { margin-bottom: 10px; }
.prido-tw-ghost p:last-child { margin-bottom: 0; }
.prido-tw-canvas { position: absolute;
    top: 20px;
    left: 25px;
    right: 25px;
    bottom: 20px;
    z-index: 2; }
.prido-tw-canvas p { margin-bottom: 10px; }
.prido-tw-canvas p:last-child { margin-bottom: 0; }
.prido-tw-cursor { display: inline-block;
    width: 8px;
    height: 1.2em;
    background-color: var(--prido-teal);
    vertical-align: middle;
    margin-left: 4px;
    transform: translateY(-1px);
    animation: pridoBlink 0.9s infinite; }
@media (max-width: 768px) {
  .prido-tw-glass-panel { padding: 18px 20px;
        font-size: 13px; }
  .prido-tw-canvas { top: 18px;
        left: 20px;
        right: 20px;
        bottom: 18px; }
}
.prido-badge-tooltip { position: absolute !important;
    top: 130% !important;
    left: 50% !important;
    transform: translate(-50%, -10px) !important;
    background: rgba(26, 42, 58, 0.85) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
    color: #fff !important;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    white-space: nowrap !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
    z-index: 999 !important; }
.prido-badge-tooltip::after { content: '' !important;
    position: absolute !important;
    bottom: 100% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: transparent transparent rgba(26, 42, 58, 0.85) transparent !important;
    display: block !important; }
.prido-onsale:hover .prido-badge-tooltip,
.prido-onsale.is-active .prido-badge-tooltip { opacity: 1 !important;
    visibility: visible !important;
    transform: translate(-50%, 0) !important; }
@media (max-width: 1024px) {
  body.single-product { padding-bottom: 97px !important; }
}
@media (max-width: 1024px) {
  .prido-reviews-breakout { padding: 60px 0; }
  .prido-reviews-top-bar { flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 20px !important; }
  .prido-reviews-heading { flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 12px !important; }
  .prido-reviews-heading h2 { text-align: center !important;
        width: 100% !important;
        margin: 0 !important; }
  .prido-reviews-global-rating,
    .prido-reviews-actions { display: flex !important;
        justify-content: center !important;
        width: 100% !important; }
}
@media (max-width: 576px) {
  .prido-reviews-breakout { padding: 40px 0; }
  body.single-product .prido-reviews-breakout,
    body.single-product .prido-related-breakout,
    body.single-product .prido-bestsellers-breakout,
    body.single-product .prido-blog-breakout { content-visibility: auto;
        contain-intrinsic-size: 0 500px; }
}
span.prido-rel-cat { color: #555555 !important; }
p.prido-rel-desc.prido-rel-dynamic-desc { color: #333333 !important; }
.prido-rel-savings .pct { color: #B91C1C !important; }
.prido-related-card { flex: 0 0 calc((100% / 5) - (14px * 4 / 5)) !important;
    min-width: 0 !important;
    max-width: calc((100% / 5) - (14px * 4 / 5)) !important; }
.prido-bs-card { flex: 0 0 calc((100% / 5) - (14px * 4 / 5)) !important;
    min-width: 0 !important;
    max-width: calc((100% / 5) - (14px * 4 / 5)) !important; }
@media (max-width: 1024px) {
  .prido-related-card { flex: 0 0 calc(100% / 3.5 - 14px * 2.5 / 3.5) !important;
        max-width: calc(100% / 3.5 - 14px * 2.5 / 3.5) !important; }
  .prido-bs-card { flex: 0 0 calc(100% / 3.5 - 14px * 2.5 / 3.5) !important;
        max-width: calc(100% / 3.5 - 14px * 2.5 / 3.5) !important; }
  .prido-bs-badge-top { font-size: 8px !important;
        padding: 4px 8px !important; }
  .prido-bs-badge-shipping { font-size: 9px !important;
        padding: 5px 11px !important; }
}
@media (max-width: 768px) {
  .prido-related-card { flex: 0 0 calc(100% / 1.5 - 14px * 0.5 / 1.5) !important;
        max-width: calc(100% / 1.5 - 14px * 0.5 / 1.5) !important; }
  .prido-bs-card { flex: 0 0 calc(100% / 1.5 - 14px * 0.5 / 1.5) !important;
        max-width: calc(100% / 1.5 - 14px * 0.5 / 1.5) !important; }
}
.prido-rel-desc { color: #1a1a1a !important; }
p.prido-rel-desc.prido-rel-dynamic-desc { color: #1a1a1a !important; }
.prido-bs-badge-top { border-radius: 20px !important;
    padding: 6px 14px !important;
    font-size: 10px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    -webkit-backdrop-filter: saturate(180%) blur(25px) !important;
    backdrop-filter: saturate(180%) blur(25px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8); }
body.single-product { background-color: var(--prido-theme-canvas) !important; }
body.single-product .prido-related-breakout,
body.single-product .prido-bs-breakout { background-color: var(--prido-theme-canvas) !important; }
body.single-product .container { background-color: transparent; }
.prido-reviews-breakout { padding: 65px 0 !important;
    background-color: var(--prido-bg-tint) !important;
    border: none !important; }
.prido-reviews-container { width: 95%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
.prido-reviews-top-bar { display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 10px;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%; }
.prido-reviews-heading { display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap; }
.prido-reviews-heading h2 { font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--prido-dark);
    margin: 0;
    line-height: 1.2; }
.prido-reviews-global-rating { display: flex;
    align-items: center;
    gap: 12px; }
.prido-reviews-global-rating .score { font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: var(--prido-dark);
    line-height: 1; }
.prido-reviews-actions { display: flex;
    align-items: center; }
.prido-reviews-load-more { margin-top: 30px;
    text-align: center;
    width: 100%; }
.prido-reviews-grid { display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%; }
.prido-review-premium-card { background: var(--prido-white);
    border-radius: 16px;
    border: 1px solid var(--prido-border-light);
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    z-index: 1; }
.prido-review-premium-card:hover { transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(94, 129, 162, 0.1);
    border-color: var(--prido-teal);
    z-index: 2; }
.prido-review-stars { margin-bottom: 15px; }
.prido-review-content { color: var(--prido-dark);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; }
.prido-review-card-footer { display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--prido-border-light);
    padding-top: 20px;
    margin-top: auto; }
.prido-review-author-info { display: flex;
    align-items: center;
    gap: 12px; }
.prido-review-avatar { width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--prido-bg-product);
    color: var(--prido-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid var(--prido-border-light); }
.prido-review-author-name { display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: var(--prido-dark);
    line-height: 1.2; }
.prido-review-date { display: block;
    font-size: 11px;
    color: var(--prido-muted);
    font-weight: 600;
    margin-top: 2px; }
.prido-review-glass-badge { position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15)) !important;
    -webkit-backdrop-filter: blur(25px) saturate(200%) !important;
    backdrop-filter: blur(25px) saturate(200%) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), inset 0 0 12px rgba(255, 255, 255, 0.3) !important;
    color: var(--prido-dark) !important;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 900;
    padding: 6px 14px;
    border-radius: 30px !important;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    transition: none !important;
    z-index: 10; }
.prido-review-premium-card:hover .prido-review-glass-badge { background: linear-gradient(135deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.15)) !important;
    border-color: rgba(255, 255, 255, 0.6) !important; }
:root[data-theme="dark"] .prido-reviews-breakout { background-color: transparent !important; }
:root[data-theme="dark"] .prido-reviews-heading h2 { color: var(--prido-theme-ink, #edf4f8); }
:root[data-theme="dark"] .prido-reviews-global-rating .score { color: var(--prido-theme-ink, #edf4f8); }
:root[data-theme="dark"] .prido-review-premium-card { background: var(--prido-glass-shell-soft, rgba(19, 26, 34, 0.86));
    border-color: var(--prido-glass-border, rgba(255, 255, 255, 0.08));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); }
:root[data-theme="dark"] .prido-review-premium-card:hover { border-color: var(--prido-glass-accent-border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3); }
:root[data-theme="dark"] .prido-review-content { color: var(--prido-theme-ink, #edf4f8); }
:root[data-theme="dark"] .prido-review-author-name { color: var(--prido-theme-ink, #edf4f8); }
:root[data-theme="dark"] .prido-review-date { color: var(--prido-theme-muted, #94a3b8); }
:root[data-theme="dark"] .prido-review-avatar { background: var(--prido-glass-shell, rgba(24, 32, 41, 0.92));
    border-color: var(--prido-glass-border, rgba(255, 255, 255, 0.08));
    color: var(--prido-teal); }
:root[data-theme="dark"] .prido-review-card-footer { border-top-color: var(--prido-glass-border, rgba(255, 255, 255, 0.08)); }
:root[data-theme="dark"] .prido-review-glass-badge { background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)) !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
    color: var(--prido-theme-ink, #edf4f8) !important; }
.prido-ar-card .prido-review-glass-badge { top: 20px;
    right: 20px; }
@media (max-width: 1200px) {
  .prido-reviews-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1024px) {
  .prido-reviews-grid { grid-template-columns: repeat(2, 1fr);
        gap: 20px; }
  .prido-reviews-breakout { padding: 60px 0; }
  .prido-reviews-top-bar { flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        gap: 20px !important; }
  .prido-reviews-heading { flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 12px !important; }
  .prido-reviews-heading h2 { text-align: center !important;
        width: 100% !important;
        margin: 0 !important; }
  .prido-reviews-global-rating,
    .prido-reviews-actions { display: flex !important;
        justify-content: center !important;
        width: 100% !important; }
}
@media (max-width: 768px) {
  .prido-reviews-grid { grid-template-columns: 1fr;
        gap: 16px; }
  .prido-reviews-breakout { padding: 40px 0; }
  .prido-review-premium-card { padding: 24px 20px; }
}
body.single-product .prido-related-breakout { padding-top: 40px !important;
    padding-bottom: 20px !important; }
body.single-product .prido-bs-breakout { padding-top: 20px !important;
    padding-bottom: 40px !important;
    border-top: none !important; }
.prido-product-page { max-width: 1320px;
    margin: 28px auto 0;
    padding: 0 24px 80px; }
@media (min-width: 1025px) {
  .prido-product-page { padding: 0 3% 80px; }
}
.prido-product-layout { display: grid;
    grid-template-columns: 55% 45%;
    gap: 48px;
    align-items: start;
    margin-bottom: 60px; }
@media (max-width: 1024px) {
  .prido-product-layout { grid-template-columns: 1fr;
        gap: 32px; }
}
@media (max-width: 768px) {
  .prido-product-page { margin-top: 18px;
        padding: 0 16px 60px; }
  .prido-product-layout { margin-bottom: 32px; }
}
.prido-product-details { display: flex;
    flex-direction: column;
    gap: 24px; }
body.single-product .prido-product-page,
body.single-product .site-content,
body.single-product .content-area { background-color: transparent !important; }
body.single-product .container { background-color: transparent; }
@media (max-width: 1024px) {
  body.single-product { padding-bottom: 97px !important; }
}
.prido-product-info-bar { display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--prido-border-light); }
.prido-info-bar-item { display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--prido-glass-shell-soft, rgba(255, 255, 255, 0.74));
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid var(--prido-glass-border, rgba(201, 212, 221, 0.74));
    padding: 10px 18px;
    border-radius: 12px;
    text-decoration: none !important;
    color: var(--prido-theme-ink, #1a2a3a) !important;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.25s ease;
    flex: 1 1 auto;
    min-width: 140px;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(18, 29, 42, 0.04); }
.prido-info-bar-item:hover { transform: translateY(-1px);
    border-color: var(--prido-glass-accent-border, color-mix(in srgb, var(--prido-teal) 22%, var(--prido-glass-border) 78%));
    box-shadow: 0 4px 16px rgba(45, 198, 193, 0.08);
    color: var(--prido-theme-ink, #1a2a3a) !important; }
.prido-info-bar-icon { display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--prido-theme-muted, #66788d);
    transition: color 0.25s ease; }
.prido-info-bar-item:hover .prido-info-bar-icon { color: var(--prido-teal); }
.prido-info-bar-icon svg { width: 100%;
    height: 100%;
    fill: currentColor; }
.prido-info-bar-label { font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap; }
@media (max-width: 768px) {
  .prido-product-info-bar { gap: 6px; }
  .prido-info-bar-item { padding: 8px 10px;
        min-width: 0;
        flex: 1 1 calc(50% - 6px);
        justify-content: flex-start; }
  .prido-info-bar-label { font-size: 11px; }
}
:root[data-theme="dark"] .prido-info-bar-item { background: var(--prido-glass-shell-soft, rgba(19, 26, 34, 0.86));
    border-color: var(--prido-glass-border, rgba(255, 255, 255, 0.1));
    color: var(--prido-theme-ink, #edf4f8) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
:root[data-theme="dark"] .prido-info-bar-item:hover { border-color: var(--prido-teal);
    box-shadow: 0 4px 16px rgba(45, 198, 193, 0.15);
    color: var(--prido-teal) !important; }
:root[data-theme="dark"] .prido-info-bar-icon { color: var(--prido-theme-muted, #94a3b8); }
:root[data-theme="dark"] .prido-info-bar-item:hover .prido-info-bar-icon { color: var(--prido-teal); }
.prido-sticky-buy-bar { position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--prido-glass-shell-strong, rgba(255, 255, 255, 0.96));
    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    border-top: 1px solid var(--prido-glass-border, rgba(201, 212, 221, 0.74));
    box-shadow: 0 -4px 24px rgba(18, 29, 42, 0.08);
    padding: 12px 0;
    transform: translateY(110%);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
:root[data-theme="dark"] .prido-sticky-buy-bar { background: var(--prido-glass-shell-strong, rgba(24, 32, 41, 0.96));
    border-top-color: var(--prido-glass-border, rgba(255, 255, 255, 0.1));
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.36); }
.prido-sticky-buy-bar.is-visible { transform: translateY(0); }
.prido-sticky-buy-inner { max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px; }
.prido-sticky-buy-info { display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    min-width: 0; }
.prido-sticky-buy-prices { display: flex;
    align-items: baseline;
    gap: 10px;
    font-family: 'Outfit', sans-serif; }
.prido-sticky-buy-sale-wrap { display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1; }
.prido-sticky-buy-reg { font-size: 15px;
    font-weight: 500;
    color: var(--prido-theme-muted, #66788d);
    text-decoration: line-through; }
.prido-sticky-buy-sale { font-size: 22px;
    font-weight: 700;
    color: var(--prido-theme-ink, #1a2a3a);
    letter-spacing: -0.3px; }
.prido-sticky-buy-iva { display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--prido-theme-muted, #66788d); }
.prido-sticky-buy-attrs { font-size: 12px;
    font-weight: 500;
    color: var(--prido-primary, #5e81a2);
    text-transform: capitalize;
    min-height: 16px; }
.prido-sticky-buy-actions { display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0; }
.prido-sticky-buy-qty { display: flex;
    align-items: center;
    border: 1px solid var(--prido-theme-border, rgba(201, 212, 221, 0.74));
    border-radius: 8px;
    overflow: hidden;
    background: var(--prido-glass-shell, rgba(255, 255, 255, 0.82)); }
:root[data-theme="dark"] .prido-sticky-buy-qty { background: var(--prido-glass-shell, rgba(19, 26, 34, 0.86)); }
.prido-sticky-buy-btn { display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    backdrop-filter: blur(15px) saturate(150%);
    border: 2px solid var(--prido-teal);
    color: var(--prido-teal);
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 24px;
    height: 44px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(45, 198, 193, 0.1);
    transition: all 0.3s ease;
    white-space: nowrap; }
.prido-sticky-buy-btn:hover { background: var(--prido-teal);
    color: var(--prido-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(45, 198, 193, 0.3); }
.prido-sticky-buy-btn:active { transform: translateY(0); }
:root[data-theme="dark"] .prido-sticky-buy-btn { background: rgba(45, 198, 193, 0.12);
    color: var(--prido-teal); }
:root[data-theme="dark"] .prido-sticky-buy-btn:hover { background: var(--prido-teal);
    color: var(--prido-white); }
@media (max-width: 1024px) {
  .prido-sticky-buy-bar { transform: translateY(110%) !important;
        pointer-events: none; }
}
.prido-sticky-buy-bar-mobile { display: none;
    position: fixed;
    bottom: 0;
    bottom: env(safe-area-inset-bottom, 0);
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--prido-glass-shell-strong, rgba(255, 255, 255, 0.96));
    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    border-top: 1px solid var(--prido-glass-border, rgba(201, 212, 221, 0.74));
    box-shadow: 0 -4px 24px rgba(18, 29, 42, 0.08);
    padding: 18px 0 max(26px, env(safe-area-inset-bottom, 26px));
    transform: translateY(0) !important;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
:root[data-theme="dark"] .prido-sticky-buy-bar-mobile { background: var(--prido-glass-shell-strong, rgba(24, 32, 41, 0.96));
    border-top-color: var(--prido-glass-border, rgba(255, 255, 255, 0.1));
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.36); }
.prido-sticky-buy-mobile-inner { max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 14px; }
.prido-sticky-buy-mobile-row.prices-row { display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0; }
.prido-sticky-buy-mobile-prices-group { display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
    flex-wrap: wrap; }
.prido-sticky-buy-mobile-sale-wrap { display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1; }
.prido-sticky-buy-mobile-reg { font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--prido-theme-muted, #66788d);
    text-decoration: line-through; }
.prido-sticky-buy-mobile-sale { font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--prido-theme-ink, #1a2a3a);
    letter-spacing: -0.5px; }
.prido-sticky-buy-mobile-sale.has-offer { color: var(--prido-teal, #2dc6c1); }
.prido-sticky-buy-mobile-iva { display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: var(--prido-theme-muted, #66788d); }
@media (max-width: 767px) {
  .prido-pi-price-main-wrap strong { font-size: 34px; }
}
.prido-sticky-buy-mobile-savings { display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(45, 198, 193, 0.10);
    border: 1px solid rgba(45, 198, 193, 0.25);
    color: var(--prido-teal, #2dc6c1);
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    white-space: nowrap;
    flex-shrink: 0; }
.prido-sticky-buy-mobile-row.actions-row { display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center; }
.prido-sticky-buy-mobile-qty { display: flex;
    align-items: center;
    border: 1px solid var(--prido-theme-border, rgba(201, 212, 221, 0.74));
    border-radius: 8px;
    overflow: hidden;
    background: var(--prido-glass-shell, rgba(255, 255, 255, 0.82)); }
:root[data-theme="dark"] .prido-sticky-buy-mobile-qty { background: var(--prido-glass-shell, rgba(19, 26, 34, 0.86)); }
.prido-sticky-buy-mobile-btn { display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(15px) saturate(150%);
    backdrop-filter: blur(15px) saturate(150%);
    border: 2px solid var(--prido-teal);
    color: var(--prido-teal);
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 18px;
    height: 46px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(45, 198, 193, 0.1);
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%; }
.prido-sticky-buy-mobile-btn:hover { background: var(--prido-teal);
    color: var(--prido-white);
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(45, 198, 193, 0.3); }
.prido-sticky-buy-mobile-btn:active { transform: translateY(0); }
:root[data-theme="dark"] .prido-sticky-buy-mobile-btn { background: rgba(45, 198, 193, 0.12);
    color: var(--prido-teal); }
:root[data-theme="dark"] .prido-sticky-buy-mobile-btn:hover { background: var(--prido-teal);
    color: var(--prido-white); }
@media (max-width: 1024px) {
  .prido-sticky-buy-bar-mobile { display: block; }
  body.single-product { padding-bottom: 140px !important; }
}

/* ============================================================================
   §2 product-page.css (galería: acciones expand/comparar/guía de color)
   ============================================================================ */
body.single-product .prido-gallery-actions { --prido-gallery-action-size: 44px;
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 12;
    display: inline-flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 7px;
    max-width: 150px;
    pointer-events: none; }
body.single-product .prido-gallery-actions > * { pointer-events: auto; }
body.single-product .prido-gallery-actions .prido-gallery-expand,
body.single-product .prido-gallery-actions .prido-color-guide-button { position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    flex: 0 0 auto; }
body.single-product .prido-gallery-actions .prido-gallery-expand,
body.single-product .prido-gallery-actions .prido-gallery-compare-button,
body.single-product .prido-gallery-actions .prido-color-guide-button { --prido-gallery-action-open-width: 124px;
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: var(--prido-gallery-action-size);
    min-width: var(--prido-gallery-action-size);
    max-width: var(--prido-gallery-action-size);
    height: var(--prido-gallery-action-size);
    min-height: var(--prido-gallery-action-size);
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.52) !important;
    border-radius: 999px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,255,255,.2) 54%, rgba(255,255,255,.38)),
        rgba(255,255,255,.2) !important;
    -webkit-backdrop-filter: saturate(165%) blur(20px);
    backdrop-filter: saturate(165%) blur(20px);
    color: var(--prido-theme-ink, #1a2a3a) !important;
    font-family: var(--prido-font-ui, 'Noto Sans', sans-serif);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.72),
        inset 0 -10px 18px rgba(255,255,255,.14),
        0 8px 24px rgba(15, 23, 42, .1) !important;
    cursor: pointer;
    transition: width .22s ease, max-width .22s ease, transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, opacity .18s ease; }
body.single-product .prido-gallery-actions .prido-gallery-expand { --prido-gallery-action-open-width: 112px; }
body.single-product .prido-gallery-actions .prido-gallery-compare-button { --prido-gallery-action-open-width: 116px; }
body.single-product .prido-gallery-actions .prido-color-guide-button { --prido-gallery-action-open-width: 142px; }
body.single-product .prido-gallery-actions .prido-gallery-expand svg,
body.single-product .prido-gallery-actions .prido-gallery-compare-button svg,
body.single-product .prido-gallery-actions .prido-color-guide-button svg { width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round; }
body.single-product .prido-gallery-actions .prido-gallery-compare-button svg { stroke-width: 1.8; }
body.single-product .prido-gallery-actions .prido-gallery-expand span,
body.single-product .prido-gallery-actions .prido-gallery-compare-button__text,
body.single-product .prido-gallery-actions .prido-color-guide-button span { display: inline-flex !important;
    align-items: center;
    max-width: 0;
    overflow: hidden;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transition: max-width .22s ease, opacity .16s ease; }
body.single-product .prido-gallery-actions .prido-gallery-expand:hover,
body.single-product .prido-gallery-actions .prido-gallery-expand:focus-visible,
body.single-product .prido-gallery-actions .prido-gallery-compare-button:hover,
body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus-visible,
body.single-product .prido-gallery-actions .prido-color-guide-button:hover,
body.single-product .prido-gallery-actions .prido-color-guide-button:focus-visible { width: var(--prido-gallery-action-open-width);
    max-width: var(--prido-gallery-action-open-width);
    padding: 0 14px !important;
    justify-content: flex-start;
    gap: 8px;
    transform: translateY(-1px);
    color: #111111 !important;
    border-color: rgba(255, 255, 255, 0.72) !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.74), rgba(255,255,255,.3) 54%, rgba(255,255,255,.5)),
        rgba(255,255,255,.28) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.82),
        inset 0 -10px 18px rgba(255,255,255,.18),
        0 12px 28px rgba(15, 23, 42, .13) !important; }
body.single-product .prido-gallery-actions .prido-gallery-expand:hover span,
body.single-product .prido-gallery-actions .prido-gallery-expand:focus-visible span,
body.single-product .prido-gallery-actions .prido-gallery-compare-button:hover .prido-gallery-compare-button__text,
body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus-visible .prido-gallery-compare-button__text,
body.single-product .prido-gallery-actions .prido-color-guide-button:hover span,
body.single-product .prido-gallery-actions .prido-color-guide-button:focus-visible span { max-width: calc(var(--prido-gallery-action-open-width) - 48px);
    opacity: 1; }
body.single-product .prido-gallery-compare-button.is-loading { cursor: wait;
    opacity: .76; }
body.single-product .prido-gallery-actions .prido-gallery-compare-button.is-added { color: #111111 !important;
    border-color: rgba(255, 255, 255, 0.72) !important; }
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-gallery-expand,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-gallery-compare-button,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-color-guide-button,
body.woodmart-dark.single-product .prido-gallery-actions .prido-gallery-expand,
body.woodmart-dark.single-product .prido-gallery-actions .prido-gallery-compare-button,
body.woodmart-dark.single-product .prido-gallery-actions .prido-color-guide-button { background:
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.05) 58%, rgba(255,255,255,.1)),
        rgba(16,23,31,.18) !important;
    color: var(--prido-theme-ink, #edf4f8) !important;
    border-color: rgba(255,255,255,.14) !important; }
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-gallery-expand:hover,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-gallery-expand:focus-visible,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-gallery-compare-button:hover,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus-visible,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-color-guide-button:hover,
:root[data-theme="dark"] body.single-product .prido-gallery-actions .prido-color-guide-button:focus-visible,
body.woodmart-dark.single-product .prido-gallery-actions .prido-gallery-expand:hover,
body.woodmart-dark.single-product .prido-gallery-actions .prido-gallery-expand:focus-visible,
body.woodmart-dark.single-product .prido-gallery-actions .prido-gallery-compare-button:hover,
body.woodmart-dark.single-product .prido-gallery-actions .prido-gallery-compare-button:focus-visible,
body.woodmart-dark.single-product .prido-gallery-actions .prido-color-guide-button:hover,
body.woodmart-dark.single-product .prido-gallery-actions .prido-color-guide-button:focus-visible { color: #111111 !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.2), rgba(255,255,255,.08) 58%, rgba(255,255,255,.14)),
        rgba(16,23,31,.24) !important;
    border-color: var(--prido-teal, #2dc6c1) !important; }
@media (max-width: 900px) {
  body.single-product .prido-gallery-actions { left: 12px;
        bottom: 12px;
        gap: 6px;
        max-width: 142px; }
  body.single-product .prido-gallery-actions .prido-gallery-expand svg,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button svg,
    body.single-product .prido-gallery-actions .prido-color-guide-button svg { width: 16px;
        height: 16px;
        flex-basis: 16px; }
}
@media (min-width: 1024px) {
  body.single-product .prido-gallery-actions { --prido-gallery-action-size: 54px; }
  body.single-product .prido-gallery-actions .prido-gallery-expand svg,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button svg,
    body.single-product .prido-gallery-actions .prido-color-guide-button svg { width: 20px;
        height: 20px;
        flex-basis: 20px; }
}
@media (hover: none), (pointer: coarse) {
  body.single-product .prido-gallery-actions .prido-gallery-expand:hover,
    body.single-product .prido-gallery-actions .prido-gallery-expand:focus,
    body.single-product .prido-gallery-actions .prido-gallery-expand:focus-visible,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button:hover,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus-visible,
    body.single-product .prido-gallery-actions .prido-color-guide-button:hover,
    body.single-product .prido-gallery-actions .prido-color-guide-button:focus,
    body.single-product .prido-gallery-actions .prido-color-guide-button:focus-visible { width: var(--prido-gallery-action-size);
        max-width: var(--prido-gallery-action-size);
        padding: 0 !important;
        justify-content: center;
        gap: 0;
        transform: none; }
  body.single-product .prido-gallery-actions .prido-gallery-expand:hover span,
    body.single-product .prido-gallery-actions .prido-gallery-expand:focus span,
    body.single-product .prido-gallery-actions .prido-gallery-expand:focus-visible span,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button:hover .prido-gallery-compare-button__text,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus .prido-gallery-compare-button__text,
    body.single-product .prido-gallery-actions .prido-gallery-compare-button:focus-visible .prido-gallery-compare-button__text,
    body.single-product .prido-gallery-actions .prido-color-guide-button:hover span,
    body.single-product .prido-gallery-actions .prido-color-guide-button:focus span,
    body.single-product .prido-gallery-actions .prido-color-guide-button:focus-visible span { max-width: 0;
        opacity: 0; }
}

/* ============================================================================
   §3 product-discount-modal.css
   ============================================================================ */
#modal-descuentos .prido-discount-grid {
    grid-template-columns: 1fr;
    gap: 8px;
}

#modal-descuentos .prido-discount-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 8px 2px;
    min-height: auto;
}

#modal-descuentos .prido-discount-row .discount-label {
    color: var(--prido-theme-ink, var(--prido-dark));
    font-family: var(--prido-modal-font-family);
    font-size: var(--prido-modal-small-size);
    font-weight: var(--prido-modal-section-weight);
    line-height: var(--prido-modal-small-line);
}

#modal-descuentos .prido-discount-row .discount-value {
    color: var(--prido-theme-ink, var(--prido-dark));
    font-family: var(--prido-modal-font-family);
    font-size: var(--prido-modal-section-size);
    font-weight: var(--prido-modal-section-weight);
    line-height: 1.35;
}

#modal-descuentos .prido-discount-row.is-status .discount-value {
    color: var(--prido-theme-muted, var(--prido-muted));
    font-size: var(--prido-modal-body-size);
    font-weight: 400;
    line-height: var(--prido-modal-body-line);
}

#modal-descuentos #prido-discount-table.has-offer .prido-discount-base-row {
    display: none;
}

:root[data-theme="dark"] #modal-descuentos .prido-discount-row .discount-label {
    color: var(--prido-theme-ink, #fff);
}

/* ============================================================================
   §4 Sticky buy bar compacta (ex inline #prido-sticky-buy-compact)
   ============================================================================ */
/* Compacta la barra sticky de compra (desktop): "Precio IVA incl." se coloca
   AL LADO del precio (no debajo) para reducir el alto vertical de la barra
   (~81px -> ~72px). El id gana en especificidad a la regla base .prido-sticky-buy-sale-wrap. */
#prido-sticky-buy-bar .prido-sticky-buy-sale-wrap{
	flex-direction:row !important;
	align-items:baseline !important;
	column-gap:8px !important;
	row-gap:0 !important;
	flex-wrap:wrap !important;   /* salvaguarda: si no cabe, la nota baja en vez de desbordar */
	line-height:1 !important;
}
#prido-sticky-buy-bar .prido-sticky-buy-iva{ white-space:nowrap !important; }

/* ============================================================================
   §5 Galería sticky + header sin reaparición (ex mu-plugin prido-pdp-sticky-gallery)
   ============================================================================ */
@media (min-width:1025px){
  .prido-product-gallery{transition:top .2s cubic-bezier(.2,0,.2,1);}
  /* Header: una vez oculto, no reaparece en scroll-up (solo al volver al tope). */
  body.prido-hs-condensed .prido-hs:not(:focus-within){transform:translateY(-102%);pointer-events:none;}
  /* Galería pegada arriba mientras la página está scrolleada (header suprimido). */
  body.prido-hs-condensed .prido-product-gallery{top:16px!important;}
  /* Fallback previo (header oculto por autohide en scroll-down). */
  body:has(.prido-hs--hidden) .prido-product-gallery{top:16px!important;}
}
/* Movimiento reducido: header-system fuerza el header visible; restaurar 80px. */
@media (min-width:1025px) and (prefers-reduced-motion:reduce){
  body.prido-hs-condensed .prido-hs:not(:focus-within){transform:none;pointer-events:auto;}
  body.prido-hs-condensed .prido-product-gallery,
  body:has(.prido-hs--hidden) .prido-product-gallery{top:80px!important;}
}

/* ============================================================================
   §6 Favorito en la fila del título (ex mu-plugin prido-pdp-fav-titlerow)
   ============================================================================ */
/* Fila título + corazón: título a la izquierda, corazón a la derecha */
#prido-pi-container .prido-pi-titlerow{
	display:flex; align-items:center; justify-content:space-between;
	gap:14px; width:100%; margin:0 0 10px;
}
/* El título y el corazón traen `order` heredado del layout del buybox (title order:1,
   botón order:0) → sin esto el corazón quedaba a la IZQUIERDA. Forzamos: título 1º
   (izquierda), corazón 2º (derecha). */
#prido-pi-container .prido-pi-titlerow .prido-pi-title{ margin:0; min-width:0; order:0 !important; }
#prido-pi-container .prido-pi-titlerow .prido-fav-single-btn{ order:1 !important; }

/* Corazón icon-only, circular */
.prido-fav-single-btn.prido-fav-single-btn{
	position:relative; flex:0 0 auto;
	display:inline-flex; align-items:center; justify-content:center;
	width:44px; height:44px; padding:0; margin:0;
	border-radius:999px;
	background:color-mix(in srgb, var(--prido-secondary,#2dc6c1) 10%, transparent);
	border:1px solid color-mix(in srgb, var(--prido-secondary,#2dc6c1) 30%, transparent);
	color:var(--prido-secondary,#2dc6c1);
	cursor:pointer;
	transition:background .18s ease, border-color .18s ease, transform .18s ease;
}
.prido-fav-single-btn .prido-fav-btn__label{ display:none !important; }
.prido-fav-single-btn .prido-fav-btn__icon{ display:inline-flex; line-height:0; }
.prido-fav-single-btn .prido-fav-btn__icon svg{ width:22px; height:22px; }
.prido-fav-single-btn:hover{
	background:color-mix(in srgb, var(--prido-secondary,#2dc6c1) 18%, transparent);
	transform:translateY(-1px);
}
.prido-fav-single-btn:active{ transform:scale(.94); }
.prido-fav-single-btn:focus-visible{ outline:2px solid var(--prido-secondary,#2dc6c1); outline-offset:2px; }

/* Estado favorito: corazón relleno teal */
.prido-fav-single-btn.is-favorited{
	background:color-mix(in srgb, var(--prido-secondary,#2dc6c1) 16%, transparent);
	border-color:var(--prido-secondary,#2dc6c1);
	color:var(--prido-secondary,#2dc6c1);
}
.prido-fav-single-btn.is-favorited .prido-fav-btn__icon svg{
	fill:var(--prido-secondary,#2dc6c1) !important;
	stroke:var(--prido-secondary,#2dc6c1) !important;
}

/* Tooltip CSS (usa el aria-label que actualiza el JS: "Agregar/Quitar de favoritos") */
.prido-fav-single-btn::after{
	content:attr(aria-label);
	position:absolute; top:calc(100% + 8px); right:0;
	padding:6px 10px; border-radius:8px;
	background:rgba(20,28,38,.96); color:#fff; /* burbuja oscura fija: legible en claro y oscuro */
	font-family:var(--prido-font-heading, inherit); font-size:12px; font-weight:600; line-height:1;
	white-space:nowrap;
	opacity:0; transform:translateY(-4px); pointer-events:none;
	transition:opacity .15s ease, transform .15s ease;
	z-index:30;
}
.prido-fav-single-btn:hover::after,
.prido-fav-single-btn:focus-visible::after{ opacity:1; transform:translateY(0); }

/* Animación moderna SOLO al AGREGAR (.prido-fav-confirm + .is-favorited):
   pop con rebote en el corazón + anillo teal que irradia. Ventana JS = 600ms. */
.prido-fav-single-btn.prido-fav-confirm .prido-fav-btn__icon svg{ animation:none !important; }
.prido-fav-single-btn.prido-fav-confirm.is-favorited .prido-fav-btn__icon{
	animation:pridoFavPop .5s cubic-bezier(.18,.9,.32,1.4);
}
@keyframes pridoFavPop{
	0%{transform:scale(1)} 25%{transform:scale(.82)} 55%{transform:scale(1.28)} 100%{transform:scale(1)}
}
.prido-fav-single-btn.prido-fav-confirm.is-favorited::before{
	content:""; position:absolute; inset:-3px; border-radius:999px;
	border:2px solid var(--prido-secondary,#2dc6c1);
	animation:pridoFavRing .55s ease-out forwards;
	pointer-events:none;
}
@keyframes pridoFavRing{
	0%{transform:scale(.75); opacity:.55}
	100%{transform:scale(1.9); opacity:0}
}
@media (prefers-reduced-motion: reduce){
	.prido-fav-single-btn.prido-fav-confirm.is-favorited .prido-fav-btn__icon,
	.prido-fav-single-btn.prido-fav-confirm.is-favorited::before{ animation:none !important; }
}
