.brand-wheel{--wheel-perspective: 1000px;--wheel-radius: 350px;--item-width: 140px;--item-height: 140px;--visible-items: 7;--center-scale: 1.35;--side-opacity: .5;--transition-duration: .5s;--glow-color: rgba(var(--color-foreground), .12);--glow-spread: 30px}.brand-wheel__header{margin-bottom:2.5rem;text-align:center}.brand-wheel__title{margin:0}.brand-wheel{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.brand-wheel__stage{position:relative;width:100%;height:calc(var(--item-height) * 2.2);perspective:var(--wheel-perspective);perspective-origin:center center;overflow:visible;margin:1rem 0 2rem;display:flex;align-items:center;justify-content:center}.brand-wheel__track{position:relative;width:var(--item-width);height:var(--item-height);transform-style:preserve-3d;transform:rotateY(0);transition:transform var(--transition-duration) cubic-bezier(.25,.46,.45,.94)}.brand-wheel__track--zipping{transition:transform .08s linear}.brand-wheel__item{position:absolute;width:var(--item-width);height:var(--item-height);left:0;top:0;display:flex;align-items:center;justify-content:center;cursor:pointer;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:opacity var(--transition-duration) ease,filter var(--transition-duration) ease,visibility 0s linear var(--transition-duration);opacity:0;visibility:hidden;filter:brightness(.65);overflow:hidden;border-radius:12px;border:none;outline:none;background:transparent}.brand-wheel__item-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;background:transparent;border-radius:12px;box-shadow:none;transition:transform var(--transition-duration) ease,box-shadow var(--transition-duration) ease;transform-origin:center center;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:flat;border:none;outline:none}.brand-wheel__item--featured{opacity:1;visibility:visible;filter:brightness(1);z-index:10;transition:opacity var(--transition-duration) ease,filter var(--transition-duration) ease,visibility 0s linear 0s}.brand-wheel__item--featured .brand-wheel__item-inner{transform:scale(var(--center-scale));background:#fff;border-radius:12px;box-shadow:0 12px 40px #0000001f,0 0 var(--glow-spread) var(--glow-color),0 0 calc(var(--glow-spread) * 2) var(--glow-color)}.brand-wheel__backdrop{position:absolute;top:50%;left:50%;width:calc(var(--item-width) * var(--center-scale) + 40px);height:calc(var(--item-height) * var(--center-scale) + 40px);transform:translate(-50%,-50%);background:rgb(var(--color-background));border-radius:20px;z-index:5;pointer-events:none}.brand-wheel__item--adjacent{opacity:.85;visibility:visible;filter:brightness(.9);transition:opacity var(--transition-duration) ease,filter var(--transition-duration) ease,visibility 0s linear 0s}.brand-wheel__item--adjacent .brand-wheel__item-inner{transform:scale(1);box-shadow:none;background:transparent}.brand-wheel__item--far{opacity:.45;visibility:visible;filter:brightness(.6);transition:opacity var(--transition-duration) ease,filter var(--transition-duration) ease,visibility 0s linear 0s}.brand-wheel__item--far .brand-wheel__item-inner{transform:scale(1);box-shadow:none;background:transparent}.brand-wheel__item--hidden{opacity:0;pointer-events:none;visibility:hidden}.brand-wheel__logo{max-width:85%;max-height:85%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease;border:none;outline:none;background:transparent}.brand-wheel__item--featured:hover .brand-wheel__logo{transform:scale(1.08)}.brand-wheel__placeholder{width:60%;height:60%;opacity:.25}.brand-wheel__placeholder .placeholder-svg{width:100%;height:100%}.brand-wheel__info-panel{text-align:center;min-height:70px;padding:0 1rem;opacity:0;transform:translateY(15px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.brand-wheel__info-panel--visible{opacity:1;transform:translateY(0);pointer-events:auto}.brand-wheel__info-name{margin:0 0 .35rem;font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.brand-wheel__info-tagline{margin:0;font-size:1rem;color:rgba(var(--color-foreground),.65);font-style:italic}.brand-wheel__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .5rem;pointer-events:none;z-index:20}@media screen and (min-width: 750px){.brand-wheel__arrows{padding:0 2rem}}.brand-wheel__arrow{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:50%;cursor:pointer;pointer-events:auto;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 10px #0000001a}.brand-wheel__arrow:hover{background:rgba(var(--color-foreground),.05);transform:scale(1.1);box-shadow:0 4px 15px #00000026}.brand-wheel__arrow:active{transform:scale(.95)}.brand-wheel__arrow:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.brand-wheel__arrow--prev .icon{transform:rotate(90deg)}.brand-wheel__arrow--next .icon{transform:rotate(-90deg)}.brand-wheel__arrow .icon{width:14px;height:14px}.brand-wheel__counter{text-align:center;font-size:.875rem;color:rgba(var(--color-foreground),.55);margin-top:.75rem;font-variant-numeric:tabular-nums}.brand-wheel__counter-current{font-weight:600;color:rgb(var(--color-foreground))}.brand-wheel__alphabet{margin-top:1.5rem;width:100%;max-width:600px}.brand-wheel__alphabet-list{display:flex;flex-wrap:wrap;justify-content:center;gap:.3rem;list-style:none;padding:0;margin:0}.brand-wheel__alphabet-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;background:transparent;border:1.5px solid rgba(var(--color-foreground),.15);border-radius:6px;cursor:pointer;transition:all .2s ease;color:rgb(var(--color-foreground))}.brand-wheel__alphabet-btn:hover:not(:disabled){background:rgba(var(--color-foreground),.08);border-color:rgba(var(--color-foreground),.3);transform:translateY(-2px)}.brand-wheel__alphabet-btn--active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:transparent;transform:scale(1.1)}.brand-wheel__alphabet-btn--active:hover{transform:scale(1.1) translateY(-2px)}.brand-wheel__alphabet-btn--no-exact{opacity:.6}.brand-wheel__dots{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem;margin-top:1.25rem;max-width:300px}.brand-wheel__dot{width:8px;height:8px;border-radius:50%;background:rgba(var(--color-foreground),.2);border:none;cursor:pointer;padding:0;transition:all .25s ease}.brand-wheel__dot--active{background:rgb(var(--color-foreground));transform:scale(1.4)}.brand-wheel__dot:hover:not(.brand-wheel__dot--active){background:rgba(var(--color-foreground),.45);transform:scale(1.2)}.brand-wheel__dot:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.brand-wheel__shop-all{width:100%;display:flex;justify-content:flex-end;margin-top:1.5rem;padding-right:1rem}.brand-wheel__shop-all-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:opacity .2s ease,gap .2s ease}.brand-wheel__shop-all-link:hover{opacity:.7;gap:.75rem}.brand-wheel__shop-all-link svg{transition:transform .2s ease}.brand-wheel__shop-all-link:hover svg{transform:translate(3px)}@media screen and (max-width: 749px){.brand-wheel{--item-width: 110px;--item-height: 110px;--wheel-radius: 220px;--center-scale: 1.25;--glow-spread: 20px}.brand-wheel__stage{height:calc(var(--item-height) * 2);margin:.5rem 0 1.5rem}.brand-wheel__arrow{width:42px;height:42px}.brand-wheel__arrow .icon{width:12px;height:12px}.brand-wheel__alphabet-btn{width:30px;height:30px;font-size:.7rem}.brand-wheel__info-name{font-size:1.25rem}.brand-wheel__info-tagline{font-size:.9rem}.brand-wheel__info-panel{min-height:60px}.brand-wheel__item-inner{padding:.75rem;border-radius:10px}}@media screen and (max-width: 479px){.brand-wheel{--item-width: 90px;--item-height: 90px;--wheel-radius: 180px;--center-scale: 1.2}.brand-wheel__alphabet-btn{width:26px;height:26px;font-size:.65rem}.brand-wheel__alphabet-list{gap:.2rem}}.brand-wheel__item:focus-visible{outline:none}.brand-wheel__item:focus-visible .brand-wheel__item-inner{outline:3px solid rgb(var(--color-foreground));outline-offset:4px}.brand-wheel__alphabet-btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.brand-wheel--dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.brand-wheel--dragging .brand-wheel__track{transition:none}.brand-wheel--dragging .brand-wheel__item{pointer-events:none}.brand-wheel__stage{touch-action:pan-y pinch-zoom}@media (prefers-reduced-motion: reduce){.brand-wheel__track,.brand-wheel__track--zipping,.brand-wheel__item,.brand-wheel__item-inner,.brand-wheel__info-panel,.brand-wheel__logo,.brand-wheel__arrow,.brand-wheel__alphabet-btn,.brand-wheel__dot{transition:none!important}}.no-js .brand-wheel__stage,.no-js .brand-wheel__arrows,.no-js .brand-wheel__counter,.no-js .brand-wheel__dots,.no-js .brand-wheel__alphabet,.brand-wheel__fallback-grid{display:none}.no-js .brand-wheel__fallback-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.no-js .brand-wheel__fallback-grid .brand-wheel__item{position:static;opacity:1;filter:none;transform:none!important}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-brand-wheel.css.map */
