@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,ul,li,figure{margin:0;padding:0}ul{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}body{font-family:Inter,sans-serif;font-size:16px;line-height:1.4;color:#000;-webkit-font-smoothing:antialiased}.site-header{border-bottom:1px solid #E5E5E5;padding:24px 0;background:#fff}.site-header .container{display:flex;align-items:center;justify-content:space-between}.site-header .logo{font-size:24px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.site-header .nav{display:flex;gap:40px}.site-header .nav a{font-size:14px;font-weight:500;text-transform:uppercase;color:#000}.site-header .nav a:hover{opacity:.7}.site-header .actions{display:flex;gap:24px;font-size:14px;font-weight:500}.page-title{font-size:32px;font-weight:400;margin:40px 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e5e5e5;border:1px solid #E5E5E5;margin-bottom:60px}@media (max-width: 1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.product-grid{grid-template-columns:repeat(1,1fr)}}.product-card{background:#fff;padding:24px;display:flex;flex-direction:column;position:relative}.product-card:hover{z-index:2;box-shadow:0 4px 20px #00000014}.product-card .image{width:100%;aspect-ratio:1;background:#f5f5f5;margin-bottom:16px;display:flex;align-items:center;justify-content:center}.product-card .image img{width:100%;height:100%;object-fit:cover}.product-card .image span{color:gray;font-size:12px}.product-card .meta{font-size:12px;color:gray;text-transform:uppercase;margin-bottom:8px;display:flex;justify-content:space-between}.product-card .title{font-size:16px;font-weight:500;margin-bottom:12px;line-height:1.4}.product-card .price{margin-top:auto;font-size:16px;font-weight:600}.pagination{display:flex;justify-content:center;margin-bottom:80px}.pagination nav{display:flex;gap:10px}.container{max-width:1440px;margin:0 auto;padding:0 20px}
