.extra-gallery,.extra-product-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:24px 0}.extra-gallery img,.extra-product-gallery img{display:block;width:100%;height:auto;border-radius:14px}

/* v1.3.0 reels layout alignment */
.az-product-reels{
  margin:24px 0;
}
.az-product-reels-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
.az-product-reel-card{
  width:min(100%, 220px);
  flex:0 0 220px;
}
@media (max-width: 767px){
  .az-product-reels-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}
  .az-product-reel-card{
    flex:1 1 220px;
    width:auto;
    max-width:320px;
  }
}
