.product-not-found{justify-content:center;align-items:center;min-height:60vh;padding:60px 0;display:flex}.product-not-found__content{text-align:center;max-width:600px;margin:0 auto}.product-not-found__title{color:var(--primary-color);margin:0 0 20px;font-size:120px;font-weight:700;line-height:1}.product-not-found__subtitle{color:var(--text-color);margin:0 0 20px;font-size:32px;font-weight:600}.product-not-found__text{color:var(--text-secondary);margin:0 0 40px;font-size:18px;line-height:1.6}.product-not-found__link{background-color:var(--primary-color);color:#fff;border-radius:8px;padding:14px 32px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.product-not-found__link:hover{background-color:var(--primary-hover);transform:translateY(-2px)}@media (max-width:768px){.product-not-found__title{font-size:80px}.product-not-found__subtitle{font-size:24px}.product-not-found__text{font-size:16px}}
