/*
Theme Name: UV DTF Theme
Theme URI: https://example.com/uv-dtf-theme
Author: Trae AI
Author URI: https://example.com
Description: Custom WordPress theme for UV DTF B2B website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uvdtf
Tags: custom-background, custom-logo, custom-menu, featured-images
*/

/* 
 * This file is for theme declaration. 
 * Styles are handled by Tailwind CSS in assets/css/input.css 
 */

/* Force Product Card Image Height - Fix for misaligned grid */
.product-card-image-wrapper {
    height: 16rem !important;
    /* 256px matches h-64 */
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
}

.product-card-img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}