/* Product page (reconstructed) specific styles */
.product-page .breadcrumb a { color:#446084; text-decoration:none; }
.product-page .breadcrumb a:hover { text-decoration:underline; }
.product-summary h1 { line-height:1.25; }
.product-short-description p { margin:0 0 1em; }
.product-actions .button { cursor:pointer; }
.related-products .products.row { margin-top:18px; }

@media (max-width:849px){
  .product-grid { grid-template-columns:1fr !important; gap:24px !important; }
  .product-image { min-height:240px !important; }
}
@media (max-width:549px){
  .product-summary h1 { font-size:1.3em !important; }
  .product-page { padding-left:12px; padding-right:12px; }
}
