.esalon-component .esalon-image-with-text{width:100%;position:relative;padding:36px 0}.esalon-component .esalon-image-with-text--overlap-both:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--iwt-accent-bg, transparent);z-index:0}.esalon-component .esalon-image-with-text__wrapper{display:grid;grid-template-columns:1fr;gap:0;max-width:1050px;margin:0 auto;padding:0 20px;position:relative;z-index:1}@media(min-width:990px){.esalon-component .esalon-image-with-text__wrapper{grid-template-columns:1fr 1fr;gap:40px;padding:0;align-items:center}}@media(min-width:990px){.esalon-component .esalon-image-with-text--image-right .esalon-image-with-text__wrapper{direction:rtl}.esalon-component .esalon-image-with-text--image-right .esalon-image-with-text__wrapper>*{direction:ltr}}.esalon-component .esalon-image-with-text__image-column,.esalon-component .esalon-image-with-text__content-column{position:relative;z-index:1}.esalon-component .esalon-image-with-text--overlap-image .esalon-image-with-text__image-column:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:var(--iwt-accent-bg, transparent);z-index:0}.esalon-component .esalon-image-with-text--overlap-text .esalon-image-with-text__content-column:before{content:"";position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:var(--iwt-accent-bg, transparent);z-index:0}.esalon-component .esalon-image-with-text__image-column{width:100%;overflow:hidden;position:relative;margin:0 auto}@media(max-width:989px){.esalon-component .esalon-image-with-text__image-column{max-width:500px}}.esalon-component .esalon-image-with-text__image-item{width:100%}.esalon-component .esalon-image-with-text__image-item[hidden]{display:none}.esalon-component .esalon-image-with-text__image{width:100%;height:auto;object-fit:cover;display:block}.esalon-component .esalon-image-with-text__image-item--dual{display:flex;align-items:flex-start;justify-content:center;gap:32px}.esalon-component .esalon-image-with-text__image-dual{width:120px;height:120px;object-fit:contain;display:block}.esalon-component .esalon-image-with-text__placeholder{width:100%;aspect-ratio:1;background:var(--color-patterns-blue);display:flex;align-items:center;justify-content:center}.esalon-component .esalon-image-with-text__placeholder-svg{width:50%;height:50%;color:var(--color-cloudy)}.esalon-component .esalon-image-with-text__content-column{padding:32px 0;margin:0 auto}@media(max-width:989px){.esalon-component .esalon-image-with-text__content-column{max-width:500px}}@media(min-width:990px){.esalon-component .esalon-image-with-text__content-column{padding:40px 0}}.esalon-component .esalon-image-with-text--align-left .esalon-image-with-text__content-column{text-align:left}.esalon-component .esalon-image-with-text--align-center .esalon-image-with-text__content-column{text-align:center}.esalon-component .esalon-image-with-text__content-list{display:grid}.esalon-component .esalon-image-with-text__content-item{grid-area:1 / 1;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.esalon-component .esalon-image-with-text__content-item--active{visibility:visible;opacity:1}.esalon-component .esalon-image-with-text__subheading{text-transform:uppercase;color:var(--color-regal-blue);margin:0 0 12px}.esalon-component .esalon-image-with-text__title{margin-bottom:16px!important;color:var(--color-regal-blue)}@media(min-width:990px){.esalon-component .esalon-image-with-text__title{font-size:44px;line-height:56px}}.esalon-component .esalon-image-with-text__body{color:var(--color-storm-dust);margin:0 0 24px}.esalon-component .esalon-image-with-text__body p{margin:0 0 16px}.esalon-component .esalon-image-with-text__body p:last-child{margin-bottom:0}.esalon-component .esalon-image-with-text__button-wrapper{margin-top:8px}@keyframes esalonIWTFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.esalon-component .esalon-image-with-text__animate{opacity:0;transform:translateY(20px)}.esalon-component .esalon-image-with-text__content-item--active .esalon-image-with-text__animate,.esalon-component .esalon-image-with-text__content-item--single .esalon-image-with-text__animate{animation:esalonIWTFadeUp .5s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(var(--animate-order, 0) * .1s)}.esalon-component .esalon-image-with-text__tabs{display:flex;gap:16px;justify-content:center;margin-top:32px}.esalon-component .esalon-image-with-text--align-left .esalon-image-with-text__tabs{justify-content:flex-start}.esalon-component .esalon-image-with-text__tab{position:relative;display:flex;flex-direction:column;align-items:center;padding:16px 0 0;background:transparent;border:none;cursor:pointer;-webkit-appearance:none;appearance:none;text-transform:uppercase;color:var(--color-storm-dust);transition:color .2s ease}.esalon-component .esalon-image-with-text__tab:before,.esalon-component .esalon-image-with-text__tab:after{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:var(--color-pampas)}.esalon-component .esalon-image-with-text__tab:after{background:var(--color-regal-blue);transform-origin:left;transform:scaleX(0)}@keyframes esalonIWTProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.esalon-component .esalon-image-with-text__tab[aria-selected=true]:after{animation:esalonIWTProgress var(--iwt-cycle-speed, 8s) linear forwards;animation-play-state:var(--iwt-animation-state, running)}.esalon-component .esalon-image-with-text__tab[aria-selected=true]{color:var(--color-regal-blue)}.esalon-component .esalon-image-with-text__tab:focus-visible{outline:2px solid var(--color-regal-blue);outline-offset:-2px}
/*# sourceMappingURL=/cdn/shop/t/18/assets/esalon-component-image-with-text.css.map */
