:root{--pink:#f7d7e2;--pink-2:#fff1f6;--pink-strong:#e98bb2;--turq:#22c7c3;--turq-soft:#e4fbfa;--ink:#111216;--muted:#6c6b73;--paper:#fffafd;--white:#fff;--border:#ece5eb;--shadow:0 18px 50px rgba(29,18,28,.08);--shadow-soft:0 8px 28px rgba(29,18,28,.06);--radius:24px;--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--paper);line-height:1.5}body.menu-open,body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}.page-width{width:min(1220px,calc(100% - 34px));margin:0 auto}.section{padding:72px 0}.section--tight{padding:22px 0}.section--soft{background:#fff7fb}.section--promo{padding-top:20px}.eyebrow{font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:900;color:#0d8f8d}.section-title,.heading{font-size:clamp(32px,4.6vw,56px);line-height:1.02;margin:8px 0 14px;letter-spacing:-.045em}.subheading{color:var(--muted);max-width:700px;font-size:15px}.center-head{text-align:center;margin-bottom:28px}.center-head .subheading{margin-inline:auto}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.text-link{font-weight:900;color:#118a87;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 20px;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;background:var(--ink);color:#fff;box-shadow:0 8px 24px #11111124}.btn:hover{transform:translateY(-2px)}.btn--secondary{background:#fff;color:var(--ink);border:1px solid var(--border);box-shadow:none}.btn--turq{background:var(--turq);color:#071414}.btn--dark{background:#0f1013}.btn--large{padding:15px 23px}.btn--mini{padding:9px 13px;font-size:12px;box-shadow:none}.btn--full{width:100%}.pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--pink);font-size:11px;font-weight:900}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden}.announcement{background:#0e0f12;color:#fff;font-size:11px;font-weight:900;letter-spacing:.03em}.announcement__inner{display:flex;justify-content:center;padding:8px 16px;gap:13px}.announcement__dot{opacity:.4}.site-header{position:sticky;top:0;z-index:80;background:#fffafdf0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(236,229,235,.8)}.header__main{height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:1000;letter-spacing:-.05em}.brand__mark{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--turq),#79e1dd);color:#062121;font-weight:1000;box-shadow:0 8px 18px #22c7c338}.brand__text{font-size:22px}.header__nav{display:flex;justify-content:center;gap:22px;align-items:center}.nav-item{position:relative}.nav-item>a,.header__nav>a{font-size:13px;font-weight:900;color:#292a31;padding:28px 0;display:inline-flex}.nav-dropdown{position:absolute;left:50%;top:66px;transform:translate(-50%) translateY(6px);width:220px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:8px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.16s ease}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.nav-dropdown a{display:flex;justify-content:space-between;padding:12px 13px;border-radius:12px;font-size:13px}.header__actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.header-search{display:flex;align-items:center;width:235px;border:1px solid var(--border);border-radius:999px;background:#fff;padding:0 8px 0 14px}.header-search input{border:0;outline:0;background:transparent;min-width:0;flex:1;padding:11px 0;font-size:12px}.header-search button{border:0;background:transparent;font-size:18px;cursor:pointer}.icon-btn{position:relative;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:#fff;display:grid;place-items:center;cursor:pointer}.header__menu-btn{display:none}.cart-icon{font-size:16px}.cart-count{position:absolute;top:-3px;right:-1px;min-width:18px;height:18px;border-radius:99px;background:var(--turq);color:#0a2323;font-size:10px;display:grid;place-items:center;font-weight:1000}.header__quick-links{border-top:1px solid #f0e8ed}.header__quick-links .page-width{display:flex;gap:22px;align-items:center;height:34px;overflow:auto;white-space:nowrap}.header__quick-links a{font-size:11px;font-weight:900;color:#67666e}.hero{padding:26px 0 18px}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}.hero__copy{padding:56px;background:radial-gradient(circle at 90% 10%,rgba(34,199,195,.18),transparent 24%),linear-gradient(145deg,#fff,#fff0f6);border-radius:34px;position:relative;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.hero__copy:after{content:"";position:absolute;width:290px;height:290px;background:#f7d7e280;border-radius:50%;right:-130px;bottom:-145px}.hero__kicker{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase;color:#0d8f8d}.live-dot{width:8px;height:8px;border-radius:50%;background:var(--turq);box-shadow:0 0 0 6px #22c7c31f}.hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;position:relative;z-index:2}.hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px;position:relative;z-index:2}.hero-proof span{padding:8px 10px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:11px;font-weight:900}.hero__media{min-height:560px;border-radius:34px;overflow:hidden;background:#eadfe2;position:relative;border:1px solid var(--border);box-shadow:var(--shadow)}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__media--product{background:linear-gradient(145deg,#dcc6cb,#f3e6e9)}.hero-fallback{width:100%;height:100%;display:grid;place-items:center;position:relative;overflow:hidden}.hero-fallback__glow{position:absolute;width:430px;height:430px;border-radius:50%;background:#ffffff6b;filter:blur(12px)}.hero-fallback img{position:relative;width:76%;height:76%;object-fit:contain;filter:drop-shadow(0 28px 24px rgba(35,18,26,.16))}.hero-fallback__tag{position:absolute;left:20px;bottom:20px;background:#fff;border-radius:999px;padding:9px 12px;font-size:11px;font-weight:1000}.hero-badge{position:absolute;right:18px;top:18px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.8);padding:10px 13px;border-radius:16px;display:grid;gap:1px;box-shadow:0 12px 25px #140a1414}.hero-badge strong{font-size:10px;letter-spacing:.13em}.hero-badge span{font-size:10px;color:#6f6770}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trust-item{padding:15px;border-radius:18px;background:#fff;border:1px solid var(--border);display:flex;align-items:center;gap:11px}.trust-item__icon{width:36px;height:36px;border-radius:12px;background:var(--turq-soft);display:grid;place-items:center;font-weight:1000}.trust-item strong{display:block;font-size:12px}.trust-item small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.product-card{display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card__media-wrap{display:block}.product-card__media{aspect-ratio:1/1;background:linear-gradient(145deg,#faf1f4,#f4e4e8);position:relative;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-placeholder{width:100%;height:100%;display:grid;place-items:center;font-size:64px;font-weight:1000;color:#fff;background:linear-gradient(135deg,var(--pink),var(--turq))}.badge{position:absolute;left:10px;top:10px;z-index:2;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:1000;border:1px solid var(--border);background:#fff}.badge--sale{background:#0e0f12;color:#fff;border-color:#0e0f12}.badge--new{left:auto;right:10px;background:var(--turq)}.quick-view-hint{position:absolute;left:10px;right:10px;bottom:10px;border-radius:999px;background:#ffffffeb;padding:8px;text-align:center;font-size:10px;font-weight:1000;opacity:0;transform:translateY(4px);transition:.18s ease}.product-card:hover .quick-view-hint{opacity:1;transform:none}.product-card__body{padding:13px}.product-card__meta{display:flex;justify-content:space-between;gap:8px;color:#86838b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.product-card__title{display:block;font-size:15px;font-weight:950;line-height:1.25;margin-top:6px}.product-card__price{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:8px;font-size:17px;font-weight:1000}.product-card__compare{color:#9b989f;text-decoration:line-through;font-size:12px;font-weight:700}.save-pill{font-size:9px;padding:4px 6px;border-radius:999px;background:var(--turq-soft);color:#1b6664;font-weight:1000}.product-card__actions{display:flex;gap:7px;margin-top:12px}.product-card__actions form{flex:0 0 auto}.empty-state{padding:40px;text-align:center;grid-column:1/-1}.category-grid--premium{grid-template-columns:repeat(3,1fr)}.category-card--premium{min-height:270px;position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(145deg,var(--pink),#efe5e8);border:1px solid rgba(0,0,0,.06)}.category-card--premium img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.category-card--premium:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(10,10,13,.72))}.category-card__content{position:absolute;left:22px;right:22px;bottom:20px;color:#fff;z-index:2}.category-card__content h3{font-size:24px;line-height:1.05;margin:9px 0}.category-arrow{font-size:11px;font-weight:1000}.promo-banner{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:34px 38px;border-radius:30px;background:linear-gradient(120deg,#0d1011,#20272a);color:#fff;box-shadow:var(--shadow)}.promo-banner h2{font-size:clamp(26px,3vw,38px);margin:7px 0}.promo-banner p{color:#d0d2d3;max-width:680px;margin:0}.video-demo{display:grid;grid-template-columns:1.08fr .92fr;gap:20px;align-items:stretch}.video-demo__media{min-height:430px;border-radius:30px;overflow:hidden;background:#eadfe2;border:1px solid var(--border)}.video-demo__media img,.video-demo__media video,.video-demo__media iframe{width:100%;height:100%;display:block;object-fit:cover;border:0}.demo-fallback{height:100%;display:grid;place-items:center;position:relative;background:linear-gradient(145deg,#e6d5d8,#f6eef0)}.demo-fallback img{width:76%;height:76%;object-fit:contain;filter:drop-shadow(0 22px 20px rgba(20,10,18,.15))}.demo-fallback span{position:absolute;bottom:18px;left:18px;background:#fff;border-radius:999px;padding:8px 10px;font-size:10px;font-weight:1000}.video-demo__copy{padding:46px;border-radius:30px;background:linear-gradient(145deg,#fff,#fff0f6);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:center}.mini-points{display:grid;gap:9px;margin:18px 0 22px}.mini-points span{font-weight:850;font-size:13px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.steps--premium .step{padding:26px;position:relative}.steps--premium .step:after{content:"";position:absolute;top:39px;right:-18px;width:34px;height:1px;background:#d9d1d6}.steps--premium .step:last-child:after{display:none}.step__num{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--turq-soft),var(--turq));font-weight:1000;margin-bottom:14px}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.review{padding:24px}.stars{color:#e1a826;letter-spacing:3px}.review__quote{font-weight:850;margin:12px 0 19px;min-height:72px}.review__meta{display:flex;align-items:center;gap:10px}.review__meta small{display:block;color:var(--muted);font-size:11px}.avatar{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--pink);font-weight:1000}.faq-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;align-items:start}.faq{display:grid;gap:10px}.faq details{background:#fff;border:1px solid var(--border);border-radius:18px;padding:17px 18px}.faq summary{list-style:none;font-weight:900;cursor:pointer;display:flex;justify-content:space-between;gap:12px}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:20px;color:#999}.faq p{color:var(--muted);font-size:14px;margin:12px 0 0}.footer{background:#0e0f12;color:#fff;margin-top:20px}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:36px;padding:58px 0}.footer-top h4{margin:4px 0 15px}.footer-top>a,.footer-top a{display:block;color:#cfd0d3;font-size:13px;margin:9px 0}.footer-top p{color:#9ea0a4;max-width:420px}.brand--footer .brand__text{color:#fff}.footer-trust{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.footer-trust span{font-size:10px;padding:6px 8px;border:1px solid #34363a;border-radius:999px;color:#d6d7da}.footer-small{font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:15px;border-top:1px solid #24262a;padding:18px 0 24px;color:#84868b;font-size:11px}.floating-whatsapp{position:fixed;right:18px;bottom:19px;z-index:75;width:56px;height:56px;border-radius:18px;display:grid;place-items:center;background:#25d366;color:#fff;font-weight:1000;box-shadow:0 12px 24px #0000002e;font-size:21px}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:120}.drawer__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000075;opacity:0;transition:.22s}.drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,92vw);background:#fff;transform:translate(102%);transition:.25s;padding:24px;overflow:auto}.drawer.is-open{pointer-events:auto}.drawer.is-open .drawer__shade{opacity:1}.drawer.is-open .drawer__panel{transform:none}.drawer__header{display:flex;justify-content:space-between;align-items:center}.drawer__header h2{margin:2px 0 0;font-size:25px}.drawer__body{display:grid;gap:11px;margin-top:25px}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:110}.mobile-drawer__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000007a;opacity:0;transition:.2s}.mobile-drawer__panel{position:absolute;left:0;top:0;bottom:0;width:min(390px,91vw);background:#fff;transform:translate(-102%);transition:.24s;overflow:auto;padding:20px}.mobile-drawer.is-open{pointer-events:auto}.mobile-drawer.is-open .mobile-drawer__shade{opacity:1}.mobile-drawer.is-open .mobile-drawer__panel{transform:none}.mobile-drawer__top{display:flex;align-items:center;justify-content:space-between}.mobile-search{margin:19px 0}.mobile-search form{display:flex;gap:8px}.mobile-search input{min-width:0;flex:1;border:1px solid var(--border);border-radius:999px;padding:12px 14px}.mobile-links{display:grid}.mobile-link{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #f0ebef;font-weight:900}.mobile-link--featured{font-size:16px;color:#0d8f8d}.mobile-link--child{padding-left:14px;font-size:13px;color:#67656d}.mobile-trust{margin-top:28px;padding:16px;border-radius:18px;background:#fff7fb;display:grid;gap:7px}.mobile-trust span{font-size:12px;color:#636169}.product-main-section{padding-top:44px}.product-page--premium{display:grid;grid-template-columns:1.08fr .92fr;gap:30px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.product-gallery__item{margin:0;background:#f6ecef;border-radius:24px;overflow:hidden;border:1px solid var(--border)}.product-gallery__item img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-info{position:sticky;top:120px;height:max-content}.product-info__eyebrow{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#77727a;font-size:11px;font-weight:900}.product-info h1{font-size:clamp(32px,4.3vw,58px);line-height:1.02;letter-spacing:-.045em;margin:13px 0 10px}.product-lede{font-size:14px;color:var(--muted);margin:0 0 11px}.price-lg{font-size:30px;font-weight:1000;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.price-lg del{font-size:14px;color:#999;font-weight:700}.discount-pill{font-size:10px;padding:5px 7px;border-radius:999px;background:#0e0f12;color:#fff}.trust-box{display:grid;gap:9px;padding:16px;background:#fff;border:1px solid var(--border);border-radius:18px;margin-top:18px}.trust-box>div{display:flex;gap:10px;align-items:flex-start}.trust-box strong{display:block;font-size:12px}.trust-box span{display:block;color:var(--muted);font-size:11px}.product-form--premium{display:grid;gap:11px;margin-top:20px}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.quantity-row label{font-size:12px;font-weight:900}.quantity{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:999px;overflow:hidden;background:#fff}.quantity button{border:0;background:#fff;width:38px;height:38px;font-size:19px;cursor:pointer}.quantity input{width:44px;border:0;text-align:center;outline:0}.product-perks{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px}.product-perks span{font-size:10px;font-weight:900;padding:7px 9px;border-radius:999px;background:#fff;border:1px solid var(--border)}.product-description{margin-top:24px;color:#43434a;font-size:14px}.faq--product{margin-top:20px}.cart-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:22px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:18px;align-items:start}.cart-items{display:grid;gap:12px}.cart-item{display:flex;gap:16px;padding:12px}.cart-item__image{width:110px;flex:0 0 110px;border-radius:17px;overflow:hidden;background:#f6ecef}.cart-item__body{padding:8px 0}.cart-item__body>a{font-weight:900}.cart-item__price{font-weight:1000;margin:6px 0 12px}.cart-summary{padding:22px;position:sticky;top:110px}.summary-line{display:flex;justify-content:space-between;align-items:center;margin:16px 0}.empty-cart{text-align:center;padding:70px 25px}.empty-cart__icon{font-size:48px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:28px}.pagination a,.pagination span{padding:9px 13px;border-radius:10px;border:1px solid var(--border)}.collection-head{padding:40px 0 20px}.collection-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:12px 0 20px}.select{padding:10px 13px;border:1px solid var(--border);border-radius:999px;background:#fff}.mobile-nav{display:none}@media(max-width:1050px){.header-search{display:none}.icon-btn--desktop{display:grid}.header__nav{gap:15px}.header__nav a{font-size:12px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.page-width{width:min(100% - 22px,1220px)}.header__main{height:70px;grid-template-columns:auto 1fr auto;gap:12px}.header__menu-btn{display:grid}.brand{justify-self:center}.brand__text{font-size:20px}.brand__mark{width:32px;height:32px}.header__nav,.header__quick-links{display:none}.hero{padding-top:14px}.hero__grid,.video-demo,.product-page--premium,.faq-layout,.cart-layout{grid-template-columns:1fr}.hero__media{min-height:380px;order:-1}.hero__copy{padding:30px}.product-info{position:static}.trust-strip,.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid--premium,.reviews,.steps{grid-template-columns:1fr}.category-card--premium{min-height:235px}.promo-banner{padding:28px;align-items:flex-start;flex-direction:column}.video-demo__media{min-height:340px}.video-demo__copy{padding:30px}.footer-top{grid-template-columns:1fr 1fr;padding:42px 0}.footer-bottom{flex-direction:column}.cart-head{align-items:flex-start;flex-direction:column}.cart-summary{position:static}.site-header{position:sticky}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:76;justify-content:space-around;padding:9px 8px}.mobile-nav a{font-size:11px;font-weight:900;text-align:center}}@media(max-width:520px){.announcement__inner{font-size:9px}.header__actions .icon-btn{width:38px;height:38px}.section{padding:54px 0}.hero__copy h1{font-size:40px}.trust-strip{grid-template-columns:1fr 1fr}.product-card__title{font-size:14px}.product-card__actions{flex-direction:column}.product-card__actions .btn{width:100%}.product-gallery{grid-template-columns:1fr 1fr}.footer-top{grid-template-columns:1fr}.mobile-nav{padding-bottom:calc(9px + env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.product-duo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.duo-card{display:grid;grid-template-columns:1fr 1fr;min-height:310px;background:#fff;border:1px solid var(--border);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.18s ease}.duo-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.duo-card__image{background:linear-gradient(145deg,#ead8dd,#f5ecee);display:grid;place-items:center;overflow:hidden}.duo-card__image--rose{background:linear-gradient(145deg,#d9c2c7,#efe1e3)}.duo-card__image img{width:100%;height:100%;object-fit:cover}.duo-card__body{padding:28px;display:flex;flex-direction:column;justify-content:center}.duo-card__body h3{font-size:28px;line-height:1.05;margin:12px 0 8px;letter-spacing:-.035em}.duo-card__body p{font-size:13px;color:var(--muted);margin:0 0 19px;max-width:280px}.duo-link{font-size:12px;font-weight:1000;color:#0d8f8d}@media(max-width:820px){.product-duo-grid{grid-template-columns:1fr}.duo-card{min-height:260px}.duo-card__body{padding:22px}.duo-card__body h3{font-size:24px}}@media(max-width:520px){.duo-card{grid-template-columns:1fr}.duo-card__image{aspect-ratio:1.1/1}.duo-card__body{padding:20px}}:root{--pink:#f3e1e4;--pink-2:#fbf2f4;--pink-strong:#c98796;--turq:#8fc9c2;--turq-soft:#e7f4f1;--ink:#211b20;--muted:#736b70;--paper:#fbf8f6;--white:#ffffff;--border:#e8dedf;--shadow:0 24px 70px rgba(47,31,38,.11);--shadow-soft:0 10px 30px rgba(47,31,38,.065);--radius:24px;--font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--display:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;--plum:#2a2028;--plum-soft:#f1ecef;--gold:#bd9b70}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:#d7ebe8;color:var(--ink)}h1,h2,h3,.heading,.section-title,.product-info h1,.duo-card__body h3{font-family:var(--display);font-weight:600}.heading,.section-title{letter-spacing:-.035em}.section-title{font-size:clamp(34px,4.3vw,54px)}.subheading{font-size:15px;line-height:1.7}.eyebrow,.hero__kicker{color:#527e79;letter-spacing:.16em}.btn{background:var(--plum);color:#fff;box-shadow:0 10px 24px #2a20281f;font-size:12px;letter-spacing:.025em}.btn--turq{background:var(--turq);color:#17312f;box-shadow:0 10px 24px #8fc9c23d}.btn--secondary{background:#ffffffc2;border-color:#dfd4d7;color:var(--plum)}.btn--large{min-height:50px;padding-inline:24px}.pill{background:var(--pink-2);color:#72505b;border:1px solid #ead7dc}.card{border-color:var(--border);box-shadow:var(--shadow-soft)}.announcement{background:var(--plum);letter-spacing:.045em}.site-header{background:#fbf8f6ed;border-bottom-color:#e8dedfdb}.brand{font-family:var(--display);font-weight:600;letter-spacing:-.02em}.brand__mark{background:linear-gradient(135deg,#b9ded9,#88c5bd);color:#1f3533;box-shadow:0 10px 22px #8fc9c233}.brand__text{font-size:24px}.nav-item>a,.header__nav>a{font-weight:750;color:#352d33;letter-spacing:.01em}.nav-item>a:hover,.header__nav>a:hover{color:#557c77}.nav-dropdown{background:#fffaf8;border-color:#eadfe1;border-radius:20px;box-shadow:var(--shadow)}.nav-dropdown a:hover{background:var(--pink-2)}.header-search,.icon-btn{border-color:#e7dcdf;background:#ffffffd6}.header-search:focus-within{border-color:#b8d8d3;box-shadow:0 0 0 4px #8fc9c21f}.cart-count{background:var(--plum);color:#fff}.header__quick-links{border-top-color:#eee5e6}.header__quick-links a:hover{color:#4b7772}.hero{padding-top:30px}.hero__grid{gap:18px}.hero__copy{background:radial-gradient(circle at 88% 12%,rgba(143,201,194,.17),transparent 24%),linear-gradient(145deg,#fffdfa,#f8edef);border-color:#eadfe0;box-shadow:0 18px 50px #2f1f2612}.hero__copy:after{background:#f3e1e49e}.hero__kicker{font-weight:800}.live-dot{background:var(--turq);box-shadow:0 0 0 6px #8fc9c22e}.hero-proof span{border-color:#e8dedf;background:#ffffffc2;color:#5c5056}.hero__media{background:#eadbde;border-color:#e7dadd}.hero__media--product{background:linear-gradient(145deg,#d9c2c6,#f3e6e5)}.hero-fallback img{filter:drop-shadow(0 28px 24px rgba(57,34,42,.18))}.hero-fallback__tag{color:#46383f}.hero-badge{background:#fffaf8e6;border-color:#ffffffb8}.hero-badge strong{color:#4d4147}.trust-item{background:#fffdfa;border-color:#e7dcde}.trust-item__icon{background:var(--turq-soft);color:#477672}.product-card{background:#fffdfa}.product-card__media{background:linear-gradient(145deg,#fbf0f2,#f1e7e4)}.badge--sale{background:var(--plum);border-color:var(--plum)}.badge--new{background:#cce7e2;color:#254f4b;border-color:#cce7e2}.product-card__title{font-weight:700;letter-spacing:-.01em}.product-card__price{font-weight:850}.save-pill{background:var(--turq-soft);color:#477672}.category-card--premium{background:linear-gradient(145deg,var(--pink),#eee5de)}.promo-banner,.video-demo__copy{background:linear-gradient(145deg,#fffdfa,#f7ecef)}.steps--premium .step:after{background:#dccfd3}.step__num{background:linear-gradient(135deg,#e8f5f2,#b5ddd7);color:#315c58}.review .stars{color:var(--gold)}.avatar{background:var(--pink);color:#684852}.faq details{background:#fffdfa;border-color:#e9dfe1}.faq summary{font-weight:750}.footer{background:linear-gradient(145deg,#261e25,#171317);margin-top:28px}.footer-top>a,.footer-top a{color:#d6ced2}.footer-top p{color:#a99fa4}.footer-trust span{border-color:#40363d}.floating-whatsapp{background:#7ebfb7;box-shadow:0 14px 28px #24494533}.mobile-drawer__panel,.drawer__panel{background:#fffaf8}.mobile-search input{background:#fff;border-color:#e7dcdf}.mobile-link{border-bottom-color:#eee4e5}.mobile-link--featured{color:#547f79}.mobile-trust{background:#f7efef;border:1px solid #ebdfe1}.mobile-nav{background:#fffaf8f7;border-top-color:#e8dddf;box-shadow:0 -10px 28px #2a20280f}.mobile-nav a{color:#5d5056}.mobile-nav a:first-child{color:#2d232a}.product-main-section{padding-top:38px}.product-gallery__item{background:#f6edee;border-color:#e6dbdd}.product-info h1{font-weight:600}.price-lg{font-weight:850}.trust-box{background:#fffdfa;border-color:#e5dadd}.product-perks span{background:#fffdfa;border-color:#e6dbdd}.select{background:#fffdfa;border-color:#e5dadd}.collection-head{padding-top:34px}.icon-btn svg,.mobile-nav svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.cart-icon{display:grid;place-items:center;font-size:0}.cart-icon svg{width:18px;height:18px}@media(max-width:820px){.page-width{width:min(100% - 20px,1220px)}.section{padding:58px 0}.hero{padding:12px 0 8px}.hero__grid{gap:12px}.hero__media{min-height:360px;border-radius:26px}.hero__copy{padding:27px 22px;border-radius:26px}.hero__copy .heading{font-size:clamp(38px,11vw,52px);line-height:.98}.hero__actions{display:grid;grid-template-columns:1fr 1fr}.hero__actions .btn{width:100%;padding-inline:14px}.hero-proof{gap:7px;margin-top:18px}.hero-proof span{font-size:10px;padding:7px 8px}.trust-strip{gap:8px}.trust-item{padding:12px 10px;border-radius:16px;gap:8px}.trust-item__icon{width:32px;height:32px;border-radius:10px;flex:0 0 32px}.trust-item strong{font-size:11px}.trust-item small{font-size:9px}.product-grid{gap:10px}.product-card{border-radius:18px}.product-card__body{padding:11px}.product-card__media{aspect-ratio:1/1}.product-card__meta{font-size:9px}.product-card__price{font-size:15px}.product-card__actions{margin-top:10px}.product-card__actions .btn{min-height:40px}.category-card--premium{min-height:220px;border-radius:22px}.promo-banner,.video-demo__copy{border-radius:24px}.footer-top{gap:26px}.floating-whatsapp{width:50px;height:50px;right:14px;bottom:76px;border-radius:16px}.mobile-nav{padding-top:8px;grid-template-columns:repeat(3,1fr)}.mobile-nav a{display:grid;gap:4px;justify-items:center;font-size:9px;line-height:1}.mobile-nav span{display:grid;place-items:center;min-height:18px}}@media(max-width:520px){.brand__text{font-size:21px}.header__main{height:66px}.header__actions{gap:6px}.header__actions .icon-btn,.header__menu-btn{width:38px;height:38px}.section{padding:50px 0}.section-title{font-size:34px}.section-head{align-items:flex-start;flex-direction:column;gap:9px;margin-bottom:18px}.subheading{font-size:13px}.hero__media{min-height:330px}.hero__copy .heading{font-size:38px}.hero__actions{grid-template-columns:1fr}.hero-proof{display:grid;grid-template-columns:1fr 1fr 1fr}.hero-proof span{display:grid;place-items:center;text-align:center;min-height:38px}.trust-strip{grid-template-columns:1fr 1fr}.trust-item{min-height:72px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-card__title{font-size:13px}.product-card__compare{font-size:10px}.save-pill{font-size:8px}.product-card__actions .btn{font-size:11px;padding-inline:8px}.product-page--premium{gap:18px}.product-gallery{gap:8px}.product-gallery__item{border-radius:18px}.product-info h1{font-size:36px}.price-lg{font-size:25px}.product-form--premium{margin-top:16px}.footer-top{grid-template-columns:1fr;gap:22px;padding:42px 0}.mobile-drawer__panel{width:min(390px,94vw);padding:18px}}:root{--pink:#F2E2E4;--pink-2:#FBF1F2;--pink-strong:#C88F9B;--turq:#A9C9C1;--turq-soft:#EDF5F2;--ink:var(--brand-ink, #262027);--muted:#766C72;--paper:var(--theme-cream, #FBF7F3);--white:#FFFFFF;--border:#E8DDDF;--shadow:0 20px 60px rgba(48,31,38,.09);--shadow-soft:0 7px 22px rgba(48,31,38,.055);--radius:22px;--plum:var(--brand-ink, #2E252C);--plum-soft:#F2ECEE;--gold:#B28C5B;--display:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;--theme-accent:var(--theme-accent, #C88F9B);font-size:var(--body-scale, 100%)}body{background:var(--paper);color:var(--ink)}.site-header{background:#fbf7f3f5}.brand__logo{display:block;width:min({{section.settings.logo_width}}px,34vw);height:auto;max-height:44px;object-fit:contain;object-position:left center}.brand__mark{background:linear-gradient(135deg,#e6c7cd,#c88f9b);color:#3e2c32;box-shadow:0 8px 18px #c88f9b2e}.brand__text{font-family:var(--display);color:var(--ink)}.header__nav{gap:18px}.nav-item>a,.header__nav>a{font-size:12px;letter-spacing:.02em;color:#3a3036}.nav-item>a:hover,.header__nav>a:hover{color:var(--theme-accent-dark,#6C4650)}.header__quick-links{background:#f8eeef}.header__quick-links a{color:#5d4950}.header__quick-links a:hover{color:var(--theme-accent-dark,#6C4650)}.btn--turq{background:#dcc0c5;color:#3d2c32;box-shadow:0 9px 22px #c88f9b33}.btn--turq:hover{background:#d3b2b9}.btn--secondary{background:#fffdfc}.btn--dark{background:#2a2329}.eyebrow,.hero__kicker{color:#76535c}.live-dot{background:#c88f9b;box-shadow:0 0 0 6px #c88f9b21}.hero__copy{background:radial-gradient(circle at 88% 10%,rgba(200,143,155,.12),transparent 24%),linear-gradient(145deg,#fffcfa,#f6eaec);border-color:#e9dddf}.hero__media{background:linear-gradient(145deg,#e9d4d7,#f7ecec);border-color:#e7dadb}.hero__media--product{background:linear-gradient(145deg,#e5d0d4,#faf0ef)}.hero-fallback img{object-fit:contain}.trust-item__icon{background:#f5e6e8;color:#76535c}.product-card{background:#fffdfc;border-color:#e8dddf}.product-card__media{background:linear-gradient(145deg,#faeeef,#f4eae7)}.product-card__media img{object-fit:contain;padding:9px;transition:transform .28s ease}.product-card__media img[src*="03_rechargeable"]{padding:18px}.product-card__media img[src*="04_electric"],.product-card__media img[src*="05_mini"]{padding:12px}.product-card:hover .product-card__media img{transform:scale(1.02)}.badge--new{background:#f0e6e8;color:#6a4a53;border-color:#e6d5d9}.badge--sale{background:#2e252c;border-color:#2e252c}.save-pill{background:#f2e6e8;color:#70515a}.product-card__actions{flex-direction:row}.product-card__actions form{flex:1}.product-card__actions .btn{width:100%;min-height:40px}.product-card__actions .btn--secondary{border-color:#e7dadc}.category-card--premium{background:linear-gradient(145deg,#f1dfe2,#f1e9e2)}.step__num{background:linear-gradient(135deg,#f1e1e3,#dcc6cb);color:#5d454c}.review .stars{color:#ad8752}.avatar{background:#eedde0;color:#63464f}.mobile-link--featured{color:#76535c}.mobile-nav{background:#fffbf8fa}.mobile-nav a:first-child{color:#2e252c}.floating-whatsapp{background:#d6b1b8;color:#2e252c}.product-gallery__item{background:#f7ecec}.product-perks span{background:#fffdfc;border-color:#e8dddf}.trust-box{background:#fffdfc;border-color:#e6dadd}.footer{background:linear-gradient(145deg,#2c242a,#1d181d)}@media(max-width:820px){.brand__logo{width:min(150px,40vw);max-height:38px}.header__main{gap:10px}.header__nav{display:none}.header__actions{margin-left:auto}.header-search{display:none}.icon-btn--desktop{display:inline-flex}.product-card__media{aspect-ratio:1/1;padding:0}.product-card__media img{padding:8px}.quick-view-hint{display:none!important}.product-card__body{padding:11px 10px 12px}.product-card__meta{font-size:8.5px}.product-card__title{font-size:13px;line-height:1.22;min-height:32px}.product-card__price{font-size:15px;line-height:1.15}.product-card__compare{font-size:10px}.save-pill{font-size:8px;padding:4px 6px}.product-card__actions{gap:6px;margin-top:10px}.product-card__actions .btn{font-size:10px;padding:9px 6px;border-radius:12px}}@media(max-width:520px){.brand__logo{width:min(132px,38vw);max-height:34px}.header__main{height:64px}.hero__copy .heading{font-size:36px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{border-radius:17px}.product-card__media{border-radius:17px 17px 0 0}.product-card__body{padding:10px 9px 11px}.product-card__actions{flex-direction:column}.product-card__actions form,.product-card__actions .btn{width:100%}.product-card__actions .btn{min-height:36px}}.announcement--marquee{overflow:hidden;background:#2c2227;color:#fff;border:0}.announcement__track{display:flex;width:max-content;min-width:100%;animation:announcement-scroll 22s linear infinite}.announcement__item{display:flex;align-items:center;gap:20px;padding:8px 30px;white-space:nowrap;font-size:11px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.announcement__item span{color:#d7a9b2;font-size:10px}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@media(prefers-reduced-motion:reduce){.announcement__track{animation:none}}.brand{min-width:0}.brand__logo{width:min(145px,34vw);height:auto;max-height:44px;object-fit:contain;object-position:left center}.brand__text{font-family:var(--display);font-size:24px;letter-spacing:-.04em;color:var(--ink)}.brand__mark{display:none!important}.brand--footer .brand__logo{width:min(145px,32vw);max-height:46px;filter:none}.header__main{grid-template-columns:1fr auto 1fr;gap:18px}.brand{grid-column:1;justify-self:start}.header__nav{grid-column:2}.header__actions{grid-column:3}.header__menu-btn{background:#fffaf8}.nav-trigger{border:0;background:none;padding:28px 0;font-size:13px;font-weight:900;color:#3a3036;cursor:pointer}.nav-trigger span{font-size:12px;margin-left:4px;color:#85616a}.nav-dropdown--categories{width:270px}.nav-dropdown--categories a{align-items:center}.header__nav a:hover,.nav-trigger:hover{color:var(--theme-accent-dark,#6c4650)}.mobile-drawer__top{padding-bottom:14px;border-bottom:1px solid #eee3e5}.mobile-menu-brand{display:inline-flex;align-items:center;min-height:38px}.mobile-menu-brand img{display:block;width:min({{settings.logo_width | default: 145}}px,52vw);max-height:38px;object-fit:contain;object-position:left center}.mobile-menu-brand span{font-family:var(--display);font-size:22px;font-weight:800}.mobile-side-links{display:grid;margin-top:14px}.mobile-link{background:none;border:0;text-align:left;width:100%;font-size:15px}.mobile-link--categories{cursor:pointer}.mobile-link__chevron{transition:transform .2s ease}.mobile-link--categories[aria-expanded=true] .mobile-link__chevron{transform:rotate(180deg)}.mobile-category-panel{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .22s ease;background:#fff6f7;border-radius:16px}.mobile-category-panel:before{content:"";min-height:0}.mobile-category-panel.is-open{grid-template-rows:1fr;padding:4px 10px 8px}.mobile-category-item{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;border-bottom:1px solid #eadfe1;font-size:13px;font-weight:800;color:#5d4a51}.mobile-category-item:last-child{border-bottom:0}.mobile-whatsapp-link{margin-top:20px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;background:#f7eeef;border:1px solid #e9dcdf;border-radius:18px;padding:13px;color:#3f3036}.mobile-whatsapp-icon,.mobile-whatsapp-circle{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e4c3ca;color:#4b333a;font-weight:900;font-size:20px}.mobile-whatsapp-link strong{display:block;font-size:13px}.mobile-whatsapp-link small{display:block;font-size:10px;color:#7b6b70;margin-top:2px}.mobile-whatsapp-arrow{font-size:18px}.mobile-nav__button{border:0;background:none;color:#5d5056;font-weight:900}.mobile-nav__whatsapp{color:#6e4d57!important}.mobile-nav__whatsapp .mobile-whatsapp-circle{width:20px;height:20px;font-size:11px;margin-inline:auto}@media(max-width:820px){.header__main{grid-template-columns:auto 1fr auto;height:68px}.brand{grid-column:2;justify-self:center}.brand__logo{width:min(145px,42vw);max-height:36px}.header__actions{grid-column:3}.header__nav{display:none}.header-search,.icon-btn--desktop{display:none!important}.header__actions .icon-btn{width:38px;height:38px}}@media(max-width:520px){.announcement__item{font-size:9px;padding:8px 24px;letter-spacing:.05em}.header__main{height:64px}.brand__logo{width:min(145px,40vw);max-height:32px}.mobile-drawer__panel{width:min(390px,93vw);padding:18px}.mobile-nav{padding-top:8px;grid-template-columns:repeat(3,1fr)}.mobile-nav a,.mobile-nav button{font-size:9px;line-height:1}}.mobile-drawer__panel{width:min(420px,94vw);background:#fffaf8;border-left:1px solid #e5d8dc;box-shadow:28px 0 80px #25191f29}.mobile-drawer__top{display:flex;align-items:center;justify-content:space-between;padding:8px 0 16px;border-bottom:1px solid #eadfe1}.mobile-menu-heading{display:grid;gap:2px}.mobile-menu-heading__eyebrow{font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#9b7880;font-weight:900}.mobile-menu-heading strong{font-family:var(--display);font-size:25px;line-height:1;color:#2e252c}.mobile-menu-brand{display:flex;align-items:center;width:100%;padding:18px 0 20px;border-bottom:1px solid #eee3e5}.mobile-menu-brand.logo-align--left{justify-content:flex-start}.mobile-menu-brand.logo-align--center{justify-content:center}.mobile-menu-brand.logo-align--right{justify-content:flex-end}.mobile-menu-brand img{width:min(170px,62vw);max-height:52px;object-fit:contain;object-position:center}.mobile-menu-brand span{font-family:var(--display);font-size:24px}.mobile-side-links{display:grid;gap:0;margin-top:18px}.mobile-section-label{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:#907078;padding:0 2px 9px}.mobile-category-group{border-top:1px solid #eee3e5}.mobile-category-group:last-of-type{border-bottom:1px solid #eee3e5}.mobile-category-head{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:54px}.mobile-category-name{display:flex;align-items:center;min-height:54px;font-size:15px;font-weight:850;color:#30262c}.mobile-category-toggle{width:42px;height:42px;border:1px solid #eadcdf;background:#fff;border-radius:13px;color:#6e5058;display:grid;place-items:center;font-size:21px;line-height:1;cursor:pointer}.mobile-category-toggle span{display:block;transform:translateY(-1px);transition:transform .18s ease}.mobile-category-toggle[aria-expanded=true] span{transform:rotate(45deg)}.mobile-subcategory-panel{display:grid;grid-template-rows:0fr;overflow:hidden;background:#faf2f3;border-radius:14px;margin:0 0 10px;transition:grid-template-rows .22s ease,padding .22s ease}.mobile-subcategory-panel:after{content:"";min-height:0}.mobile-subcategory-panel.is-open{grid-template-rows:1fr;padding:6px 10px}.mobile-subcategory-panel a{padding:10px 4px;border-bottom:1px solid #eadfe1;font-size:12px;color:#6c5960;font-weight:750}.mobile-subcategory-panel a:last-child{border-bottom:0}.mobile-link{min-height:54px;padding:0 2px;border-bottom:1px solid #eee3e5;display:flex!important;align-items:center;justify-content:space-between;font-size:14px;font-weight:850}.mobile-nav{grid-template-columns:repeat(3,1fr);justify-items:center}.mobile-nav a,.mobile-nav button{min-width:0;width:100%;text-align:center}.floating-whatsapp{background:#c98f99;color:#fff;box-shadow:0 16px 30px #56363d38;border:2px solid rgba(255,255,255,.92)}.site-header.logo-align--left .brand{justify-self:start}.site-header.logo-align--center .brand{justify-self:center}.site-header.logo-align--right .brand{justify-self:end}@media(max-width:820px){.site-header .brand__logo{max-height:38px;width:min({{settings.logo_width | default: 145}}px,42vw)}.site-header .brand{justify-self:var(--logo-justify,center)}.site-header.logo-align--left .brand{--logo-justify:start}.site-header.logo-align--center .brand{--logo-justify:center}.site-header.logo-align--right .brand{--logo-justify:end}.floating-whatsapp{right:14px;bottom:76px}}.brand__logo{width:min(var(--logo-width,145px),34vw)}.mobile-menu-brand img{width:min(var(--logo-width,145px),62vw)}@media(max-width:520px){.brand__logo{width:min(var(--logo-width,145px),40vw)}.mobile-menu-brand img{width:min(var(--logo-width,145px),66vw)}}.header__menu-btn{border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;width:38px!important;height:38px!important;padding:7px 5px!important;display:none;place-items:center;gap:4px}.header__menu-btn span{display:block!important;width:22px!important;height:1.6px!important;min-height:1.6px!important;border-radius:2px!important;background:currentColor!important;opacity:.92;transition:transform .18s ease,opacity .18s ease}.header__menu-btn:hover{transform:none!important;background:transparent!important;box-shadow:none!important}@media(max-width:820px){.header__menu-btn{display:grid!important;justify-self:start}}.premium-price-row{display:flex;align-items:flex-end;gap:18px;margin:20px 0 18px;flex-wrap:wrap}.premium-price{display:flex;flex-direction:column;gap:4px}.premium-price__label{text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900;color:#84666e}.premium-price.retail-price del{font-size:18px;color:#8d7b80;text-decoration-thickness:1.5px}.premium-price.sale-price{padding:0 0 2px}.premium-price.sale-price strong{font-size:clamp(34px,5vw,48px);line-height:.95;letter-spacing:-.045em;color:#2d232a}.premium-price__save{font-size:11px;font-weight:850;color:#76535c;margin-top:4px}.premium-price-row--single .sale-price strong{font-size:44px}.product-buy-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.product-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:18px 0}.product-trust-item{display:flex;align-items:center;gap:9px;min-height:66px;padding:10px 11px;border:1px solid #eadfe1;border-radius:17px;background:#fffdfa;color:#30262c}.product-trust-item strong{display:block;font-size:11px;line-height:1.2}.product-trust-item small{display:block;font-size:9px;color:#7e6d72;line-height:1.3;margin-top:2px}.product-trust-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:11px;background:#f1e2e5;color:#6d4f57;font-weight:900;font-size:11px}.product-trust-icon--whatsapp{background:#25d366;color:#fff}.product-trust-icon--whatsapp svg{width:21px;height:21px;fill:currentColor}.product-howto-cta{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border-radius:14px;background:#f7eef0;border:1px solid #eadfe1;font-size:12px;font-weight:850;color:#563f47}.product-howto-cta span{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#2e252c;color:#fff;font-size:10px}.product-gallery--large .product-gallery__item{padding:16px}.product-gallery--large .product-gallery__item img{width:100%;height:auto;object-fit:contain}.product-info--refined .product-lede{max-width:560px}.floating-whatsapp{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#25d366!important;color:#fff!important;border:3px solid #fff;box-shadow:0 14px 30px #14502f38;padding:0;overflow:hidden}.floating-whatsapp svg{width:31px;height:31px;fill:currentColor}.floating-whatsapp span{position:absolute;left:-9999px}.floating-whatsapp:hover{transform:translateY(-2px) scale(1.03)}.collection-tools{display:grid;grid-template-columns:1fr 1fr 1.35fr auto;gap:12px;padding:14px;margin:24px 0 14px}.collection-filter-field label{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#896d75;margin:0 0 7px}.filter-select,.price-filter input{width:100%;min-height:46px;border:1px solid #e4d9dc;background:#fffdfc;border-radius:14px;padding:0 14px;color:#2d252a;outline:none}.filter-select:focus,.price-filter input:focus{border-color:#c88f99;box-shadow:0 0 0 4px #c88f991a}.price-filter{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.collection-filter-actions{display:flex;align-items:end;gap:8px}.collection-filter-actions .btn{min-height:46px;padding-inline:16px}.sort-select{border-radius:999px;min-width:190px}.category-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-product-card{display:flex;flex-direction:column;overflow:hidden;background:#fffdfa;border:1px solid #e8dddf;border-radius:24px;box-shadow:0 12px 32px #3e2a300f}.category-product-card__media{aspect-ratio:1/1;background:#f7ecef;display:grid;place-items:center;overflow:hidden}.category-product-card__media img{width:100%;height:100%;object-fit:contain;padding:20px}.category-product-card__media--mint{background:linear-gradient(145deg,#eef5f2,#dfece8)}.category-product-card__placeholder{text-align:center;font-size:22px;letter-spacing:.16em;font-weight:900;color:#42645d;line-height:1.15}.category-product-card__body{padding:20px}.category-product-card__body h2{font-size:24px;line-height:1.04;margin:8px 0}.category-product-card__body p{font-size:13px;color:#6f6066;min-height:42px}.category-product-card__body .text-link{font-size:12px}.section-title--small{font-size:32px}.cart-free-shipping{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;margin-bottom:12px;background:#f7eef0;border:1px solid #eadfe1;border-radius:16px}.cart-free-shipping span{font-size:10px;letter-spacing:.11em;font-weight:900;color:#74525c}.cart-free-shipping strong{font-size:12px;color:#4d3b42}.cart-item__image--small{width:96px;height:96px;align-self:flex-start}.cart-item__image--small img{width:96px;height:96px;object-fit:contain}.cart-item__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-remove{border:0;background:transparent;color:#997880;font-size:11px;font-weight:850;cursor:pointer;padding:3px 0}.cart-actions-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.checkout-benefit{display:flex;gap:10px;align-items:center;padding:11px 0;border-top:1px solid #eee4e5}.checkout-benefit__icon{width:32px;height:32px;border-radius:10px;background:#f1e2e5;display:grid;place-items:center;font-size:11px;font-weight:900;color:#6f525a;flex:0 0 32px}.checkout-benefit strong{display:block;font-size:12px}.checkout-benefit small{display:block;font-size:10px;color:#816f75;margin-top:2px}.cart-checkout-note{font-size:10px;color:#897980;text-align:center;margin:10px 0 0}.product-grid--related .product-card__media{aspect-ratio:1/1}.product-grid--related .product-card__body{padding:12px}.footer{background:#f2e5e8!important;color:#3d3036!important;border-top:1px solid #e4d7da}.footer-top>a,.footer-top a{color:#4e3b42!important}.footer-top p,.footer-small{color:#75656b!important}.footer-trust span{border-color:#d9c8cc!important;background:#fffaf9;color:#6c5259}.brand--footer{display:inline-flex;padding:8px 12px;background:#fff;border-radius:13px;box-shadow:0 8px 22px #34262c14}.footer-bottom{border-top-color:#ded0d4!important;color:#78666d}.footer-shop a{display:block}.how-to-use-card{max-width:720px;margin:0 auto;padding:28px;display:flex;align-items:center;gap:20px}.how-to-use-card__icon{width:58px;height:58px;border-radius:18px;background:#2e252c;color:#fff;display:grid;place-items:center;font-size:19px;flex:0 0 58px}.how-to-use-card h2{margin:0 0 6px;font-size:28px}.how-to-use-card p{color:#76666d;margin:0 0 16px}@media(max-width:900px){.product-trust-grid{grid-template-columns:repeat(2,1fr)}.collection-tools{grid-template-columns:1fr 1fr}.collection-filter-field--price{grid-column:1/-1}.collection-filter-actions{grid-column:1/-1;justify-content:flex-start}.category-product-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.premium-price-row{gap:12px}.premium-price.retail-price del{font-size:16px}.premium-price.sale-price strong,.premium-price-row--single .sale-price strong{font-size:37px}.product-buy-actions{grid-template-columns:1fr}.product-trust-grid{grid-template-columns:1fr 1fr}.product-trust-item{min-height:62px}.product-gallery--large .product-gallery__item{padding:6px}.collection-tools{grid-template-columns:1fr;padding:13px}.collection-filter-field--price{grid-column:auto}.collection-filter-actions{grid-column:auto;display:grid;grid-template-columns:1fr 1fr}.sort-select{min-width:0;width:100%}.collection-toolbar{gap:10px}.category-product-grid{grid-template-columns:1fr}.cart-free-shipping{align-items:flex-start;flex-direction:column}.cart-item__image--small,.cart-item__image--small img{width:82px;height:82px}.cart-actions-row{flex-direction:column;align-items:stretch}.how-to-use-card{align-items:flex-start;flex-direction:column}.floating-whatsapp{width:52px;height:52px;bottom:78px!important}}.mobile-side-links--simple{margin-top:18px;border-top:1px solid #eadfe1}.mobile-simple-link{display:flex!important;align-items:center;justify-content:space-between;min-height:58px;padding:0 2px;border-bottom:1px solid #eadfe1;font-size:15px;font-weight:850;color:#30262c}.mobile-simple-link span:last-child{font-size:17px;color:#876771;transition:transform .18s ease}.mobile-simple-link:hover span:last-child{transform:translate(3px)}.mobile-simple-link--all{margin-top:7px;border:1px solid #e7d9dc;border-radius:15px;padding-inline:15px;background:#fff9f8}.home-simple-hero{padding:18px 0 34px}.home-simple-hero__frame{width:min(1220px,100%);margin:0 auto}.home-simple-hero__image-wrap{display:block;width:100%;overflow:hidden;background:#f5e8eb;border-radius:28px;border:1px solid #eadcdf}.home-simple-hero__image{display:block;width:100%;height:auto;object-fit:cover}.home-simple-hero__image--square{aspect-ratio:1/1}.home-simple-hero__image--portrait{aspect-ratio:4/5}.home-simple-hero__image--landscape{aspect-ratio:16/9}.home-simple-hero__image-wrap img{width:100%;height:100%;object-fit:cover}.home-simple-hero__button{display:flex;width:min(420px,calc(100% - 34px));margin:14px auto 0;min-height:52px;font-size:14px;box-shadow:0 12px 30px #2d232a29}@media(max-width:640px){.home-simple-hero{padding:0 0 24px}.home-simple-hero__frame{width:100%}.home-simple-hero__image-wrap{border-radius:0;border-left:0;border-right:0}.home-simple-hero__button{width:calc(100% - 28px);margin-top:12px}}.home-product-spotlight{padding-block:30px 58px}.home-product-spotlight__media-wrap{width:100%}.home-product-spotlight__media{display:block;width:100%;border:1px solid #eadfe1;border-radius:30px;overflow:hidden;background:linear-gradient(145deg,#f8ecef,#f4e8e7);box-shadow:0 18px 50px #2d232a14}.home-product-spotlight__media img{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#f7ecef}.home-product-spotlight__media img[alt]{padding:0}.home-product-spotlight__placeholder{display:grid;place-items:center;aspect-ratio:1/1;font-size:72px;font-weight:1000;color:#7f6169;background:#f7ecef}.home-product-spotlight__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;max-width:780px;margin:14px auto 0}.home-product-spotlight__action{min-height:56px;font-size:14px}.home-product-spotlight__description{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:34px;align-items:start;max-width:980px;margin:20px auto 0;padding:24px 0 0;border-top:1px solid #eadfe1}.section-title--spotlight{font-size:clamp(28px,4vw,48px);margin-top:6px}.home-product-spotlight__copy{color:#6f6066;font-size:14px;line-height:1.8}.home-product-spotlight__copy p{margin:0}.product-card--simple .product-card__media{aspect-ratio:1.12/1}.product-card--simple .product-card__body{padding:12px 13px 14px}.product-card--simple .product-card__title{min-height:38px}.product-card--simple .product-card__price{margin-top:7px}.product-card__view{margin-top:11px;min-height:40px;font-size:12px}.product-grid--compact{gap:16px}.collection-toolbar--simple{justify-content:flex-start}.product-video-block{margin:24px 0 8px;padding-top:4px}.product-video-block__head h2{font-size:28px;margin:6px 0 14px;letter-spacing:-.02em}.product-video-block__frame{width:100%;aspect-ratio:16/9;overflow:hidden;border:1px solid #eadfe1;border-radius:22px;background:#f6eaed;box-shadow:0 14px 40px #2d232a12}.product-video-block__frame iframe{display:block;width:100%;height:100%;border:0}@media(max-width:700px){.home-product-spotlight{padding-block:18px 38px}.home-product-spotlight__media{border-radius:18px}.home-product-spotlight__media img{aspect-ratio:1/1}.home-product-spotlight__actions{grid-template-columns:1fr 1fr;gap:8px}.home-product-spotlight__action{min-height:50px;padding-inline:10px;font-size:12px}.home-product-spotlight__description{grid-template-columns:1fr;gap:8px;margin-top:16px;padding-top:18px}.home-product-spotlight__copy{font-size:13px;line-height:1.7}.product-card--simple .product-card__media{aspect-ratio:1/1}.product-card--simple .product-card__title{min-height:0}.product-card__view{min-height:38px}.product-video-block__frame{border-radius:16px}}.home-product-spotlight__media--portrait img,.home-product-spotlight__media--portrait .home-product-spotlight__placeholder{aspect-ratio:4/5}.home-product-spotlight__media--landscape img,.home-product-spotlight__media--landscape .home-product-spotlight__placeholder{aspect-ratio:16/9}.home-product-spotlight__media--square img,.home-product-spotlight__media--square .home-product-spotlight__placeholder{aspect-ratio:1/1}@media(max-width:700px){.home-product-spotlight__media--landscape img{aspect-ratio:16/9}.home-product-spotlight__media--portrait img{aspect-ratio:4/5}.home-product-spotlight__media--square img{aspect-ratio:1/1}}.footer-help:empty{display:none}.footer-help{min-width:0}.footer-help>a{display:block;margin:7px 0}.product-gallery--large{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.product-gallery--cols-1{grid-template-columns:1fr}.product-gallery--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery__item,.product-gallery--frame-none .product-gallery__item{border:none;background:transparent}.product-gallery--frame-soft .product-gallery__item{background:#f7ecef;border:none}.product-gallery--frame-border .product-gallery__item{background:#fffdfa;border:1px solid #e8dddf}.product-gallery--large .product-gallery__item{padding:0}.product-gallery--large .product-gallery__item img{display:block;width:100%;height:100%;max-width:none;object-fit:contain;margin:0}.product-gallery--ratio-square .product-gallery__item{aspect-ratio:1/1}.product-gallery--ratio-portrait .product-gallery__item{aspect-ratio:4/5}.product-gallery--ratio-original .product-gallery__item{aspect-ratio:auto}.product-gallery--ratio-original .product-gallery__item img{height:auto}.product-gallery--fit-cover .product-gallery__item img{object-fit:cover}.product-gallery--fit-contain .product-gallery__item img{object-fit:contain}.product-gallery--cols-1 .product-gallery__item,.product-gallery--cols-1 .product-gallery__item img{min-height:0}@media(max-width:640px){.product-gallery--mobile-1{grid-template-columns:1fr!important}.product-gallery--mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-gallery--mobile-1 .product-gallery__item{min-height:0}.product-gallery--large.product-gallery--mobile-1 .product-gallery__item{border-radius:20px}.product-gallery--large.product-gallery--mobile-1 .product-gallery__item img{width:100%;height:100%}.footer-help{padding-top:2px}}.product-gallery__counter{display:none;text-align:center;margin:9px 0 0;color:#72666c;font-size:12px;font-weight:800;letter-spacing:.03em}.product-gallery--large .product-gallery__item{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.product-gallery--large .product-gallery__item img{display:block;width:100%;height:100%;max-width:none;margin:0;object-fit:contain;background:transparent}.product-gallery--frame-none .product-gallery__item,.product-gallery--frame-soft .product-gallery__item,.product-gallery--frame-border .product-gallery__item{border:0!important;background:transparent!important}.product-card--simple{border:0!important;box-shadow:none!important;background:transparent!important;overflow:visible!important;border-radius:0!important}.product-card--simple:hover{transform:none!important;box-shadow:none!important}.product-card--simple .product-card__media-wrap{display:block}.product-card--simple .product-card__media{aspect-ratio:1/1!important;background:transparent!important;border:0!important;border-radius:0!important;overflow:hidden!important}.product-card--simple .product-card__media img{width:100%;height:100%;object-fit:contain;background:transparent;transform:none!important}.product-card--simple .product-card__body{background:transparent!important;border:0!important;padding:10px 2px 14px}.product-card--simple .product-card__meta,.product-card--simple .product-card__title,.product-card--simple .product-card__price{padding-inline:2px}.product-card--simple .product-card__view{border:1px solid #dfd5da;background:#fff!important;min-height:38px;box-shadow:none;margin-top:10px}.product-card--simple .badge{border:0;box-shadow:0 5px 14px #22161d14}@media(max-width:640px){.product-gallery-wrap{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.product-gallery.product-gallery--large.product-gallery--mobile-1{display:flex!important;grid-template-columns:none!important;gap:0!important;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}.product-gallery.product-gallery--large.product-gallery--mobile-1::-webkit-scrollbar{display:none}.product-gallery.product-gallery--large.product-gallery--mobile-1 .product-gallery__item{flex:0 0 100%;width:100%;min-width:100%;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:1/1;border-radius:0!important}.product-gallery.product-gallery--large.product-gallery--mobile-1 .product-gallery__item img{width:100%;height:100%;object-fit:contain;padding:0}.product-gallery__counter{display:block}.product-gallery--mobile-2 .product-gallery__item{border:0!important;background:transparent!important}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/theme.css.map */
