.s-collection-filter-circles{display:block;padding:var(--section-padding-top-mobile) 0 var(--section-padding-bottom-mobile);overflow:hidden;background:var(--section-background)}.s-collection-filter-circles--container .s-collection-filter-circles__slider-wrap{width:100%;max-width:var(--container-max-width);margin-right:auto;margin-left:auto}@media screen and (min-width: 768px){.s-collection-filter-circles{padding:var(--section-padding-top-desktop) 0 var(--section-padding-bottom-desktop)}}.s-collection-filter-circles__slider-wrap{position:relative}.s-collection-filter-circles__slider{display:block;padding:0 40px}@media screen and (min-width: 768px){.s-collection-filter-circles__slider{padding:0 48px}}.s-collection-filter-circles__slide{min-width:0}.s-collection-filter-circles__item{position:relative;display:block;width:100%;padding:0;overflow:hidden;aspect-ratio:1;border:2px solid var(--border-color);border-radius:50%;background:var(--circle-background);color:var(--text-color);cursor:pointer;text-decoration:none}.s-collection-filter-circles__item.is-active{border-color:var(--active-border-color)}.s-collection-filter-circles__item:focus-visible{outline:2px solid #1e1e1e;outline-offset:3px}.s-collection-filter-circles__media{position:absolute;top:0;right:0;bottom:62px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 10px 0}.s-collection-filter-circles__image,.s-collection-filter-circles__placeholder{display:block;width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.s-collection-filter-circles__text{position:absolute;right:0;bottom:0;left:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:11px 25px;background:var(--text-background);color:var(--text-color);font-size:var(--text-size-mobile);font-weight:var(--text-weight);line-height:1.4286;text-align:center;min-height:62px}@media screen and (min-width: 768px){.s-collection-filter-circles__text{font-size:var(--text-size-desktop)}}.s-collection-filter-circles__controls{position:absolute;z-index:2;top:50%;right:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;pointer-events:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.s-collection-filter-circles__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;background:rgba(0,0,0,0);color:#1e1e1e;cursor:pointer;pointer-events:auto}.s-collection-filter-circles__arrow--prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.s-collection-filter-circles__arrow.swiper-button-disabled{opacity:.35;cursor:default}.s-collection-filter-circles__arrow.swiper-button-lock{display:none}.s-collection-filter-circles[dir=rtl] .s-collection-filter-circles__arrow--prev svg{-webkit-transform:none;transform:none}.s-collection-filter-circles[dir=rtl] .s-collection-filter-circles__arrow--next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}