/**
 * Theme Name: Bookory Child
 * Description: This is a child theme of Bookory, generated by Merlin WP.
 * Author: <a href="https://pavothemes.com/">PavoThemes</a>
 * Template: bookory
 * Version: 2.2.7
 */

/* Hide Shiprocket Pincode Checker on Product Page */
#shiprocket_pincode_check,
#check_pincode,
#pincode_response {
    display: none !important;
}

/* Move Sold Out badge to top-right corner */
.ngc-sold-out-badge {
    left: auto !important;
    right: 12px !important;
}