/*
Theme Name: UHBJJ Theme
Theme URI: https://uhbjj.co.nz
Description: Build with GeneratePress
Author: Sikander Jafar
Author URI: https://sikanderjafar.com
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/



/* GeneratePress Site CSS */ .comments-area {
    padding-inline: 20px;
}
#comments {
    max-width: 700px;
    margin-inline: auto;
}

input[type="search"].wp-block-search__input {
	border: 0;
} /* End GeneratePress Site CSS */





/* Hide WooCommerce products on the Shop page */
.woocommerce .products {
  display: none !important;
}


/* Hide WooCommerce Shop Page Title */
body.woocommerce-page .entry-title,
body.post-type-archive-product .page-title {
  display: none !important;
  visibility: hidden !important;
}



/* Force WooCommerce Shop Page Full Width */
body.woocommerce-shop .site.grid-container,
body.woocommerce-shop .site-content,
body.woocommerce-shop .content-area,
body.woocommerce-shop .site-main,
body.woocommerce-shop .woocommerce-archive-wrapper,
body.woocommerce-shop .inside-article,
body.woocommerce-shop .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}



/* Force WooCommerce product titles visible */
.single-product h1.product_title.entry-title {
    display: block !important;
    visibility: visible !important;
    color: #5E6D55 !important;
    font-size: 2rem !important;
    font-weight: 700;
    margin-bottom: 1em;
}



/* Hide magnifying glass icon */
.woocommerce-product-gallery__trigger {
  display: none !important;
}

/* Disable zoom cursor */
.woocommerce-product-gallery__image img {
  cursor: default !important;
}



/* Disable hover zoom completely */
.woocommerce-product-gallery .woocommerce-product-gallery__image img {
  transform: none !important;
  cursor: default !important;
  pointer-events: auto !important;
}

/* Kill any zoom container Woo adds */
.pswp,
.zoomImg {
  display: none !important;
}
