/*
Theme Name: Industio
Theme URI: http://demo.casethemes.net/industio
Author: Case-Themes
Author URI: https://casethemes.net/
Description: Industio is a WordPress theme specially designed for factory, manufacturing and industrial businesses. Industio has a beautiful and unique design that will be best suited for your online web presence. It is fully responsive, retina ready and easy to customize.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.6
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: industio
Tags: business, company, construction, industrial, industry, industry theme, manufacturing, factory, engineering, energy, plants, machinery, mechanical, oil
*/




selector .pxl-post--category {
    display: none;
}
selector .pxl-post--title {
    opacity: 1; /* Ensure title is always visible */
    transition: opacity 0.3s ease; /* Smooth transition for hover effects */
}

selector .pxl-post--inner:hover .pxl-post--title {
    opacity: 1; /* Keep title visible on hover */
}


/* Make main product image full width */
.woocommerce div.product div.images {
    width: 100% !important;
    max-width: 100% !important;
}

/* Make image itself full width */
.woocommerce div.product div.images img {
    width: 100% !important;
    height: auto !important;
}

/* Optional: make gallery thumbnails larger */
.woocommerce div.product div.thumbnails img {
    width: 120px !important; /* adjust */
    height: auto !important;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.single-product #pxl-content-area div.product .entry-summary .entry-title, .single-product > div.product .entry-summary .entry-title{
	display:contents;
}