/* Hide page title on Categories page */
.page-id-413 h1.hostinger-ai-page-title { display: none !important; }

/* Cart badge */
.vip-cart-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 20px !important;
}
.vip-cart-badge {
    position: absolute;
    top: -8px;
    right: -14px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    padding: 0 4px;
}
.vip-cart-badge.has-items {
    display: inline-block !important;
    background: #e74c3c !important;
}

/* Cart page boxed layout (1140px max-width) */
.woocommerce-cart #page {
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Hide native theme header on cart page - replaced by Elementor #748 */
.page-id-13 #header,
.woocommerce-cart .wp-block-template-part:first-of-type,
.woocommerce-cart #header {
    display: none !important;
}
