@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@400;500;600&display=swap";.factor-section{--background:#f6f5f1;--foreground:#1a1a1a;--muted:#72716c;--accent:#a78140;--font-sans:"Space Grotesk",Arial,sans-serif;--font-mono:"IBM Plex Mono",monospace;color-scheme:light}.factor-section *{box-sizing:border-box}.factor-section{margin:0;background:var(--background);color:var(--foreground)}.factor-section{font-family:var(--font-sans)}.factor-section button,.factor-section a{-webkit-tap-highlight-color:transparent}.factor-section button{font:inherit;color:inherit}.factor-section button:focus-visible,.factor-section a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.factor-section button{cursor:pointer}.factor-section a{color:inherit;text-decoration:none}.factor-section .gallery{position:relative;min-height:760px;height:100svh;overflow:hidden;display:flex;align-items:center;flex-direction:column}.factor-section .masthead{padding-top:36px}.factor-section .masthead h1{font-size:20px;letter-spacing:.14em;font-weight:600;margin:0}.factor-section .collection-label{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;margin-top:45px;color:#575650}.factor-section .collection-label span{color:#8b8982;margin-left:8px}.factor-section .stage{position:relative;width:100%;height:clamp(260px,37vh,450px);margin-top:10px;perspective:1200px}.factor-section .frame{position:absolute;left:50%;top:0;width:min(64vw,660px);height:100%;padding:0;border:0;background:transparent;transform:translate(calc(-50% + var(--offset) * 64%)) scale(var(--scale));opacity:var(--opacity);transition:transform .75s cubic-bezier(.2,.75,.2,1),opacity .75s ease;will-change:transform,opacity}.factor-section .frame img{width:100%;height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none}.factor-section .caption{text-align:center;height:95px;padding-top:5px}.factor-section .caption p{font-size:16px;margin:0 0 5px}.factor-section .caption>span{color:var(--muted);font-size:12px;font-family:var(--font-mono)}.factor-section .index{display:block;font:12px var(--font-mono);letter-spacing:.07em;margin-top:15px}.factor-section .index i{font-style:normal;margin:0 10px;color:#a5a29a}.factor-section .dock{position:relative;margin-top:auto;margin-bottom:57px;text-align:center}.factor-section .wheel{width:204px;height:204px;border-radius:50%;position:relative;background:linear-gradient(140deg,#fff,#ededea 33%,#dddeda 67%,#f2f2ee);border:1px solid #deded8;box-shadow:inset 1px 2px 2px #fff,inset -1px -2px 3px #cccfc8,0 12px 25px #343c3515,0 2px 4px #343c3512;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;overflow:hidden}.factor-section .wheel:active{cursor:grabbing}.factor-section .hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;background:linear-gradient(135deg,#fafaf8,#e4e5e0);border:1px solid #d3d4ce;box-shadow:inset 1px 1px 3px #fff,0 2px 5px #60605822}.factor-section .wheel button{position:absolute;border:0;background:none;z-index:2;color:#70726c;font:500 12px var(--font-mono);padding:14px}.factor-section .menu-button{top:7px;left:50%;transform:translate(-50%)}.factor-section .previous{top:50%;left:0;transform:translateY(-50%);letter-spacing:-3px}.factor-section .next{right:3px;top:50%;transform:translateY(-50%);letter-spacing:-3px}.factor-section .wheel-mark{position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:14px;color:#a2a49c}.factor-section .hint{font:12px var(--font-mono);letter-spacing:.13em;color:#92928b;margin:22px 0 0}.factor-section .wheel-menu{position:absolute;bottom:calc(100% + 16px);left:50%;transform:translate(-50%);width:350px;padding:8px;display:flex;align-items:center;gap:3px;border-radius:40px;background:linear-gradient(145deg,#fff,#e0e1db);border:1px solid #deded7;box-shadow:inset 0 1px 1px #fff,0 9px 25px #454b3b16;z-index:20;font:12px var(--font-mono)}.factor-section .wheel-menu[hidden]{display:none}.factor-section .wheel-menu a{padding:13px 14px;border-radius:24px}.factor-section .wheel-menu .shop-link{background:#242722;color:#fff;display:flex;gap:20px}.factor-section .cart-link{display:flex;align-items:center;gap:4px}.factor-section .cart-link svg{width:17px;height:19px}.factor-section .cart-link span{font-size:10px;background:#4d5149;color:#fff;border-radius:50%;width:16px;height:16px;display:grid;place-items:center}.factor-section .touch-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;pointer-events:none;opacity:0;background:radial-gradient(circle 37px at var(--touch-x,50%) var(--touch-y,50%),#69706130,transparent);transition:opacity .16s}.factor-section .wheel.pressed .touch-glow{opacity:1}.factor-section footer{position:absolute;bottom:24px;left:34px;right:34px;display:flex;justify-content:space-between;font:10px var(--font-mono);letter-spacing:.09em;color:#8c8b82}.factor-section .footer-dot{font-size:7px;margin:0 8px;color:#a6a797}@media(min-height:950px){.factor-section .wheel{width:250px;height:250px}.factor-section .hub{width:96px;height:96px}.factor-section .menu-button{top:14px}.factor-section .previous{left:8px}.factor-section .next{right:11px}.factor-section .wheel-mark{bottom:28px}.factor-section .dock{margin-bottom:70px}}@media(max-width:600px){.factor-section .gallery{min-height:690px}.factor-section .masthead{padding-top:28px}.factor-section .masthead h1{font-size:18px}.factor-section .collection-label{margin-top:34px;font-size:10px}.factor-section .stage{height:32vh;min-height:250px;margin-top:16px}.factor-section .frame{width:84vw;transform:translate(calc(-50% + var(--offset) * 68%)) scale(var(--scale))}.factor-section .dock{margin-bottom:54px}.factor-section .wheel{width:190px;height:190px}.factor-section .hub{width:72px;height:72px}.factor-section .caption{height:91px}.factor-section footer{left:20px;right:20px;font-size:9px}.factor-section .wheel-menu{width:330px}.factor-section .wheel-menu a{padding:13px 12px}}@media(prefers-reduced-motion:reduce){.factor-section *,.factor-section *:before,.factor-section *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.factor-section .wheel button:focus-visible{outline-offset:-4px;border-radius:16px}.factor-section .frame:focus-visible{outline-offset:-20px}.factor-section .collection-page{min-height:100svh;padding:36px max(24px,5vw) 70px}.factor-section .collection-page header{text-align:center}.factor-section .collection-page header a{font-size:20px;letter-spacing:.14em;font-weight:600}.factor-section .back-link{display:inline-block;margin:50px 0 25px;font:12px var(--font-mono);color:var(--muted)}.factor-section .collection-page h1{font-size:clamp(30px,5vw,60px);font-weight:500;letter-spacing:-.04em;margin:15px 0}.factor-section .collection-page p{font-size:16px;color:var(--muted);max-width:550px;line-height:1.7}.factor-section .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:50px}.factor-section .product-grid figure{margin:0}.factor-section .product-grid img{width:100%;height:280px;object-fit:contain;mix-blend-mode:multiply}.factor-section .product-grid figcaption{text-align:center;font-size:14px;margin-top:20px}.factor-section .product-grid figcaption span{display:block;font:12px var(--font-mono);color:var(--muted);margin-top:6px}.factor-section .empty-state{padding:60px 0}.factor-section .return-link{display:inline-block;padding:14px 23px;background:#242722;border-radius:30px;color:#fff;font:12px var(--font-mono);margin-top:20px}@media(max-width:600px){.factor-section .product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.factor-section .product-grid img{height:180px}}.factor-section .intro-pending .frame,.factor-section .intro-pending .dock,.factor-section .intro-pending .masthead,.factor-section .intro-pending .collection-label,.factor-section .intro-pending .caption,.factor-section .intro-pending footer{opacity:0!important}.factor-section .frame{backface-visibility:hidden;transform-style:preserve-3d}.factor-section .gallery.shuffling .frame{transition:none}.factor-section .gallery.shuffling .stage{perspective:1000px}.factor-section .masthead,.factor-section .collection-label,.factor-section .caption,.factor-section .dock,.factor-section footer{will-change:auto}@media(prefers-reduced-motion:reduce){.factor-section .intro-pending .frame{opacity:var(--opacity)!important}.factor-section .intro-pending .dock,.factor-section .intro-pending .masthead,.factor-section .intro-pending .collection-label,.factor-section .intro-pending .caption,.factor-section .intro-pending footer{opacity:1!important}}.pd-dialog{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;max-height:none;padding:0;margin:0;border:0;background:transparent;color:var(--foreground,#1a1a1a);overflow:hidden}.pd-dialog::backdrop{background:transparent}.factor-section .pd-shell{position:relative;width:100%;height:100dvh;min-height:540px;overflow:hidden;font-family:var(--font-sans,"Space Grotesk",Arial,sans-serif);color:var(--foreground,#1a1a1a)}.factor-section .pd-track{position:relative;width:100%;height:100%;overflow:hidden}.factor-section .pd-panel{width:100%;height:100%;min-height:540px;background:var(--background,#f6f5f1);overflow-y:auto;overscroll-behavior:contain}.factor-section .pd-content{width:min(100%,660px);height:100%;min-height:540px;margin:auto;padding:26px 26px 104px;display:flex;flex-direction:column}.factor-section .pd-title{font-size:14px;line-height:1.5;font-weight:500;text-transform:uppercase;letter-spacing:.035em;margin:0 0 22px;flex:none}.factor-section .pd-title:focus{outline:none}.factor-section .pd-visual{position:relative;min-height:180px;flex:1;overflow:hidden;margin:0 0 20px}.factor-section .pd-photos{width:100%;height:100%;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.factor-section .pd-photos::-webkit-scrollbar{display:none}.factor-section .pd-photos img{width:100%;height:100%;flex:0 0 100%;object-fit:contain;scroll-snap-align:start;-webkit-user-select:none;user-select:none}.factor-section .pd-info{position:absolute;left:10px;top:10px;width:148px;height:44px;z-index:2;overflow:hidden;background:linear-gradient(135deg,#fffffff0,#e7e7e0e8);border:1px solid #d6d7d050;box-shadow:inset 1px 1px 1px #fff9;transition:width .34s cubic-bezier(.2,.75,.2,1),height .34s cubic-bezier(.2,.75,.2,1),background .34s}.factor-section .pd-info[open]{width:calc(100% - 20px);height:calc(100% - 20px);background:#f6f5f1d6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow-y:auto}.factor-section .pd-info summary{display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:43px;padding:12px 14px;cursor:pointer;list-style:none;font:12px var(--font-mono,"IBM Plex Mono",monospace);white-space:nowrap}.factor-section .pd-info summary::-webkit-details-marker{display:none}.factor-section .pd-info-symbol:after{content:"+";font-size:19px;line-height:16px}.factor-section .pd-info[open] .pd-info-symbol:after{content:"\2212"}.factor-section .pd-info-copy{font:16px/1.7 var(--font-sans,"Space Grotesk",Arial,sans-serif);padding:36px 24px 24px;overflow-wrap:anywhere}.factor-section .pd-info-copy p{margin:0 0 1em}.factor-section .pd-info-copy img{max-width:100%;height:auto}.factor-section .pd-info[open] .pd-info-copy{animation:pd-copy .25s .12s both}@keyframes pd-copy{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.factor-section .pd-purchase{flex:none;margin-top:8px}.factor-section .pd-size{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:47px;font:12px var(--font-mono,"IBM Plex Mono",monospace)}.factor-section .pd-size select{border:0;background:transparent;color:inherit;padding:12px 22px 12px 10px;max-width:75%;text-align:right;font:inherit;cursor:pointer}.factor-section .pd-buy{border:0;display:block;width:100%;min-height:48px;border-radius:2px;background:#272b26;color:#fafbf7;font:14px var(--font-mono,"IBM Plex Mono",monospace);cursor:pointer;transition:background .16s}.factor-section .pd-buy:hover:not(:disabled){background:#41473e}.factor-section .pd-buy:disabled{background:#d2d3cd;color:#777a71;cursor:not-allowed}.factor-section .pd-status{font:12px/1.4 var(--font-mono,"IBM Plex Mono",monospace);margin:8px 0 0;min-height:0;color:#71684f}.factor-section .pd-status:empty{display:none}.factor-section .pd-nav{position:absolute;z-index:8;bottom:max(22px,env(safe-area-inset-bottom));left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;width:204px;height:62px;padding:5px;border-radius:40px;border:1px solid #d9dbd2;background:linear-gradient(140deg,#fff,#e3e5dc 70%,#f5f5ef);box-shadow:inset 1px 2px 2px #fff,inset -1px -2px 2px #c9cec1,0 6px 16px #343c3520}.factor-section .pd-nav a{display:grid;place-items:center;width:54px;height:48px;border-radius:30px;font:14px var(--font-mono,"IBM Plex Mono",monospace);color:#62685c;text-decoration:none;cursor:pointer}.factor-section .pd-nav [data-product-prev],.factor-section .pd-nav [data-product-next]{font-size:12px;letter-spacing:-3px}.factor-section .pd-nav a:hover{background:#ffffff65}.factor-section .pd-nav a[hidden]{display:none}.factor-section .pd-photo-bars{display:flex;gap:5px;margin:-10px 0 14px}.factor-section .pd-photo-bars button{height:12px;padding:0;flex:1;background:#d1d2cb;border:0;cursor:pointer}.factor-section .pd-photo-bars button[aria-current=true]{background:#858b7f}.factor-section .pd-panel button:focus-visible,.factor-section .pd-panel select:focus-visible,.factor-section .pd-info summary:focus-visible,.factor-section .pd-nav a:focus-visible{outline:2px solid #a78140;outline-offset:3px}@media(min-width:900px){.factor-section .pd-content{width:min(100%,720px);padding-top:30px}.factor-section .pd-title{text-align:center}.factor-section .pd-visual{margin-bottom:22px}.factor-section .pd-purchase{width:100%;max-width:520px;align-self:center}}@media(max-width:600px){.factor-section .pd-content{padding:24px 18px 104px}.factor-section .pd-title{font-size:12px;margin-bottom:20px}.factor-section .pd-info{left:6px;top:6px;width:140px}.factor-section .pd-info[open]{width:calc(100% - 12px);height:calc(100% - 12px)}.factor-section .pd-info-copy{padding:25px 16px}.factor-section .pd-nav{width:190px;height:58px;bottom:max(18px,env(safe-area-inset-bottom))}.factor-section .pd-visual{margin-bottom:18px}.factor-section .pd-size{min-height:50px}}@media(prefers-reduced-motion:reduce){.factor-section .pd-info,.factor-section .pd-info-copy{animation:none!important;transition:none!important}}.factor-product-section{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#f6f5f1}.factor-section .pd-nav{touch-action:manipulation}.factor-section .pd-shell{min-height:0}.factor-section .pd-panel{min-height:100%}.pd-dialog .pd-shell{background:transparent}.factor-section html:has([data-wheel-gallery]),.factor-section body:has([data-wheel-gallery]){overflow:hidden}.factor-section .gallery{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;min-height:0;height:100dvh;background:var(--background,#f6f5f1);padding:110px 0 32px;display:flex;gap:12px}.factor-section .gallery .masthead{position:absolute;left:max(24px,env(safe-area-inset-left));top:max(24px,env(safe-area-inset-top));padding:0;max-width:44%;z-index:12}.factor-section .gallery .masthead h1{border:1px solid #111;padding:12px 15px;font-size:18px;letter-spacing:.08em;line-height:1.2}.factor-section .gallery .caption{position:absolute;right:max(24px,env(safe-area-inset-right));top:max(24px,env(safe-area-inset-top));max-width:44%;height:auto;padding:0;text-align:right;z-index:12}.factor-section .gallery .caption p{font-size:16px;line-height:1.4;overflow-wrap:anywhere}.factor-section .gallery .caption .index{margin-top:8px}.factor-section .gallery .stage{flex:1;min-height:0;height:auto;margin:0;width:100%}.factor-section .gallery .dock{flex:none;margin:0 0 24px}.factor-section .gallery .wheel{width:clamp(130px,25dvh,220px);height:clamp(130px,25dvh,220px)}.factor-section .gallery .hub{width:38%;height:38%}.factor-section .gallery .menu-button{top:3%}.factor-section .gallery .previous{left:0}.factor-section .gallery .next{right:3px}.factor-section .gallery .wheel-mark{bottom:10%}.factor-section .gallery footer{bottom:16px;left:24px;right:24px}.factor-section .gallery-status{position:absolute;bottom:8px;margin:0;font-size:14px;text-align:center;background:var(--background,#f6f5f1);z-index:21}@media(max-width:600px){.factor-section .gallery{padding-top:112px;padding-bottom:max(20px,env(safe-area-inset-bottom))}.factor-section .gallery .masthead{left:16px;top:max(18px,env(safe-area-inset-top));max-width:45%}.factor-section .gallery .masthead h1{font-size:14px;padding:10px;letter-spacing:.04em}.factor-section .gallery .caption{right:16px;top:max(18px,env(safe-area-inset-top));max-width:44%}.factor-section .gallery .caption p{font-size:14px}.factor-section .gallery .stage{min-height:0}.factor-section .gallery .dock{margin-bottom:22px}.factor-section .gallery footer{left:16px;right:16px;bottom:12px}}@media(max-height:500px){.factor-section .gallery{padding-top:90px;padding-bottom:12px;gap:4px}.factor-section .gallery .wheel{width:110px;height:110px}.factor-section .gallery .wheel button{padding:9px;font-size:10px}.factor-section .gallery .dock{margin-bottom:16px}.factor-section .gallery .caption>span,.factor-section .gallery .index{display:none}}.factor-section .pd-shell,.pd-shell.factor-section{--pd-dock-height:62px;position:relative;box-sizing:border-box;width:100%;height:100dvh;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) var(--pd-dock-height);row-gap:24px;padding:0 0 max(22px,env(safe-area-inset-bottom));overflow:hidden}.factor-section .pd-track{min-height:0;height:100%;overflow:hidden}.factor-section .pd-panel{height:100%;min-height:0;overflow-y:auto;scroll-padding-bottom:16px}.factor-section .pd-content{box-sizing:border-box;height:100%;min-height:440px;padding:24px 26px 0}.factor-section .pd-visual{min-height:160px}.factor-section .pd-purchase{margin-top:8px;margin-bottom:0;flex-shrink:0}.factor-section .pd-nav{position:relative;inset:auto;left:auto;bottom:auto;transform:none;width:204px;height:var(--pd-dock-height);margin:0 auto;align-self:center;box-sizing:border-box;flex-shrink:0}.factor-section .pd-buy{position:relative;z-index:1;min-height:48px}.factor-section .pd-morph-hub{display:block!important;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:38%;height:38%;border-radius:50%;border:1px solid #d3d4ce;background:linear-gradient(135deg,#fafaf8,#e4e5e0);box-shadow:inset 1px 1px 3px #fff,0 2px 5px #60605822;pointer-events:none}.factor-section .pd-morph-menu{position:absolute;left:50%;top:10%;transform:translate(-50%);font:500 12px var(--font-mono,"IBM Plex Mono",monospace);color:#70726c;pointer-events:none}.factor-section .pd-cart-notice{position:absolute;z-index:50;right:max(20px,env(safe-area-inset-right));top:max(20px,env(safe-area-inset-top));width:min(280px,calc(100% - 40px));border:1px solid #d6d7ce;border-radius:4px;background:#f8f8f3;color:#252820;box-shadow:0 8px 28px #22231c20}.factor-section .pd-cart-notice-link{display:flex;flex-direction:column;gap:8px;padding:18px 20px;text-decoration:none;color:inherit;font:14px/1.4 var(--font-mono,"IBM Plex Mono",monospace)}.factor-section .pd-cart-notice-link strong{font-weight:500}.factor-section .pd-cart-notice-link span{font-size:14px}.factor-section .pd-cart-notice-link:hover{background:#fff}.factor-section .pd-cart-notice-link:focus-visible{outline:2px solid #a78140;outline-offset:3px}@media(max-width:600px){.factor-section .pd-shell,.pd-shell.factor-section{--pd-dock-height:58px;padding-bottom:max(18px,env(safe-area-inset-bottom))}.factor-section .pd-content{padding:20px 18px 0}.factor-section .pd-nav{width:190px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/factor-wheel.css.map */
