.product-card{display:flex;flex-direction:column;align-items:center;overflow:hidden;cursor:pointer}.product-card .product-image{height:300px;width:90%;border-radius:20px;justify-self:center;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px;background-color:#fff}.product-card .product-image picture{height:100%}.product-card .product-image picture img{width:100%;height:100%;object-fit:contain}.product-card .product-details{display:flex;flex-direction:column;flex:1;padding:20px;width:100%}.product-card .product-details .product-brand{color:#999;font-size:1rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:0}.product-card .product-details .product-name{font-size:1.4rem;margin:8px 0;font-weight:600;text-transform:capitalize}.product-card .product-details .product-model{color:#777;font-size:.9rem;margin-bottom:15px}.product-card .product-details .btn{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:50px;background-color:#000;color:#fff;border:none;padding:15px 35px;font-weight:500;transition:all .3s ease;justify-self:flex-end;margin-top:auto;margin-left:auto;white-space:nowrap;width:auto}.product-card .product-details .btn:hover{transform:translateY(-3px);color:#fff}.product-card .product-details .btn .arrow{margin-left:8px}@media (max-width:1800px){.container-prodotti .main-content .product-grid .product-card .product-details .btn{padding:15px 20px;width:100%;justify-self:center}}