@keyframes whs-pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes whs-bounce{0%,to{transform:translate(-50%,-50%) translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translate(-50%,-50%) translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes whs-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes whs-ping{75%,to{transform:scale(2);opacity:0}}@keyframes whs-wiggle{0%,to{transform:translate(-50%,-50%) rotate(-3deg)}50%{transform:translate(-50%,-50%) rotate(3deg)}}@keyframes whs-float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-10px)}}@keyframes whs-expand{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.1)}}.whs-slider-container,.whs-slides-wrapper{position:relative;width:100%;border-radius:12px}.whs-slider-container{margin:20px 0;overflow:visible;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;box-shadow:0 10px 30px rgba(0,0,0,.1);background:#f8fafc}.whs-slides-wrapper{aspect-ratio:16/9;max-height:80vh;overflow:hidden}.whs-hotspots-layer,.whs-slide{position:absolute;top:0;left:0;width:100%;height:100%}.whs-slide{opacity:0;visibility:hidden;transition:all .5s ease-in-out;z-index:1}.whs-slide.active{opacity:1;visibility:visible;z-index:2}.whs-slide img{width:100%;height:100%;object-position:center}.whs-hotspots-layer{pointer-events:none}.whs-hotspot-marker{position:absolute;transform:translate(-50%,-50%);border-radius:50%;cursor:pointer;pointer-events:auto;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.8)}.whs-hotspot-marker::after,[data-animation=ping]::after{content:"";position:absolute;border-radius:50%;background:inherit;z-index:-1}.whs-hotspot-marker::after{width:100%;height:100%;opacity:.4}[data-animation=pulse]{animation:whs-pulse 2s cubic-bezier(.4,0,.6,1) infinite}[data-animation=bounce]{animation:whs-bounce 1s infinite}[data-animation=spin]{animation:whs-spin 1s linear infinite}[data-animation=ping]::after{top:0;left:0;right:0;bottom:0;animation:whs-ping 1s cubic-bezier(0,0,.2,1) infinite}[data-animation=wiggle]{animation:whs-wiggle 1s ease-in-out infinite}[data-animation=float]{animation:whs-float 3s ease-in-out infinite}[data-animation=expand]{animation:whs-expand 2s ease-in-out infinite}.whs-tooltip,.whs-tooltips-overlay{position:absolute;z-index:100;pointer-events:none}.whs-tooltips-overlay{top:0;left:0;width:100%;height:100%}.whs-tooltip{width:220px;background:#fff;border-radius:12px;padding:0;box-shadow:0 15px 35px rgba(0,0,0,.2);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.175,.885,.32,1.275);overflow:visible;border:1px solid rgba(0,0,0,.05);transform:scale(.95)}.whs-tooltip::before{content:"";position:absolute;width:12px;height:12px;background:#fff;border-right:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);transform:rotate(45deg);bottom:-6px;left:50%;margin-left:-6px;z-index:-1}.whs-tooltip.whs-tooltip-bottom::before{bottom:auto;top:-6px;border-right:none;border-bottom:none;border-top:1px solid rgba(0,0,0,.06);border-left:1px solid rgba(0,0,0,.06)}.whs-tooltip.whs-tooltip-left::before{left:24px;margin-left:0}.whs-tooltip.whs-tooltip-right::before{left:auto;right:24px;margin-left:0}.whs-tooltip.whs-tooltip-visible{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto}.whs-slide img,.whs-tooltip-image img{display:block;object-fit:cover}.whs-tooltip-title{margin:0;padding:0;font-size:14px;font-weight:600;line-height:1.2}.whs-tooltip-price{margin:0;padding:0;font-weight:700}.whs-tooltip-btn{border:0;cursor:pointer;font-size:13px;font-weight:500;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:4px}.whs-tooltip-btn:hover{opacity:.9}.whs-preset-standard{width:200px;padding:10px;display:flex;flex-direction:column;gap:6px;text-align:center}.whs-preset-standard .popover-img{width:100%;height:140px;border-radius:4px;margin-bottom:0}.whs-preset-standard .price,.whs-preset-standard h3{font-weight:400;font-size:15px;margin:0!important;padding:0!important}.whs-preset-standard .price{font-weight:700}.whs-preset-standard .add-btn{width:100%;padding:5px;border-radius:4px;margin-top:6px}.whs-preset-compact-horizontal .add-btn:hover,.whs-preset-standard .add-btn:hover{opacity:.8}.whs-preset-compact-horizontal{width:250px;display:flex;padding:7px;align-items:center;gap:10px}.whs-preset-compact-horizontal .popover-img{width:60px;height:60px;border-radius:6px;flex-shrink:0}.whs-preset-compact-horizontal .info-col{flex-grow:1;display:flex;flex-direction:column;gap:2px}.whs-preset-compact-horizontal .add-btn{width:32px;height:32px;border-radius:50%;flex-shrink:0;padding:0}.whs-preset-overlay{width:180px;height:180px;display:flex;flex-direction:column;justify-content:flex-end;position:relative}.whs-preset-overlay .popover-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:12px}.whs-preset-overlay .content-layer{position:relative;z-index:2;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);padding:12px;display:flex;flex-direction:column;gap:4px}.whs-preset-overlay h3{text-shadow:0 1px 2px rgba(0,0,0,.5)}.whs-preset-overlay .price{font-size:13px}.whs-preset-overlay .add-btn{margin-top:4px;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.4);border-radius:4px;padding:4px;font-size:11px}.whs-preset-overlay .add-btn:hover{background:rgba(255,255,255,.3)}.whs-preset-split-action{width:260px;display:flex;height:90px}.whs-preset-split-action .popover-img{width:90px;height:100%;border-radius:11px 0 0 11px}.whs-preset-split-action .info-area{flex:1;padding:10px;display:flex;flex-direction:column;justify-content:center}.whs-preset-split-action .action-area{width:40px;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.whs-preset-split-action .action-area:hover{background-color:var(--primary-hover)}.whs-preset-split-action .action-icon{color:#fff;font-size:18px}.whs-preset-minimal-pill{display:inline-flex;align-items:center;border-radius:50px;padding:4px 16px 4px 4px;gap:10px;white-space:nowrap}.whs-preset-minimal-pill .popover-img{width:40px;height:40px;border-radius:50%}.whs-preset-bottom-drawer,.whs-preset-minimal-pill .text-group{display:flex;flex-direction:column}.whs-preset-minimal-pill h3{font-size:12px}.whs-preset-minimal-pill .price{font-size:12px;color:var(--text-gray)}.whs-preset-minimal-pill .add-btn{background:0 0;color:var(--primary-color);font-weight:700;font-size:12px;padding:4px 8px;border:1px solid var(--primary-color);border-radius:20px}.whs-preset-minimal-pill .add-btn:hover{background:var(--primary-color);color:#fff}.whs-preset-bottom-drawer{width:180px}.whs-preset-bottom-drawer .top-section{padding:10px;display:flex;gap:8px;align-items:center}.whs-preset-bottom-drawer .popover-img{width:50px;height:50px;border-radius:4px}.whs-preset-bottom-drawer .add-btn{width:100%;border-radius:0;padding:10px;background:var(--text-dark);color:#fff;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.whs-preset-bottom-drawer .add-btn:hover{background:#000}.whs-preset-grid-focus{width:240px;display:grid;grid-template-columns:80px 1fr;grid-template-rows:auto auto}.whs-preset-grid-focus .popover-img{width:100%;height:100%;grid-row:1/3;object-fit:cover;border-radius:11px 0 0 11px}.whs-preset-grid-focus .details{padding:10px 10px 0}.whs-preset-grid-focus .actions{padding:5px;display:flex;justify-content:center}.whs-preset-grid-focus .add-btn{background-color:transparent;color:var(--primary-color);padding:4px 0;font-weight:700}.whs-preset-grid-focus .add-btn:hover{text-decoration:underline}.whs-preset-elegant-tag{width:220px;padding:8px;display:flex;align-items:center;justify-content:space-between}.whs-preset-elegant-tag .left-side{display:flex;align-items:center;gap:10px}.whs-preset-elegant-tag .popover-img{width:48px;height:48px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.whs-preset-elegant-tag .add-btn{width:30px;height:30px;border-radius:4px;background:var(--bg-offwhite);color:var(--text-dark);display:grid;place-items:center}.whs-preset-elegant-tag .add-btn:hover{background:#e5e7eb;color:var(--primary-color)}.whs-slider-container :focus{outline:0}.whs-hotspot-marker:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 5px rgba(0,0,0,.4)}.whs-dot:focus-visible,.whs-navigation-arrows button:focus-visible{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px rgba(0,0,0,.4)}.whs-navigation-arrows button{position:absolute;top:50%;transform:translateY(-50%);border:0;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer;z-index:30;display:flex;align-items:center;justify-content:center;transition:all .3s;opacity:0}.whs-navigation-arrows button:focus-visible,.whs-slider-container:hover .whs-navigation-arrows button{opacity:1}.whs-prev-btn{left:20px}.whs-next-btn{right:20px}.whs-navigation-dots{position:absolute;display:flex;gap:8px;z-index:30}.whs-navigation-dots.bottom-center{bottom:20px;left:50%;transform:translateX(-50%)}.whs-navigation-dots.bottom-left{bottom:20px;left:20px}.whs-navigation-dots.bottom-right{bottom:20px;right:20px}.whs-dot{width:10px;height:10px;border-radius:50%;border:0;cursor:pointer;transition:all .3s;opacity:.4}.whs-dot.active{opacity:1;transform:scale(1.3)}.whs-slider-container[data-transition=fade] .whs-slide{transition:opacity .8s ease-in-out}.whs-slider-container[data-transition=zoom] .whs-slide{transform:scale(1.2);opacity:0;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .8s ease-in-out}.whs-slider-container[data-transition=zoom] .whs-slide.active{transform:scale(1);opacity:1}.whs-slider-container[data-transition=flip]{perspective:1000px}.whs-slider-container[data-transition=flip] .whs-slide{transform:rotateY(-90deg);opacity:0;backface-visibility:hidden;transition:transform .8s cubic-bezier(.4,0,.2,1),opacity .8s ease-in-out;transform-origin:center center}.whs-slider-container[data-transition=flip] .whs-slide.active{transform:rotateY(0deg);opacity:1}@media (max-width:768px){.whs-slides-wrapper{aspect-ratio:4/5;max-height:70vh}.whs-tooltip{width:220px}}