.language-switch{display:flex;align-items:center;padding:3px;border:1px solid #d9e3df;border-radius:999px;background:#f3f6f4;flex:0 0 auto}.language-switch button{border:0;background:transparent;color:#52656b;font:800 .7rem/1 system-ui;padding:8px 9px;border-radius:999px;cursor:pointer;transition:.25s}.language-switch button.active{background:var(--navy);color:#fff;box-shadow:0 3px 10px rgba(4,35,47,.18)}.product-grid{grid-template-columns:repeat(4,1fr)}.product-grid article{padding:0;overflow:hidden;min-height:290px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.product-grid article:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-grid article img{width:100%;height:185px;object-fit:cover;object-position:center;background:#fff;border-bottom:1px solid #e5ece8;transition:transform .6s ease}.product-grid article:hover img{transform:scale(1.045)}.product-grid article>div{padding:20px 22px}.product-grid h3{margin:0 0 5px}.product-grid p{margin:0}.lang-changing main{opacity:.85;transition:opacity .15s}@media(max-width:1040px){.site-header nav{gap:18px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:850px){.language-switch{margin-left:auto;margin-right:8px}.site-header nav{padding-top:20px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.language-switch button{padding:7px 8px}.brand img{width:148px}.product-grid{grid-template-columns:1fr}.product-grid article img{height:220px}.product-grid article{min-height:0}}
