
/* MANYA V94 final production fixes: preserve V90 design, fix card grids, overlap, clean images, checkout spacing */
.product-row,.feature-grid,.value-grid,.pg-grid,.pg-accessories,.team-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:30px!important;
  align-items:stretch!important;
}
.product-card,.feature-card,.apple-card,.pg-card,.pg-accessory,.team-card{
  min-width:0!important;height:100%!important;overflow:hidden!important;
}
.product-img,.feature-img,.pg-image,.team-img,.blog-img{
  overflow:hidden!important;background:#f7faf7!important;
}
.product-img img,.feature-img img,.pg-image img,.pg-accessory img,.team-img img,.blog-img img,.clean-photo img,.look-card img{
  width:100%!important;object-fit:cover!important;display:block!important;filter:none!important;image-rendering:auto!important;
}
.product-img img,.feature-img img{height:240px!important;aspect-ratio:4/3!important;object-fit:cover!important;}
.product-body,.feature-body{padding:24px!important;display:flex!important;flex-direction:column!important;gap:10px!important;}
.product-body h3,.feature-body h3{overflow-wrap:anywhere!important;word-break:normal!important;line-height:1.05!important;}
.brand-logo{max-height:56px!important;max-width:190px!important;object-fit:contain!important;align-self:flex-start!important;}
.pg-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.pg-card{display:grid!important;grid-template-columns:1fr!important;}
.pg-image img{height:320px!important;}
.woocommerce-checkout .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-account .woocommerce{padding:60px 0!important;}
.woocommerce-checkout form.checkout,.woocommerce-cart-form,.cart-collaterals,.woocommerce-MyAccount-content,.woocommerce-MyAccount-navigation{
  border-radius:24px!important;padding:32px!important;background:#fff!important;box-shadow:0 18px 70px rgba(11,93,70,.08)!important;border:1px solid rgba(11,93,70,.12)!important;
}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{
  min-height:52px!important;border-radius:14px!important;padding:12px 16px!important;border:1px solid rgba(11,93,70,.18)!important;
}
.woocommerce-Price-currencySymbol{font-weight:800!important;}
@media(max-width:980px){.product-row,.feature-grid,.value-grid,.pg-grid,.pg-accessories,.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-img img,.feature-img img{height:220px!important}}
@media(max-width:640px){.product-row,.feature-grid,.value-grid,.pg-grid,.pg-accessories,.team-grid{grid-template-columns:1fr!important}.product-img img,.feature-img img{height:230px!important}.woocommerce-checkout form.checkout,.woocommerce-cart-form,.cart-collaterals,.woocommerce-MyAccount-content,.woocommerce-MyAccount-navigation{padding:20px!important}}
