.silk-page-hotspots{position:relative;width:100%}.silk-page-hotspots__background{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:calc(100% - 96px)}.silk-page-hotspots__container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:768px){.silk-page-hotspots__container{flex-direction:row;justify-content:space-between;padding:96px 30px 0;align-items:stretch;display:grid;grid-template-columns:1fr 1fr}}.silk-page-hotspots__image{position:relative;width:100%;max-width:570px;overflow:hidden;order:2}@media(min-width:768px){.silk-page-hotspots__image{order:1;max-width:none}}.silk-page-hotspots__image__background{overflow:hidden;position:relative;width:100%;height:100%;aspect-ratio:1 / 1}.silk-page-hotspots__image__background img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.silk-page-hotspots__image__background:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000000d;pointer-events:none}@media(max-width:767px){.silk-page-hotspots__image__background:after{background:#0000001a}}.silk-page-hotspots-hotspots{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.silk-page-hotspots-hotspot{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:transform .3s ease}.silk-page-hotspots-hotspot:hover{transform:translate(-50%,-50%) scale(1.1)}.silk-page-hotspots__text{width:100%;max-width:800px;padding:32px 0;display:flex;flex-direction:column;justify-content:center;order:1}@media(min-width:768px){.silk-page-hotspots__text{padding:0 0 96px 96px;order:2;max-width:none}}.silk-page-hotspots__text__content{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.silk-page-hotspots__content__subtitle{font-family:var(--body-font-stack);font-weight:600;font-size:16px;line-height:1.5;text-transform:uppercase;color:var(--white, white)}.silk-page-hotspots__content__title{font-family:var(--header-font-stack);font-weight:400;font-size:28px;line-height:normal;letter-spacing:-1.12px;text-transform:capitalize;color:#fff}@media(min-width:768px){.silk-page-hotspots__content__title{font-size:40px;letter-spacing:-1.6px}}.silk-page-hotspots__content__description{font-family:var(--body-font-stack);font-weight:400;font-size:16px;line-height:1.5;color:#fff;margin-bottom:22px}.silk-page-hotspots__content__button a{display:inline-flex;align-items:center;justify-content:center;color:#000;font-family:var(--body-font-stack);font-weight:600;font-size:13px;text-transform:uppercase;padding:10px 36px;height:48px;text-decoration:none;background:linear-gradient(to left,transparent 50%,white 50%);background-size:200% 100%;background-position:left bottom;transition:all .5s ease-in-out;border:1px solid #fff}.silk-page-hotspots__content__button a:hover{background-position:right bottom;color:#fff;border:1px solid #fff}.silk-page-hotspots__popups{visibility:hidden;opacity:0;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;background:#0006;display:flex;align-items:center;justify-content:center;transition:all .3s}.silk-page-hotspots__popups.is-active{visibility:visible;opacity:1}.silk-page-hotspots__popup{opacity:0;visibility:hidden;pointer-events:none;background:#fff;padding:64px 48px 32px;border-radius:0;width:0px;height:0px;max-width:90vw;max-height:90vh;position:absolute;text-align:center;box-sizing:border-box;transform:scale(.9) translate(-50%,-50%);transition:all .3s;flex-direction:column;align-items:center;justify-content:center;display:flex;top:50%;left:50%}@media(max-width:767px){.silk-page-hotspots__popup{padding:64px 24px 24px;width:350px;height:468px}}.silk-page-hotspots__popups.is-active .silk-page-hotspots__popup.is-active{transform:scale(1) translate(-50%,-50%);opacity:1;visibility:visible;pointer-events:auto;transition:transform .3s ease;width:550px;height:550px;position:absolute}.silk-page-hotspots__popups.is-active:has(.silk-page-hotspots__popup.is-active) .silk-page-hotspots__popup:not(.is-active){display:none}.silk-page-hotspots__popup__image img{width:100%;height:100%;object-fit:contain;display:block;opacity:0;transform:translate(60px);transition:.2s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.silk-page-hotspots__popups.is-active .silk-page-hotspots__popup.is-active .silk-page-hotspots__popup__image img{opacity:1;transition:1s;transition-delay:.3s;transform:translate(0)}.silk-page-hotspots__popup__close{position:absolute;top:20px;right:20px;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.silk-page-hotspots__popup__subtitle{position:absolute;top:32px;left:50%;transform:translate(-50%,-50%);font-family:var(--body-font-stack);font-weight:600;font-size:16px;line-height:1.5;text-transform:uppercase;color:var(--popup-subtitle-text-color)}.silk-page-hotspots__popup__content{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;padding:70px 0}.silk-page-hotspots__popup__image{width:70px;height:70px;flex-shrink:0}@media(max-width:767px){.silk-page-hotspots__popup__image{width:50px;height:50px}}.silk-page-hotspots__popup__title{font-family:var(--header-font-stack);font-weight:400;font-size:40px;line-height:normal;letter-spacing:-1.6px;text-transform:capitalize;color:var(--popup-description-text-color);margin:0}@media(max-width:767px){.silk-page-hotspots__popup__title{font-size:28px;letter-spacing:-1.12px}.silk-page-hotspots__text__content{margin-bottom:0}}.silk-page-hotspots__popup__description{font-family:var(--body-font-stack);font-weight:400;font-size:16px;line-height:1.5;color:var(--popup-description-text-color);max-width:800px;margin:0}.silk-page-hotspots__popups__container{position:relative;display:flex;width:100%;height:100%;top:0;right:0;bottom:0;left:0}
/*# sourceMappingURL=/cdn/shop/t/347/assets/silk-page-hotspots.css.map */
