.text-image-banner{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;padding:80px 40px;overflow:hidden}.text-image-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.text-image-banner__orb{position:absolute;border-radius:50%;filter:blur(40px);transition:transform .5s ease-out}.text-image-banner__orb--1{top:10%;left:10%;width:300px;height:300px;background:radial-gradient(circle,rgba(126,200,200,.25) 0%,transparent 70%);animation:floatOrb1 8s ease-in-out infinite}.text-image-banner__orb--2{bottom:15%;right:15%;width:250px;height:250px;background:radial-gradient(circle,rgba(240,184,200,.25) 0%,transparent 70%);animation:floatOrb2 10s ease-in-out infinite}.text-image-banner__dot{position:absolute;border-radius:50%;opacity:.4}.text-image-banner__dot--1{width:6px;height:6px;background:#7ec8c8;top:10%;left:5%;animation:floatDot 4s ease-in-out infinite}.text-image-banner__dot--2{width:10px;height:10px;background:#b8a9c9;top:22%;left:18%;animation:floatDot 5s ease-in-out infinite .3s}.text-image-banner__dot--3{width:8px;height:8px;background:#f0b8c8;top:34%;left:31%;animation:floatDot 6s ease-in-out infinite .6s}.text-image-banner__dot--4{width:6px;height:6px;background:#7ec8c8;top:46%;left:44%;animation:floatDot 7s ease-in-out infinite .9s}.text-image-banner__dot--5{width:10px;height:10px;background:#b8a9c9;top:58%;left:57%;animation:floatDot 8s ease-in-out infinite 1.2s}.text-image-banner__dot--6{width:8px;height:8px;background:#f0b8c8;top:70%;left:70%;animation:floatDot 5s ease-in-out infinite 1.5s}.text-image-banner__dot--7{width:6px;height:6px;background:#7ec8c8;top:82%;left:83%;animation:floatDot 6s ease-in-out infinite 1.8s}.text-image-banner__dot--8{width:10px;height:10px;background:#b8a9c9;top:15%;left:90%;animation:floatDot 7s ease-in-out infinite 2.1s}.text-image-banner__content{position:relative;z-index:2;max-width:1100px;text-align:center}.text-image-banner__line{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:10px;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.text-image-banner__line--1{animation-delay:0s}.text-image-banner__line--2{animation-delay:.2s}.text-image-banner__text{font-size:clamp(28px,4.5vw,52px);font-family:Georgia,Times New Roman,serif;font-weight:400;color:#1a1a1a;letter-spacing:-.5px;line-height:1.2}.text-image-banner__highlight{font-style:italic;display:inline}.text-image-banner__highlight--teal{background:linear-gradient(135deg,#7ec8c8,#5aa8a8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.text-image-banner__highlight--lavender{background:linear-gradient(135deg,#b8a9c9,#9080b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.text-image-banner__image-wrap{--mouse-rotate: 0deg;position:relative;transform:rotate(var(--mouse-rotate));transition:transform .3s ease-out;animation:floatImage 4s ease-in-out infinite}.text-image-banner__image-wrap--1{animation-delay:0s}.text-image-banner__image-wrap--2{animation-delay:.5s}.text-image-banner__image-wrap--3{animation-delay:1s}.text-image-banner__image-container{width:110px;height:110px;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:all .4s ease;box-shadow:0 15px 40px #00000026,0 5px 15px #0000001a}.text-image-banner__image-container--round{width:100px;height:100px;border-radius:50%}.text-image-banner__image-container:hover{transform:scale(1.1) rotate(5deg);box-shadow:0 20px 50px #0003,0 10px 20px #00000026}.text-image-banner__image-container--round:hover{transform:scale(1.15) rotate(0)}.text-image-banner__image{width:100%;height:100%;object-fit:cover}.text-image-banner__image-ring{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:28px;border:2px solid rgba(240,160,192,.3);animation:pulseRing 2s ease-in-out infinite;pointer-events:none}.text-image-banner__orbit-dot{position:absolute;width:10px;height:10px;background:#b8a9c9;border-radius:50%;top:50%;left:50%;animation:orbit 4s linear infinite;box-shadow:0 0 10px #b8a9c999;pointer-events:none}.text-image-banner__sparkle{position:absolute;top:-5px;right:-5px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 0 15px #fffc;animation:sparkle 1.5s ease-in-out infinite;pointer-events:none}.text-image-banner__underline{display:flex;justify-content:center;margin-top:40px;gap:8px;opacity:0;animation:fadeIn .8s ease-out .5s forwards}.text-image-banner__underline-segment{height:3px;border-radius:2px}.text-image-banner__underline-segment--1{width:60px;background:#7ec8c8}.text-image-banner__underline-segment--2{width:30px;background:#b8a9c9}.text-image-banner__underline-segment--3{width:15px;background:#f0b8c8}.text-image-banner__cta{margin-top:50px;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out .6s forwards}.text-image-banner__btn{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#1a1a1a;color:#fff;text-decoration:none;font-size:12px;font-family:system-ui,-apple-system,sans-serif;font-weight:600;letter-spacing:2px;text-transform:uppercase;border-radius:50px;transition:all .3s ease;box-shadow:0 10px 30px #0003}.text-image-banner__btn:hover{background:linear-gradient(135deg,#7ec8c8,#5aa8a8);transform:translateY(-3px);box-shadow:0 15px 40px #7ec8c866}.text-image-banner__btn svg{transition:transform .3s ease}.text-image-banner__btn:hover svg{transform:translate(4px)}@keyframes floatOrb1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.1)}}@keyframes floatOrb2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-15px,15px) scale(1.05)}}@keyframes floatDot{0%,to{transform:translateY(0);opacity:.4}50%{transform:translateY(-15px);opacity:.7}}@keyframes floatImage{0%,to{transform:translateY(0) rotate(var(--mouse-rotate, 0deg))}50%{transform:translateY(-10px) rotate(var(--mouse-rotate, 0deg))}}@keyframes pulseRing{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.2}}@keyframes orbit{0%{transform:rotate(0) translate(55px) rotate(0)}to{transform:rotate(360deg) translate(55px) rotate(-360deg)}}@keyframes sparkle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:.5}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@media screen and (max-width:990px){.text-image-banner{padding:60px 30px}.text-image-banner__text{font-size:clamp(24px,4vw,38px)}.text-image-banner__image-container{width:90px;height:90px}.text-image-banner__image-container--round{width:80px;height:80px}.text-image-banner__line{gap:12px}}@media screen and (max-width:749px){.text-image-banner{min-height:auto;padding:50px 20px}.text-image-banner__text{font-size:clamp(20px,5vw,28px)}.text-image-banner__line{gap:10px;margin-bottom:8px}.text-image-banner__image-container{width:70px;height:70px;border-radius:14px}.text-image-banner__image-container--round{width:60px;height:60px}.text-image-banner__image-ring{top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:20px}.text-image-banner__sparkle{width:14px;height:14px;top:-3px;right:-3px}.text-image-banner__orbit-dot{width:8px;height:8px}@keyframes orbit{0%{transform:rotate(0) translate(40px) rotate(0)}to{transform:rotate(360deg) translate(40px) rotate(-360deg)}}.text-image-banner__underline{margin-top:30px}.text-image-banner__underline-segment--1{width:40px}.text-image-banner__underline-segment--2{width:20px}.text-image-banner__underline-segment--3{width:10px}.text-image-banner__cta{margin-top:35px}.text-image-banner__btn{padding:14px 28px;font-size:11px}.text-image-banner__orb--1{width:200px;height:200px}.text-image-banner__orb--2{width:150px;height:150px}.text-image-banner__image-container:hover{transform:scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-text-image-banner.css.map */
