/* Lightweight WooCommerce styles — optimized and minimal */
ol, ul {
list-style:none;
}
.site-single
{
background: #f6f8fd;
padding:0rem;
}
.woo-single-form
{
background: #ffffff;
padding: 1rem;
margin: 0.6rem 0;
border: 1px solid #dee2e6 !important;  
}
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name
{
font-size: 1rem;
line-height: 1.3;
margin-bottom: 1rem;  
}
.page-title
{
font-size: 1.3rem;
margin-top: 0;
font-weight: 600;
line-height: 1.4;
margin-bottom: 1rem;  
}
.woo-single-form
{
border-radius:0.4rem;  
}
.form-heading-wp {
margin: 1rem 0;
}
.wpforms-layout-row
{
padding-bottom:15px;
}
.progress {
height: auto!important;
padding: 10px;
}
/* Product card */
.products .product { border:1px solid rgba(0,0,0,0.06); padding:12px; border-radius:10px; background:#fff; transition:transform .18s ease, box-shadow .18s ease; }
.products .product:hover { transform:translateY(-6px); box-shadow:0 8px 22px rgba(15,23,42,0.06); }
.products .product .woocommerce-loop-product__title { font-weight:600; font-size:1rem; margin-top:8px; }
.products .product .price { color:var(--accent); font-weight:600; }
/* Responsive tweaks */
@media (max-width: 767px){
  .products .product { padding:10px; }
}
