*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}input,select,textarea{font-family:inherit}img{max-width:100%;height:auto}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.grid-6{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.flex-row{gap:12px;display:flex}.hero-flex,.product-detail-flex{gap:40px;display:flex}.catalog-flex{gap:24px;display:flex}.catalog-sidebar{flex-shrink:0;width:220px}@media (width<=768px){.desktop-only{display:none!important}.grid-4{grid-template-columns:repeat(2,1fr);gap:10px}.grid-6{grid-template-columns:repeat(3,1fr);gap:8px}.grid-3,.grid-2{grid-template-columns:repeat(1,1fr)}.flex-row{flex-direction:column}.hero-flex{flex-direction:column;gap:16px}.product-detail-flex,.catalog-flex{flex-direction:column}.catalog-sidebar{width:100%}}@media (width>=769px){.mobile-only{display:none!important}}
