zyg-media.zyg-media{--zyg-media-transition-slow: .3s;--zyg-media-transition-fast: .2s;display:flex;flex-direction:column;align-items:var(--zyg-media-align, center);width:100%;margin:0;padding-top:var(--zyg-pad-top, 0);padding-bottom:var(--zyg-pad-bottom, 0);padding-left:var(--zyg-pad-left, 0);padding-right:var(--zyg-pad-right, 0);max-width:100%}.zyg-media--video{max-width:100%;line-height:0;position:relative}.zyg-media.zyg-media--image{width:var(--zyg-media-desktop-width, 100%);max-width:100%}.zyg-media.zyg-media--image.zyg-media--align-flex-start{margin-inline:0 auto}.zyg-media.zyg-media--image.zyg-media--align-center{margin-inline:auto}.zyg-media.zyg-media--image.zyg-media--align-flex-end{margin-inline:auto 0}.zyg-media--image>.zyg-media__body{width:100%;max-width:100%}.zyg-media__body picture{display:block;width:100%;max-width:100%;height:auto}.zyg-media--video>.zyg-media__body{width:var(--zyg-media-video-width, 100%);max-width:100%;position:relative}.zyg-media__link{display:block;line-height:0;width:100%}.zyg-media__asset{display:block;width:100%;height:auto;aspect-ratio:var(--zyg-media-ratio, auto);object-fit:cover;object-position:center;border-radius:var(--zyg-media-radius, 1rem)}.zyg-media__frame{position:relative;display:block;line-height:0;width:100%}.zyg-media__asset--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:var(--zyg-media-radius, 1rem);opacity:0;transition:opacity var(--zyg-media-transition-slow) ease}@media(hover:hover){.zyg-media__frame:hover .zyg-media__asset--hover{opacity:1}}@media screen and (max-width:699px){.zyg-media.zyg-media--image{width:var(--zyg-media-mobile-width, 100%)}}.zyg-media__video{width:100%;height:var(--zyg-media-video-height, auto);border-radius:var(--zyg-media-radius, 1rem);overflow:hidden;line-height:0}.zyg-media__video video,.zyg-media__video iframe,.zyg-media__player,.zyg-media__embed{width:100%;height:100%;display:block;object-fit:cover;border-radius:var(--zyg-media-radius, 1rem)}.zyg-media__embed{border:0;aspect-ratio:16 / 9}.zyg-media--constrained-height .zyg-media__video{height:var(--zyg-media-video-height);overflow:hidden}.zyg-media--constrained-height .zyg-media__player,.zyg-media--constrained-height .zyg-media__embed,.zyg-media--constrained-height .zyg-media__video video,.zyg-media--constrained-height .zyg-media__video iframe{height:100%;aspect-ratio:auto}.zyg-media__video--hidden{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;opacity:0;pointer-events:none;overflow:hidden}.zyg-media__poster{display:block;position:relative;width:100%;border:none;padding:0;margin:0;background:#000;cursor:pointer;overflow:hidden;border-radius:var(--zyg-media-radius, 1rem);line-height:0}.zyg-media__poster-img{width:100%;height:auto;display:block;object-fit:cover}.zyg-media--constrained-height .zyg-media__poster{height:var(--zyg-media-video-height);width:100%}.zyg-media--constrained-height .zyg-media__poster-img{height:100%;width:100%;object-fit:cover}.zyg-media__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;transition:transform var(--zyg-media-transition-fast) ease;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.zyg-media__poster:hover .zyg-media__play-btn{transform:translate(-50%,-50%) scale(1.1)}.zyg-media__body{display:block;line-height:0;min-width:0;max-width:100%;position:relative}.zyg-media--shape-circle>.zyg-media__body{aspect-ratio:1;border-radius:50%;overflow:visible}.zyg-media--shape-circle.zyg-media--image>.zyg-media__body picture,.zyg-media--shape-circle.zyg-media--image>.zyg-media__body .zyg-media__link,.zyg-media--shape-circle.zyg-media--image>.zyg-media__body .zyg-media__frame,.zyg-media--shape-circle.zyg-media--video>.zyg-media__body .zyg-media__video,.zyg-media--shape-circle.zyg-media--video>.zyg-media__body .zyg-media__poster{width:100%;height:100%;border-radius:50%;overflow:hidden}.zyg-media--shape-circle.zyg-media--image>.zyg-media__body .zyg-media__asset{width:100%;height:100%;border-radius:50%}.zyg-media__placeholder{width:100%;max-width:100%;height:auto;border-radius:var(--zyg-media-radius, 1rem)}.zyg-media__content{display:flex;flex-direction:column;align-items:var(--zyg-media-content-align-x, flex-start);justify-content:var(--zyg-media-content-align-y, flex-start);width:100%;min-width:0;line-height:normal}.zyg-media--has-media>.zyg-media__body>.zyg-media__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;padding:var(--zyg-media-content-inset, 1.5rem);box-sizing:border-box}.zyg-media__content>*{max-width:100%}.zyg-media--content-x-left .zyg-media__content>*{margin-inline:0 auto}.zyg-media--content-x-center .zyg-media__content>*{margin-inline:auto}.zyg-media--content-x-right .zyg-media__content>*{margin-inline:auto 0}.zyg-media--icon{color:var(--zyg-media-icon-color, inherit);width:100%;align-items:var(--zyg-media-align, center)}zyg-media.zyg-media.zyg-media--icon{padding:0}.zyg-media__content .zyg-media--icon.zyg-media--fixed{position:absolute;z-index:var(--zyg-media-fixed-z-index, 10);width:auto;height:auto;max-width:100%;margin:0;padding:0}.zyg-media__content .zyg-media--icon.zyg-media--fixed>.zyg-media__body>:is(.icon,.shape,.zyg-media__fa){width:100%;height:100%}.zyg-media__content .zyg-media--fixed-top{top:0;bottom:auto}.zyg-media__content .zyg-media--fixed-bottom{top:auto;bottom:0}.zyg-media__content .zyg-media--fixed-left{right:auto;left:0}.zyg-media__content .zyg-media--fixed-right{right:0;left:auto}.zyg-media--icon>.zyg-media__body{display:inline-flex;align-items:center;justify-content:center;line-height:0;box-sizing:content-box;width:var(--zyg-media-icon-width, 3rem);height:var(--zyg-media-icon-width, 3rem);padding:var(--zyg-pad-top, 0rem) var(--zyg-pad-right, 0rem) var(--zyg-pad-bottom, 0rem) var(--zyg-pad-left, 0rem);flex:0 0 auto;background:var(--zyg-media-icon-background, transparent);border-radius:var(--zyg-media-icon-border-radius, 0);box-shadow:0 0 0 1px var(--zyg-media-icon-border, transparent)}.zyg-media--shape-circle.zyg-media--icon>.zyg-media__body{width:var(--zyg-media-icon-width, 3rem);height:var(--zyg-media-icon-width, 3rem)}.zyg-media--shape-circle.zyg-media--icon>.zyg-media__body>:is(.icon,.shape,.zyg-media__fa){width:100%;height:100%;object-fit:cover;border-radius:50%;overflow:hidden}.zyg-media--icon .icon,.zyg-media--icon .zyg-media__fa{color:inherit}.zyg-media--icon .icon [fill]:not([fill=none]){fill:var(--zyg-media-icon-fill, currentColor)}.zyg-media--icon .icon [fill=none]{fill:var(--zyg-media-icon-fill, none)}.zyg-media--icon .icon [stroke]:not([stroke=none]){stroke:var(--zyg-media-icon-stroke, currentColor)}.zyg-media--icon .zyg-media__fa{font-size:var(--zyg-media-icon-width, 3rem);line-height:1}.zyg-media--icon .shape{width:var(--shape-size, var(--zyg-media-icon-width, 1rem));height:var(--shape-size, var(--zyg-media-icon-width, 1rem));background:currentColor}.zyg-media__icon-placeholder{width:var(--zyg-media-icon-width, 3rem);height:var(--zyg-media-icon-width, 3rem);border:1px dashed currentColor;opacity:.35;border-radius:.25rem}@media screen and (max-width:699px){.zyg-media--icon>.zyg-media__body{width:var(--zyg-media-icon-mobile-width, var(--zyg-media-icon-width, 2rem));height:var(--zyg-media-icon-mobile-width, var(--zyg-media-icon-width, 2rem))}.zyg-media--shape-circle.zyg-media--icon>.zyg-media__body{width:var(--zyg-media-icon-mobile-width, var(--zyg-media-icon-width, 2rem));height:var(--zyg-media-icon-mobile-width, var(--zyg-media-icon-width, 2rem))}.zyg-media--icon .shape{width:var(--zyg-media-icon-mobile-width, var(--shape-size, 1rem));height:var(--zyg-media-icon-mobile-width, var(--shape-size, 1rem))}.zyg-media--icon .zyg-media__fa{font-size:var(--zyg-media-icon-mobile-width, var(--zyg-media-icon-width, 2rem))}.zyg-media__icon-placeholder{width:var(--zyg-media-icon-mobile-width, 2rem);height:var(--zyg-media-icon-mobile-width, 2rem)}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/zyg-media.css.map */
