.productLocator{padding:clamp(40px,7vw,120px) 0 0;font-family:var(--fnt-primula-main);text-align:center}.productLocator em{display:block;margin:0 0 clamp(15px,5vw,40px) 0;font-family:var(--fnt-primula-secondary);font-size:clamp(13px,2vw,16px);font-style:normal;letter-spacing:0.1em;text-transform:uppercase}.productLocator h2{margin:0 0 1em 0;font-size:clamp(24px,4vw,55px);font-weight:500;letter-spacing:-0.028em}.productLocator__controls{display:none;margin:clamp(30px,5vw,50px) 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:clamp(15px,4vw,30px)}@media (max-width:1570px){.productLocator__controls{display:-webkit-box;display:-ms-flexbox;display:flex}}.productLocator__controls .slick-arrow{cursor:pointer;opacity:1;-webkit-transition:all 0.3s;transition:all 0.3s}.productLocator__controls .slick-arrow path,.productLocator__controls .slick-arrow svg{-webkit-transition:all 0.3s;transition:all 0.3s}.productLocator__controls .slick-arrow:hover path,.productLocator__controls .slick-arrow:hover svg{fill:var(--clr-primula-blue)}.productLocator__controls .slick-arrow.slick-disabled{opacity:0.1}.productLocator__controls__prev{-webkit-transform:rotate(180deg) translateY(5px);transform:rotate(180deg) translateY(5px)}.productLocator__controls svg{width:auto;height:clamp(30px,4vw,50px)}.productLocator__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1570px){.productLocator__list .slick-list{width:100%;height:100%}.productLocator__list .slick-track{display:-webkit-box;display:-ms-flexbox;display:flex}}.productLocator__item{position:relative;max-width:115px;padding:clamp(15px,4vw,28px) 0 clamp(25px,6vw,37px) 0;text-align:center;border-radius:10px;z-index:1}@media (max-width:1570px){.productLocator__item{max-width:100%}}.productLocator__item__image{width:100%;padding:0 clamp(15px,4vw,15px)}.productLocator__item__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.productLocator__item h3{padding:0 18px;margin:clamp(15px,3vw,40px) 0 0 0;font-size:clamp(16px,2vw,20px);font-weight:400;letter-spacing:-0.02em}.productLocator__item__background{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;opacity:0;border-radius:10px;-webkit-transition:all 0.4s;transition:all 0.4s}.productLocator__item.active:after{content:"";position:absolute;display:inline-block;width:clamp(35px,5vw,44px);height:clamp(35px,5vw,44px);bottom:calc(clamp(35px, 5vw, 44px) / 2 * -1);left:calc(50% - clamp(35px, 5vw, 44px) / 2);background-color:var(--clr-primula-navy);background-image:url("../../assets/images/checkmark-icon.svg");background-size:50%;background-repeat:no-repeat;background-position:center;border-radius:50%}.productLocator__item.active .productLocator__item__background{opacity:1}.productLocator__availableStores{margin-top:clamp(40px,6vw,80px);padding:clamp(40px,4vw,50px) 15px;text-align:center}.productLocator__availableStores p{margin:0 0 clamp(30px,5vw,40px) 0;font-family:var(--fnt-primula-secondary);font-size:clamp(13px,2vw,16px);font-weight:800;text-transform:uppercase;letter-spacing:0.1em}.productLocator__availableStores__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:clamp(30px,6vw,100px)}.productLocator__availableStores__list a{display:inline-block;width:auto;max-width:clamp(80px,11vw,115px);height:clamp(35px,5vw,50px);opacity:0.9;-webkit-transition:all 0.3s;transition:all 0.3s}.productLocator__availableStores__list a img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.productLocator__availableStores__list a:hover{opacity:1}