.product-not-found{text-align:center;padding:20px;border:2px solid #ccc;border-radius:5px;margin:20px auto;max-width:500px;height:150px;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-not-found h2{color:#f00;font-family:Open Sans Fallback}.product-not-found p{color:#555}@media screen and (max-width:600px){.product-not-found{padding:10px;max-width:300px}}