
/* NOA-O SITE 0.4.0 */
body#category .columns-container{max-width:1200px}
body#category #left-column{display:none!important}
body#category #center-column{width:100%!important;max-width:none!important;flex:0 0 100%!important}
.noao-category-products{margin-bottom:90px}
.noao-category-products .products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px!important}
.noao-category-products .product-miniature{width:auto!important;max-width:none!important;padding:0!important}
.noao-category-products .noao-product-card__badge{left:14px!important;bottom:14px!important;top:auto!important}
.noao-empty-catalog{padding:65px;background:#f3f6f8;text-align:left}
.noao-empty-catalog h2{font-size:42px;letter-spacing:-.04em}
@media(max-width:900px){.noao-category-products .products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:575px){.noao-category-products .products{grid-template-columns:1fr}}
