ul.products{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))!important;gap:40px!important;padding:0 20px;max-width:1200px;margin:0 auto;box-sizing:border-box}ul.products li.product{padding:20px!important;border-radius:16px!important;box-sizing:border-box;background:#fff!important;box-shadow:0 5px 15px rgba(0,0,0,.1)!important}@media (max-width:767px){ul.products{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:20px!important;padding:0 10px!important;max-width:100%!important}ul.products li.product{padding:15px 10px!important;box-sizing:border-box!important;max-width:100%!important;min-width:0!important;word-wrap:break-word!important}ul.products li.product img{width:120px!important;height:120px!important;object-fit:contain!important;display:block;margin-left:auto;margin-right:auto}}@media (max-width:767px){ul.products{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:15px!important;padding:0 10px!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}ul.products li.product{max-width:100%!important;min-width:0!important;padding:10px!important;box-sizing:border-box!important;word-wrap:break-word!important}ul.products li.product img{max-width:100%!important;height:auto!important;display:block;margin-left:auto;margin-right:auto;object-fit:contain!important}}