Rounaq Kloset

<
>

Khojassteh

Khojassteh:beloved , one with beautiful black eyes.
The closest one to Rounaq’s heart, one with huge dreamy black eyes, eight arms beautifully hugging the rich black 5 meter fabric in meticulously darned multi shaded arms of the Rounaq’s octopus. A sheer beauty for the beauty who wishes to own in her closet one of the most ethereal outfit yet the one and only piece made, making it entirely exclusive for your closet and for the world.  
Rounaq’s Tasreehat
  • Being Ethereal, handle with softness, love and a smile.
  • Dry clean ~Steam iron~
  • Do not forget to be kind.
// Custom "By Invite Only" message for Product ID 718 add_action('woocommerce_single_product_summary', 'rounaqx_invite_only_for_718', 5); function rounaqx_invite_only_for_718() { if (is_product()) { global $product; if ($product->get_id() == 718) { // Remove price and add to cart remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10); remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30); // Load custom font add_action('wp_head', function () { echo ""; }); // Add "By Invite Only" message add_action('woocommerce_single_product_summary', function () { echo '

By Invite Only

This product is exclusively available by invitation. Request Access

'; }, 15); } } } // Hide price and Add to Cart button for Product ID 718 add_action('woocommerce_single_product_summary', 'rounaqx_hide_price_cart_718', 1); function rounaqx_hide_price_cart_718() { if (is_product()) { global $product; if ($product && $product->get_id() == 718) { // Remove price and add to cart remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10); remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30); } } } // Change product description font to Cormorant Garamond for Product ID 718 add_action('wp_head', function () { if (is_product()) { global $post; if ($post->ID == 718) { // Load the Google Font echo ""; // Inject custom CSS for description font echo " "; } } });