:root{--touche-black: #1a1a1a;--touche-white: #ffffff;--touche-off-white: #f8f7f5;--touche-pastel: #C2D1B9;--touche-pastel-light: #dce6d7;--touche-pastel-dark: #8FA584;--touche-gold: #C9A96E;--touche-gray: #6b6b6b;--touche-light-gray: #e8e8e8;--touche-font-heading: "Playfair Display", "Georgia", serif;--touche-font-body: "Inter", "Helvetica Neue", sans-serif}.touche-section{font-family:var(--touche-font-body);color:var(--touche-black);position:relative;overflow:hidden}.touche-section h1,.touche-section h2,.touche-section h3,.touche-section h4{font-family:var(--touche-font-heading);font-weight:500;color:var(--touche-black)}.touche-section em,.touche-section i:not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.fa-light):not(.fa-thin):not([class*=fa-]){font-family:var(--touche-font-heading);font-style:italic}.touche-bg-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.touche-bg-blob{position:absolute;border-radius:50%;opacity:.06;filter:blur(60px)}.touche-bg-blob--1{width:400px;height:400px;background:var(--touche-pastel);top:10%;left:-5%;animation:touche-float-1 25s ease-in-out infinite}.touche-bg-blob--2{width:300px;height:300px;background:var(--touche-gold);top:50%;right:-5%;animation:touche-float-2 30s ease-in-out infinite}.touche-bg-blob--3{width:350px;height:350px;background:var(--touche-pastel-dark);bottom:10%;left:30%;animation:touche-float-3 20s ease-in-out infinite}.touche-bg-blob--4{width:250px;height:250px;background:var(--touche-pastel-light);top:30%;right:20%;animation:touche-float-1 35s ease-in-out infinite reverse}@keyframes touche-float-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(60px,40px) scale(1.1)}50%{transform:translate(20px,80px) scale(.95)}75%{transform:translate(-40px,30px) scale(1.05)}}@keyframes touche-float-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-50px,-60px) scale(1.08)}66%{transform:translate(30px,-30px) scale(.92)}}@keyframes touche-float-3{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(70px,-50px) rotate(10deg)}}.touche-category-bar{background:var(--touche-white);border-bottom:1px solid var(--touche-light-gray);padding:0;position:relative;z-index:10}.touche-category-tabs{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.touche-category-tabs li a{display:block;padding:10px 20px;font-family:var(--touche-font-body);font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;color:var(--touche-gray);text-decoration:none;border-bottom:2px solid transparent;transition:all .3s ease}.touche-category-tabs li a:hover,.touche-category-tabs li a.active{color:var(--touche-black);border-bottom-color:var(--touche-black)}.touche-hero{background:var(--touche-white);padding:60px 0 40px;min-height:70vh;position:relative;z-index:1}.touche-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px}.touche-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px}.touche-hero__circle-img{width:280px;height:280px;border-radius:50%;overflow:hidden;position:relative;z-index:2;border:3px solid var(--touche-light-gray)}.touche-hero__circle-img img{width:100%;height:100%;object-fit:cover}.touche-hero__product-float{position:absolute;top:15%;right:10%;z-index:3;animation:touche-product-float 4s ease-in-out infinite}.touche-hero__product-float img{width:60px;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15))}@keyframes touche-product-float{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-15px) rotate(5deg)}}.touche-hero__lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.touche-hero__lines svg{width:100%;height:100%}.touche-hero__line-path{fill:none;stroke:var(--touche-light-gray);stroke-width:1.5;stroke-dasharray:800;stroke-dashoffset:800;animation:touche-line-draw 3s ease-out forwards}.touche-hero__line-path--2{stroke:var(--touche-pastel);animation-delay:.5s}.touche-hero__line-path--3{stroke:var(--touche-pastel-dark);stroke-width:1;animation-delay:1s}@keyframes touche-line-draw{to{stroke-dashoffset:0}}.touche-hero__content{position:relative;z-index:2}.touche-hero__heading{font-size:clamp(2rem,4vw,3.2rem);line-height:1.15;margin-bottom:24px;color:var(--touche-black)}.touche-hero__heading em{font-style:italic}.touche-hero__buttons{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.touche-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;font-family:var(--touche-font-body);font-size:14px;font-weight:500;letter-spacing:.3px;border-radius:4px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.touche-btn--primary{background:var(--touche-black);color:var(--touche-white)}.touche-btn--primary:hover{background:#333;color:var(--touche-white)}.touche-btn--secondary{background:var(--touche-white);color:var(--touche-black);border:1.5px solid var(--touche-black)}.touche-btn--secondary:hover{background:var(--touche-black);color:var(--touche-white)}.touche-btn--pastel{background:var(--touche-pastel);color:var(--touche-black)}.touche-btn--pastel:hover{background:var(--touche-pastel-dark);color:var(--touche-white)}.touche-btn--outline-pastel{background:transparent;color:var(--touche-pastel-dark);border:1.5px solid var(--touche-pastel)}.touche-btn--outline-pastel:hover{background:var(--touche-pastel);color:var(--touche-black)}.touche-hero__quiz-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--touche-gray);text-decoration:none;padding:8px 0;border-bottom:1px solid var(--touche-light-gray);transition:all .3s ease}.touche-hero__quiz-link:hover{color:var(--touche-black);border-bottom-color:var(--touche-black)}.touche-hero__tabs-section{margin-top:60px;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 20px}.touche-hero__tabs-heading{font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:30px}.touche-hero__tabs-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.touche-hero__tab-content{padding-right:20px}.touche-hero__tab-content p{font-size:15px;line-height:1.7;color:var(--touche-gray);margin-bottom:20px}.touche-hero__tab-btns{display:flex;flex-direction:column;gap:0}.touche-hero__tab-btn{padding:14px 24px;background:transparent;border:none;border-right:3px solid var(--touche-light-gray);text-align:left;font-family:var(--touche-font-body);font-size:14px;font-weight:500;color:var(--touche-gray);cursor:pointer;transition:all .3s ease}.touche-hero__tab-btn:hover{color:var(--touche-black);background:var(--touche-off-white)}.touche-hero__tab-btn.active{color:var(--touche-black);border-right-color:var(--touche-gold);background:#c9a96e14}.touche-hero__tab-panel{display:none}.touche-hero__tab-panel.active{display:block;animation:touche-fade-in .4s ease}@keyframes touche-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.touche-features{background:var(--touche-off-white);padding:80px 0;position:relative;z-index:1}.touche-features__heading{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.touche-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;max-width:1000px;margin:0 auto;border:1px solid var(--touche-light-gray)}.touche-features__card{padding:32px 28px;background:var(--touche-white);border:1px solid var(--touche-light-gray);transition:all .3s ease;position:relative}.touche-features__card:hover{background:var(--touche-off-white)}.touche-features__card-icon{font-size:22px;color:var(--touche-pastel-dark);margin-bottom:14px;display:block}.touche-features__card h4{font-size:16px;font-weight:600;font-family:var(--touche-font-body);margin-bottom:10px;color:var(--touche-black)}.touche-features__card p{font-size:13px;line-height:1.6;color:var(--touche-gray);margin:0}.touche-features__cta{text-align:center;margin-top:40px}.touche-collections{background:var(--touche-white);padding:80px 0;position:relative;z-index:1}.touche-collections__heading{text-align:center;font-size:clamp(1.4rem,2.5vw,2rem);margin-bottom:40px;font-style:italic}.touche-collections__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:0 20px}.touche-collections__card{background:var(--touche-white);border:1px solid var(--touche-light-gray);border-radius:4px;padding:24px;text-align:left;transition:all .3s ease}.touche-collections__card:hover{box-shadow:0 4px 20px #0000000f;transform:translateY(-2px)}.touche-collections__card-title{font-family:var(--touche-font-body);font-size:16px;font-weight:600;margin-bottom:4px;color:var(--touche-black)}.touche-collections__card-subtitle{font-size:13px;color:var(--touche-gray);margin-bottom:16px;line-height:1.5}.touche-collections__card-image{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:4px;margin-bottom:16px;background:var(--touche-off-white)}.touche-collections__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.touche-collections__card:hover .touche-collections__card-image img{transform:scale(1.05)}.touche-collections__card .touche-btn{width:100%;justify-content:center;padding:10px 20px;font-size:13px}.touche-timeline{background:var(--touche-white);padding:80px 0;position:relative;z-index:1}.touche-timeline__heading{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:60px}.touche-timeline__track{max-width:1000px;margin:0 auto;padding:0 20px;position:relative}.touche-timeline__line{position:relative;display:flex;align-items:center;justify-content:space-between;height:4px;background:var(--touche-light-gray);border-radius:4px;margin-bottom:40px}.touche-timeline__line-fill{position:absolute;left:0;top:0;height:100%;background:var(--touche-gold);border-radius:4px;width:0%;transition:width 1.5s ease-out}.touche-timeline__line-fill.animate{width:var(--fill-width, 0%)}.touche-timeline__milestones{display:flex;justify-content:space-between;position:relative}.touche-timeline__milestone{flex:1;text-align:center;position:relative}.touche-timeline__milestone-badge{display:inline-block;padding:6px 16px;background:var(--touche-light-gray);border-radius:4px;font-family:var(--touche-font-body);font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--touche-gray);margin-bottom:20px;transition:all .5s ease}.touche-timeline__milestone-badge.active{background:var(--touche-gold);color:var(--touche-black)}.touche-timeline__milestone-dot{width:14px;height:14px;border-radius:50%;background:var(--touche-light-gray);border:3px solid var(--touche-white);box-shadow:0 0 0 2px var(--touche-light-gray);position:absolute;top:-42px;left:50%;transform:translate(-50%);transition:all .5s ease;z-index:2}.touche-timeline__milestone-dot.active{background:var(--touche-gold);box-shadow:0 0 0 2px var(--touche-gold)}.touche-timeline__milestone p{font-size:14px;line-height:1.6;color:var(--touche-gray);max-width:280px;margin:0 auto}.touche-timeline__dots{position:absolute;right:0;top:0;width:33%;height:100%;display:flex;align-items:center;gap:6px;padding-left:10px}.touche-timeline__dot-item{width:3px;height:3px;border-radius:50%;background:var(--touche-light-gray)}.touche-timeline__footnote{text-align:center;margin-top:40px;font-size:12px;color:var(--touche-gray);opacity:.7}.touche-before-after{background:var(--touche-off-white);padding:80px 0;position:relative;z-index:1}.touche-before-after__heading{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:12px}.touche-before-after__avatars{display:flex;justify-content:center;gap:-8px;margin-bottom:40px}.touche-before-after__avatar{width:40px;height:40px;border-radius:50%;border:2px solid var(--touche-white);overflow:hidden;margin-left:-8px;cursor:pointer;transition:all .3s ease;opacity:.6}.touche-before-after__avatar:first-child{margin-left:0}.touche-before-after__avatar.active{opacity:1;border-color:var(--touche-gold);transform:scale(1.1)}.touche-before-after__avatar img{width:100%;height:100%;object-fit:cover}.touche-before-after__content{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;max-width:1100px;margin:0 auto;padding:0 20px;align-items:center}.touche-before-after__images{display:grid;grid-template-columns:1fr 1fr;gap:16px;position:relative}.touche-before-after__img-wrap{position:relative;overflow:hidden;border-radius:8px}.touche-before-after__img-wrap img{width:100%;height:100%;object-fit:cover;aspect-ratio:3/4}.touche-before-after__label{position:absolute;bottom:12px;left:12px;padding:4px 12px;background:#000000b3;color:var(--touche-white);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;border-radius:3px}.touche-before-after__label--after{background:var(--touche-gold);color:var(--touche-black)}.touche-before-after__circle-accent{position:absolute;width:200px;height:200px;border:1px solid var(--touche-light-gray);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.touche-before-after__testimonial{padding:20px 0}.touche-before-after__quote{font-family:var(--touche-font-heading);font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.5;margin-bottom:16px;color:var(--touche-black)}.touche-before-after__author{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--touche-gray);margin-bottom:16px}.touche-before-after__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.touche-before-after__tag{display:inline-block;padding:4px 12px;background:var(--touche-white);border:1px solid var(--touche-light-gray);border-radius:20px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--touche-gray)}.touche-before-after__product-link{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--touche-pastel-dark);text-decoration:none;margin-top:20px;padding-top:16px;border-top:1px solid var(--touche-light-gray)}.touche-before-after__product-link:hover{color:var(--touche-black)}.touche-subscribe{background:var(--touche-black);color:var(--touche-white);padding:60px 0;text-align:center;position:relative;z-index:1;overflow:hidden}.touche-subscribe__inner{max-width:600px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.touche-subscribe h2{color:var(--touche-white);font-size:clamp(1.6rem,3vw,2.2rem);margin-bottom:12px}.touche-subscribe p{color:#fff9;font-size:15px;margin-bottom:24px}.touche-subscribe__accent{position:absolute;width:300px;height:300px;border-radius:50%;background:var(--touche-pastel);opacity:.05;filter:blur(80px)}.touche-subscribe__accent--1{top:-100px;left:-100px}.touche-subscribe__accent--2{bottom:-100px;right:-100px}@media(max-width:991px){.touche-hero__inner{grid-template-columns:1fr;gap:30px;text-align:center}.touche-hero__visual{min-height:280px;order:-1}.touche-hero__circle-img{width:200px;height:200px}.touche-hero__buttons,.touche-hero__quiz-link{justify-content:center}.touche-hero__tabs-wrapper{grid-template-columns:1fr;gap:24px}.touche-hero__tab-btns{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}.touche-hero__tab-btn{border-right:none;border-bottom:3px solid var(--touche-light-gray);padding:10px 16px;font-size:13px}.touche-hero__tab-btn.active{border-bottom-color:var(--touche-gold)}.touche-features__grid{grid-template-columns:repeat(2,1fr)}.touche-collections__grid{grid-template-columns:repeat(2,1fr);gap:16px}.touche-before-after__content{grid-template-columns:1fr;gap:24px}.touche-timeline__milestones{flex-direction:column;gap:30px}.touche-timeline__line{display:none}.touche-timeline__milestone{text-align:left;display:flex;gap:16px;align-items:flex-start}.touche-timeline__milestone-dot{position:static;transform:none;flex-shrink:0;margin-top:4px}.touche-timeline__milestone-badge{margin-bottom:8px}.touche-bg-blob{display:none}}@media(max-width:767px){.touche-collections .container{padding-left:0!important;padding-right:0!important}.touche-collections__heading{padding:0 24px}.touche-collections__grid{display:flex!important;grid-template-columns:none!important;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:14px!important;padding:6px 24px 16px!important}.touche-collections__grid::-webkit-scrollbar{display:none;width:0;height:0}.touche-collections__card{flex:0 0 78%;max-width:320px;scroll-snap-align:start}}@media(max-width:575px){.touche-hero{padding:30px 0 20px}.touche-features__grid{grid-template-columns:1fr}.touche-collections__grid{grid-template-columns:1fr;gap:12px}.touche-features,.touche-collections,.touche-timeline,.touche-before-after{padding:50px 0}.touche-hero__heading{font-size:1.8rem}.touche-category-tabs li a{padding:8px 14px;font-size:12px}}.touche-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.touche-reveal.visible{opacity:1;transform:translateY(0)}.touche-reveal--delay-1{transition-delay:.1s}.touche-reveal--delay-2{transition-delay:.2s}.touche-reveal--delay-3{transition-delay:.3s}.touche-reveal--delay-4{transition-delay:.4s}.touche-reveal--delay-5{transition-delay:.5s}.touche-reveal--delay-6{transition-delay:.6s}
/*# sourceMappingURL=/cdn/shop/t/22/assets/touche-custom.css.map */
