/* =============================================================
   sam-harmonization.css — Production overrides 2026-04-16
   Hides non-functional WooCommerce/wishlist UI in static context
   Replaces CF7 with social-media CTA
   ============================================================= */

/* --- Hide WooCommerce cart/wishlist UI (non-functional in static) --- */
.cart-info,
.cart-content,
.regalia-cart,
.cart-contents,
.wdt-header-cart,
.mini-cart,
.widget_shopping_cart,
.cart-customlocation,
.added_to_cart,
.add_to_cart_button,
.product_type_simple,
.product_type_variable,
.woocommerce-mini-cart,
.tinvwl_add_to_wishlist_button,
.tinv-wishlist,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-button,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse,
.yith-compare-button,
.compare-button,
.woocommerce-loop-product__add-to-cart,
.product-buttons,
.tinvwl_above_thumbnail,
.tinvwl_after_summary,
ul.products li.product .button,
.regalia-shop-quickview,
.product-actions,
.shop-action,
.product-quickview,
.tinvwl-product-action {
    display: none !important;
}

/* --- Hide CF7 contact form (won't submit on static) and show socmed CTA instead --- */
.wpcf7,
.wpcf7-form,
form.wpcf7-form {
    display: none !important;
}

.wpcf7::after {
    content: "Hubungi Sam Sianata via Instagram, Facebook, atau TikTok di tautan footer ↓";
    display: block !important;
    text-align: center;
    padding: 20px;
    background: rgba(209, 163, 73, 0.1);
    border: 1px solid #d1a349;
    border-radius: 6px;
    color: #d1a349;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
}

/* --- Unhide the ::after pseudo on parent --- */
.wpcf7-form-control-wrap { display: none !important; }

/* --- Suppress JS-error-related visual flickers --- */
.elementor-loading,
.lazy-load-error {
    display: none !important;
}

/* --- Improve broken image fallback --- */
img:not([src]),
img[src=""],
img[src*="undefined"] {
    display: none !important;
}
