.neodirect-services-module{box-sizing:border-box}.neodirect-services-module *,.neodirect-services-module :after,.neodirect-services-module :before{box-sizing:inherit}.neodirect-services-module .nsm-content{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:20px;padding-right:20px}.neodirect-services-module .product-categories ul{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;list-style:none;margin-bottom:30px;padding:0}.neodirect-services-module .product-categories ul li{margin:0}.neodirect-services-module .product-categories ul li a{background-color:#eee;border-radius:4px;color:#333;display:inline-block;font-weight:500;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.neodirect-services-module .product-categories ul li a:hover,.neodirect-services-module .product-categories ul li.active a{background-color:#f57c00;color:#fff}.neodirect-services-module .product-listing{display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));justify-items:stretch;list-style:none;margin:0;padding:0}.neodirect-services-module .product-item{background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.05);min-width:0;padding:16px;text-align:center;transition:transform .3s ease}.neodirect-services-module .product-item:hover{transform:translateY(-5px)}.neodirect-services-module .product-item img{display:block;height:180px;margin:0 auto 10px;object-fit:contain;width:180px}.neodirect-services-module .product-item h3{color:#222;font-size:18px;margin:10px 0 5px}.neodirect-services-module .product-item p{color:#666;font-size:14px;min-height:60px}.neodirect-services-module .product-item .btn{background-color:#f57c00;border-radius:4px;color:#fff;display:inline-block;font-weight:700;margin-top:10px;padding:8px 16px;text-decoration:none;transition:background-color .2s ease}.neodirect-services-module .product-item .btn:hover{background-color:#e36a00}.neodirect-services-module .product-item.hide{animation:nsm-hide .3s ease 0s 1 normal forwards;transform-origin:center}.neodirect-services-module .product-item.show{animation:nsm-show .3s ease 0s 1 normal forwards;display:list-item;transform-origin:center}.neodirect-services-module .product-item:not(.hide):not(.show){display:list-item}@keyframes nsm-hide{0%{opacity:1;transform:scale(1)}30%{opacity:.7;transform:scale(.8)}50%{opacity:.3;transform:scale(.5)}70%{opacity:.1;transform:scale(.3)}to{display:none;opacity:0;transform:scale(0)}}@keyframes nsm-show{0%{opacity:0;transform:scale(0)}30%{opacity:.2;transform:scale(.3)}50%{opacity:.5;transform:scale(.5)}70%{opacity:.8;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.product-details-wrapper .intro-section{background-position:50%;background-size:cover;min-height:320px}.product-details-wrapper .product-gallery img{display:block;height:auto;margin:0 auto;max-width:420px;object-fit:contain;width:100%}