@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800;900&family=Quicksand:wght@400;500;600;700&display=swap";:root{--lh-rose: #F4587A;--lh-rose-lt: #FFEEF3;--lh-sky: #5BB8F5;--lh-sky-lt: #EEF7FF;--lh-butter: #FFD166;--lh-butter-lt: #FFFBEE;--lh-mint: #3DCBAC;--lh-mint-lt: #EDFAF6;--lh-lilac: #C084FC;--lh-lilac-lt: #F5EEFF;--lh-sand: #FFF7F0;--lh-ink: #1A1035;--lh-muted: #7B6E82;--lh-white: #FFFFFF;--lh-card-r: 20px;--lh-ff-head: "Baloo 2", cursive;--lh-ff-body: "Quicksand", sans-serif;--lh-shadow-sm: 0 4px 16px rgba(26,16,53,.07);--lh-shadow-md: 0 8px 32px rgba(26,16,53,.11);--lh-shadow-lg: 0 20px 60px rgba(26,16,53,.15);--lh-swatch-red: #E8426A;--lh-swatch-pink: #FFB3C6;--lh-swatch-blue: #5BB8F5;--lh-swatch-navy: #1A1035;--lh-swatch-yellow:#FFD166;--lh-swatch-green: #3DCBAC;--lh-swatch-grey: #E8E0D5;--lh-swatch-gray: #E8E0D5;--lh-swatch-brown: #6B4F3A;--lh-swatch-white: #FFFFFF;--lh-swatch-black: #1A1035}.lh-section *,.lh-section *:before,.lh-section *:after{box-sizing:border-box}.lh-section{font-family:var(--lh-ff-body)}.lh-hero{display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.lh-hero__panel{display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 5rem 5rem;position:relative;overflow:hidden}.lh-hero__panel--right{padding:5rem 5rem 5rem 4rem}.lh-hero__deco{position:absolute;border-radius:50%;background:#ffffff14;pointer-events:none}.lh-hero__deco--1{width:420px;height:420px;bottom:-120px;right:-100px}.lh-hero__deco--2{width:200px;height:200px;top:-60px;left:-60px;background:#ffffff0f}.lh-hero__deco--3{width:100px;height:100px;bottom:60px;right:40px}.lh-sticker{position:absolute;font-size:2.4rem;z-index:2;animation:lhStFloat 4s ease-in-out infinite;filter:drop-shadow(0 6px 12px rgba(0,0,0,.15));-webkit-user-select:none;user-select:none}.lh-sticker--2{animation-delay:.8s}.lh-sticker--3{animation-delay:1.6s}.lh-sticker--4{animation-delay:2.4s}@keyframes lhStFloat{0%,to{transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-14px) rotate(4deg)}}.lh-hero__eyebrow{font-family:var(--lh-ff-body);font-size:14px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#ffffffb3;margin-bottom:.75rem;display:flex;align-items:center;gap:8px;position:relative;z-index:2}.lh-hero__eyebrow:before{content:"";width:24px;height:2px;background:#ffffff80;display:inline-block}.lh-hero__pills{display:flex;gap:.6rem;margin-bottom:1.25rem;flex-wrap:wrap;position:relative;z-index:2}.lh-pill{background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:5px 14px;font-size:14px;font-weight:700;color:#fff;font-family:var(--lh-ff-body)}.lh-hero__headline{font-family:var(--lh-ff-head);font-size:clamp(2.2rem,3.5vw,3.8rem);font-weight:900;color:#fff;line-height:1.08;margin-bottom:1rem;position:relative;z-index:2}.lh-hero__headline em{font-style:normal;background:#ffffff38;border-radius:8px;padding:0 8px}.lh-hero__sub{font-size:14px;color:#ffffffd9;font-weight:600;line-height:1.7;margin-bottom:2rem;position:relative;z-index:2;max-width:340px}.lh-hero__btn{display:inline-flex;align-items:center;gap:10px;background:#fff;border:none;border-radius:50px;padding:14px 28px;font-family:var(--lh-ff-head);font-size:14px;font-weight:800;cursor:pointer;transition:all .3s;text-decoration:none;position:relative;z-index:2;width:fit-content}.lh-hero__btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 12px 35px #0000002e}.lh-hero__btn svg{transition:transform .3s}.lh-hero__btn:hover svg{transform:translate(4px)}.lh-cats__inner{max-width:1200px;margin:0 auto}.lh-cats__title{text-align:center;font-family:var(--lh-ff-head);font-size:22px;font-weight:900;color:var(--lh-ink);margin-bottom:.3rem}.lh-cats__sub{text-align:center;color:var(--lh-muted);font-size:14px;font-weight:600;margin-bottom:2.25rem}.lh-cats__grid{display:grid;grid-template-columns:repeat(var(--cols, 5),1fr);gap:1rem}.lh-cat-tile{border-radius:var(--lh-card-r);padding:2rem 1rem 1.5rem;text-align:center;cursor:pointer;transition:all .3s;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:.5rem}.lh-cat-tile:hover{transform:translateY(-6px);box-shadow:var(--lh-shadow-md)}.lh-cat-tile__emoji{font-size:2.8rem;display:block;animation:lhBounce 2.5s ease-in-out infinite}@keyframes lhBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lh-cat-tile:nth-child(2) .lh-cat-tile__emoji{animation-delay:.4s}.lh-cat-tile:nth-child(3) .lh-cat-tile__emoji{animation-delay:.8s}.lh-cat-tile:nth-child(4) .lh-cat-tile__emoji{animation-delay:1.2s}.lh-cat-tile:nth-child(5) .lh-cat-tile__emoji{animation-delay:1.6s}.lh-cat-tile__name{font-family:var(--lh-ff-head);font-size:18px;font-weight:800}.lh-cat-tile__count{font-size:.75rem;font-weight:600;color:var(--lh-muted)}.lh-marquee{overflow:hidden}.lh-marquee__track{display:flex;gap:0;animation:lhMarquee 28s linear infinite;width:max-content}@keyframes lhMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.lh-marquee__item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem;font-family:var(--lh-ff-head);font-size:16px;font-weight:800;white-space:nowrap}.lh-marquee__star{font-size:1rem}.lh-products{padding:5rem 4rem}.lh-products__inner{max-width:1200px;margin:0 auto}.lh-sec-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.lh-sec-tag{display:inline-block;padding:4px 14px;border-radius:50px;font-size:14px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-family:var(--lh-ff-body)}.lh-sec-title{font-family:var(--lh-ff-head);font-size:22px;font-weight:900;color:var(--lh-ink);line-height:1.1}.lh-view-all{font-family:var(--lh-ff-head);font-weight:800;font-size:.9rem;color:var(--lh-rose);text-decoration:none;display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border:2px solid var(--lh-rose);border-radius:50px;transition:all .25s;white-space:nowrap}.lh-view-all:hover{background:var(--lh-rose);color:#fff}.lh-filter-tabs{display:flex;gap:.5rem;margin-bottom:1.75rem;flex-wrap:wrap}.lh-ftab{padding:7px 18px;border-radius:50px;border:1.5px solid #EDE8F4;background:#fff;font-family:var(--lh-ff-body);font-size:.82rem;font-weight:700;color:var(--lh-muted);cursor:pointer;transition:all .2s}.lh-ftab:hover,.lh-ftab--on{background:var(--lh-ink);color:#fff;border-color:var(--lh-ink)}.lh-prod-grid{display:grid;grid-template-columns:repeat(var(--grid-cols, 4),1fr);gap:1.25rem}.lh-prod-card{background:#fff;border-radius:var(--lh-card-r);overflow:hidden;box-shadow:var(--lh-shadow-sm);transition:all .35s cubic-bezier(.25,.8,.25,1);cursor:pointer;display:flex;flex-direction:column}.lh-prod-card:hover{transform:translateY(-8px);box-shadow:var(--lh-shadow-lg)}.lh-prod-img{aspect-ratio:4/5;position:relative;overflow:hidden;background:var(--lh-sand)}.lh-prod-img__photo{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .35s}.lh-prod-img__photo--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.lh-prod-card:hover .lh-prod-img__photo--hover{opacity:1}.lh-prod-card:hover .lh-prod-img__photo:first-of-type{opacity:0}.lh-prod-img__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.5rem;text-decoration:none}.lh-prod-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:5px;z-index:2}.lh-pbadge{padding:3px 10px;border-radius:50px;font-size:.65rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;font-family:var(--lh-ff-body)}.lh-pbadge--new{background:var(--lh-mint);color:#fff}.lh-pbadge--sale{background:var(--lh-rose);color:#fff}.lh-pbadge--hot{background:var(--lh-butter);color:var(--lh-ink)}.lh-wishlist-btn{position:absolute;top:10px;right:10px;width:34px;height:34px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;box-shadow:0 2px 8px #0000001f;z-index:2;transition:all .2s;border:none}.lh-wishlist-btn:hover{background:var(--lh-rose-lt);transform:scale(1.15)}.lh-quick-add{position:absolute;bottom:-50px;left:0;right:0;background:var(--lh-ink);transition:bottom .3s ease;z-index:3;text-align:center}.lh-prod-card:hover .lh-quick-add{bottom:0}.lh-quick-add__btn{display:block;width:100%;background:none;border:none;color:#fff;font-family:var(--lh-ff-head);font-weight:800;font-size:.85rem;padding:12px;cursor:pointer;text-decoration:none;transition:background .2s}.lh-quick-add__btn:hover{background:var(--lh-rose)}.lh-prod-swatches{display:flex;gap:5px;padding:.5rem .9rem .6rem}.lh-swatch{width:14px;height:14px;border-radius:50%;border:2px solid #fff;outline:1.5px solid rgba(0,0,0,.12);cursor:pointer;transition:transform .2s}.lh-swatch:hover{transform:scale(1.3)}.lh-prod-info{padding:.8rem 1rem .9rem;flex:1;display:flex;flex-direction:column;gap:.3rem}.lh-prod-name{font-family:var(--lh-ff-head);font-weight:800;font-size:.95rem;color:var(--lh-ink);line-height:1.3}.lh-prod-name a{text-decoration:none;color:inherit}.lh-prod-name a:hover{color:var(--lh-rose)}.lh-prod-variant{font-size:.75rem;font-weight:600;color:var(--lh-muted)}.lh-prod-rating{display:flex;align-items:center;gap:4px;font-size:.73rem;font-weight:700;color:var(--lh-muted)}.lh-stars{color:var(--lh-butter);font-size:.82rem;letter-spacing:-1px}.lh-prod-price-row{display:flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:.4rem;flex-wrap:wrap}.lh-prod-price{font-family:var(--lh-ff-head);font-weight:900;font-size:1.1rem;color:var(--lh-rose)}.lh-prod-old{font-size:.8rem;font-weight:600;color:#bdb5c5;text-decoration:line-through}.lh-prod-disc{font-size:.68rem;font-weight:900;background:var(--lh-rose-lt);color:var(--lh-rose);padding:2px 7px;border-radius:50px;font-family:var(--lh-ff-body)}.lh-promo__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.lh-promo-card{border-radius:28px;padding:3rem 3.5rem;position:relative;overflow:hidden;min-height:280px;display:flex;flex-direction:column;justify-content:center}.lh-promo-card:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:#ffffff1a;bottom:-100px;right:-80px}.lh-promo-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;background:#ffffff12;top:-40px;left:55%}.lh-promo-sticker{position:absolute;right:3rem;top:50%;transform:translateY(-50%);z-index:2;animation:lhStFloat 3s ease-in-out infinite}.lh-promo-tag{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#fffc;margin-bottom:.5rem;position:relative;z-index:2;font-family:var(--lh-ff-body)}.lh-promo-title{font-family:var(--lh-ff-head);font-size:2.2rem;font-weight:900;color:#fff;line-height:1.1;margin-bottom:.5rem;position:relative;z-index:2}.lh-promo-sub{font-size:.88rem;color:#ffffffd9;font-weight:600;margin-bottom:1.75rem;position:relative;z-index:2;max-width:240px;font-family:var(--lh-ff-body)}.lh-promo-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:none;border-radius:50px;padding:11px 24px;font-family:var(--lh-ff-head);font-size:.92rem;font-weight:800;cursor:pointer;transition:all .3s;text-decoration:none;position:relative;z-index:2;width:fit-content}.lh-promo-btn:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000026}.lh-features__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(var(--feat-cols, 4),1fr);gap:1.5rem}.lh-feat{background:#fff;border-radius:18px;padding:1.75rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;box-shadow:var(--lh-shadow-sm);transition:all .3s}.lh-feat:hover{transform:translateY(-5px);box-shadow:var(--lh-shadow-md)}.lh-feat__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.lh-feat__title{font-family:var(--lh-ff-head);font-weight:800;font-size:22px;color:var(--lh-ink)}.lh-feat__desc{font-size:14px;font-weight:600;color:var(--lh-muted);line-height:1.6;font-family:var(--lh-ff-body)}.lh-testimonials__inner{max-width:1200px;margin:0 auto}.lh-test-header{text-align:center;margin-bottom:2.75rem}.lh-test-tag{display:inline-block;background:var(--lh-butter-lt);color:#c49000;padding:5px 16px;border-radius:50px;font-size:16px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.8rem;font-family:var(--lh-ff-body)}.lh-test-title{font-family:var(--lh-ff-head);font-size:2rem;font-weight:900;color:var(--lh-ink)}.lh-reviews-grid{display:grid;grid-template-columns:repeat(var(--rev-cols, 3),1fr);gap:1.25rem}.lh-review-card{background:var(--lh-sand);border-radius:20px;padding:1.75rem;position:relative;transition:all .3s}.lh-review-card:hover{transform:translateY(-5px);box-shadow:var(--lh-shadow-md)}.lh-review-card:before{content:'"';position:absolute;top:1rem;right:1.5rem;font-size:5rem;font-family:Georgia,serif;color:#0000000f;line-height:1}.lh-rv-stars{color:var(--lh-butter);font-size:16px;margin-bottom:.75rem;letter-spacing:-1px}.lh-rv-text{font-size:14px;font-weight:600;color:var(--lh-muted);line-height:1.7;margin-bottom:1.25rem;font-family:var(--lh-ff-body)}.lh-rv-author{display:flex;align-items:center;gap:.75rem}.lh-rv-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;font-family:var(--lh-ff-head);color:#fff;flex-shrink:0}.lh-rv-name{font-weight:800;font-size:.88rem;color:var(--lh-ink);font-family:var(--lh-ff-body)}.lh-rv-loc{font-size:.75rem;font-weight:600;color:var(--lh-muted);font-family:var(--lh-ff-body)}.lh-nl__inner{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:2}.lh-nl__emoji{font-size:3rem;margin-bottom:1rem;display:block;animation:lhStFloat 3s ease-in-out infinite}.lh-nl__title{font-family:var(--lh-ff-head);font-size:18px;font-weight:900;color:#fff;margin-bottom:.75rem;line-height:1.15}.lh-nl__sub{font-size:14px;font-weight:600;color:#ffffffa6;margin-bottom:2rem;line-height:1.6;font-family:var(--lh-ff-body)}.lh-nl__form{display:flex;gap:.6rem;background:#ffffff1a;border:1.5px solid rgba(255,255,255,.15);border-radius:50px;padding:6px 6px 6px 1.5rem;max-width:480px;margin:0 auto}.lh-nl__input{flex:1;background:none;border:none;outline:none;font-family:var(--lh-ff-body);font-size:14px;font-weight:600;color:#fff;min-width:0}.lh-nl__input::placeholder{color:#ffffff73}.lh-nl__submit{border:none;border-radius:50px;padding:12px 24px;font-family:var(--lh-ff-head);font-weight:800;font-size:14px;cursor:pointer;transition:all .25s;white-space:nowrap}.lh-nl__submit:hover{opacity:.88;transform:scale(1.04)}.lh-nl__note{font-size:.73rem;font-weight:600;color:#fff6;margin-top:1rem;font-family:var(--lh-ff-body)}.lh-footer__inner{max-width:1200px;margin:0 auto}.lh-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.lh-footer__logo-text{font-family:var(--lh-ff-head);font-size:18px;font-weight:900;color:#fff;text-decoration:none;display:block;margin-bottom:1rem}.lh-footer__logo-img{max-width:140px;height:auto;margin-bottom:1rem;display:block}.lh-footer__tagline{font-size:18px;font-weight:600;line-height:1.7;color:#ffffff8c;max-width:260px;font-family:var(--lh-ff-body)}.lh-footer__social{display:flex;gap:.6rem;margin-top:1.5rem}.lh-soc-btn{width:38px;height:38px;border-radius:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;transition:all .2s;color:#ffffffb3;text-decoration:none}.lh-soc-btn:hover{background:var(--lh-rose);border-color:var(--lh-rose)}.lh-footer__col-title{font-family:var(--lh-ff-head);font-weight:800;font-size:16px;color:#fff;margin-bottom:1.25rem}.lh-footer__col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.6rem}.lh-footer__col a{text-decoration:none;font-size:14px;font-weight:600;color:#ffffff8c;transition:color .2s;font-family:var(--lh-ff-body)}.lh-footer__col a:hover{color:var(--lh-butter)}.lh-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.lh-footer__copy{font-size:.8rem;font-weight:600;color:#fff6;font-family:var(--lh-ff-body)}.lh-footer__pay{display:flex;gap:.5rem;flex-wrap:wrap}.lh-pay-chip{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:4px 12px;font-size:14px;font-weight:700;color:#fff9;font-family:var(--lh-ff-body)}@media screen and (max-width:1024px){.lh-hero{grid-template-columns:1fr}.lh-hero__panel,.lh-hero__panel--right{padding:4rem 2.5rem}.lh-prod-grid{grid-template-columns:repeat(2,1fr)}.lh-cats__grid{grid-template-columns:repeat(3,1fr)}.lh-promo__inner{grid-template-columns:1fr}.lh-features__inner{grid-template-columns:repeat(2,1fr)}.lh-reviews-grid{grid-template-columns:1fr 1fr}.lh-footer__top{grid-template-columns:1fr 1fr;gap:2rem}}@media screen and (max-width:640px){.lh-cats__grid{grid-template-columns:repeat(2,1fr)}.lh-prod-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.lh-features__inner,.lh-reviews-grid{grid-template-columns:1fr}.lh-footer__top{grid-template-columns:1fr;gap:2rem}.lh-nl__form{flex-direction:column;border-radius:16px;padding:1rem}.lh-nl__submit{width:100%;padding:14px}.lh-hero__headline{font-size:clamp(1.8rem,7vw,2.8rem)}.lh-promo-card{padding:2rem}.lh-promo-sticker{display:none}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/lh-global.css.map */
