.topProducts{--tp-gutter:clamp(20px,5vw,48px);--tp-measure:1120px;--tp-edge:max(var(--tp-gutter),calc((100% - var(--tp-measure)) / 2 + var(--tp-gutter)));--tp-indent:0px;--tp-start:calc(var(--tp-edge) + var(--tp-indent));display:flex;flex-direction:column;width:100%;padding-block:clamp(30px,4.5vw,54px) clamp(44px,6vw,80px)}.topProducts .topProducts__head{padding-inline-start:var(--tp-start);padding-inline-end:var(--tp-edge)}.topProducts .topProducts__rail{margin-top:clamp(20px,2.6vw,30px);padding-inline-start:var(--tp-start);padding-inline-end:var(--tp-gutter);scroll-padding-inline-start:var(--tp-start)}.topProducts .topProducts__rail:focus-visible{outline:2px solid #267b2f;outline-offset:2px;border-radius:4px}.topProducts__controls{display:flex;align-items:center;gap:10px;margin-top:clamp(16px,2vw,22px);padding-inline-start:var(--tp-start);padding-inline-end:var(--tp-edge)}.topProducts__step{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;padding:0;border:1px solid #dcdedb;border-radius:50%;background:#fffcfc;color:#2f3833;cursor:pointer;transition:border-color .22s ease,color .22s ease,background-color .22s ease,opacity .22s ease}.topProducts__step svg{width:17px;height:17px}.topProducts__step:hover:not(:disabled){border-color:#267b2f;color:#267b2f}.topProducts__step:focus-visible{outline:2px solid #267b2f;outline-offset:2px}.topProducts__step:disabled{opacity:.32;cursor:default}.topProducts__busbar{position:relative;flex:1;min-width:0;height:2px;margin-inline-start:6px;border-radius:2px;background:#e4e6e3;overflow:hidden}.topProducts__charge{position:absolute;inset-block:0;min-inline-size:28px;border-radius:2px;background:linear-gradient(90deg,#267b2f,#4ba055)}[dir=rtl] .topProducts__charge{background:linear-gradient(270deg,#267b2f,#4ba055)}@media screen and (min-width:900px){.topProducts{--tp-indent:clamp(48px,9vw,152px)}}@media (prefers-reduced-motion:reduce){.topProducts .topProducts__rail{scroll-behavior:auto}.topProducts__step{transition:none}}