/* BRENNER v61 — consolidated common PDP mobile L4 overrides.
   Replaces inline v56/v60 layers. */
@media (max-width:640px){
  .related-section a[href$="product-oven-grill.html"] .product-card-foot,
  .related-section a[href$="product-acid-cip.html"] .product-card-foot,
  .related-section a[href$="product-alkaline-cip.html"] .product-card-foot,
  .related-section a[href$="product-multisurface-cleaner.html"] .product-card-foot,
  .related-section a[href$="product-foam-cleaner.html"] .product-card-foot,
  .related-section a[href$="product-aluminium-safe-cleaner.html"] .product-card-foot,
  .related-section a[href$="product-disinfectant-cip-cleaner.html"] .product-card-foot,
  .related-section a[href$="product-universal-glass-cleaner.html"] .product-card-foot{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:end!important;
    gap:8px 14px!important;
  }

  .related-section a[href$="product-oven-grill.html"] .product-pack,
  .related-section a[href$="product-acid-cip.html"] .product-pack,
  .related-section a[href$="product-alkaline-cip.html"] .product-pack,
  .related-section a[href$="product-multisurface-cleaner.html"] .product-pack,
  .related-section a[href$="product-foam-cleaner.html"] .product-pack,
  .related-section a[href$="product-aluminium-safe-cleaner.html"] .product-pack,
  .related-section a[href$="product-disinfectant-cip-cleaner.html"] .product-pack,
  .related-section a[href$="product-universal-glass-cleaner.html"] .product-pack{
    grid-column:1 / -1!important;
  }

  .related-section a[href$="product-oven-grill.html"] .product-explore,
  .related-section a[href$="product-acid-cip.html"] .product-explore,
  .related-section a[href$="product-alkaline-cip.html"] .product-explore,
  .related-section a[href$="product-multisurface-cleaner.html"] .product-explore,
  .related-section a[href$="product-foam-cleaner.html"] .product-explore,
  .related-section a[href$="product-aluminium-safe-cleaner.html"] .product-explore,
  .related-section a[href$="product-disinfectant-cip-cleaner.html"] .product-explore,
  .related-section a[href$="product-universal-glass-cleaner.html"] .product-explore{
    grid-column:2!important;
    justify-self:end!important;
  }

  .related-section .product-card-top{align-items:center!important}

  .related-section .product-thumb-pouch{
    align-self:center!important;
    justify-self:center!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }

  .related-section .product-thumb-pouch img{
    max-width:105.6px!important;
    max-height:120px!important;
    transform:none!important;
    transform-origin:center center!important;
  }
}
