/* Illustrations originales : galerie documentaire compacte, aucun classement de produits. */
.st-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:24px 0}
.st-products figure{min-width:0;margin:0;border:1px solid #d9dde6;border-radius:16px;overflow:hidden;background:#f5f6f8}
.st-products img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.st-products figcaption{padding:18px;font-size:17px;font-weight:600;line-height:1.4}
.nvc-article-body .st-products figcaption p{font-size:14px;font-weight:400;line-height:1.55;margin:8px 0 0;color:#626977}
.st-swipe{display:none}
@media(max-width:700px){.st-products{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:84%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:8px}.st-products::-webkit-scrollbar{display:none}.st-products figure{scroll-snap-align:start}.nvc-article-body .st-swipe{display:block;font-size:13px;color:#626977}}
