.layered-image-and-text-flex{display:grid;width:100%;position:relative;height:auto;min-height:var(--min-height, 400px);grid-template-columns:var(--grid-columns, 1fr 1fr);grid-template-rows:var(--grid-rows, 1fr);padding:var(--padding-top, 40px) var(--padding-right, 0) var(--padding-bottom, 40px) var(--padding-left, 0);gap:var(--desktop-grid-gap, 0);margin:0 auto}.layered-image-and-text-flex[data-height-type=full_height]{height:calc(100vh - var(--padding-top, 40px) - var(--padding-bottom, 40px))}.layered-image-and-text-flex[data-height-type=custom]{height:var(--height, 600px)}.flex-block{position:relative}.flex-block.text-block{word-break:break-word;grid-column:var(--col-start, 1) / span var(--col-span, 1);grid-row:var(--row-start, 1) / span var(--row-span, 1);width:100%;height:100%;padding:var(--padding-top, 0) var(--padding-right, 0) var(--padding-bottom, 0) var(--padding-left, 0);text-align:var(--text-align, left);font-size:var(--font-size, 28px);line-height:initial}.flex-block.image-block{height:100%;width:var(--width, 100%);z-index:var(--z-index, 1);transform:translate(var(--offset-x, 0),var(--offset-y, 0));justify-self:var(--horizontal-align, center);position:relative;overflow:hidden}.flex-block.image-block img{display:block;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.flex-block.image-block[data-image-height-type=custom]{height:var(--image-height, 400px)!important}.flex-block.image-block[data-image-height-type=aspect_ratio]{aspect-ratio:var(--aspect-ratio, 16/9)!important;height:auto!important}.flex-block.image-block[data-image-height-type=auto]{height:auto!important}@media screen and (max-width: 749px){.layered-image-and-text-flex{height:auto!important;min-height:var(--mobile-min-height, 300px)!important;padding:var(--mobile-padding-top, 30px) var(--mobile-padding-right, 20px) var(--mobile-padding-bottom, 30px) var(--mobile-padding-left, 20px)!important;gap:var(--mobile-grid-gap, 20px)!important}.layered-image-and-text-flex[data-mobile-layout-type=stack]{display:flex!important;flex-direction:column!important}.layered-image-and-text-flex[data-mobile-layout-type=grid]{display:grid!important;grid-template-columns:repeat(var(--mobile-columns, 1),1fr)!important;grid-auto-rows:auto!important}.layered-image-and-text-flex[data-mobile-layout-type=masonry]{display:grid!important;grid-template-columns:repeat(var(--mobile-columns, 1),1fr)!important;grid-auto-rows:auto!important;grid-auto-flow:dense!important}.layered-image-and-text-flex[data-mobile-layout-type=carousel]{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.layered-image-and-text-flex[data-mobile-layout-type=carousel]::-webkit-scrollbar{display:none!important}.layered-image-and-text-flex[data-mobile-layout-type=stack][data-mobile-stack-order=reverse]{flex-direction:column-reverse!important}.layered-image-and-text-flex[data-mobile-layout-type=stack][data-mobile-stack-order=text_first] .text-block,.layered-image-and-text-flex[data-mobile-layout-type=stack][data-mobile-stack-order=image_first] .image-block{order:-1!important}.layered-image-and-text-flex[data-mobile-alignment=left]{text-align:left!important}.layered-image-and-text-flex[data-mobile-alignment=center]{text-align:center!important}.layered-image-and-text-flex[data-mobile-alignment=right]{text-align:right!important}.layered-image-and-text-flex[data-mobile-layout-type=carousel] .flex-block{flex:0 0 100%!important;scroll-snap-align:start!important;margin-right:var(--mobile-spacing, 20px)!important}.layered-image-and-text-flex[data-mobile-layout-type=carousel] .flex-block:last-child{margin-right:0!important}.layered-image-and-text-flex[data-mobile-height-type=full_height]{height:calc(100vh - var(--mobile-padding-top, 30px) - var(--mobile-padding-bottom, 30px))!important}.layered-image-and-text-flex[data-mobile-height-type=custom]{height:var(--mobile-height, 400px)!important}.layered-image-and-text-flex .text-block{width:var(--mobile-width, 90%)!important;font-size:var(--mobile-font-size, 24px)!important;text-align:var(--mobile-text-align, center)!important;padding:var(--mobile-padding-top, 20px) 0 var(--mobile-padding-bottom, 20px) 0!important}.layered-image-and-text-flex .image-block{width:var(--mobile-width, 100%)!important;transform:none!important;height:auto!important;min-height:200px!important}.layered-image-and-text-flex .image-block img{position:relative!important;min-height:200px!important;object-fit:cover!important}.layered-image-and-text-flex[data-mobile-layout-type=stack] .image-block,.layered-image-and-text-flex[data-mobile-layout-type=stack] .image-block img{aspect-ratio:16/9!important}.layered-image-and-text-flex[data-mobile-layout-type=grid] .image-block,.layered-image-and-text-flex[data-mobile-layout-type=grid] .image-block img{aspect-ratio:1/1!important}.layered-image-and-text-flex[data-mobile-layout-type=carousel] .image-block,.layered-image-and-text-flex[data-mobile-layout-type=carousel] .image-block img{aspect-ratio:16/9!important;height:auto!important}.layered-image-and-text-flex[data-mobile-layout-type=masonry] .image-block{height:auto!important;aspect-ratio:var(--mobile-aspect-ratio, 1)!important}.layered-image-and-text-flex[data-mobile-layout-type=masonry] .image-block img{position:relative!important;height:100%!important}.flex-block.image-block[data-mobile-image-height-type=custom],.flex-block.image-block[style*="--mobile-image-height-type: custom"]{height:var(--mobile-image-height, 300px)!important}.flex-block.image-block[data-mobile-image-height-type=aspect_ratio],.flex-block.image-block[style*="--mobile-image-height-type: aspect_ratio"]{aspect-ratio:var(--mobile-aspect-ratio, 16/9)!important;height:auto!important}.flex-block.image-block[data-mobile-image-height-type=auto],.flex-block.image-block[style*="--mobile-image-height-type: auto"]{height:auto!important}.layered-image-and-text-flex[data-mobile-layout-type=stack] .image-block[data-mobile-image-height-type=custom],.layered-image-and-text-flex[data-mobile-layout-type=stack] .image-block[data-mobile-image-height-type=aspect_ratio],.layered-image-and-text-flex[data-mobile-layout-type=grid] .image-block[data-mobile-image-height-type=custom],.layered-image-and-text-flex[data-mobile-layout-type=grid] .image-block[data-mobile-image-height-type=aspect_ratio],.layered-image-and-text-flex[data-mobile-layout-type=carousel] .image-block[data-mobile-image-height-type=custom],.layered-image-and-text-flex[data-mobile-layout-type=carousel] .image-block[data-mobile-image-height-type=aspect_ratio]{aspect-ratio:unset!important}}.layered-image-and-text-flex[data-animation]{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.layered-image-and-text-flex[data-animation=fade-in]{transform:translateY(0)}.layered-image-and-text-flex[data-animation=slide-up]{transform:translateY(20px)}.layered-image-and-text-flex[data-animation=slide-down]{transform:translateY(-20px)}.layered-image-and-text-flex.animate{opacity:1;transform:translateY(0)}@media screen and (max-width: 749px){.layered-image-and-text-flex[data-mobile-animation]{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.layered-image-and-text-flex[data-mobile-animation=fade-in]{transform:translateY(0)}.layered-image-and-text-flex[data-mobile-animation=slide-up]{transform:translateY(20px)}.layered-image-and-text-flex[data-mobile-animation=slide-down]{transform:translateY(-20px)}}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px;padding:8px 0}.carousel-dot{width:8px;height:8px;border-radius:50%;background-color:#ccc;border:none;padding:0;cursor:pointer;transition:background-color .3s ease,transform .3s ease}.carousel-dot.active{background-color:#000;transform:scale(1.2)}@media screen and (max-width: 749px){.carousel-dots{margin-top:var(--mobile-spacing, 20px)}}@media screen and (max-width: 1240px){.layered-image-and-text-flex{max-width:100%;padding:calc(var(--padding-top, 0) * .95) calc(var(--padding-right, 0) * .95) calc(var(--padding-bottom, 0) * .95) calc(var(--padding-left, 0) * .95)}.flex-block.text-block{font-size:calc(var(--font-size, 28px) * .95)}}@media screen and (max-width: 768px){.layered-image-and-text-flex{padding:calc(var(--padding-top, 0) * .9) calc(var(--padding-right, 0) * .9) calc(var(--padding-bottom, 0) * .9) calc(var(--padding-left, 0) * .9)}.flex-block.text-block{font-size:calc(var(--font-size, 28px) * .9);width:95%!important;padding:0!important;text-align:var(--mobile-text-align, center)!important}.flex-block.image-block{width:95%!important}.layered-image-and-text-flex[data-desktop-layout-type=grid]{grid-template-columns:1fr!important;gap:calc(var(--mobile-grid-gap, 0) * .9)!important}.layered-image-and-text-flex[data-desktop-layout-type=stack]{gap:calc(var(--desktop-grid-gap, 0) * .9)!important}}
/*# sourceMappingURL=/cdn/shop/t/396/assets/section-layered-image-and-text.css.map */
