.product-markers *{box-sizing:border-box}.product-markers--border-top{border-top:.1rem solid rgba(var(--color-border))}.product-markers--border-bottom{border-bottom:.1rem solid rgba(var(--color-border))}.product-markers .right{text-align:left}.product-markers .have-overlay{background:rgba(var(--color-foreground),var(--overlay-alpha))}.product-markers .product-description p{margin:0;padding:0;color:rgb(var(--color-foreground-secondary))}.product-markers .product-heading,.product-markers .product-description{word-wrap:break-word;margin:0;padding:0}.product-markers .product-heading{margin-top:1.2rem;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-weight:700}.product-markers .product-description{margin-top:.4rem}.product-markers .product-markers__product img,.product-markers .product-markers__product svg{width:3rem;height:3rem;display:block}@media screen and (min-width:990px){.product-markers .product-markers-for-mobile{display:none}}.product-markers .product-markers-for-mobile .product-markers__product{display:none;box-shadow:0 2px 20px #da04040f;padding:20px;border-radius:6px}.product-markers .product-markers-for-mobile{margin-top:2rem}.product-markers .card-wrapper{padding:1.2rem;position:absolute;top:50%;left:100%;opacity:0;pointer-events:none;visibility:hidden;display:none;transition:all .3s ease-in-out;height:auto;background:transparent;transform:translateY(-50%)}@keyframes appearing{0%{opacity:0;visibility:hidden}to{visibility:visible;opacity:1}}.product-markers .product-markers__card{background-color:rgb(var(--colors_marker_background));width:34rem;padding:20px;border-radius:6px;box-shadow:0 2px 20px #0000000f}.product-markers .product-markers__card-goToTop .card-wrapper{bottom:50%;top:unset;transform:unset}.product-markers .product-markers__card-goToLeft .card-wrapper{left:unset;right:100%}.product-markers .product-markers__card-goToBottom .card-wrapper{top:50%;bottom:unset;transform:unset}.product-markers .product-markers__marker{background-color:rgb(var(--colors_marker_background));transition:all .3s ease-in-out}.product-markers .product-markers__marker .marker-icon-plus{transition:all .3s ease-in-out}.product-markers .product-markers__marker:hover{background-color:rgb(var(--color-button))}.product-markers .product-markers__marker:hover .marker-icon-plus{transform:rotate(45deg)}@media screen and (min-width:990px){.product-markers .product-markers__marker:hover{z-index:10}.product-markers .product-markers__marker:hover .card-wrapper{visibility:visible;display:block;opacity:1;pointer-events:unset;animation-name:appearing;animation-duration:.5s;animation-timing-function:ease-in-out}}.product-markers__img{width:100%;position:relative;max-width:100%}.product-markers .product-markers__overlay{z-index:-1;border-radius:.8rem;overflow:hidden;line-height:0}.product-markers .product-markers__overlay img{width:100%;height:auto;max-width:100%;position:relative;z-index:-2}.product-markers__img-box{height:100%;position:relative;z-index:1}.product-markers__product-wrapper{max-width:100%;position:relative}@media screen and (min-width:990px){.product-markers__product-wrapper{max-width:50%;margin:0 auto}}@media screen and (min-width:1200px){.product-markers__product-wrapper{max-width:30%}}.product-markers__marker{position:absolute;box-shadow:0 2px 20px #0000001a;width:3.2rem;height:3.2rem;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background-color:rgb(var(--color-background),.2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all var(--duration-long) linear}@media screen and (max-width:575px){.product-markers__marker svg{width:.9rem;height:.9rem}}@media screen and (max-width:575px){.product-markers__marker{width:2.8rem;height:2.8rem}}@media screen and (min-width:990px){.product-markers .jrnl-slider__marker{display:none}.product-markers__marker{width:4.2rem;height:4.2rem}}.product-markers__media .placeholder-svg{width:100%;height:80vh}@media screen and (max-width:575px){.product-markers__media .placeholder-svg{height:50vw}}.product-markers__wrapper .section-header{margin-bottom:8px}.product-markers__wrapper .section-header__subtitle{justify-content:center}.product-markers__wrapper .section-header__title{text-align:center}@media screen and (max-width:989px){.product-markers__wrapper .section-header__subtitle+.section-header__title{margin-top:32px}}@media screen and (min-width:990px){.product-markers__wrapper .section-header__title{margin-top:4rem}}.product-markers .jrnl-slider{--jrnl-green: rgb(var(--color-button));--jrnl-text: rgb(var(--color-foreground));--jrnl-border: rgba(var(--color-button), .85);--jrnl-bg: rgb(var(--color-background-1));--jrnl-dot-inactive: rgba(var(--color-button), .3);--jrnl-nav-bg: var(--jrnl-bg);--jrnl-nav-shadow: 0 2px 20px 0 rgba(0, 0, 0, .06);--jrnl-frame-radius: 1.6rem;--jrnl-frame-border-width: .3rem;--jrnl-frame-shadow: 0 8px 40px rgba(var(--color-foreground), .14);--jrnl-marker-size: 2.8rem;--jrnl-nav-size: 4rem;--jrnl-dot-size: .8rem;--jrnl-dot-active-width: 2.4rem;--jrnl-dot-gap: .6rem;--jrnl-transition: .4s cubic-bezier(.4, 0, .2, 1);width:100%;position:relative}.product-markers .jrnl-slider__desc{font-size:calc(var(--font-body-scale) * 1.6rem);color:rgb(var(--color-foreground-secondary));margin:0 0 2rem;text-align:center;opacity:.75}@media screen and (max-width:989px){.product-markers .jrnl-slider__desc{margin-bottom:32px}}@media screen and (min-width:990px){.product-markers .jrnl-slider__desc{margin-bottom:4rem}}.product-markers .jrnl-slider__row{display:flex;align-items:center;gap:4rem;width:100%}.product-markers .jrnl-slider__track{flex:1;overflow:hidden;position:relative;min-width:0;touch-action:pan-y;user-select:none;-webkit-user-select:none;display:grid;cursor:pointer}.product-markers .jrnl-slider__slide{grid-area:1 / 1;width:100%;opacity:0;pointer-events:none;transition:opacity .5s ease}.product-markers .jrnl-slider__slide--active{opacity:1;pointer-events:auto}.product-markers .jrnl-slider__img-box{position:relative;width:100%}.product-markers .jrnl-slider__frame{display:block;width:100%;border-radius:var(--jrnl-frame-radius);overflow:hidden;line-height:0}.product-markers .jrnl-slider__frame img{width:100%;height:auto;display:block;object-fit:cover}.product-markers .jrnl-slider__placeholder{width:100%;aspect-ratio:4 / 3;background:rgba(var(--color-foreground),.06)}.product-markers .jrnl-slider__marker{position:absolute;left:var(--marker-left, 30%);top:var(--marker-top, 40%);transform:translate(-50%,-50%);width:var(--jrnl-marker-size);height:var(--jrnl-marker-size);border-radius:50%;background:var(--jrnl-green);border:.2rem solid var(--jrnl-bg);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 8px rgba(var(--color-foreground),.2);transition:transform var(--jrnl-transition)}.product-markers .jrnl-slider__marker>svg{display:block;color:rgb(var(--color-button-text))}@media screen and (min-width:990px){.product-markers .jrnl-slider--markers-desktop .jrnl-slider__marker{display:none}}.jrnl-marker__popup{position:absolute;top:calc(65% + 1rem);left:50%;transform:translate(-46%);width:18rem;background:rgb(var(--color-background));border-radius:1rem;box-shadow:0 4px 24px #0000001a;padding:1.6rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:10;white-space:normal}.jrnl-slider__marker:hover .jrnl-marker__popup{opacity:1;visibility:visible}.jrnl-marker__popup-icon{display:block;color:rgb(var(--color-foreground));margin-bottom:.8rem;width:2.2rem;height:2.2rem}.jrnl-marker__popup-heading{display:block;font-size:calc(var(--font-body-scale) * 1.4rem);font-weight:700;color:rgb(var(--color-foreground));margin-bottom:.4rem}.jrnl-marker__popup-desc{margin:0;font-size:calc(var(--font-body-scale) * 1.3rem);color:rgb(var(--color-foreground-secondary));line-height:1.4}.product-markers .jrnl-slider__nav{display:none;flex-shrink:0;width:var(--jrnl-nav-size);height:var(--jrnl-nav-size);border-radius:50%;border:none;background:rgb(var(--color-background));box-shadow:var(--jrnl-nav-shadow);align-items:center;justify-content:center;cursor:pointer;transition:background var(--jrnl-transition),box-shadow var(--jrnl-transition);padding:0}.product-markers .jrnl-slider__nav:hover{background:rgb(var(--color-background),.8);box-shadow:var(--jrnl-nav-shadow)}.product-markers .jrnl-slider__nav svg{display:block;stroke:var(--jrnl-text);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}@media screen and (min-width:990px){.product-markers .jrnl-slider__nav{display:flex}}.product-markers .jrnl-slider__pagination{display:flex;align-items:center;justify-content:center;gap:var(--jrnl-dot-gap);margin-top:4rem}@media screen and (max-width:989px){.product-markers .jrnl-slider__pagination{margin-top:32px}}.product-markers .jrnl-slider__dot{display:block;width:5px;height:5px;min-width:5px;min-height:5px;border-radius:2.5rem;background:rgba(var(--color-foreground),.35);border:none;padding:0;cursor:pointer;flex-shrink:0;opacity:1;transition:all .3s linear}.product-markers .jrnl-slider__dot--active{width:var(--jrnl-dot-active-width);height:5px;min-width:var(--jrnl-dot-active-width);background:rgb(var(--color-foreground))}@media screen and (max-width:749px){.template-product .spaced-section:has(.jrnl-slider__mobile-modal.is-active){z-index:1000}}
/*# sourceMappingURL=/cdn/shop/t/82/assets/section-product-markers.css.map */
