.hero-product-hotspots{--hero-hotspots-panel-width: min(420px, calc(100% - 36px) );--hero-hotspots-mobile-panel-height: 142px;--hero-hotspots-dot-size: 34px;--hero-hotspots-label-gap: 28px;--hero-hotspots-label-panel-min-width: 260px;--hero-hotspots-panel-gap: 46px;--hero-hotspots-ease: cubic-bezier(.22, 1, .36, 1);--hero-hotspots-image-ratio: var(--hero-hotspots-desktop-image-ratio, 1);--hero-hotspots-image-target-width: clamp(820px, 72vw, 1500px);--hero-hotspots-image-frame-padding: 0px;--hero-hotspots-heading-color: var(--fg);--hero-hotspots-heading-y: 50%;--hero-hotspots-content-edge: clamp(24px, 5vw, 78px);position:relative;min-width:0;overflow:hidden;background:var(--bg);color:var(--fg);isolation:isolate}.hero-product-hotspots__stage{position:relative;height:calc(100dvh - var(--section-spacing-top-desktop, 0px) - var(--section-spacing-bottom-desktop, 0px));min-height:0;overflow:hidden;background:var(--bg)}.hero-product-hotspots__stage.layout-container--flush{padding-inline:0}.hero-product-hotspots__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;width:100%;height:100%;min-width:0;place-items:center;pointer-events:none}.hero-product-hotspots__media-frame{position:relative;display:grid;place-items:center;width:min(var(--hero-hotspots-image-target-width),calc(100% - (var(--page-gutter, 24px) * 2)));max-width:none;min-width:0;height:auto;max-height:min(100%,calc(100% - (var(--hero-hotspots-image-frame-padding) * 2)));aspect-ratio:var(--hero-hotspots-image-ratio);overflow:visible;background:transparent;box-shadow:none;pointer-events:auto}.hero-product-hotspots--image-full .hero-product-hotspots__media-frame{width:100%;height:100%;max-height:none;aspect-ratio:auto;overflow:hidden}.hero-product-hotspots__media-frame picture{display:grid;place-items:center;width:100%;height:100%}.hero-product-hotspots__image,.hero-product-hotspots__placeholder{display:block;width:100%;height:100%;object-fit:contain;object-position:center center}.hero-product-hotspots__media-frame>svg.hero-product-hotspots__image{background-color:#000;fill:#fff}.hero-product-hotspots__pins,.hero-product-hotspots__panels{position:absolute;left:var(--hero-hotspots-map-left, 0px);top:var(--hero-hotspots-map-top, 0px);width:var(--hero-hotspots-map-width, 100%);height:var(--hero-hotspots-map-height, 100%);pointer-events:none}.js .hero-product-hotspots__stage:not([data-hero-hotspots-map-ready=true]) .hero-product-hotspots__pins,.js .hero-product-hotspots__stage:not([data-hero-hotspots-map-ready=true]) .hero-product-hotspots__panels{visibility:hidden}.hero-product-hotspots__pins{z-index:10}.hero-product-hotspots__panels{z-index:9}.hero-product-hotspots__hotspot{position:absolute;left:var(--x);top:var(--y);z-index:7;display:grid;place-items:center;width:var(--hero-hotspots-dot-size);height:var(--hero-hotspots-dot-size);margin-top:var(--block-spacing-top-desktop, 0);margin-bottom:var(--block-spacing-bottom-desktop, 0);transform:translate(-50%,-50%);pointer-events:auto}.hero-product-hotspots__target,.hero-product-hotspots__label{-webkit-appearance:none;appearance:none;border:0;cursor:pointer}.hero-product-hotspots__target{font:inherit;position:relative;z-index:4;display:grid;width:var(--hero-hotspots-dot-size);height:var(--hero-hotspots-dot-size);padding:0;place-items:center;border:1px solid color-mix(in srgb,var(--hero-hotspots-hotspot-color, #fff) 88%,transparent);border-radius:999px;background:color-mix(in srgb,var(--hero-hotspots-hotspot-color, #fff) 18%,transparent);color:var(--hero-hotspots-hotspot-color, #fff);box-shadow:0 14px 34px #00000038;transition:transform .36s var(--hero-hotspots-ease),background-color .26s ease,border-color .26s ease}.hero-product-hotspots__target:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border:1px solid color-mix(in srgb,currentColor 70%,transparent);border-radius:inherit;opacity:0;transform:scale(.74);animation:hero-hotspots-pulse 2.4s ease infinite}.hero-product-hotspots__target-ring{position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:inherit;background:color-mix(in srgb,currentColor 18%,transparent)}.hero-product-hotspots__target-dot{position:relative;z-index:1;width:12px;height:12px;border-radius:999px;background:currentColor;transition:transform .36s var(--hero-hotspots-ease)}.hero-product-hotspots__line{position:absolute;z-index:2;display:block;background:color-mix(in srgb,var(--hero-hotspots-hotspot-color, #fff) 92%,transparent);pointer-events:none;transform-origin:center;transition:opacity .26s ease,visibility .26s ease,transform .36s var(--hero-hotspots-ease)}.hero-product-hotspots__label-card{position:absolute;z-index:3;min-width:min(var(--hero-hotspots-label-panel-min-width),42vw);width:max-content;max-width:min(300px,42vw);border-radius:calc(var(--radius) * .7);border:1px solid color-mix(in srgb,var(--border) 58%,transparent);background:var(--surface);color:var(--fg);box-shadow:0 18px 45px #00000029;overflow:hidden;pointer-events:auto;transition:opacity .24s ease,visibility .24s ease,transform .36s var(--hero-hotspots-ease),color .24s ease,box-shadow .36s var(--hero-hotspots-ease)}.hero-product-hotspots__label{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:0;padding:10px 14px;background:transparent;color:inherit;text-align:left;white-space:normal;pointer-events:auto;transition:transform .36s var(--hero-hotspots-ease),color .24s ease}.hero-product-hotspots__label span{min-width:0}.hero-product-hotspots__label-content{max-height:0;overflow:hidden;opacity:0;visibility:hidden;padding:0 14px;color:var(--fg);pointer-events:none;transition:max-height .42s var(--hero-hotspots-ease),opacity .22s ease,visibility .22s ease,padding .42s var(--hero-hotspots-ease)}.hero-product-hotspots__label-price{font-size:14px}.hero-product-hotspots__label-summary{margin:7px 0 0;color:color-mix(in srgb,var(--fg) 70%,transparent);font-size:12px;line-height:1.25}.hero-product-hotspots__label-actions{display:grid;gap:8px;margin-top:12px}.hero-product-hotspots__label-quick-buy{width:100%;justify-content:center;--button-padding-y: 9px;--button-padding-x: 16px;--button-font-size: 10px}.hero-product-hotspots__label-details-link{display:inline-flex;width:fit-content;align-items:center;gap:5px;color:color-mix(in srgb,var(--fg) 82%,transparent);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-product-hotspots__hotspot.is-active .hero-product-hotspots__label-card{box-shadow:0 24px 70px #00000038}.hero-product-hotspots__hotspot.is-active .hero-product-hotspots__label-content{max-height:240px;opacity:1;visibility:visible;padding:0 14px 14px;pointer-events:auto}.hero-product-hotspots__label svg{flex:0 0 auto;transition:transform .3s var(--hero-hotspots-ease)}.hero-product-hotspots__label:hover svg,.hero-product-hotspots__label:focus-visible svg{transform:translate(3px)}.hero-product-hotspots__hotspot--label-right .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-left .hero-product-hotspots__line{top:50%;width:var(--hero-hotspots-label-gap);height:1px}.hero-product-hotspots__hotspot--label-right .hero-product-hotspots__line{left:calc(100% - 1px);transform:translateY(-50%) scaleX(1)}.hero-product-hotspots__hotspot--label-left .hero-product-hotspots__line{right:calc(100% - 1px);transform:translateY(-50%) scaleX(1)}.hero-product-hotspots__hotspot--label-top .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-bottom .hero-product-hotspots__line{left:50%;width:1px;height:var(--hero-hotspots-label-gap)}.hero-product-hotspots__hotspot--label-top .hero-product-hotspots__line{bottom:calc(100% - 1px);transform:translate(-50%) scaleY(1)}.hero-product-hotspots__hotspot--label-bottom .hero-product-hotspots__line{top:calc(100% - 1px);transform:translate(-50%) scaleY(1)}.hero-product-hotspots__hotspot--label-right .hero-product-hotspots__label-card{left:calc(100% + var(--hero-hotspots-label-gap));top:50%;transform:translateY(-50%)}.hero-product-hotspots__hotspot--label-left .hero-product-hotspots__label-card{right:calc(100% + var(--hero-hotspots-label-gap));top:50%;transform:translateY(-50%)}.hero-product-hotspots__hotspot--label-top .hero-product-hotspots__label-card{left:50%;bottom:calc(100% + var(--hero-hotspots-label-gap));transform:translate(-50%)}.hero-product-hotspots__hotspot--label-bottom .hero-product-hotspots__label-card{left:50%;top:calc(100% + var(--hero-hotspots-label-gap));transform:translate(-50%)}.hero-product-hotspots__hotspot:hover .hero-product-hotspots__target,.hero-product-hotspots__hotspot:focus-within .hero-product-hotspots__target,.hero-product-hotspots__hotspot.is-active .hero-product-hotspots__target,.hero-product-hotspots__hotspot.is-dragging .hero-product-hotspots__target{transform:scale(1.16);background:color-mix(in srgb,var(--hero-hotspots-hotspot-color, #fff) 28%,transparent)}.hero-product-hotspots__hotspot:hover .hero-product-hotspots__target-dot,.hero-product-hotspots__hotspot:focus-within .hero-product-hotspots__target-dot,.hero-product-hotspots__hotspot.is-active .hero-product-hotspots__target-dot,.hero-product-hotspots__hotspot.is-dragging .hero-product-hotspots__target-dot{transform:scale(.78)}.hero-product-hotspots__hotspot--label-right:hover .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-right:focus-within .hero-product-hotspots__line{transform:translateY(-50%) scaleX(1.18)}.hero-product-hotspots__hotspot--label-left:hover .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-left:focus-within .hero-product-hotspots__line{transform:translateY(-50%) scaleX(1.18)}.hero-product-hotspots__hotspot--label-top:hover .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-top:focus-within .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-bottom:hover .hero-product-hotspots__line,.hero-product-hotspots__hotspot--label-bottom:focus-within .hero-product-hotspots__line{transform:translate(-50%) scaleY(1.18)}.hero-product-hotspots__hotspot--empty{opacity:.78}.hero-product-hotspots__panel{position:absolute;z-index:9;top:max(18px,min(calc(var(--y) - 112px),calc(100% - 240px)));width:var(--hero-hotspots-panel-width);min-height:188px;display:grid;grid-template-columns:minmax(132px,.88fr) minmax(0,1fr);gap:14px;padding:12px;border:1px solid color-mix(in srgb,var(--border) 55%,transparent);border-radius:var(--radius);background:var(--surface);color:var(--fg);box-shadow:0 28px 90px #0000003d;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .26s ease,visibility .26s ease,transform .36s var(--hero-hotspots-ease)}.hero-product-hotspots__panel--right{left:max(18px,min(calc(var(--x) + var(--hero-hotspots-panel-gap)),calc(100% - var(--hero-hotspots-panel-width) - 18px)));transform:translate3d(18px,10px,0) scale(.96)}.hero-product-hotspots__panel--left{left:max(18px,min(calc(var(--x) - var(--hero-hotspots-panel-width) - var(--hero-hotspots-panel-gap)),calc(100% - var(--hero-hotspots-panel-width) - 18px)));transform:translate3d(-18px,10px,0) scale(.96)}.hero-product-hotspots__panel.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:translateZ(0) scale(1)}.hero-product-hotspots__panel-media{min-width:0;overflow:hidden;border-radius:calc(var(--radius) * .75)}.hero-product-hotspots__panel-media svg{background:var(--surface-strong, var(--bg))}.hero-product-hotspots__panel-media img,.hero-product-hotspots__panel-media svg,.hero-product-hotspots__panel-image{display:block;width:100%;height:100%;aspect-ratio:1 / 1.1;object-fit:cover}.hero-product-hotspots__panel-content{min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.hero-product-hotspots__panel-title{color:var(--fg);font-family:var(--font-heading);font-size:clamp(20px,2vw,26px);font-weight:var(--font-display-weight, var(--font-heading-weight, 600));line-height:1.05;letter-spacing:-.035em}.hero-product-hotspots__panel-price{margin-top:12px;font-size:18px}.hero-product-hotspots__panel-summary{margin:10px 0 0;color:color-mix(in srgb,var(--fg) 78%,transparent);font-size:13px;line-height:1.25}.hero-product-hotspots__panel-actions{width:100%;display:grid;gap:10px;margin-top:auto;padding-top:18px}.hero-product-hotspots__quick-buy{width:100%;justify-content:center}.hero-product-hotspots__details-link{display:inline-flex;width:fit-content;align-items:center;gap:5px;color:color-mix(in srgb,var(--fg) 82%,transparent);font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-product-hotspots__runway-heading{position:absolute;top:var(--hero-hotspots-heading-y, 50%);left:50%;z-index:4;width:min(1000px,92vw);max-width:none;text-align:center;pointer-events:none;transform:translate3d(-50%,-50%,0)}.hero-product-hotspots--heading-layer-above .hero-product-hotspots__runway-heading{z-index:4}.hero-product-hotspots--heading-layer-below .hero-product-hotspots__runway-heading{z-index:2}.hero-product-hotspots .hero-product-hotspots__heading.theme-content-heading{margin:0;color:var(--hero-hotspots-heading-color, var(--fg));min-height:1lh;text-wrap:balance}.hero-product-hotspots .hero-product-hotspots__heading.theme-content-heading>*,.hero-product-hotspots .hero-product-hotspots__heading.theme-content-heading .formatted-heading__line{color:inherit;line-height:inherit}.hero-product-hotspots .hero-product-hotspots__copy .hero-product-hotspots__heading{min-width:0;max-width:100%;margin-block-end:16px;overflow-wrap:break-word;text-align:inherit}.hero-product-hotspots .hero-product-hotspots__copy .hero-product-hotspots__heading .formatted-heading__line{display:block;max-width:100%;white-space:normal;overflow-wrap:break-word}.hero-product-hotspots .hero-product-hotspots__copy .hero-product-hotspots__heading:last-child{margin-block-end:0}.hero-product-hotspots__copy{position:absolute;z-index:11;inset:auto;width:min(210px,19vw);max-width:210px;pointer-events:none;text-align:var(--theme-content-align-desktop, center)}.hero-product-hotspots--content-position-top-left .hero-product-hotspots__copy{inset-block-start:var(--hero-hotspots-content-edge);inset-inline-start:var(--hero-hotspots-content-edge)}.hero-product-hotspots--content-position-top-center .hero-product-hotspots__copy{inset-block-start:var(--hero-hotspots-content-edge);left:50%;transform:translate(-50%)}.hero-product-hotspots--content-position-top-right .hero-product-hotspots__copy{inset-block-start:var(--hero-hotspots-content-edge);inset-inline-end:var(--hero-hotspots-content-edge)}.hero-product-hotspots--content-position-center-left .hero-product-hotspots__copy{inset-block-start:50%;inset-inline-start:var(--hero-hotspots-content-edge);transform:translateY(-50%)}.hero-product-hotspots--content-position-center-right .hero-product-hotspots__copy{inset-block-start:50%;inset-inline-end:var(--hero-hotspots-content-edge);transform:translateY(-50%)}.hero-product-hotspots--content-position-bottom-left .hero-product-hotspots__copy{inset-block-end:var(--hero-hotspots-content-edge);inset-inline-start:var(--hero-hotspots-content-edge)}.hero-product-hotspots--content-position-bottom-center .hero-product-hotspots__copy{inset-block-end:var(--hero-hotspots-content-edge);left:50%;transform:translate(-50%)}.hero-product-hotspots--content-position-bottom-right .hero-product-hotspots__copy{inset-block-end:var(--hero-hotspots-content-edge);inset-inline-end:var(--hero-hotspots-content-edge)}.hero-product-hotspots--heading-in-copy .hero-product-hotspots__copy{width:min(360px,30vw);max-width:360px}.hero-product-hotspots__eyebrow{margin:0 0 16px;color:var(--fg)}.hero-product-hotspots__text{color:color-mix(in srgb,var(--fg) 62%,transparent)}.hero-product-hotspots__actions{position:absolute;z-index:11;top:50%;right:clamp(24px,5vw,78px);display:flex;flex-direction:column;align-items:flex-start;width:min(230px,20vw);transform:translateY(-50%)}.hero-product-hotspots__actions--below-description{position:relative;inset:auto;z-index:auto;width:100%;margin-block-start:24px;align-items:stretch;transform:none;pointer-events:auto}.hero-product-hotspots__add-all{width:100%;justify-content:center}.hero-product-hotspots__status{min-height:1.4em;margin:12px 0 0;color:var(--muted);font-size:12px;line-height:1.4}.hero-product-hotspots__status.is-error{color:var(--accent)}.shopify-section:has(>.hero-product-hotspots .hero-product-hotspots__look-drawer.is-open){z-index:190}.hero-product-hotspots__look-drawer{position:fixed;top:var(--header-overlay-top, var(--axiom-header-height, 72px));right:0;bottom:0;left:0;z-index:190;display:grid;overflow:hidden;justify-items:end;color:var(--fg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .26s ease,visibility .26s ease}.hero-product-hotspots__look-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.hero-product-hotspots__look-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:color-mix(in srgb,#000 46%,transparent)}.hero-product-hotspots__look-panel{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(520px,100%);height:100%;max-height:calc(100dvh - var(--header-overlay-top, var(--axiom-header-height, 72px)));min-width:0;background:var(--bg);color:var(--fg);box-shadow:-28px 0 90px #0000003d;transform:translate3d(100%,0,0);transition:transform .46s var(--hero-hotspots-ease)}.hero-product-hotspots__look-drawer.is-open .hero-product-hotspots__look-panel{transform:translateZ(0)}.hero-product-hotspots__look-header,.hero-product-hotspots__look-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px;border-color:color-mix(in srgb,var(--border) 70%,transparent)}.hero-product-hotspots__look-header{border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.hero-product-hotspots__look-footer{background:transparent}.hero-product-hotspots__look-eyebrow{margin:0 0 7px;color:var(--muted)}.hero-product-hotspots__look-title{margin:0;color:var(--fg)}.hero-product-hotspots__look-close{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border:0;background:transparent;color:var(--fg)}.hero-product-hotspots__look-items{min-width:0;overflow-y:auto;padding:18px 22px}.hero-product-hotspots__look-item{display:grid;grid-template-columns:104px minmax(0,1fr);gap:16px;padding:16px 0}.hero-product-hotspots__look-item:first-child{padding-top:0}.hero-product-hotspots__look-item+.hero-product-hotspots__look-item{border-top:1px solid color-mix(in srgb,var(--border) 58%,transparent)}.hero-product-hotspots__look-media{min-width:0;overflow:hidden;border-radius:calc(var(--radius) * .7)}.hero-product-hotspots__look-image{display:block;width:100%;height:100%;aspect-ratio:1 / 1.12;object-fit:cover}.hero-product-hotspots__look-content{min-width:0}.hero-product-hotspots__look-item-head{display:grid;gap:8px}.hero-product-hotspots__look-product-title{margin:0;color:var(--fg)}.hero-product-hotspots__look-price{font-size:14px}.hero-product-hotspots__look-options{display:grid;gap:12px;margin-top:14px}.hero-product-hotspots__look-option-group{min-width:0;padding:0;border:0}.hero-product-hotspots__look-option-label{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero-product-hotspots__look-option-values{display:flex;flex-wrap:wrap;gap:8px}.hero-product-hotspots__look-option-values--swatch{gap:10px;padding:4px;overflow:visible}.hero-product-hotspots__look-option{min-height:34px;padding:8px 12px;border:1px solid color-mix(in srgb,var(--border) 78%,transparent);border-radius:0;background:transparent;color:var(--fg);font-size:12px;line-height:1;transition:background-color .22s ease,border-color .22s ease,color .22s ease}.hero-product-hotspots__look-option.is-active:not(.hero-product-hotspots__look-option--swatch){border-color:var(--fg);background:var(--fg);color:var(--bg)}.hero-product-hotspots__look-option.is-active.is-unavailable:not(.hero-product-hotspots__look-option--swatch){background:linear-gradient(to top right,transparent calc(50% - 1px),color-mix(in srgb,var(--bg) 76%,transparent) 50%,transparent calc(50% + 1px)),var(--fg)}.hero-product-hotspots__look-option--swatch{position:relative;width:30px;height:30px;min-height:30px;padding:0;border:2px solid transparent;background-clip:padding-box;color:transparent;cursor:pointer;transition:background var(--motion-duration-fast, .22s) var(--motion-ease-soft, ease),border-color var(--motion-duration-fast, .22s) var(--motion-ease-soft, ease),color var(--motion-duration-fast, .22s) var(--motion-ease-soft, ease),box-shadow var(--motion-duration-fast, .22s) var(--motion-ease-soft, ease),transform var(--motion-duration-fast, .22s) var(--motion-ease, cubic-bezier(.22, 1, .36, 1))}body[data-color-swatch-shape=circle] .hero-product-hotspots__look-option--swatch{border-radius:999px}body[data-color-swatch-shape=square] .hero-product-hotspots__look-option--swatch{border-radius:0}.hero-product-hotspots__look-option--swatch.is-active{border-color:var(--fg);color:transparent}.hero-product-hotspots__look-option--swatch.is-active:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;z-index:1;border:1px solid var(--fg);border-radius:50%;pointer-events:none}body[data-color-swatch-shape=circle] .hero-product-hotspots__look-option--swatch.is-active:after{border-radius:999px}body[data-color-swatch-shape=square] .hero-product-hotspots__look-option--swatch.is-active:after{border-radius:0}.hero-product-hotspots__look-option--swatch:hover:not(.is-active):not(.is-unavailable){border-color:var(--fg)}.hero-product-hotspots__look-option--swatch.is-unavailable:before{content:"";position:absolute;top:50%;left:50%;z-index:2;width:140%;height:2px;background:var(--fg);box-shadow:0 0 0 1px var(--bg);transform:translate(-50%,-50%) rotate(45deg)}.hero-product-hotspots__look-option.is-unavailable{opacity:.42}.hero-product-hotspots__look-option.is-unavailable.is-active{opacity:1}.hero-product-hotspots__look-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:14px}.hero-product-hotspots__look-quantity{display:inline-grid;grid-template-columns:32px 46px 32px;overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 78%,transparent);border-radius:0}.hero-product-hotspots__look-quantity button,.hero-product-hotspots__look-quantity input{width:100%;min-width:0;height:34px;border:0;background:transparent;color:var(--fg);text-align:center}.hero-product-hotspots__look-quantity input{-webkit-appearance:textfield;appearance:textfield;border-inline:1px solid color-mix(in srgb,var(--border) 58%,transparent);font-size:12px}.hero-product-hotspots__look-quantity input::-webkit-outer-spin-button,.hero-product-hotspots__look-quantity input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.hero-product-hotspots__look-status{min-width:0;margin:0;color:var(--muted);font-size:12px;line-height:1.35}.hero-product-hotspots__look-status.is-error{color:var(--accent)}.hero-product-hotspots__look-submit{flex:0 0 auto;min-width:180px;justify-content:center}.hero-product-hotspots__look-submit[data-atc-animation-active=true]:disabled{opacity:1}.hero-product-hotspots__look-submit--with-price{width:100%;min-width:0;justify-content:space-between;gap:16px}.hero-product-hotspots__look-footer:has(.hero-product-hotspots__look-submit--with-price){align-items:stretch;flex-direction:column}.hero-product-hotspots__look-submit--with-price>.motion-label{margin-inline-start:auto}.hero-product-hotspots .slideshow__ghost-title{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;gap:var(--slideshow-ghost-gap, 0px);padding-block:clamp(8px,1.7vw,24px);color:var(--hero-hotspots-ghost-color, var(--slideshow-ghost-color, color-mix(in srgb, var(--fg) 20%, var(--bg))));opacity:var(--slideshow-ghost-opacity, 1);pointer-events:none;mix-blend-mode:normal}.hero-product-hotspots--image-center .slideshow__ghost-title{z-index:1}.hero-product-hotspots--image-full .slideshow__ghost-title{z-index:4}.hero-product-hotspots .slideshow__ghost-title--top{justify-content:flex-start}.hero-product-hotspots .slideshow__ghost-title--center{justify-content:center}.hero-product-hotspots .slideshow__ghost-title--bottom{justify-content:flex-end}.hero-product-hotspots .slideshow__ghost-row{flex:0 0 auto;overflow:hidden}.hero-product-hotspots .slideshow__ghost-row--outline .slideshow__ghost-item{-webkit-text-fill-color:transparent;-webkit-text-stroke:1px currentColor}.hero-product-hotspots .slideshow__ghost-track{display:flex;align-items:center;width:max-content;white-space:nowrap;animation:heroHotspotsGhostMarquee var(--slideshow-ghost-speed, 28s) linear infinite;animation-direction:var(--slideshow-ghost-direction, normal);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.hero-product-hotspots:not(.is-in-view) .slideshow__ghost-track{animation-play-state:paused}.hero-product-hotspots .slideshow__ghost-sequence{display:flex;flex:0 0 auto;align-items:center;gap:var(--slideshow-ghost-title-spacing, 96px);padding-inline-end:var(--slideshow-ghost-title-spacing, 96px)}.hero-product-hotspots .slideshow__ghost-item{flex:0 0 auto;padding-inline:0;font-family:inherit;font-size:clamp(40px,var(--slideshow-ghost-font-size, 128px),220px);font-style:inherit;font-weight:inherit;letter-spacing:-.08em;line-height:.82;text-transform:uppercase}.hero-product-hotspots__coords{position:absolute;left:calc(100% + 12px);top:calc(100% + 10px);min-width:170px;padding:10px 12px;border:1px solid var(--border);background:var(--bg);color:var(--fg);font-size:12px;line-height:1.4;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .24s ease,transform .3s var(--hero-hotspots-ease)}.hero-product-hotspots__hotspot.is-dragging .hero-product-hotspots__coords{opacity:1;transform:translateY(0)}.hero-product-hotspots__empty,.hero-product-hotspots__editor-note{position:absolute;z-index:12;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--muted);font-size:12px;line-height:1.45;box-shadow:0 14px 42px #0000001f}.hero-product-hotspots__empty{left:50%;bottom:28px;transform:translate(-50%)}.hero-product-hotspots__editor-note{right:18px;bottom:18px;max-width:min(340px,calc(100% - 36px))}.hero-product-hotspots__editor-note.is-active{color:var(--fg);border-color:var(--accent)}@keyframes hero-hotspots-pulse{0%{opacity:.72;transform:scale(.72)}72%{opacity:0;transform:scale(1.42)}to{opacity:0;transform:scale(1.42)}}@keyframes heroHotspotsGhostMarquee{to{transform:translate3d(-50%,0,0)}}.hero-product-hotspots--labels-disabled .hero-product-hotspots__label-card,.hero-product-hotspots--labels-disabled .hero-product-hotspots__line{display:none}@media(min-width:1025px){.hero-product-hotspots--image-full .hero-product-hotspots__image,.hero-product-hotspots--image-full .hero-product-hotspots__placeholder{object-fit:cover}.hero-product-hotspots--labels-enabled .hero-product-hotspots__panels{display:none}}@media(max-width:1024px){.hero-product-hotspots{--hero-hotspots-content-edge: clamp(18px, 4vw, 40px)}.hero-product-hotspots__stage{display:block;height:calc(100svh - var(--section-spacing-top-mobile, 0px) - var(--section-spacing-bottom-mobile, 0px));min-height:calc(100svh - var(--section-spacing-top-mobile, 0px) - var(--section-spacing-bottom-mobile, 0px))}.hero-product-hotspots__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;place-items:center}.hero-product-hotspots__runway-heading{position:absolute;top:var(--hero-hotspots-heading-y, 50%);left:50%;transform:translate3d(-50%,-50%,0)}.hero-product-hotspots__media-frame{max-width:calc(100% - (var(--page-gutter, 18px) * 2));height:auto;max-height:calc(100% - (var(--hero-hotspots-image-frame-padding) * 2));transform:none}.hero-product-hotspots--image-full .hero-product-hotspots__media-frame{width:100%;max-width:none;height:100%;max-height:none}.hero-product-hotspots--image-full .hero-product-hotspots__image,.hero-product-hotspots--image-full .hero-product-hotspots__placeholder{object-fit:cover}.hero-product-hotspots__hotspot{display:grid;left:var(--mx);top:var(--my);margin-top:var(--block-spacing-top-mobile, 0);margin-bottom:var(--block-spacing-bottom-mobile, 0);overflow:visible;place-items:center}.hero-product-hotspots__label-card,.hero-product-hotspots__label,.hero-product-hotspots__line{display:none}.hero-product-hotspots__copy,.hero-product-hotspots__text{text-align:var(--theme-content-align-mobile, var(--theme-content-align-desktop, center))}.hero-product-hotspots__actions{position:absolute;left:auto;right:clamp(18px,4vw,40px);top:50%;bottom:auto;margin-inline:0;align-items:stretch;transform:translateY(-50%)}.hero-product-hotspots__actions--below-description{position:relative;inset:auto;width:100%;margin-block-start:20px;transform:none}.hero-product-hotspots__look-panel{width:100%}.hero-product-hotspots__coords{left:50%;top:auto;bottom:calc(100% + 12px);transform:translate(-50%,6px)}.hero-product-hotspots__hotspot.is-dragging .hero-product-hotspots__coords{transform:translate(-50%)}}@media(min-width:768px)and (max-width:1024px){.hero-product-hotspots{--hero-hotspots-panel-width: min(360px, calc(100% - 32px) );--hero-hotspots-mobile-panel-height: clamp(138px, 19vw, 164px);--hero-hotspots-dot-size: 32px;--hero-hotspots-label-gap: 22px;--hero-hotspots-image-ratio: var(--hero-hotspots-mobile-image-ratio, var(--hero-hotspots-desktop-image-ratio, 1));--hero-hotspots-image-target-width: min(76vw, 620px);--hero-hotspots-image-frame-padding: clamp(20px, 3vh, 32px);min-width:0}.hero-product-hotspots__media-frame{width:min(var(--hero-hotspots-image-target-width),calc(100% - (var(--page-gutter, 18px) * 2)))}.hero-product-hotspots--image-full .hero-product-hotspots__media-frame{width:100%}.hero-product-hotspots__panel{left:18px;right:18px;bottom:18px;top:auto;width:auto;height:var(--hero-hotspots-mobile-panel-height);min-height:0;grid-template-columns:118px minmax(0,1fr);gap:14px;padding:12px;overflow:hidden;transform:translate3d(0,18px,0) scale(.98)}.hero-product-hotspots__panel.is-active{transform:translateZ(0) scale(1)}.hero-product-hotspots__panel-title{display:-webkit-box;overflow:hidden;font-size:18px;line-height:1.1;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-product-hotspots__panel-price{margin-top:8px;font-size:15px}.hero-product-hotspots__panel-summary{display:-webkit-box;overflow:hidden;margin-top:6px;font-size:13px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-product-hotspots__panel-actions{gap:7px;padding-top:10px}.hero-product-hotspots__quick-buy{--button-padding-y: 9px;--button-padding-x: 16px;--button-font-size: 10px}.hero-product-hotspots__details-link{font-size:10px}.hero-product-hotspots__runway-heading{width:min(86vw,760px)}.hero-product-hotspots__copy,.hero-product-hotspots--heading-in-copy .hero-product-hotspots__copy{width:min(38vw,340px);max-width:340px}.hero-product-hotspots--add-all-below-description .hero-product-hotspots__copy,.hero-product-hotspots--add-all-below-description.hero-product-hotspots--heading-in-copy .hero-product-hotspots__copy{width:min(420px,calc(100% - 2 * var(--page-gutter)));max-width:420px}.hero-product-hotspots__eyebrow{margin-bottom:10px}.hero-product-hotspots__actions{width:min(28vw,240px)}.hero-product-hotspots__look-header,.hero-product-hotspots__look-footer{padding:18px}.hero-product-hotspots__look-footer{align-items:stretch;flex-direction:column}.hero-product-hotspots__look-submit{width:100%}.hero-product-hotspots__look-items{padding:16px 18px}.hero-product-hotspots__look-item{grid-template-columns:96px minmax(0,1fr);gap:14px}.hero-product-hotspots__look-row{align-items:flex-start;flex-direction:column}.hero-product-hotspots .slideshow__ghost-title{gap:calc(var(--slideshow-ghost-gap, 0px) * .6);padding-block:14px}.hero-product-hotspots .slideshow__ghost-sequence{gap:max(28px,calc(var(--slideshow-ghost-title-spacing, 96px) * .5));padding-inline-end:max(28px,calc(var(--slideshow-ghost-title-spacing, 96px) * .5))}.hero-product-hotspots .slideshow__ghost-item{font-size:min(var(--slideshow-ghost-font-size, 128px),16vw)}}@media(max-width:989px){.hero-product-hotspots{--hero-hotspots-panel-width: min(360px, calc(100% - 32px) );--hero-hotspots-mobile-panel-height: clamp(132px, 35vw, 148px);--hero-hotspots-dot-size: 32px;--hero-hotspots-label-gap: 22px;--hero-hotspots-image-ratio: var(--hero-hotspots-mobile-image-ratio, var(--hero-hotspots-desktop-image-ratio, 1));--hero-hotspots-image-target-width: min(84vw, 460px);--hero-hotspots-image-frame-padding: clamp(12px, 2.5vh, 24px);--hero-hotspots-content-edge: var(--page-gutter, 18px);min-width:0}.hero-product-hotspots__stage{height:var(--hero-hotspots-height-mobile, 80svh);min-height:var(--hero-hotspots-height-mobile, 80svh)}.hero-product-hotspots--mobile-height-adapt .hero-product-hotspots__stage{height:auto;min-height:0;aspect-ratio:var(--hero-hotspots-mobile-image-ratio, var(--hero-hotspots-desktop-image-ratio, 1))}.hero-product-hotspots__panels{left:0;top:0;width:100%;height:100%;contain:layout paint}.hero-product-hotspots.has-active-panel .hero-product-hotspots__panels{z-index:13}.hero-product-hotspots__media-frame{width:100%;max-width:none;height:100%;max-height:none;aspect-ratio:auto;overflow:hidden}.hero-product-hotspots__image,.hero-product-hotspots__placeholder{object-fit:cover}.hero-product-hotspots__panel{left:12px;right:12px;bottom:12px;top:auto;width:auto;height:var(--hero-hotspots-mobile-panel-height);min-height:0;grid-template-columns:104px minmax(0,1fr);gap:12px;padding:10px;overflow:hidden;contain:layout paint;transform:translate3d(0,18px,0) scale(.98)}.hero-product-hotspots__panel.is-active{transform:translateZ(0) scale(1)}.hero-product-hotspots__panel-title{display:-webkit-box;overflow:hidden;font-size:17px;line-height:1.1;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-product-hotspots__panel-price{margin-top:8px;font-size:14px}.hero-product-hotspots__panel-summary{display:-webkit-box;overflow:hidden;margin-top:6px;font-size:12px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hero-product-hotspots__panel-actions{gap:7px;padding-top:10px}.hero-product-hotspots__quick-buy{--button-padding-y: 9px;--button-padding-x: 16px;--button-font-size: 10px}.hero-product-hotspots__details-link{font-size:10px}.hero-product-hotspots__runway-heading{top:clamp(34%,var(--hero-hotspots-heading-y, 50%),62%);width:calc(100% - (var(--page-gutter, 18px) * 2));max-width:680px}.hero-product-hotspots__runway-heading .formatted-heading__line{white-space:normal}.hero-product-hotspots__copy{width:min(360px,calc(100% - (var(--hero-hotspots-content-edge) * 2)));max-width:none}.hero-product-hotspots--heading-in-copy .hero-product-hotspots__copy,.hero-product-hotspots--add-all-below-description .hero-product-hotspots__copy,.hero-product-hotspots--add-all-below-description.hero-product-hotspots--heading-in-copy .hero-product-hotspots__copy{width:min(420px,calc(100% - (var(--hero-hotspots-content-edge) * 2)));max-width:none}.hero-product-hotspots--mobile-content-position-top .hero-product-hotspots__copy{inset:var(--hero-hotspots-content-edge) var(--hero-hotspots-content-edge) auto;width:auto;max-width:none;transform:none}.hero-product-hotspots--mobile-content-position-center .hero-product-hotspots__copy{inset:50% var(--hero-hotspots-content-edge) auto;width:auto;max-width:none;transform:translateY(-50%)}.hero-product-hotspots--mobile-content-position-bottom .hero-product-hotspots__copy{inset:auto var(--hero-hotspots-content-edge) var(--hero-hotspots-content-edge);width:auto;max-width:none;transform:none}.hero-product-hotspots__eyebrow{margin-bottom:10px}.hero-product-hotspots__actions{top:auto;left:50%;right:auto;bottom:max(18px,env(safe-area-inset-bottom));width:min(220px,calc(100% - (var(--page-gutter, 18px) * 2)));transform:translate(-50%)}.hero-product-hotspots__actions--below-description{inset:auto;width:min(220px,100%);margin:18px auto 0;align-items:center;transform:none}.hero-product-hotspots--add-all-right.hero-product-hotspots--mobile-content-position-bottom:not(.has-active-panel) .hero-product-hotspots__copy{inset-block-end:calc(var(--hero-hotspots-content-edge) + 82px)}.hero-product-hotspots__copy,.hero-product-hotspots__actions{transition:filter .24s ease,opacity .24s ease}.hero-product-hotspots.has-active-panel .hero-product-hotspots__copy,.hero-product-hotspots.has-active-panel .hero-product-hotspots__actions{filter:blur(3px);opacity:.38;pointer-events:none}.hero-product-hotspots__look-header,.hero-product-hotspots__look-footer{padding:18px}.hero-product-hotspots__look-footer{align-items:stretch;flex-direction:column}.hero-product-hotspots__look-submit{width:100%}.hero-product-hotspots__look-items{padding:16px 18px}.hero-product-hotspots__look-item{grid-template-columns:86px minmax(0,1fr);gap:12px}.hero-product-hotspots__look-row{align-items:flex-start;flex-direction:column}.hero-product-hotspots .slideshow__ghost-title{gap:calc(var(--slideshow-ghost-gap, 0px) * .6);padding-block:14px}.hero-product-hotspots .slideshow__ghost-sequence{gap:max(28px,calc(var(--slideshow-ghost-title-spacing, 96px) * .5));padding-inline-end:max(28px,calc(var(--slideshow-ghost-title-spacing, 96px) * .5))}.hero-product-hotspots .slideshow__ghost-item{font-size:min(var(--slideshow-ghost-font-size, 128px),20vw)}.hero-product-hotspots__target:before{top:-2px;right:-2px;bottom:-2px;left:-2px;animation:hero-hotspots-pulse 2.4s ease infinite}.hero-product-hotspots__target,.hero-product-hotspots__target-dot,.hero-product-hotspots__line,.hero-product-hotspots__label-card,.hero-product-hotspots__label,.hero-product-hotspots__label-content,.hero-product-hotspots__panel,.hero-product-hotspots__coords{transition:none}.hero-product-hotspots__target{width:44px;height:44px;border-color:transparent;background:transparent;box-shadow:none;transform:none}.hero-product-hotspots__target-ring{top:6px;right:6px;bottom:6px;left:6px;border:1px solid color-mix(in srgb,var(--hero-hotspots-hotspot-color, #fff) 88%,transparent);background:color-mix(in srgb,var(--hero-hotspots-hotspot-color, #fff) 18%,transparent);box-shadow:0 14px 34px #00000038}.hero-product-hotspots__target-dot{width:12px;height:12px}.hero-product-hotspots__hotspot:hover .hero-product-hotspots__target,.hero-product-hotspots__hotspot:focus-within .hero-product-hotspots__target,.hero-product-hotspots__hotspot.is-active .hero-product-hotspots__target,.hero-product-hotspots__hotspot.is-dragging .hero-product-hotspots__target{background:transparent;transform:none}}@media(min-width:768px)and (max-width:1024px)and (orientation:portrait){.hero-product-hotspots__copy{inset-inline:0;width:min(420px,calc(100% - (var(--hero-hotspots-content-edge) * 2)));max-width:none;margin-inline:auto;text-align:center}.hero-product-hotspots__copy :is(.hero-product-hotspots__eyebrow,.hero-product-hotspots__heading,.hero-product-hotspots__text){text-align:center}.hero-product-hotspots__actions{right:0;left:0;width:min(220px,calc(100% - (var(--hero-hotspots-content-edge) * 2)));margin-inline:auto;align-items:stretch;transform:none}.hero-product-hotspots__actions--below-description{inset:auto;width:min(220px,100%);margin:18px auto 0}.hero-product-hotspots--mobile-content-position-top .hero-product-hotspots__copy{inset-block-start:var(--hero-hotspots-content-edge);inset-block-end:auto;transform:none}.hero-product-hotspots--mobile-content-position-center .hero-product-hotspots__copy{inset-block-start:50%;inset-block-end:auto;transform:translateY(-50%)}.hero-product-hotspots--mobile-content-position-bottom .hero-product-hotspots__copy{inset-block-start:auto;inset-block-end:var(--hero-hotspots-content-edge);transform:none}.hero-product-hotspots--add-all-right.hero-product-hotspots--mobile-content-position-bottom:not(.has-active-panel) .hero-product-hotspots__copy{inset-block-end:calc(var(--hero-hotspots-content-edge) + 82px)}}@media(min-width:990px)and (max-width:1024px)and (orientation:landscape){.hero-product-hotspots__copy{width:min(420px,calc(50% - (var(--hero-hotspots-content-edge) * 2)));max-width:420px;text-align:center}.hero-product-hotspots__copy :is(.hero-product-hotspots__eyebrow,.hero-product-hotspots__heading,.hero-product-hotspots__text){text-align:center}.hero-product-hotspots__actions--below-description{width:min(300px,100%);margin-inline:auto;align-items:stretch}}@media(prefers-reduced-motion:reduce){.hero-product-hotspots__target:before,.hero-product-hotspots .slideshow__ghost-track{animation:none}.hero-product-hotspots__target,.hero-product-hotspots__target-dot,.hero-product-hotspots__line,.hero-product-hotspots__label-card,.hero-product-hotspots__label,.hero-product-hotspots__label-content,.hero-product-hotspots__panel,.hero-product-hotspots__coords,.hero-product-hotspots__copy,.hero-product-hotspots__actions{transition:none}}@media(max-width:767px){.hero-product-hotspots__look-footer{padding-bottom:calc(18px + env(safe-area-inset-bottom))}.hero-product-hotspots--image-full .hero-product-hotspots__media-frame picture,.hero-product-hotspots--image-full .hero-product-hotspots__image,.hero-product-hotspots--image-full .hero-product-hotspots__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.hero-product-hotspots--image-full .hero-product-hotspots__image,.hero-product-hotspots--image-full .hero-product-hotspots__placeholder{max-width:none;max-height:none;object-fit:cover}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-product-hotspots.css.map */
