:root{--background-color:#f7f7f7;--transition:.2s ease-in-out;--text-color:#000;--text-color-050:#00000080;--border-color-005:#ebebeb;--border-color-015:#00000026;--primary:#005ff9;--primary-010:#005ff91a;--primary-005:#005ff90d;--primary-hover:#0056e0;--green:#12b229;--red:#f43;--aside-size:380px;--container-padding:16px;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}*{box-sizing:border-box}html,body{min-height:100%}body{background-color:var(--background-color);margin:0;padding:0}a{color:var(--primary);-webkit-tap-highlight-color:#0000;text-decoration:none}button,input,textarea,select{font:inherit;-webkit-tap-highlight-color:#0000}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.25rem;line-height:1.4}.footerText{color:var(--text-color-050);margin:0;font-size:14px}.footer{margin:24px 0}.container{width:1300px;margin:0 auto}.product-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}@media (max-width:1332px){.container{width:100%;padding:0 var(--container-padding)}.footerText{text-align:right;padding-right:calc(var(--container-padding) + 20px)}}@media (max-width:1110px){.footer{display:none}}@media (max-width:680px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.product-grid{grid-template-columns:repeat(2,1fr)}}
