.sit-section{background:var(--section-bg, transparent);padding:var(--section-padding, 0);margin:var(--section-margin, 80px auto)}.sit-section .sit-track{position:relative;min-height:calc(var(--sit-track-vh, 2.5) * 100vh);min-height:calc(var(--sit-track-vh, 2.5) * 100dvh)}.sit-section .sit-sticky{position:sticky;top:0;width:100%;height:auto;overflow:visible}.sit-section .sit-media{position:relative;z-index:1;width:100%;overflow:hidden;opacity:var(--sit-image-opacity, 0);transform:translate3d(0,var(--sit-media-y, 82px),0) scale(var(--sit-image-scale, .78));transform-origin:center center;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity,transform}.sit-section .sit-media picture{position:relative;display:block;width:100%;height:auto}.sit-section .sit-media img,.sit-section .sit-media .sit-placeholder{display:block;width:100%;max-width:100%;height:auto;object-fit:contain;object-position:center}.sit-section .sit-placeholder{background:transparent}.sit-section .sit-mask{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:var(--sit-mask-bg, rgba(0, 0, 0, .22));opacity:var(--sit-mask-opacity, 0);visibility:hidden;-webkit-backdrop-filter:blur(var(--sit-mask-blur, 6px));backdrop-filter:blur(var(--sit-mask-blur, 6px))}.sit-section .sit-text{position:absolute;left:var(--sit-content-x, 50%);top:var(--sit-content-y, 50%);z-index:3;width:min(var(--sit-content-max-width, 100%),100%);max-width:100%;min-width:0;margin:0;padding:var(--sit-content-padding-block, 40px) var(--sit-content-padding-inline, 32px);box-sizing:border-box;text-align:var(--sit-content-alignment, center);white-space:normal;word-break:normal;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;overflow:visible;opacity:var(--sit-text-opacity, 0);transform:translate3d(var(--sit-content-anchor-x, -50%),calc(var(--sit-content-anchor-y, -50%) + var(--sit-text-y, 140px)),0);-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:opacity,transform;pointer-events:none}.sit-section .sit-position-top-left,.sit-section .sit-position-middle-left,.sit-section .sit-position-bottom-left{--sit-content-x: 0%;--sit-content-anchor-x: 0%}.sit-section .sit-position-top-center,.sit-section .sit-position-middle-center,.sit-section .sit-position-bottom-center{--sit-content-x: 50%;--sit-content-anchor-x: -50%}.sit-section .sit-position-top-right,.sit-section .sit-position-middle-right,.sit-section .sit-position-bottom-right{--sit-content-x: 100%;--sit-content-anchor-x: -100%}.sit-section .sit-position-top-left,.sit-section .sit-position-top-center,.sit-section .sit-position-top-right{--sit-content-y: 0%;--sit-content-anchor-y: 0%}.sit-section .sit-position-middle-left,.sit-section .sit-position-middle-center,.sit-section .sit-position-middle-right{--sit-content-y: 50%;--sit-content-anchor-y: -50%}.sit-section .sit-position-bottom-left,.sit-section .sit-position-bottom-center,.sit-section .sit-position-bottom-right{--sit-content-y: 100%;--sit-content-anchor-y: -100%}.sit-section .sit-align-left{--sit-content-alignment: left}.sit-section .sit-align-center{--sit-content-alignment: center}.sit-section .sit-align-right{--sit-content-alignment: right}.sit-section .sit-title,.sit-section .sit-description{width:100%;max-width:100%;min-width:0;margin:0}.sit-section .sit-text img,.sit-section .sit-text svg,.sit-section .sit-text video,.sit-section .sit-text iframe{max-width:100%}.sit-section .sit-text img,.sit-section .sit-text video{height:auto}.sit-section .sit-title>*:first-child,.sit-section .sit-description>*:first-child{margin-top:0}.sit-section .sit-title>*:last-child,.sit-section .sit-description>*:last-child{margin-bottom:0}.sit-section .sit-title+.sit-description{margin-top:clamp(12px,1.5vw,24px)}.sit-section .sit-text a{pointer-events:auto}@media(max-width:749px){.sit-section .sit-track{min-height:calc(var(--sit-track-vh-mobile, 1.2) * 100vh);min-height:calc(var(--sit-track-vh-mobile, 1.2) * 100dvh)}.sit-section{padding:var(--section-padding-mobile, var(--section-padding, 0));margin:var(--section-margin-mobile, var(--section-margin, 80px auto))}.sit-section .sit-text{width:min(var(--sit-content-max-width-mobile, 100%),100%);padding:var(--sit-content-padding-block-mobile, 32px) var(--sit-content-padding-inline-mobile, 24px)}.sit-section .sit-position-mobile-top-left,.sit-section .sit-position-mobile-middle-left,.sit-section .sit-position-mobile-bottom-left{--sit-content-x: 0%;--sit-content-anchor-x: 0%}.sit-section .sit-position-mobile-top-center,.sit-section .sit-position-mobile-middle-center,.sit-section .sit-position-mobile-bottom-center{--sit-content-x: 50%;--sit-content-anchor-x: -50%}.sit-section .sit-position-mobile-top-right,.sit-section .sit-position-mobile-middle-right,.sit-section .sit-position-mobile-bottom-right{--sit-content-x: 100%;--sit-content-anchor-x: -100%}.sit-section .sit-position-mobile-top-left,.sit-section .sit-position-mobile-top-center,.sit-section .sit-position-mobile-top-right{--sit-content-y: 0%;--sit-content-anchor-y: 0%}.sit-section .sit-position-mobile-middle-left,.sit-section .sit-position-mobile-middle-center,.sit-section .sit-position-mobile-middle-right{--sit-content-y: 50%;--sit-content-anchor-y: -50%}.sit-section .sit-position-mobile-bottom-left,.sit-section .sit-position-mobile-bottom-center,.sit-section .sit-position-mobile-bottom-right{--sit-content-y: 100%;--sit-content-anchor-y: -100%}.sit-section .sit-align-mobile-left{--sit-content-alignment: left}.sit-section .sit-align-mobile-center{--sit-content-alignment: center}.sit-section .sit-align-mobile-right{--sit-content-alignment: right}.sit-section .sit-media{transform:translate3d(0,var(--sit-media-y, 52px),0) scale(var(--sit-image-scale, .8))}}@media(prefers-reduced-motion:reduce){.sit-section .sit-media,.sit-section .sit-text{will-change:auto}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/sticky-image-text.css.map */
