.kp-structure-mobile{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden}.kp-structure-mobile__heading{position:absolute;top:4%;left:50%;transform:translate(-50%);z-index:2;text-align:center}.kp-structure-mobile__canvas{display:block;width:100%;height:100%}.kp-structure-mobile__canvas canvas{touch-action:auto!important}.kp-structure-mobile__fallback{display:none}.kp-structure-mobile.is-loading .kp-structure-mobile__fallback{display:block;padding:2rem}.kp-structure-mobile.is-loading .kp-structure-mobile__fallback img{width:100%;height:auto}.kp-structure-mobile__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.kp-structure-mobile__bg-img{width:100%;height:100%;object-fit:cover}@media(min-width:750px){.kp-structure-mobile-section{display:none!important}}.kp-structure-mobile .structure-callout-wrapper{z-index:60!important}.kp-structure-mobile .structure-callout{position:relative;width:220px;height:120px;pointer-events:none;overflow:visible;animation:structure-callout-mobile-in .3s ease both}.kp-structure-mobile .structure-callout--left.structure-callout--above{transform:translate(-190px,-95px)}.kp-structure-mobile .structure-callout--right.structure-callout--above{transform:translate(-30px,-95px)}.kp-structure-mobile .structure-callout--left.structure-callout--below{transform:translate(-190px,-25px)}.kp-structure-mobile .structure-callout--right.structure-callout--below{transform:translate(-30px,-25px)}.kp-structure-mobile .structure-callout__line{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.kp-structure-mobile .structure-callout__line path{fill:none;stroke:#ff8230b8;stroke-width:1.5;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.kp-structure-mobile .structure-callout__point{position:absolute;width:40px;height:40px;border:0;border-radius:50%;background:transparent;padding:0;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.kp-structure-mobile .structure-callout__point:disabled{cursor:default}.kp-structure-mobile .structure-callout--left .structure-callout__point{left:170px;top:75px}.kp-structure-mobile .structure-callout--right .structure-callout__point{left:10px;top:75px}.kp-structure-mobile .structure-callout--left.structure-callout--below .structure-callout__point,.kp-structure-mobile .structure-callout--right.structure-callout--below .structure-callout__point{top:7px}.kp-structure-mobile .structure-callout__dot{position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:50%;background:#ff5400;box-shadow:0 0 9px #ff54008c;transform:translate(-50%,-50%);z-index:2}.kp-structure-mobile .structure-callout__pulse{position:absolute;top:50%;left:50%;width:12px;height:12px;border:1.5px solid rgba(255,84,0,.6);border-radius:50%;transform:translate(-50%,-50%);animation:structure-callout-mobile-pulse 2s ease-out infinite;z-index:1}.kp-structure-mobile .structure-callout__panel{position:absolute;top:0;width:122px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,92,22,.35);background:#070707a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.kp-structure-mobile .structure-callout.structure-callout--below .structure-callout__panel{top:52px}.kp-structure-mobile .structure-callout--left .structure-callout__panel{left:8px;text-align:left}.kp-structure-mobile .structure-callout--right .structure-callout__panel{right:8px;text-align:right}.kp-structure-mobile .structure-callout__title{margin:0 0 7px;font-size:14px;line-height:1.2;color:#fff8f3;font-weight:700;text-shadow:0 1px 10px rgba(0,0,0,.75)}.kp-structure-mobile .structure-callout__subtitle{margin:0 0 8px;font-size:12px;line-height:1.3;color:#ffdecaf2;text-shadow:0 1px 8px rgba(0,0,0,.75)}.kp-structure-mobile .structure-callout__body{margin:0 0 9px;font-size:11px;line-height:1.3;color:#ffeee1e6;text-shadow:0 1px 8px rgba(0,0,0,.75)}.kp-structure-mobile .structure-callout__cta{min-width:102px;border:0;border-radius:4px;padding:7px 10px;font-size:11px;font-weight:600;line-height:1;color:#fff;background:linear-gradient(135deg,#ff5d0f,#ff7b2c);box-shadow:0 0 10px #ff5d0f59;cursor:pointer}.kp-structure-mobile .structure-callout__cta:hover,.kp-structure-mobile .structure-callout__cta:focus-visible{background:linear-gradient(135deg,#ff6d24,#ff8b43)}@keyframes structure-callout-mobile-pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}@keyframes structure-callout-mobile-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.kp-structure-mobile .structure-callout{animation:none}.kp-structure-mobile .structure-callout__pulse{animation:none;opacity:.45;transform:translate(-50%,-50%) scale(2.2)}}.kp-video-popup.kp-video-popup--mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:kp-popup-backdrop-in .2s ease}@keyframes kp-popup-backdrop-in{0%{opacity:0}to{opacity:1}}.kp-video-popup--mobile .kp-video-popup__modal{position:relative;width:100%;max-height:85vh;background:rgb(var(--kp-onyx, 12 12 12));border-radius:20px 20px 0 0;padding:16px 16px 24px;animation:kp-popup-sheet-up .3s ease;overflow:hidden}@keyframes kp-popup-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.kp-video-popup--mobile .kp-video-popup__close{position:absolute;top:12px;right:12px;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:none;border-radius:50%;color:#ffffffb3;cursor:pointer;transition:background .2s,color .2s}.kp-video-popup--mobile .kp-video-popup__close:hover,.kp-video-popup--mobile .kp-video-popup__close:focus{background:#fff3;color:#fff}.kp-video-popup--mobile .kp-video-popup__title{font-size:20px;font-weight:600;line-height:1.3;color:#fff;margin:0 0 12px;padding-right:40px}.kp-video-popup--mobile .kp-video-popup__video-wrap{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:8px;overflow:hidden}.kp-video-popup--mobile .kp-video-popup__video,.kp-video-popup--mobile .kp-video-popup__iframe{width:100%;height:100%;object-fit:contain;border:none}@supports (padding: env(safe-area-inset-bottom)){.kp-video-popup--mobile .kp-video-popup__modal{padding-bottom:calc(24px + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=/cdn/shop/t/38/assets/kp-product-structure-mobile.css.map */
