.image-with-text-overlay{position:relative;overflow:hidden;min-height:400px;display:flex;align-items:center;justify-content:center;background-color:var(--bg-secondary)}.image-with-text-overlay__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.image-with-text-overlay__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0006,#0003,#0006);z-index:2}.image-with-text-overlay__content{position:relative;z-index:3;padding:var(--spacing-xl);text-align:center;color:var(--text-white);max-width:600px;margin:0 auto}.image-with-text-overlay__title{font-size:var(--f24);font-weight:var(--fw700);line-height:var(--line-height-tight);margin-bottom:var(--spacing-md);text-shadow:0 2px 4px rgba(0,0,0,.5)}.image-with-text-overlay__subtitle{font-size:var(--f18);font-weight:var(--fw500);line-height:var(--line-height-normal);margin-bottom:var(--spacing-lg);opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}.image-with-text-overlay__text{font-size:var(--f14);line-height:var(--line-height-relaxed);margin-bottom:var(--spacing-xl);opacity:.8;text-shadow:0 1px 2px rgba(0,0,0,.5)}.image-with-text-overlay__text h1,.image-with-text-overlay__text h2,.image-with-text-overlay__text h3,.image-with-text-overlay__text h4,.image-with-text-overlay__text h5,.image-with-text-overlay__text h6{font-weight:var(--fw600);line-height:var(--line-height-tight);margin-top:var(--spacing-lg);margin-bottom:var(--spacing-sm);color:var(--text-white);text-shadow:0 2px 4px rgba(0,0,0,.5)}.image-with-text-overlay__text h1{font-size:var(--f20)}.image-with-text-overlay__text h2{font-size:var(--f18)}.image-with-text-overlay__text h3{font-size:var(--f16)}.image-with-text-overlay__text h4{font-size:var(--f14)}.image-with-text-overlay__text h5{font-size:var(--f12)}.image-with-text-overlay__text h6{font-size:var(--f14)}.image-with-text-overlay__text p{margin-bottom:var(--spacing-sm)}.image-with-text-overlay__text p:last-child{margin-bottom:0}.image-with-text-overlay__text ul,.image-with-text-overlay__text ol{margin-bottom:var(--spacing-sm);padding-left:var(--spacing-md)}.image-with-text-overlay__text li{margin-bottom:var(--spacing-xs)}.image-with-text-overlay__text ul li{list-style-type:disc}.image-with-text-overlay__text ol li{list-style-type:decimal}.image-with-text-overlay__text a{color:var(--text-white);text-decoration:underline;transition:color .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.5)}.image-with-text-overlay__text a:hover{color:var(--text-white);opacity:.8}.image-with-text-overlay__text strong,.image-with-text-overlay__text b{font-weight:var(--fw700)}.image-with-text-overlay__text em,.image-with-text-overlay__text i{font-style:italic}.image-with-text-overlay__button{margin-top:var(--spacing-lg)}.image-with-text-overlay__button .button{display:inline-block;padding:var(--spacing-sm) var(--spacing-lg);background-color:var(--bg-white);color:var(--text-primary-900);text-decoration:none;border-radius:var(--border-radius-md);font-weight:var(--fw500);transition:all .3s ease;box-shadow:var(--shadow-lg)}.image-with-text-overlay__button .button:hover{background-color:var(--bg-brand-primary);color:var(--text-white);transform:translateY(-2px);box-shadow:var(--shadow-xl)}.image-with-text-overlay--small{min-height:300px}.image-with-text-overlay--medium{min-height:500px}.image-with-text-overlay--large{min-height:700px}.image-with-text-overlay--full{min-height:100vh}.image-with-text-overlay--overlay-light .image-with-text-overlay__overlay{background:linear-gradient(135deg,#ffffff4d,#ffffff1a,#ffffff4d)}.image-with-text-overlay--overlay-light .image-with-text-overlay__content{color:var(--text-primary-900)}.image-with-text-overlay--overlay-light .image-with-text-overlay__title,.image-with-text-overlay--overlay-light .image-with-text-overlay__subtitle,.image-with-text-overlay--overlay-light .image-with-text-overlay__text{text-shadow:0 1px 2px rgba(255,255,255,.5)}.image-with-text-overlay--overlay-light .image-with-text-overlay__text h1,.image-with-text-overlay--overlay-light .image-with-text-overlay__text h2,.image-with-text-overlay--overlay-light .image-with-text-overlay__text h3,.image-with-text-overlay--overlay-light .image-with-text-overlay__text h4,.image-with-text-overlay--overlay-light .image-with-text-overlay__text h5,.image-with-text-overlay--overlay-light .image-with-text-overlay__text h6{color:var(--text-primary-900);text-shadow:0 1px 2px rgba(255,255,255,.5)}.image-with-text-overlay--overlay-light .image-with-text-overlay__text a{color:var(--text-brand-primary-900);text-shadow:0 1px 2px rgba(255,255,255,.5)}.image-with-text-overlay--overlay-light .image-with-text-overlay__text a:hover{color:var(--text-brand-secondary-700)}.image-with-text-overlay--overlay-light .image-with-text-overlay__button .button{background-color:var(--bg-brand-primary);color:var(--text-white)}.image-with-text-overlay--text-left .image-with-text-overlay__content{text-align:left}.image-with-text-overlay--text-center .image-with-text-overlay__content{text-align:center}.image-with-text-overlay--text-right .image-with-text-overlay__content{text-align:right}@media screen and (max-width:768px){.image-with-text-overlay{min-height:300px}.image-with-text-overlay__content{padding:var(--spacing-lg)}.image-with-text-overlay__title{font-size:var(--f20)}.image-with-text-overlay__subtitle{font-size:var(--f14)}.image-with-text-overlay__text{font-size:var(--f12)}.image-with-text-overlay__text h1{font-size:var(--f18)}.image-with-text-overlay__text h2{font-size:var(--f16)}.image-with-text-overlay__text h3{font-size:var(--f14)}.image-with-text-overlay__text h4{font-size:var(--f12)}.image-with-text-overlay__text h5{font-size:var(--f14)}.image-with-text-overlay__text h6{font-size:var(--f12)}.image-with-text-overlay--small{min-height:250px}.image-with-text-overlay--medium{min-height:400px}.image-with-text-overlay--large{min-height:500px}.image-with-text-overlay--full{min-height:80vh}}@media screen and (max-width:480px){.image-with-text-overlay{min-height:250px}.image-with-text-overlay__content{padding:var(--spacing-md)}.image-with-text-overlay__title{font-size:var(--f18)}.image-with-text-overlay__subtitle{font-size:var(--f12)}.image-with-text-overlay__text{font-size:var(--f10)}.image-with-text-overlay__text h1{font-size:var(--f16)}.image-with-text-overlay__text h2{font-size:var(--f14)}.image-with-text-overlay__text h3{font-size:var(--f12)}.image-with-text-overlay__text h4{font-size:var(--f14)}.image-with-text-overlay__text h5{font-size:var(--f12)}.image-with-text-overlay__text h6{font-size:var(--f10)}.image-with-text-overlay--small{min-height:200px}.image-with-text-overlay--medium{min-height:300px}.image-with-text-overlay--large{min-height:400px}.image-with-text-overlay--full{min-height:70vh}}@media(prefers-reduced-motion:reduce){.image-with-text-overlay__button .button{transition:none}.image-with-text-overlay__button .button:hover{transform:none}}.image-with-text-overlay__button .button:focus{outline:2px solid var(--text-white);outline-offset:2px}.image-with-text-overlay__text a:focus{outline:2px solid var(--text-white);outline-offset:2px}@media print{.image-with-text-overlay{min-height:auto;background-color:var(--bg-white);color:var(--text-primary-900)}.image-with-text-overlay__image,.image-with-text-overlay__overlay{display:none}.image-with-text-overlay__content{position:static;padding:0;color:var(--text-primary-900)}.image-with-text-overlay__title,.image-with-text-overlay__subtitle,.image-with-text-overlay__text{text-shadow:none}.image-with-text-overlay__text h1,.image-with-text-overlay__text h2,.image-with-text-overlay__text h3,.image-with-text-overlay__text h4,.image-with-text-overlay__text h5,.image-with-text-overlay__text h6,.image-with-text-overlay__text a{color:var(--text-primary-900);text-shadow:none}.image-with-text-overlay__text a:after{content:" (" attr(href) ")";font-size:.8em;color:var(--text-secondary-700)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/image-with-text-overlay.css.map */
