html{scroll-padding-top:85px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.productCard{background-color:#fff;border-radius:5px;flex-direction:row;flex-shrink:0;align-items:center;gap:14px;width:calc(33.3333% - 13.3333px);padding:20px;text-decoration:none;transition:background-color .2s;display:flex}@media screen and (max-width:768px){.productCard{flex-shrink:0;width:320px}}.productCard:hover,.productCard:active{background-color:#e8ebff}.productCard__image{background-color:#eeeff3;border-radius:4px;flex-shrink:0;width:96px;height:96px;position:relative;overflow:hidden}.productCard__img{object-fit:cover}.productCard__tag{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;text-transform:capitalize;border-radius:3px;padding:2px 4px;font-size:12px;font-weight:500;line-height:120%;position:absolute;top:4px;left:4px}.productCard:nth-child(3n+1) .productCard__tag{color:#fff;background-color:#ff8f3e}.productCard:nth-child(3n+2) .productCard__tag{color:#383680;background-color:#f4f6ff}.productCard:nth-child(3n+3) .productCard__tag{color:#fff;background-color:#383680}.productCard__title{font-family:var(--font-montserrat),system-ui,-apple-system,sans-serif;color:#1e2432;font-size:13px;font-weight:600;line-height:140%}.productCard__title--large{font-family:var(--font-open-sans),system-ui,-apple-system,sans-serif;color:#383680;font-size:clamp(20px,2vw,24px);font-weight:600;line-height:normal}
