@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Pacifico&display=swap";.kaleo-section,.kaleo-section *,.kaleo-section *:before,.kaleo-section *:after{box-sizing:border-box}.kaleo-section{font-family:Manrope,system-ui,-apple-system,sans-serif;color:#1f1311;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.kaleo-section img{display:block;max-width:100%}.kaleo-section button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}.kaleo-section a{color:inherit;text-decoration:none}.kaleo-section ul,.kaleo-section ol{margin:0;padding:0;list-style:none}.kaleo-section p,.kaleo-section h1,.kaleo-section h2,.kaleo-section h3,.kaleo-section h4{margin:0}:root{--cream: #FAF5EA;--cream-2: #F4EBD8;--pink-50: #FFF1F3;--pink-100: #FCDCE1;--pink-200: #F8C6CE;--pink-300: #F2A8B3;--pink-grad: linear-gradient(135deg, #FFD4DA 0%, #F8E0E4 55%, #F4D2D8 100%);--pink-grad-soft: linear-gradient(180deg, #FFEDF0 0%, #FFE2E7 100%);--ink: #1F1311;--ink-2: #3A2A26;--mute: #7A6A65;--line: #ECE2D2;--sale: #4A1F38;--gold: #D9A24A;--ok: #2F7D54;--shadow-card: 0 1px 0 rgba(31, 19, 17, .04), 0 12px 30px -18px rgba(31, 19, 17, .18);--shadow-soft: 0 24px 60px -30px rgba(95, 35, 60, .25);--r-card: 22px;--r-pill: 999px;--r-btn: 999px;--container: 1280px}.kaleo-section .font-script{font-family:Pacifico,cursive!important;font-weight:400;letter-spacing:-.02em}.kaleo-section .font-display{font-family:Manrope,sans-serif;font-weight:700;letter-spacing:-.03em;line-height:1.05}.kaleo-section .container{max-width:var(--container);margin:0 auto;padding:0 32px}@media(max-width:720px){.kaleo-section .container{padding:0 20px}}.kaleo-section .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 28px;border-radius:var(--r-btn);font-weight:600;font-size:15px;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.kaleo-section .btn-primary{background:var(--ink);color:#fff}.kaleo-section .btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px -10px #1f131173}.kaleo-section .btn-secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}.kaleo-section .btn-secondary:hover{background:var(--cream-2)}.kaleo-section .btn-pink{background:var(--pink-200);color:var(--ink)}.kaleo-section .btn-pink:hover{background:var(--pink-300)}.kaleo-section .btn-sm{padding:10px 18px;font-size:13px}.kaleo-section .eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:var(--r-pill);background:#fff;border:1px solid var(--line);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-2)}.kaleo-section .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--pink-300)}.kaleo-section .h-display{font-family:Manrope,sans-serif;font-weight:700;font-size:clamp(38px,5vw,64px);letter-spacing:-.035em;line-height:1.02}.kaleo-section .h-1{font-weight:700;font-size:clamp(30px,3.6vw,44px);letter-spacing:-.03em;line-height:1.08}.kaleo-section .h-2{font-weight:700;font-size:clamp(22px,2.4vw,30px);letter-spacing:-.02em;line-height:1.15}.kaleo-section .text-lead{font-size:clamp(15px,1.4vw,18px);color:var(--mute);line-height:1.55}.kaleo-section .text-mute{color:var(--mute)}.kaleo-section .section{padding:96px 0}.kaleo-section .section-sm{padding:64px 0}@media(max-width:720px){.kaleo-section .section{padding:56px 0}.kaleo-section .section-sm{padding:36px 0}}.kaleo-section .stars{display:inline-flex;gap:2px;color:var(--gold)}.kaleo-section .stars svg{width:16px;height:16px}.kaleo-section .promo-bar{background:var(--pink-grad-soft);border-bottom:1px solid rgba(255,200,210,.5);padding:10px 16px;text-align:center;font-size:13px;font-weight:500;color:var(--ink)}.kaleo-section .promo-bar .promo-track{display:flex;gap:56px;justify-content:center;align-items:center;flex-wrap:wrap}.kaleo-section .promo-bar .promo-track span{display:inline-flex;align-items:center;gap:8px}.kaleo-section .promo-bar svg{width:14px;height:14px;opacity:.7}@media(max-width:720px){.kaleo-section .promo-bar{padding:8px 12px;font-size:12px}.kaleo-section .promo-bar .promo-track{gap:0;justify-content:center}.kaleo-section .promo-bar .promo-track span:not(:first-child){display:none}}.kaleo-section .site-header{background:var(--cream);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(236,226,210,.6)}.kaleo-section .site-header .row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 32px;max-width:var(--container);margin:0 auto}.kaleo-section .site-header .left,.kaleo-section .site-header .right{display:flex;align-items:center;gap:18px}.kaleo-section .site-header .right{justify-content:flex-end}.kaleo-section .site-header .logo{font-family:Pacifico,cursive;font-size:32px;color:var(--ink);line-height:1}.kaleo-section .site-header .icon-btn{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;transition:background .15s}.kaleo-section .site-header .icon-btn:hover{background:var(--cream-2)}.kaleo-section .site-header .icon-btn svg{width:20px;height:20px}.kaleo-section .site-header .cart-count{position:absolute;transform:translate(10px,-10px);background:var(--ink);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:grid;place-items:center}.kaleo-section .site-header .country{font-size:13px;color:var(--ink-2);display:inline-flex;align-items:center;gap:6px}.kaleo-section .site-header .nav{display:flex;gap:36px;justify-content:center;padding:0 0 14px;font-size:15px;color:var(--ink-2)}.kaleo-section .site-header .nav a{position:relative;padding:6px 0;transition:color .15s}.kaleo-section .site-header .nav a:hover,.kaleo-section .site-header .nav a.active{color:var(--ink)}.kaleo-section .site-header .nav a.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1.5px;background:var(--ink)}.kaleo-section .site-header .hamburger{display:none}@media(max-width:900px){.kaleo-section .site-header .row{grid-template-columns:auto 1fr auto;padding:12px 16px}.kaleo-section .site-header .logo{font-size:24px}.kaleo-section .site-header .nav{display:none}.kaleo-section .site-header .country span:not(.flag){display:none}.kaleo-section .site-header .country .flag{font-size:16px}.kaleo-section .site-header .hamburger{display:grid}.kaleo-section .site-header .search-text{display:none}.kaleo-section .site-header .left,.kaleo-section .site-header .right{gap:6px}}.kaleo-section .hero{padding:32px 0 64px}.kaleo-section .hero .wrap{display:grid;grid-template-columns:1.05fr 1.4fr;gap:0;align-items:stretch;position:relative;max-width:var(--container);margin:0 auto;padding:0 32px}.kaleo-section .hero .card-left{background:radial-gradient(circle at 20% 15%,#ffd8e3,#f8e4eb 30%,#fff8fa 58%,#fffdfb);border-radius:var(--r-card);padding:56px 48px;position:relative;z-index:2;margin-right:-40px;align-self:center;box-shadow:var(--shadow-soft)}.kaleo-section .hero .badge-row{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.kaleo-section .hero .badge{padding:7px 14px;background:#fff9;border-radius:var(--r-pill);font-size:12px;font-weight:600;color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kaleo-section .hero h1{font-size:clamp(44px,5.5vw,76px);font-weight:700;letter-spacing:-.04em;line-height:.98;margin:0 0 18px}.kaleo-section .hero h1 em{font-family:Pacifico,cursive;font-style:normal;font-weight:400;color:var(--sale);display:block;font-size:.82em;line-height:1.15;padding-top:6px}.kaleo-section .hero p{color:var(--ink-2);font-size:16px;margin:0 0 32px;max-width:360px;line-height:1.55}.kaleo-section .hero .ctas{display:flex;gap:12px;flex-wrap:wrap}.kaleo-section .hero .social-proof{display:flex;align-items:center;gap:12px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(31,19,17,.1)}.kaleo-section .hero .avatars{display:flex}.kaleo-section .hero .avatars div{width:32px;height:32px;border-radius:50%;border:2px solid #fff;background-size:cover;background-position:center;margin-left:-8px}.kaleo-section .hero .avatars div:first-child{margin-left:0}.kaleo-section .hero .proof-text{font-size:13px;color:var(--ink-2);line-height:1.3}.kaleo-section .hero .proof-text strong{font-weight:700}.kaleo-section .hero .card-right{background:#e8dcc8;border-radius:var(--r-card);overflow:hidden;position:relative;min-height:580px;display:grid;place-items:center}.kaleo-section .hero .card-right img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.kaleo-section .hero .floating-tag{position:absolute;top:24px;right:24px;background:#fff;border-radius:16px;padding:12px 16px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-card);z-index:3}.kaleo-section .hero .floating-tag .swatch{width:36px;height:36px;border-radius:12px;background:var(--pink-grad)}.kaleo-section .hero .floating-tag .label{font-size:11px;color:var(--mute)}.kaleo-section .hero .floating-tag .name{font-size:13px;font-weight:700}@media(max-width:900px){.kaleo-section .hero{padding:20px 0 32px}.kaleo-section .hero .wrap{grid-template-columns:1fr;gap:16px;padding:0 20px}.kaleo-section .hero .card-left{margin-right:0;padding:32px 24px;border-radius:20px}.kaleo-section .hero .card-right{min-height:320px;order:-1;border-radius:20px}.kaleo-section .hero h1{font-size:40px}.kaleo-section .hero h1 em{font-size:.78em}.kaleo-section .hero p{font-size:15px;margin-bottom:24px}.kaleo-section .hero .floating-tag{top:12px;right:12px;padding:8px 12px}.kaleo-section .hero .floating-tag .swatch{width:28px;height:28px}.kaleo-section .hero .ctas{gap:10px}.kaleo-section .hero .ctas .btn{flex:1;padding:14px 18px;font-size:14px}.kaleo-section .hero .social-proof{margin-top:24px;padding-top:18px}}.kaleo-section .trust-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--cream-2);padding:22px 0}.kaleo-section .trust-strip .row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:var(--container);margin:0 auto;padding:0 32px;align-items:center}.kaleo-section .trust-strip .item{display:flex;align-items:center;gap:14px}.kaleo-section .trust-strip .icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;flex-shrink:0}.kaleo-section .trust-strip .icon svg{width:22px;height:22px}.kaleo-section .trust-strip .title{font-weight:700;font-size:14px}.kaleo-section .trust-strip .sub{font-size:12px;color:var(--mute)}@media(max-width:720px){.kaleo-section .trust-strip{padding:16px 0}.kaleo-section .trust-strip .row{grid-template-columns:repeat(2,1fr);padding:0 16px;gap:12px}.kaleo-section .trust-strip .item{gap:10px}.kaleo-section .trust-strip .icon{width:34px;height:34px}.kaleo-section .trust-strip .icon svg{width:18px;height:18px}.kaleo-section .trust-strip .title{font-size:12px}.kaleo-section .trust-strip .sub{font-size:10px;line-height:1.3}}.kaleo-section .products-section .head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;gap:24px;flex-wrap:wrap}.kaleo-section .products-section .head .title-block{max-width:540px}.kaleo-section .products-section .head h2{margin:0 0 8px}.kaleo-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.kaleo-section .product-card{position:relative}.kaleo-section .product-card .media{position:relative;aspect-ratio:1/1;background:#fff;border-radius:var(--r-card);overflow:hidden;margin-bottom:16px;display:grid;place-items:center;transition:transform .25s ease}.kaleo-section .product-card .media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--r-card);background:linear-gradient(180deg,transparent 60%,rgba(31,19,17,.04));pointer-events:none}.kaleo-section .product-card:hover .media{transform:translateY(-4px)}.kaleo-section .product-card .media img{width:70%;height:70%;object-fit:contain}.kaleo-section .product-card .badges{position:absolute;top:14px;left:14px;display:flex;flex-direction:column;gap:6px;z-index:2}.kaleo-section .product-card .badge{padding:6px 12px;border-radius:var(--r-pill);font-size:11px;font-weight:700;letter-spacing:.04em}.kaleo-section .product-card .badge.sale{background:var(--sale);color:#fff}.kaleo-section .product-card .badge.new{background:var(--ink);color:#fff}.kaleo-section .product-card .badge.best{background:var(--gold);color:#fff}.kaleo-section .product-card .quick-add{position:absolute;bottom:14px;left:14px;right:14px;background:var(--ink);color:#fff;border-radius:var(--r-pill);padding:12px;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease;z-index:2}.kaleo-section .product-card:hover .quick-add{opacity:1;transform:translateY(0)}.kaleo-section .product-card .qa-short{display:none}.kaleo-section .product-card .quick-add svg{width:14px;height:14px}.kaleo-section .product-card .wish{position:absolute;top:14px;right:14px;z-index:2;width:36px;height:36px;background:#ffffffd9;border-radius:50%;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.kaleo-section .product-card .wish svg{width:16px;height:16px}.kaleo-section .product-card .info{padding:0 6px}.kaleo-section .product-card .rating{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;color:var(--mute)}.kaleo-section .product-card .name{font-weight:600;font-size:15px;margin-bottom:6px}.kaleo-section .product-card .price{display:flex;align-items:baseline;gap:10px;font-size:15px}.kaleo-section .product-card .price .was{color:var(--mute);text-decoration:line-through;font-size:13px}.kaleo-section .product-card .price .now{font-weight:700}@media(max-width:1024px){.kaleo-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.kaleo-section .product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.kaleo-section .product-card .name,.kaleo-section .product-card .price{font-size:13px}.kaleo-section .product-card .rating{font-size:11px}.kaleo-section .product-card .media{border-radius:16px;margin-bottom:10px}.kaleo-section .product-card .wish{width:30px;height:30px;top:8px;right:8px}.kaleo-section .product-card .badges{top:8px;left:8px}.kaleo-section .product-card .badge{font-size:9px;padding:4px 8px}}@media(max-width:720px){.kaleo-section .product-card .quick-add{opacity:1;transform:none;padding:9px;font-size:11px;bottom:8px;left:8px;right:8px}.kaleo-section .product-card .qa-full{display:none}.kaleo-section .product-card .qa-short{display:inline}.kaleo-section .products-section .head{margin-bottom:24px}.kaleo-section .products-section .head .btn{display:none}}.kaleo-section .spotlight{background:var(--cream)}.kaleo-section .spotlight .wrap{max-width:var(--container);margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.kaleo-section .spotlight .media{background:var(--pink-grad-soft);border-radius:var(--r-card);aspect-ratio:4/5;position:relative;overflow:hidden}.kaleo-section .spotlight .media .float-card{position:absolute;padding:14px 16px;background:#fff;border-radius:16px;box-shadow:var(--shadow-card);font-size:12px;display:flex;align-items:center;gap:10px}.kaleo-section .spotlight .media .float-card.tl{top:24px;left:24px}.kaleo-section .spotlight .media .float-card.br{bottom:24px;right:24px}.kaleo-section .spotlight .media .float-card .num{font-size:22px;font-weight:700;color:var(--sale);font-family:Pacifico,cursive}.kaleo-section .spotlight .copy .tag{color:var(--sale);font-weight:700;font-size:13px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.kaleo-section .spotlight .copy h2{margin:0 0 18px}.kaleo-section .spotlight .copy p{color:var(--ink-2);line-height:1.6;margin:0 0 28px}.kaleo-section .spotlight .benefits{list-style:none;padding:0;margin:0 0 32px;display:grid;gap:14px}.kaleo-section .spotlight .benefits li{display:flex;gap:14px;align-items:flex-start;font-size:15px}.kaleo-section .spotlight .benefits .check{width:26px;height:26px;border-radius:50%;background:var(--pink-100);display:grid;place-items:center;flex-shrink:0}.kaleo-section .spotlight .benefits .check svg{width:14px;height:14px;color:var(--sale)}.kaleo-section .spotlight .price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:24px}.kaleo-section .spotlight .price-row .now{font-size:32px;font-weight:700;color:var(--ink)}.kaleo-section .spotlight .price-row .was{font-size:18px;color:var(--mute);text-decoration:line-through}.kaleo-section .spotlight .price-row .save{background:var(--pink-100);color:var(--sale);font-size:12px;font-weight:700;padding:4px 10px;border-radius:var(--r-pill)}.kaleo-section .spotlight-ctas{display:flex;gap:12px;flex-wrap:wrap}.kaleo-section .spotlight-ctas .btn{white-space:nowrap}@media(max-width:900px){.kaleo-section .spotlight .wrap{grid-template-columns:1fr;gap:28px;padding:0 20px}.kaleo-section .spotlight .copy h2{font-size:32px!important}.kaleo-section .spotlight .price-row .now{font-size:26px}.kaleo-section .spotlight .benefits li{font-size:14px}.kaleo-section .spotlight .media .float-card{padding:10px 12px;font-size:11px}.kaleo-section .spotlight .media .float-card .num{font-size:18px}}@media(max-width:720px){.kaleo-section .spotlight-ctas{flex-direction:column;gap:10px}.kaleo-section .spotlight-ctas .btn{width:100%;padding:14px 18px;font-size:14px}.kaleo-section .spotlight-ctas .cta-price{display:none}}.kaleo-section .beforeafter{background:linear-gradient(180deg,var(--cream) 0%,var(--cream-2) 100%)}.kaleo-section .beforeafter .head{text-align:center;max-width:640px;margin:0 auto 48px}.kaleo-section .beforeafter .head h2{margin:16px 0 12px}.kaleo-section .beforeafter .head p{color:var(--mute)}.kaleo-section .ba-slider{position:relative;max-width:880px;margin:0 auto;aspect-ratio:16/10;border-radius:var(--r-card);overflow:hidden;background:#ddd;-webkit-user-select:none;user-select:none;touch-action:none;box-shadow:var(--shadow-soft)}.kaleo-section .ba-slider .ba-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.kaleo-section .ba-slider .ba-before{background:linear-gradient(135deg,#c8a88e,#b89878)}.kaleo-section .ba-slider .ba-after-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;clip-path:inset(0 0 0 50%)}.kaleo-section .ba-slider .ba-after{background:linear-gradient(135deg,#f2d5c0,#fae6d8);width:100%;height:100%}.kaleo-section .ba-slider .ba-label{position:absolute;top:18px;padding:6px 12px;background:#fffffff2;border-radius:var(--r-pill);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.kaleo-section .ba-slider .ba-label.before{left:18px;color:var(--mute)}.kaleo-section .ba-slider .ba-label.after{right:18px;color:var(--sale)}.kaleo-section .ba-slider .ba-handle{position:absolute;top:0;bottom:0;width:2px;background:#fff;box-shadow:0 0 0 1px #0000000d;pointer-events:none}.kaleo-section .ba-slider .ba-knob{position:absolute;top:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;cursor:ew-resize;display:grid;place-items:center;box-shadow:0 4px 14px #0000002e}.kaleo-section .ba-slider .ba-knob svg{width:24px;height:24px}.kaleo-section .ba-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:720px;margin:40px auto 0}.kaleo-section .ba-stats .stat{text-align:center}.kaleo-section .ba-stats .num{font-size:36px;font-weight:700;color:var(--ink);letter-spacing:-.02em}.kaleo-section .ba-stats .num em{font-family:Pacifico,cursive;font-style:normal;color:var(--sale);font-weight:400}.kaleo-section .ba-stats .label{font-size:13px;color:var(--mute);margin-top:4px}.kaleo-section .routine{background:#fff}.kaleo-section .routine .head{text-align:center;margin-bottom:56px}.kaleo-section .routine .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.kaleo-section .routine .steps:before{content:"";position:absolute;top:110px;left:16%;right:16%;height:2px;background:repeating-linear-gradient(90deg,var(--pink-200) 0 6px,transparent 6px 12px);z-index:0}.kaleo-section .routine .step{text-align:center;position:relative;z-index:1}.kaleo-section .routine .step .num-circle{width:64px;height:64px;border-radius:50%;margin:0 auto 24px;background:#fff;border:2px solid var(--pink-200);display:grid;place-items:center;font-family:Pacifico,cursive;font-size:28px;color:var(--sale)}.kaleo-section .routine .step .visual{aspect-ratio:1/1;background:var(--pink-grad-soft);border-radius:var(--r-card);margin-bottom:24px;padding:32px;display:grid;place-items:center}.kaleo-section .routine .step .visual img{width:75%;height:75%;object-fit:contain}.kaleo-section .routine .step h3{margin:0 0 8px;font-size:20px;font-weight:700}.kaleo-section .routine .step p{color:var(--mute);font-size:14px;max-width:280px;margin:0 auto}@media(max-width:900px){.kaleo-section .routine .head{margin-bottom:32px}.kaleo-section .routine .steps{grid-template-columns:1fr;gap:20px}.kaleo-section .routine .steps:before{display:none}.kaleo-section .routine .step .visual{aspect-ratio:16/10;padding:20px}.kaleo-section .routine .step .num-circle{width:52px;height:52px;font-size:24px;margin-bottom:16px}.kaleo-section .routine .step h3{font-size:18px}}.kaleo-section .reviews-section{background:var(--cream-2)}.kaleo-section .reviews-section .head{text-align:center;max-width:700px;margin:0 auto 56px}.kaleo-section .reviews-summary{display:flex;justify-content:center;align-items:center;gap:32px;margin:24px 0 16px;flex-wrap:wrap}.kaleo-section .reviews-summary .big-score{font-size:56px;font-weight:700;letter-spacing:-.03em;line-height:1}.kaleo-section .reviews-summary .score-side{text-align:left}.kaleo-section .reviews-summary .stars-big svg{width:22px;height:22px}.kaleo-section .reviews-summary .count{font-size:13px;color:var(--mute);margin-top:4px}.kaleo-section .reviews-summary .verified-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:8px 14px;border-radius:var(--r-pill);font-size:12px;font-weight:600}.kaleo-section .reviews-summary .verified-badge svg{width:14px;height:14px;color:var(--ok)}.kaleo-section .reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.kaleo-section .review-card{background:#fff;border-radius:var(--r-card);padding:28px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow-card)}.kaleo-section .review-card .top{display:flex;justify-content:space-between;align-items:center}.kaleo-section .review-card .stars svg{width:16px;height:16px}.kaleo-section .review-card .verified{font-size:11px;color:var(--ok);display:inline-flex;align-items:center;gap:4px;font-weight:600}.kaleo-section .review-card .verified svg{width:12px;height:12px}.kaleo-section .review-card .quote-title{font-weight:700;font-size:16px}.kaleo-section .review-card .quote{color:var(--ink-2);font-size:14px;line-height:1.6;flex:1}.kaleo-section .review-card .photo{width:100%;aspect-ratio:1/1;border-radius:14px;background:var(--pink-100);background-size:cover;background-position:center}.kaleo-section .review-card .author{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px}.kaleo-section .review-card .avatar{width:36px;height:36px;border-radius:50%;background:var(--pink-200)}.kaleo-section .review-card .author-info .name{font-weight:600;font-size:14px}.kaleo-section .review-card .author-info .meta{font-size:12px;color:var(--mute)}.kaleo-section .reviews-cta{text-align:center;margin-top:40px}.kaleo-section .reviews-cta .btn{white-space:nowrap}@media(max-width:900px){.kaleo-section .reviews-section .head{margin-bottom:32px}.kaleo-section .reviews-grid{grid-template-columns:1fr;gap:14px}.kaleo-section .reviews-summary{gap:14px}.kaleo-section .reviews-summary .big-score{font-size:38px}.kaleo-section .reviews-summary .stars-big svg{width:18px;height:18px}.kaleo-section .review-card{padding:22px;gap:12px}.kaleo-section .review-card .photo{aspect-ratio:16/10}}.kaleo-section .bundle{background:var(--pink-grad);padding:0}.kaleo-section .bundle .wrap{max-width:var(--container);margin:0 auto;padding:80px 32px;display:grid;grid-template-columns:1.2fr 1fr;gap:56px;align-items:center}.kaleo-section .bundle h2{margin:12px 0 16px}.kaleo-section .bundle .desc{color:var(--ink-2);margin-bottom:28px;max-width:460px}.kaleo-section .bundle .items{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.kaleo-section .bundle .item-pill{background:#ffffffb3;padding:8px 14px 8px 8px;border-radius:var(--r-pill);display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kaleo-section .bundle .item-pill .dot{width:26px;height:26px;border-radius:50%;background:var(--ink);color:#fff;font-family:Pacifico,cursive;font-size:14px;display:grid;place-items:center}.kaleo-section .bundle .deal{display:flex;align-items:baseline;gap:16px;margin-bottom:28px}.kaleo-section .bundle .deal .now{font-size:42px;font-weight:700;letter-spacing:-.02em}.kaleo-section .bundle .deal .was{font-size:22px;color:var(--mute);text-decoration:line-through}.kaleo-section .bundle .deal .save{background:var(--sale);color:#fff;padding:5px 12px;border-radius:var(--r-pill);font-size:12px;font-weight:700}.kaleo-section .bundle .visual{aspect-ratio:4/5;background:#fff6;border-radius:var(--r-card);display:grid;place-items:center;overflow:hidden;position:relative}.kaleo-section .bundle .visual .stack{position:relative;width:80%;height:80%}.kaleo-section .bundle .visual .stack img{position:absolute;max-height:70%;max-width:60%}.kaleo-section .bundle .visual .stack img:nth-child(1){top:10%;left:5%;transform:rotate(-8deg)}.kaleo-section .bundle .visual .stack img:nth-child(2){top:5%;right:8%;transform:rotate(6deg)}.kaleo-section .bundle .visual .stack img:nth-child(3){bottom:8%;left:30%;transform:rotate(-3deg)}.kaleo-section .bundle-cta{width:100%}.kaleo-section .bundle-cta .bcta-short{display:none}@media(max-width:900px){.kaleo-section .bundle .wrap{grid-template-columns:1fr;padding:48px 20px;gap:28px}.kaleo-section .bundle .visual{order:-1;aspect-ratio:16/12}.kaleo-section .bundle .deal .now{font-size:34px}.kaleo-section .bundle .deal .was{font-size:18px}.kaleo-section .bundle .items{gap:8px}.kaleo-section .bundle .item-pill{font-size:12px;padding:6px 12px 6px 6px}}@media(max-width:720px){.kaleo-section .bundle-cta{padding:14px 18px;font-size:14px}.kaleo-section .bundle-cta .bcta-full{display:none}.kaleo-section .bundle-cta .bcta-short{display:inline}}.kaleo-section .ugc{background:var(--cream)}.kaleo-section .ugc .head{text-align:center;margin-bottom:40px}.kaleo-section .ugc .grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.kaleo-section .ugc .tile{aspect-ratio:1/1;border-radius:16px;overflow:hidden;position:relative;background:var(--pink-100);background-size:cover;background-position:center;cursor:pointer;transition:transform .2s}.kaleo-section .ugc .tile:hover{transform:scale(1.02)}.kaleo-section .ugc .tile .ig-icon{position:absolute;bottom:8px;right:8px;color:#fff;background:#0006;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.kaleo-section .ugc .tile .ig-icon svg{width:14px;height:14px}@media(max-width:900px){.kaleo-section .ugc .grid{grid-template-columns:repeat(3,1fr);gap:8px}.kaleo-section .ugc .head{margin-bottom:24px}}.kaleo-section .faq{background:#fff}.kaleo-section .faq .wrap{max-width:820px;margin:0 auto;padding:0 32px}.kaleo-section .faq .head{text-align:center;margin-bottom:48px}.kaleo-section .faq .item{border-bottom:1px solid var(--line)}.kaleo-section .faq .item summary{list-style:none;cursor:pointer;padding:24px 0;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:17px}.kaleo-section .faq .item summary::-webkit-details-marker{display:none}.kaleo-section .faq .item summary .chev{width:32px;height:32px;border-radius:50%;background:var(--cream-2);display:grid;place-items:center;transition:transform .25s}.kaleo-section .faq .item[open] summary .chev{transform:rotate(45deg);background:var(--pink-100)}.kaleo-section .faq .item .answer{padding:0 0 24px;color:var(--mute);line-height:1.65;max-width:680px}@media(max-width:720px){.kaleo-section .faq .wrap{padding:0 20px}.kaleo-section .faq .head{margin-bottom:32px}.kaleo-section .faq .item summary{font-size:15px;padding:18px 0}.kaleo-section .faq .item .answer{font-size:14px;padding-bottom:20px}.kaleo-section .faq .item summary .chev{width:28px;height:28px}}.kaleo-section .founder{background:var(--cream-2)}.kaleo-section .founder .wrap{max-width:var(--container);margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:center}.kaleo-section .founder .photo{aspect-ratio:4/5;background:var(--pink-grad-soft);border-radius:var(--r-card);position:relative;overflow:hidden}.kaleo-section .founder .photo .signature{position:absolute;bottom:24px;left:24px;right:24px;font-family:Pacifico,cursive;font-size:28px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.3)}.kaleo-section .founder blockquote{font-size:clamp(20px,2.2vw,28px);font-weight:500;letter-spacing:-.02em;line-height:1.35;margin:24px 0 32px;color:var(--ink)}.kaleo-section .founder blockquote em{font-family:Pacifico,cursive;font-style:normal;color:var(--sale);font-weight:400}.kaleo-section .founder .name-line{display:flex;align-items:center;gap:16px}.kaleo-section .founder .name-line .av{width:56px;height:56px;border-radius:50%;background:var(--pink-200)}.kaleo-section .founder .name-line .who .n{font-weight:700}.kaleo-section .founder .name-line .who .r{font-size:13px;color:var(--mute)}@media(max-width:900px){.kaleo-section .founder .wrap{grid-template-columns:1fr;gap:24px;padding:0 20px}.kaleo-section .founder blockquote{font-size:22px;margin:16px 0 24px}.kaleo-section .founder .photo{max-width:320px}}.kaleo-section .newsletter{background:var(--pink-grad);padding:88px 0;text-align:center}.kaleo-section .newsletter h2{margin:0 0 12px;font-size:clamp(34px,4vw,56px)}.kaleo-section .newsletter p{color:var(--ink-2);margin:0 auto 32px;max-width:480px}.kaleo-section .newsletter form{display:flex;gap:8px;max-width:480px;margin:0 auto;background:#fff;padding:6px;border-radius:var(--r-pill);box-shadow:var(--shadow-card)}.kaleo-section .newsletter input{flex:1;border:0;padding:14px 20px;font-size:15px;background:transparent;outline:none;color:var(--ink);font-family:inherit}.kaleo-section .newsletter button{background:var(--ink);color:#fff;padding:14px 24px;border-radius:var(--r-pill);font-weight:600;font-size:14px}.kaleo-section .newsletter .socials{display:flex;gap:14px;justify-content:center;margin-top:28px}.kaleo-section .newsletter .socials a{width:40px;height:40px;background:#ffffff80;border-radius:50%;display:grid;place-items:center;transition:background .2s}.kaleo-section .newsletter .socials a:hover{background:#fff}.kaleo-section .newsletter .socials svg{width:18px;height:18px}.kaleo-section .newsletter .incentive{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;background:#ffffff80;padding:6px 14px;border-radius:var(--r-pill);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media(max-width:720px){.kaleo-section .newsletter{padding:64px 0}.kaleo-section .newsletter h2{font-size:32px}.kaleo-section .newsletter p{font-size:14px;padding:0 24px}.kaleo-section .newsletter form{flex-direction:column;padding:12px;border-radius:22px;margin:0 20px}.kaleo-section .newsletter input{text-align:center;padding:12px 16px}.kaleo-section .newsletter button{padding:12px}}.kaleo-section .site-footer{background:var(--cream);padding:56px 0 24px;border-top:1px solid var(--line)}.kaleo-section .site-footer .wrap{max-width:var(--container);margin:0 auto;padding:0 32px}.kaleo-section .site-footer .top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:40px;margin-bottom:40px}.kaleo-section .site-footer .logo{font-family:Pacifico,cursive;font-size:32px;margin-bottom:12px}.kaleo-section .site-footer .blurb{font-size:13px;color:var(--mute);max-width:280px;line-height:1.6;margin-bottom:18px}.kaleo-section .site-footer h4{font-size:13px;font-weight:700;margin:0 0 16px;letter-spacing:.05em;text-transform:uppercase}.kaleo-section .site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px;font-size:14px;color:var(--ink-2)}.kaleo-section .site-footer ul a:hover{color:var(--ink);text-decoration:underline}.kaleo-section .site-footer .bottom{border-top:1px solid var(--line);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--mute)}.kaleo-section .site-footer .pays{display:flex;gap:8px}.kaleo-section .site-footer .pay-chip{background:#fff;border:1px solid var(--line);border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700}@media(max-width:720px){.kaleo-section .site-footer .wrap{padding:0 20px}}@media(max-width:900px){.kaleo-section .site-footer .top{grid-template-columns:1fr 1fr;gap:24px}.kaleo-section .site-footer h4{font-size:12px;margin-bottom:12px}.kaleo-section .site-footer ul{font-size:13px;gap:8px}.kaleo-section .site-footer .blurb{font-size:12px}}@media(max-width:520px){.kaleo-section .site-footer{padding:36px 0 16px}.kaleo-section .site-footer .top{grid-template-columns:1fr 1fr;gap:20px 16px;margin-bottom:24px}.kaleo-section .site-footer .top>div:first-child{grid-column:1 / -1;margin-bottom:8px}.kaleo-section .site-footer .logo{font-size:24px;margin-bottom:6px}.kaleo-section .site-footer .blurb{font-size:11px;line-height:1.5;margin-bottom:12px;max-width:100%}.kaleo-section .site-footer .blurb br{display:none}.kaleo-section .site-footer h4{font-size:10px;margin-bottom:8px;letter-spacing:.08em}.kaleo-section .site-footer ul{font-size:12px;gap:6px}.kaleo-section .site-footer .top>div:first-child>div:last-child{gap:8px}.kaleo-section .site-footer .top>div:first-child>div:last-child a{width:32px!important;height:32px!important}.kaleo-section .site-footer .top>div:first-child>div:last-child svg{width:14px;height:14px}.kaleo-section .site-footer .bottom{flex-direction:column;align-items:flex-start;padding-top:14px;gap:8px;font-size:10px;line-height:1.5}.kaleo-section .site-footer .pay-chip{font-size:9px;padding:3px 6px}}.kaleo-section .sticky-atc{display:none}@media(max-width:720px){.kaleo-section .site-footer{padding-bottom:96px}.kaleo-section .sticky-atc{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 16px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -8px 24px -10px #1f13112e;z-index:40;align-items:center;gap:12px}.kaleo-section .sticky-atc .info{flex:1;min-width:0}.kaleo-section .sticky-atc .nm{font-size:12px;font-weight:700}.kaleo-section .sticky-atc .pr{font-size:11px;color:var(--mute)}.kaleo-section .sticky-atc button{background:var(--ink);color:#fff;padding:12px 18px;border-radius:var(--r-pill);font-size:13px;font-weight:600}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/kaleo-sections-clean.css.map */
