.page-404{align-items:center;display:flex;min-height:70vh}.page-404 .page-404-layout{align-items:start;display:grid;gap:2rem;grid-template-columns:1fr;width:100%}@media(min-width:992px){.page-404 .page-404-layout{align-items:center;gap:4rem;grid-template-columns:380px 1fr}}.page-404 .page-404-content{order:1}@media(min-width:992px){.page-404 .page-404-content{order:2}}@media(max-width:767px){.page-404 .page-404-content{text-align:center}}.page-404 .page-404-content .heading{color:var(--primary);font-size:4rem;font-weight:800;line-height:1;margin-bottom:1rem}@media(min-width:768px){.page-404 .page-404-content .heading{font-size:5rem}}@media(min-width:992px){.page-404 .page-404-content .heading{font-size:6rem}}.page-404 .page-404-content .title{font-size:1.75rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.page-404 .page-404-content .title{font-size:2rem;margin-bottom:1.5rem}}@media(min-width:992px){.page-404 .page-404-content .title{font-size:2.5rem}}.page-404 .page-404-content .text{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:2rem}@media(min-width:768px){.page-404 .page-404-content .text{font-size:1.125rem;margin-bottom:2.5rem}}@media(min-width:992px){.page-404 .page-404-content .text{max-width:600px}}@media(max-width:767px){.page-404 .page-404-content .text{margin-left:auto;margin-right:auto}.page-404 .page-404-content .tf-btn{display:inline-flex}}.not-found-sidebar{background:var(--background-light,#f8f9fa);border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);order:2;padding:1.5rem}@media(min-width:992px){.not-found-sidebar{border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.1);order:1;padding:2rem;position:sticky;top:100px}}.not-found-sidebar .sidebar-header{border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:1.5rem;padding-bottom:1rem}@media(min-width:992px){.not-found-sidebar .sidebar-header{border-bottom:2px solid rgba(0,0,0,.1);margin-bottom:2rem;padding-bottom:1.25rem}}.not-found-sidebar .sidebar-header .sidebar-title{color:var(--heading);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}@media(min-width:992px){.not-found-sidebar .sidebar-header .sidebar-title{font-size:1.5rem;font-weight:800;margin-bottom:.75rem}}.not-found-sidebar .sidebar-header .sidebar-subtitle{color:var(--text-secondary);font-size:.875rem;margin:0}@media(min-width:992px){.not-found-sidebar .sidebar-header .sidebar-subtitle{font-size:.9375rem}}.not-found-sidebar .sidebar-header .sidebar-subtitle strong{color:var(--primary);font-weight:700}.not-found-sidebar .sidebar-products{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media(min-width:992px){.not-found-sidebar .sidebar-products{gap:1.25rem;margin-bottom:2rem}}.not-found-sidebar .sidebar-product-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:8px;color:inherit;display:flex;gap:1rem;padding:.875rem;text-decoration:none;transition:all .25s ease}@media(min-width:992px){.not-found-sidebar .sidebar-product-card{border-radius:10px;gap:1.25rem;padding:1rem}}.not-found-sidebar .sidebar-product-card:hover{border-color:var(--primary);box-shadow:0 6px 20px rgba(0,0,0,.15);transform:translateY(-2px)}.not-found-sidebar .sidebar-product-card:hover .product-name{color:var(--primary)}.not-found-sidebar .sidebar-product-card .product-image{background:#f5f5f5;border-radius:6px;flex-shrink:0;height:80px;overflow:hidden;width:80px}@media(min-width:992px){.not-found-sidebar .sidebar-product-card .product-image{border-radius:8px;height:100px;width:100px}}.not-found-sidebar .sidebar-product-card .product-image img{height:100%;object-fit:cover;width:100%}.not-found-sidebar .sidebar-product-card .product-info{display:flex;flex:1 1;flex-direction:column;justify-content:center}.not-found-sidebar .sidebar-product-card .product-info .product-name{display:-webkit-box;font-size:.875rem;font-weight:600;-webkit-line-clamp:2;line-height:1.3;margin-bottom:.375rem;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}@media(min-width:992px){.not-found-sidebar .sidebar-product-card .product-info .product-name{font-size:.9375rem;line-height:1.4;margin-bottom:.5rem}}.not-found-sidebar .sidebar-product-card .product-info .product-price{color:var(--primary);font-size:1rem;font-weight:700;margin:0}@media(min-width:992px){.not-found-sidebar .sidebar-product-card .product-info .product-price{font-size:1.125rem}}.not-found-sidebar .sidebar-footer{border-top:1px solid rgba(0,0,0,.1);padding-top:1rem}.not-found-sidebar .sidebar-footer .view-all-link{align-items:center;color:var(--primary);display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:gap .2s ease}.not-found-sidebar .sidebar-footer .view-all-link:hover{gap:.75rem}.not-found-sidebar .sidebar-loading{display:flex;justify-content:center;padding:2rem 0}.not-found-sidebar .sidebar-loading .spinner{animation:spin .8s linear infinite;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top:3px solid var(--primary);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}