/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 02 2026 | 21:28:56 */
/* Shop Builder ki wishlist table aur content ko hide karne ke liye */
.rtsb-wishlist-content, 
.rtsb-wishlist-table,
div[class*="rtsb-wishlist"] {
    display: none !important;
}

/* Agar koi "No product found" wala message abhi bhi nazar aaye */
.rtsb-wl-empty-text {
    display: none !important;
}

.social-buttons, 
.social-buttons span, 
.social-buttons ul {
    display: none !important;
}