@keyframes markerFadeIn{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes markerFadeOut{0%{opacity:1;scale:1}to{opacity:0;scale:.9}}@keyframes markerScaleFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.33)}to{opacity:.5;transform:translate(-50%,-50%) scale(1)}}.product-markers__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;overflow:hidden;border-radius:var(--border-radius-block)}.product-markers__placeholder svg{width:100%;height:100%;object-fit:cover}.product-markers__titles .product-markers__title{max-width:65rem}.product-markers__markers{position:relative;top:0;left:0;width:100%}.product-markers__markers .collection-product-card{position:inherit!important}.product-markers__image-container{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;border-radius:var(--border-radius-block);overflow:hidden}.product-markers__image{width:100%;height:100%;object-fit:cover;border-radius:var(--border-radius-block)}.product-markers__item{position:absolute;z-index:2;top:0;left:0;width:4rem;height:4rem;border-radius:50%;background-color:transparent;transition:linear all .16s;cursor:pointer}@media screen and (min-width: 576px){.product-markers__item{width:5rem;height:5rem}}.product-markers__item-empty{position:absolute;bottom:3.4rem;left:50%;transform:translate(-50%);display:none;align-items:center;max-width:31.7rem;padding:.6rem 1rem;border-radius:var(--border-radius-block);background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));z-index:1;overflow:hidden;opacity:0;visibility:hidden;word-break:break-word;transition:visibility var(--duration-default),opacity var(--duration-default)}@media (hover: hover) and (pointer: fine){.product-markers__item-empty{display:flex}}.product-markers__item-empty span{width:max-content;word-break:break-word;text-align:center}.product-markers__item:before{content:"";position:absolute;z-index:3;right:0;bottom:0;display:block;width:1.4rem;height:1.4rem;box-sizing:border-box;border-radius:50%;background-color:var(--marker-color);top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (min-width: 576px){.product-markers__item:before{width:1.8rem;height:1.8rem}}.product-markers__item:after{content:"";position:absolute;z-index:2;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:4rem;height:4rem;box-sizing:border-box;border-radius:50%;opacity:50%;background-color:var(--marker-color);transition:background-color .3s ease}@media screen and (min-width: 576px){.product-markers__item:after{width:5rem;height:5rem}}.product-markers__item--pulse:after{transform:translate(-50%,-50%) scale(.33);animation:pulse 1.25s cubic-bezier(.215,.61,.355,1) infinite}@media screen and (hover: hover) and (pointer: fine) and (min-width: 990px){.product-markers__item:not(.active):hover:not(.product-markers__item--empty):after{animation:markerScaleFade .35s cubic-bezier(.215,.61,.355,1) forwards}.product-markers__item:not(.active):hover .product-markers__item-empty{opacity:1;visibility:visible}.product-markers__item:not(.active):hover .product-markers__item-inner{opacity:1;visibility:visible;pointer-events:all;z-index:13}.product-markers__item:not(.active):hover .product-markers__item-inner .card-horizontal-wrapper{animation:markerFadeIn .35s ease forwards}}.product-markers__item.active{z-index:5}.product-markers__item.active:after{animation:none;transform:translate(-50%,-50%) scale(1)}.product-markers__item.active .product-markers__item-inner{opacity:1;visibility:visible;pointer-events:all;z-index:6}.product-markers__item.active .product-markers__item-inner .card-horizontal-wrapper{animation:markerFadeIn .35s ease forwards}@media screen and (max-width: 989px){.product-markers__item.mobile-initial-active{z-index:5}.product-markers__item.mobile-initial-active:after{animation:none;transform:translate(-50%,-50%) scale(1)}}.product-markers__item-inner{display:none;position:absolute;z-index:4;opacity:0;visibility:hidden;pointer-events:none;width:31.7rem;transition:opacity .3s ease,visibility .3s}@media screen and (min-width: 990px){.product-markers__item-inner{display:block}.product-markers__item-inner .card-horizontal-wrapper{animation:markerFadeOut .35s ease forwards}.product-markers__item-inner--to-top{padding-bottom:2.8rem!important;margin-bottom:-2.2rem!important;left:50%;bottom:100%;transform:translate(-50%)}.product-markers__item-inner--to-right{padding-left:2.8rem!important;margin-left:-2.2rem!important;width:34.5rem;left:100%;top:50%;transform:translateY(-50%)}.product-markers__item-inner--to-bottom{padding-top:2.8rem!important;margin-top:-2.2rem!important;left:50%;top:100%;transform:translate(-50%)}.product-markers__item-inner--to-left{padding-right:2.8rem!important;margin-right:-2.2rem!important;width:34.5rem;right:100%;top:50%;transform:translateY(-50%)}.product-markers__item-inner--on-top{left:50%;top:50%;transform:translate(-50%,-50%)}}.product-markers__item-inner .price--on-sale .price__sale{justify-content:flex-start}@media screen and (max-width: 989px){.product-markers .product-markers-for-mobile .product-markers__item-inner{display:none;position:relative;top:0;left:0;opacity:1;width:100%;max-width:100%;min-width:auto;min-height:auto;background-color:transparent}.product-markers .product-markers-for-mobile .product-markers__item-inner .card-horizontal-wrapper{pointer-events:all}.product-markers .product-markers-for-mobile .product-markers__item-inner.active{display:block;visibility:visible;margin-bottom:1.6rem}.product-markers .product-markers-for-mobile .product-markers__item-empty{position:static;bottom:unset;left:unset;transform:unset;display:block;width:100%;max-width:100%;padding:.8rem;border-radius:var(--border-radius-product);background-color:rgb(var(--color-background-secondary));color:rgb(var(--color-foreground));opacity:1;visibility:visible}}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(.33);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}html:not(.no-js) .product-markers.animate-on-scroll .product-markers__image-container{opacity:.001;transition:opacity 1s cubic-bezier(.215,.61,.355,1)}html:not(.no-js) .product-markers.animate-on-scroll .product-markers__image,html:not(.no-js) .product-markers.animate-on-scroll .product-markers__placeholder{transform:scale(1.1);transition:transform 1.2s cubic-bezier(.215,.61,.355,1)}html:not(.no-js) .product-markers.animate-on-scroll.animated .product-markers__image-container{opacity:1}html:not(.no-js) .product-markers.animate-on-scroll.animated .product-markers__image,html:not(.no-js) .product-markers.animate-on-scroll.animated .product-markers__placeholder{transform:scale(1)}.product-markers__description{max-width:60rem!important}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-product-markers.css.map */
