:root{--voomly-teal:#0E7C7B;--voomly-teal-dk:#0A5F5E;--voomly-teal-soft:#E6F4F3;--voomly-coral:#FF6B5B;--voomly-coral-dk:#E8503F;--voomly-coral-soft:#FFE9E6;--voomly-ink:#10221F;--voomly-slate:#5B6B68;--voomly-paper:#FFFFFF;--voomly-cream:#F7FAF9;--voomly-line:#E4ECEB;--voomly-gold:#FFB020;--font-heading-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-heading-style:normal;--font-heading-weight:700;--font-body-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-body-style:normal;--font-body-weight:400;--font-body-weight-bold:700;--voomly-radius-card:14px;--voomly-radius-pill:999px}body{font-family:var(--font-body-family);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,.h0,.h1,.h2,.h3,.h4,.h5{font-family:var(--font-heading-family);font-weight:700;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.h0,h1,.h1{font-weight:800;letter-spacing:-.02em}.button,.shopify-payment-button__button--unbranded{font-family:var(--font-heading-family);font-weight:700;letter-spacing:0;text-transform:none}.button:not(.button--secondary):not([disabled]):hover{filter:brightness(.94)}.voomly-pill{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading-family);font-weight:700;font-size:1.2rem;line-height:1;border-radius:var(--voomly-radius-pill);padding:.7rem 1.2rem;white-space:nowrap}.voomly-pill svg{width:1.6rem;height:1.6rem;flex:0 0 auto}.voomly-pill--trust{background:var(--voomly-teal-soft);color:var(--voomly-teal-dk)}.voomly-pill--urgency{background:var(--voomly-coral-soft);color:var(--voomly-coral-dk)}.voomly-pill--teal{background:var(--voomly-teal);color:#fff}.voomly-section-title{font-family:var(--font-heading-family);font-weight:800;color:var(--voomly-ink);position:relative;display:inline-block;margin:0 0 2.4rem}.voomly-section-title:after{content:"";position:absolute;left:0;bottom:-.9rem;height:.4rem;width:4.4rem;background:var(--voomly-coral);border-radius:999px}.voomly-section-title--center{display:block;text-align:center}.voomly-section-title--center:after{left:50%;transform:translate(-50%)}.voomly-stars{color:var(--voomly-gold);display:inline-flex;gap:.15rem;line-height:1}.voomly-stars svg{width:1.6rem;height:1.6rem}.voomly-rating__count{color:var(--voomly-slate);font-size:1.3rem;font-family:var(--font-body-family)}.voomly-trust__icon{color:var(--voomly-teal)}.voomly-btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;line-height:1;text-decoration:none;padding:1.3rem 2.4rem;border-radius:12px;border:2px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s ease,background .15s ease,color .15s ease}.voomly-btn svg{width:1.8rem;height:1.8rem;flex:0 0 auto}.voomly-btn--primary{background:var(--voomly-coral);color:#fff}.voomly-btn--primary:hover{background:var(--voomly-coral-dk);color:#fff;transform:translateY(-1px)}.voomly-btn--ghost{background:#fff;color:var(--voomly-teal);border-color:var(--voomly-teal)}.voomly-btn--ghost:hover{background:var(--voomly-teal-soft);color:var(--voomly-teal-dk)}.voomly-btn--teal{background:var(--voomly-teal);color:#fff}.voomly-btn--teal:hover{background:var(--voomly-teal-dk);color:#fff;transform:translateY(-1px)}.voomly-btn--lg{font-size:1.7rem;padding:1.6rem 3.2rem}.voomly-eyebrow{display:inline-block;font-family:var(--font-heading-family);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:1.2rem;color:var(--voomly-teal-dk)}.voomly-marquee{overflow:hidden;background:var(--voomly-teal);color:#fff}.voomly-marquee__track{display:flex;width:max-content;animation:voomly-marquee 30s linear infinite}.voomly-marquee__item{display:inline-flex;align-items:center;gap:.8rem;padding:1.1rem 0;font-family:var(--font-heading-family);font-weight:600;font-size:1.4rem;white-space:nowrap}.voomly-marquee__item svg{width:1.8rem;height:1.8rem}.voomly-marquee__sep{color:var(--voomly-coral);margin:0 1.6rem;font-weight:800}@keyframes voomly-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@media(prefers-reduced-motion:reduce){.voomly-marquee__track,.voomly-announcement__track{animation:none}}.card__media,.card__inner,.card__content{background:transparent!important}.card-wrapper .card{transition:transform .16s ease,box-shadow .16s ease}.card-wrapper:hover .card{transform:translateY(-3px);box-shadow:0 12px 26px #0e7c7b24}.voomly-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}@media screen and (min-width:750px){.voomly-product-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.voomly-card-wrapper{display:flex}.voomly-card{display:flex;flex-direction:column;background:var(--voomly-paper);border-radius:var(--voomly-radius-card);border:1.5px solid var(--voomly-line);overflow:hidden;text-decoration:none;color:inherit;width:100%;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.voomly-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0e7c7b21;border-color:var(--voomly-teal)}.voomly-card__image-wrap{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--voomly-cream);flex-shrink:0}.voomly-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.voomly-card:hover .voomly-card__img{transform:scale(1.04)}.voomly-card__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--voomly-cream)}.voomly-card__img-placeholder svg{width:60%;height:60%;opacity:.35}.voomly-card__badge{position:absolute;top:.8rem;left:.8rem;background:var(--voomly-coral);color:#fff;font-family:var(--font-heading-family);font-weight:700;font-size:1.1rem;padding:.35rem .8rem;border-radius:999px;line-height:1.4;white-space:nowrap}.voomly-card__badge--best{background:var(--voomly-teal)}.voomly-card__info{padding:1.2rem;display:flex;flex-direction:column;gap:.55rem;flex:1}.voomly-card__stars{display:flex;align-items:center;gap:.15rem;flex-wrap:wrap}.voomly-card__stars svg{width:1.4rem;height:1.4rem}.voomly-card__star-count{font-family:var(--font-body-family);font-size:1.2rem;color:var(--voomly-slate);margin-left:.2rem}.voomly-card__name{font-family:var(--font-heading-family);font-weight:700;font-size:1.4rem;color:var(--voomly-ink);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.voomly-card__price-row{display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.voomly-card__price{font-family:var(--font-heading-family);font-weight:700;font-size:1.6rem;color:var(--voomly-coral)}.voomly-card__compare{font-size:1.3rem;color:var(--voomly-slate);text-decoration:line-through}.voomly-card__cta{display:block;text-align:center;background:var(--voomly-coral);color:#fff;font-family:var(--font-heading-family);font-weight:700;font-size:1.4rem;padding:.9rem 1.2rem;border-radius:10px;margin-top:auto;transition:background .15s ease;text-decoration:none}.voomly-card:hover .voomly-card__cta{background:var(--voomly-coral-dk)}.header__icon--account{display:none!important}@media screen and (max-width:749px){.page-width{padding-left:2rem;padding-right:2rem}}.voomly-announcement{background:var(--voomly-teal);overflow:hidden;padding:0;line-height:1}.voomly-announcement__track{display:flex;width:max-content;animation:voomly-marquee 28s linear infinite}.voomly-announcement__item{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-family:var(--font-body-family);font-size:1.35rem;font-weight:600;padding:.85rem 0;white-space:nowrap}.voomly-announcement__item svg{width:1.4rem;height:1.4rem;flex-shrink:0}.voomly-announcement__sep{color:var(--voomly-coral);margin:0 1.4rem;font-size:1rem;flex-shrink:0;line-height:1}.voomly-section{padding:5.6rem 0}.voomly-section--sm{padding:3.2rem 0}.voomly-section--cream{background:var(--voomly-cream)}.voomly-section--teal{background:var(--voomly-teal)}.voomly-section--teal-dk{background:var(--voomly-teal-dk)}.voomly-section--white{background:var(--voomly-paper)}.voomly-section__head{margin-bottom:3.2rem;text-align:center}.voomly-link--coral{display:inline-flex;align-items:center;gap:.4rem;color:var(--voomly-coral);font-family:var(--font-heading-family);font-weight:700;font-size:1.5rem;text-decoration:none;transition:gap .15s,color .15s}.voomly-link--coral:hover{color:var(--voomly-coral-dk);gap:.8rem}.voomly-link--coral svg{width:1.6rem;height:1.6rem}.cart-count-bubble{background:var(--voomly-coral)!important}.voomly-featured{background:var(--voomly-paper)}.voomly-featured__grid{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center}@media screen and (min-width:750px){.voomly-featured__grid{grid-template-columns:1fr 1fr;gap:5.6rem}}.voomly-featured__image{border-radius:16px;overflow:hidden;aspect-ratio:1/1;background:var(--voomly-cream)}.voomly-featured__image img{width:100%;height:100%;object-fit:cover;display:block}.voomly-featured__image .placeholder-svg{width:100%;height:100%;opacity:.4}.voomly-featured__tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--voomly-teal-soft);color:var(--voomly-teal-dk);font-family:var(--font-heading-family);font-weight:700;font-size:1.2rem;padding:.5rem 1.2rem;border-radius:999px;margin-bottom:1.6rem}.voomly-featured__title{font-family:var(--font-heading-family);font-weight:800;font-size:2.8rem;color:var(--voomly-ink);line-height:1.2;margin:0 0 1.6rem}@media screen and (min-width:750px){.voomly-featured__title{font-size:3.4rem}}.voomly-featured__bullets{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.8rem}.voomly-featured__bullet{display:flex;align-items:flex-start;gap:.8rem;font-family:var(--font-body-family);font-size:1.5rem;color:var(--voomly-ink)}.voomly-featured__bullet svg{width:1.8rem;height:1.8rem;flex-shrink:0;color:var(--voomly-teal);margin-top:.15rem}.voomly-featured__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.voomly-featured__price{font-family:var(--font-heading-family);font-weight:800;font-size:2.6rem;color:var(--voomly-coral)}.voomly-featured__compare{font-size:1.8rem;color:var(--voomly-slate);text-decoration:line-through}.voomly-featured__reassurance{display:flex;align-items:center;gap:.6rem;margin-top:1.2rem;font-family:var(--font-body-family);font-size:1.3rem;color:var(--voomly-slate)}.voomly-featured__reassurance svg{width:1.4rem;height:1.4rem;color:var(--voomly-teal)}.voomly-why__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:750px){.voomly-why__grid{grid-template-columns:repeat(3,1fr);gap:3.2rem}}.voomly-why__card{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--voomly-paper);border-radius:16px;padding:3.2rem 2.4rem;border:1px solid var(--voomly-line)}.voomly-why__icon{width:5.6rem;height:5.6rem;border-radius:50%;background:var(--voomly-teal-soft);display:flex;align-items:center;justify-content:center;margin-bottom:1.6rem;flex-shrink:0}.voomly-why__icon svg{width:2.8rem;height:2.8rem;color:var(--voomly-teal)}.voomly-why__title{font-family:var(--font-heading-family);font-weight:700;font-size:1.8rem;color:var(--voomly-ink);margin:0 0 .8rem}.voomly-why__text{font-family:var(--font-body-family);font-size:1.5rem;color:var(--voomly-slate);line-height:1.55;margin:0}.voomly-social-proof{background:var(--voomly-teal);padding:5.6rem 0;text-align:center}.voomly-social-proof__number{font-family:var(--font-heading-family);font-weight:800;font-size:7.2rem;color:#fff;line-height:1;display:block;margin-bottom:.4rem}.voomly-social-proof__label{font-family:var(--font-heading-family);font-weight:700;font-size:2.4rem;color:#fff;margin:0 0 1rem}.voomly-social-proof__sub{font-family:var(--font-body-family);font-size:1.6rem;color:#fffc;margin:0}.voomly-steps__grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:750px){.voomly-steps__grid{grid-template-columns:repeat(3,1fr);gap:3.2rem;align-items:start}}.voomly-step{display:flex;flex-direction:column;align-items:center;text-align:center}.voomly-step__number{font-family:var(--font-heading-family);font-weight:800;font-size:3.6rem;color:var(--voomly-coral);line-height:1;margin-bottom:.8rem}.voomly-step__icon{width:5.6rem;height:5.6rem;border-radius:50%;background:var(--voomly-teal-soft);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}.voomly-step__icon svg{width:2.6rem;height:2.6rem;color:var(--voomly-teal)}.voomly-step__title{font-family:var(--font-heading-family);font-weight:700;font-size:1.8rem;color:var(--voomly-ink);margin:0 0 .6rem}.voomly-step__desc{font-family:var(--font-body-family);font-size:1.5rem;color:var(--voomly-slate);line-height:1.55;margin:0}.voomly-step__connector{display:none}@media screen and (min-width:750px){.voomly-steps__grid{position:relative}}.voomly-reviews__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media screen and (min-width:750px){.voomly-reviews__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.voomly-review-card{background:var(--voomly-paper);border-radius:14px;padding:2.4rem;border:1px solid var(--voomly-line)}.voomly-review-card__stars{display:flex;gap:.2rem;margin-bottom:1rem}.voomly-review-card__stars svg{width:1.6rem;height:1.6rem}.voomly-review-card__text{font-family:var(--font-body-family);font-size:1.5rem;color:var(--voomly-ink);line-height:1.6;margin:0 0 1.2rem}.voomly-review-card__author{font-family:var(--font-heading-family);font-weight:700;font-size:1.4rem;color:var(--voomly-slate);margin:0}.voomly-whatsapp{background:var(--voomly-paper);padding:5.6rem 0;text-align:center;border-top:1px solid var(--voomly-line)}.voomly-whatsapp__icon{width:6.4rem;height:6.4rem;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.6rem}.voomly-whatsapp__icon svg{width:3.2rem;height:3.2rem;color:#fff}.voomly-whatsapp__title{font-family:var(--font-heading-family);font-weight:800;font-size:2.8rem;color:var(--voomly-ink);margin:0 0 .8rem}.voomly-whatsapp__sub{font-family:var(--font-body-family);font-size:1.6rem;color:var(--voomly-slate);margin:0 0 2.4rem}.voomly-btn--whatsapp{background:#25d366;color:#fff}.voomly-btn--whatsapp:hover{background:#1da851;color:#fff;transform:translateY(-1px)}.voomly-footer{background:var(--voomly-teal-dk);color:#fff;padding:5.6rem 0 0}.voomly-footer__grid{display:grid;grid-template-columns:1fr;gap:3.2rem;margin-bottom:4rem}@media screen and (min-width:750px){.voomly-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}}.voomly-footer__brand p{font-family:var(--font-body-family);font-size:1.5rem;color:#ffffffbf;line-height:1.6;margin:.8rem 0 1.6rem}.voomly-footer__logo{max-height:4rem;width:auto}.voomly-footer__col-title{font-family:var(--font-heading-family);font-weight:700;font-size:1.4rem;color:#fff;margin:0 0 1.2rem;text-transform:uppercase;letter-spacing:.06em}.voomly-footer__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.7rem}.voomly-footer__list a{font-family:var(--font-body-family);font-size:1.4rem;color:#ffffffbf;text-decoration:none;transition:color .15s}.voomly-footer__list a:hover{color:#fff}.voomly-footer__contact{display:flex;flex-direction:column;gap:.8rem;margin-top:1.2rem}.voomly-footer__contact-item{display:flex;align-items:center;gap:.7rem;font-family:var(--font-body-family);font-size:1.4rem;color:#ffffffbf;text-decoration:none;transition:color .15s}.voomly-footer__contact-item:hover{color:#fff}.voomly-footer__contact-item svg{width:1.6rem;height:1.6rem;flex-shrink:0}.voomly-footer__socials{display:flex;gap:1rem;margin-top:1.6rem}.voomly-footer__social{width:3.6rem;height:3.6rem;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;transition:background .15s;text-decoration:none}.voomly-footer__social:hover{background:#ffffff40}.voomly-footer__social svg{width:1.8rem;height:1.8rem;color:#fff}.voomly-footer__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;border-top:1px solid rgba(255,255,255,.12);padding:2.4rem 0;margin-top:0}@media screen and (min-width:750px){.voomly-footer__trust{grid-template-columns:repeat(4,1fr)}}.voomly-footer__trust-item{display:flex;align-items:center;gap:.7rem;font-family:var(--font-body-family);font-size:1.35rem;color:#fffc}.voomly-footer__trust-item svg{width:1.8rem;height:1.8rem;flex-shrink:0;color:#ffffffb3}.voomly-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.6rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.voomly-footer__copy{font-family:var(--font-body-family);font-size:1.3rem;color:#ffffff80;margin:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/voomly.css.map */
