/**
 * Chabuto Next Level UX
 * Overrides and polish for Elvera theme
 */

/* ===== PRICING DISPLAY ===== */

/* Hide WooCommerce's verbose screen-reader labels */
.screen-reader-text,
.woocommerce-Price-amount .screen-reader-text,
.price .screen-reader-text {
    display: none !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Hide "Original price was:" and "Current price is:" text */
.woocommerce div.product p.price del::before,
.woocommerce div.product span.price del::before,
.woocommerce div.product p.price ins::before,
.woocommerce div.product span.price ins::before {
    content: none !important;
    display: none !important;
}

/* Hide the % OFF chip on archive cards */
.archive-card-pricing .archive-sale-chip {
    display: none !important;
}
.archive-sale-badge {
    display: none !important;
}

/* ===== CART ICON FIX ===== */
#desktop-right-icons a.cart-toggle-btn {
    align-self: center;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
#desktop-right-icons a.cart-toggle-btn > span {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

/* ===== VAULT HELP BUTTON ===== */
.vault-help-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    background: #81D8D0;
    color: #000;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(129, 216, 208, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    line-height: 1;
}
.vault-help-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(129, 216, 208, 0.4);
}

/* ===== SINGLE PRODUCT PAGE ===== */
.sp-product-content,
.woocommerce div.product .summary {
    padding: 24px 20px;
}
.sp-product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.sp-product-price del {
    font-size: 14px;
    margin-right: 8px;
}

/* ===== FOOTER ===== */
footer a:hover {
    color: #81D8D0 !important;
}

#syndicate-footer-form .animate-pulse {
    font-size: 0 !important;
}

#syndicate-footer-form .animate-pulse::before {
    content: '\25CF';
    font-size: 10px;
}

/* ===== MOBILE BOTTOM NAV ===== */
#antigravity-mobile-bottom-nav {
    z-index: 9998;
}
#antigravity-mobile-bottom-nav::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(129, 216, 208, 0.2), transparent);
}
