/*
Theme Name: Prego Industries
Theme URI: https://pregoindustries.com/
Author: Prego Industries
Description: Custom WordPress theme converted from the original static Prego Industries website. Built to work with Elementor and WooCommerce.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: prego
*/

/* Base resets kept from the original site */
*{box-sizing:border-box;}
img{max-width:100%;height:auto;}

/* WooCommerce wrapper (styled to sit inside our layout) */
.prego-woo-wrap{ width:100%; }
.prego-woo-wrap .prego-container{ max-width:1300px; margin:0 auto; padding:30px 2vw; }
