.product-3d-features{padding-top:var(--p3df-pad-top, 40px);padding-bottom:var(--p3df-pad-bottom, 40px);background:#000;color:#fff}.product-3d-features--full{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.product-3d-features__head{max-width:1200px;margin:0 auto 24px;padding:0 24px}.product-3d-features--full .product-3d-features__head{padding:0 5vw}.product-3d-features__heading{font-size:clamp(28px,4vw,48px);margin:0 0 12px;line-height:1.1;letter-spacing:-.01em}.product-3d-features__description{font-size:16px;line-height:1.5;opacity:.8;max-width:70ch}.product-3d-features--align-left .product-3d-features__head{text-align:left}.product-3d-features--align-left .product-3d-features__description{margin-left:0;margin-right:auto}.product-3d-features--align-center .product-3d-features__head{text-align:center}.product-3d-features--align-center .product-3d-features__description{margin-left:auto;margin-right:auto}.product-3d-features__stage{position:relative;width:100%;aspect-ratio:var(--p3df-aspect, 16 / 9);max-height:90vh;background:#0a0a0a;overflow:hidden}.product-3d-features:not(.product-3d-features--full) .product-3d-features__stage{max-width:1400px;margin:0 auto;border-radius:12px}.product-3d-features__iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block;touch-action:pan-y}.product-3d-features__skeleton{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:14px;letter-spacing:.02em;pointer-events:none;background:linear-gradient(135deg,#1a1a1a,#0a0a0a)}.product-3d-features__stage{opacity:0;transition:opacity .6s cubic-bezier(.2,0,.2,1)}.product-3d-features.is-visible .product-3d-features__stage{opacity:1}@media(prefers-reduced-motion:reduce){.product-3d-features__stage{opacity:1;transition:none}}.product-3d-features__scroll-shield{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;padding:0;margin:0;background:transparent;border:0;cursor:pointer;transition:opacity .25s ease}.product-3d-features__scroll-shield:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:-4px}.product-3d-features.is-engaged .product-3d-features__scroll-shield{pointer-events:none;opacity:0}.product-3d-features__overlay{position:absolute;top:0;bottom:0;display:flex;align-items:center;gap:16px;padding:clamp(20px,4vw,56px);pointer-events:none;z-index:2}.product-3d-features--overlay-left .product-3d-features__overlay{left:0;right:auto;flex-direction:row}.product-3d-features--overlay-right .product-3d-features__overlay{right:0;left:auto;flex-direction:row-reverse}.product-3d-features__nav{display:flex;flex-direction:column;gap:10px;pointer-events:auto}.product-3d-features__nav-button{width:36px;height:36px;border-radius:50%;border:0;background:#141414d9;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,opacity .15s ease;padding:0}.product-3d-features__nav-button:hover{background:#282828eb}.product-3d-features__nav-button:focus-visible{outline:2px solid #fff;outline-offset:2px}.product-3d-features__nav-button[disabled]{opacity:.35;cursor:not-allowed}.product-3d-features__nav-button--close{height:0;overflow:hidden;opacity:0;pointer-events:none;transform:scale(.85);transition:height .3s cubic-bezier(.4,0,.2,1),opacity .25s ease,transform .25s cubic-bezier(.4,0,.2,1),background-color .15s ease}.product-3d-features.is-engaged .product-3d-features__nav-button--close{height:36px;opacity:1;pointer-events:auto;transform:scale(1)}.product-3d-features__annotations{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;pointer-events:auto;max-width:340px;width:100%}.product-3d-features__annotation-button{display:flex;flex-direction:column;width:100%;text-align:left;background:#141414eb;border:0;border-radius:24px;color:#fff;font:inherit;cursor:pointer;overflow:hidden;transition:background-color .2s ease}.product-3d-features__annotation-button:hover{background:#282828d9}.product-3d-features__annotation-button:focus-visible{outline:2px solid #fff;outline-offset:2px}.product-3d-features__annotation-row{display:flex;align-items:center;gap:12px;padding:14px 24px 14px 14px;font-size:16px;line-height:1.2}.product-3d-features__annotation-dot{flex:0 0 26px;width:26px;height:26px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:transparent;display:inline-flex;align-items:center;justify-content:center;color:#fff;transition:border-color .25s ease,color .25s ease}.product-3d-features__annotation.is-active .product-3d-features__annotation-dot{border-color:var(--p3df-accent, #ff6a00);color:var(--p3df-accent, #ff6a00)}.product-3d-features__annotation-plus{display:block}.product-3d-features__annotation-label{font-weight:500;letter-spacing:-.005em;flex:1}.product-3d-features__annotation-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1)}.product-3d-features__annotation.is-active .product-3d-features__annotation-body-wrap{grid-template-rows:1fr}.product-3d-features__annotation-body{overflow:hidden;min-height:0;padding:0 22px;font-size:14px;line-height:1.55;color:#ffffffe0;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1) .05s,padding .35s cubic-bezier(.4,0,.2,1)}.product-3d-features__annotation.is-active .product-3d-features__annotation-body{opacity:1;padding:0 22px 16px}.product-3d-features__placeholder{max-width:600px;margin:0 auto;padding:32px;text-align:center;border:2px dashed rgba(255,255,255,.2);border-radius:12px;color:#fff9}.product-3d-features__placeholder code{font-family:monospace;background:#ffffff14;padding:2px 6px;border-radius:4px}@media(max-width:768px){.product-3d-features__stage{aspect-ratio:auto;height:100vh;height:100dvh;max-height:none}.product-3d-features{padding-top:0;padding-bottom:0}.product-3d-features .product-3d-features__overlay{top:auto;bottom:0;left:0;right:0;height:auto;flex-direction:column;align-items:stretch;padding:16px 0;gap:12px}.product-3d-features__nav{flex-direction:row;justify-content:center;gap:0}.product-3d-features__nav-button[data-nav=prev],.product-3d-features__nav-button[data-nav=next]{display:none}.product-3d-features__annotations{width:100%;max-width:100%;flex-direction:row;flex-wrap:nowrap;align-items:flex-end;overflow-x:auto;overflow-y:visible;gap:8px;padding:4px 0;margin:0;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-3d-features__annotations::-webkit-scrollbar{display:none}.product-3d-features__annotations:before,.product-3d-features__annotations:after{content:"";flex:0 0 12.5vw;pointer-events:none}.product-3d-features__annotation{flex:0 0 75vw;scroll-snap-align:center}.product-3d-features__annotation-button{width:100%;min-width:0}.product-3d-features__annotation-row{padding:10px 20px 10px 10px;font-size:14px;gap:10px}.product-3d-features__annotation-dot{flex:0 0 22px;width:22px;height:22px}.product-3d-features__annotation.is-active .product-3d-features__annotation-button{flex-direction:column-reverse}.product-3d-features__annotation.is-active .product-3d-features__annotation-body{padding:14px 22px}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/product-3d-features.css.map */
