:root{--tp-cream: #FBF6F0;--tp-cream-2: #F4EADF;--tp-white: #FFFFFF;--tp-blush: #E29A96;--tp-blush-soft: #F4D4CE;--tp-amber: #E7A44E;--tp-amber-soft: #F6DDB6;--tp-ink: #4A3A32;--tp-ink-soft: #907E72;--tp-line: #E9DCCD;--tp-radius: 26px;--tp-radius-sm: 16px;--tp-gutter: 26px;--tp-maxw: 1200px;--tp-serif: "Fraunces", Georgia, "Times New Roman", serif;--tp-sans: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--tp-ease: cubic-bezier(.22, 1, .36, 1);--tp-shadow: 0 18px 50px -24px rgba(74, 58, 50, .45);--tp-shadow-soft: 0 10px 30px -18px rgba(74, 58, 50, .35)}.tp-section{padding-top:0!important;padding-bottom:0!important;font-family:var(--tp-sans);color:var(--tp-ink);-webkit-font-smoothing:antialiased;position:relative}.tp-container{max-width:var(--tp-maxw);margin:0 auto;padding:0 var(--tp-gutter)}.tp-section *{box-sizing:border-box}.tp-h1,.tp-h2,.tp-h3{font-family:var(--tp-serif);font-weight:500;line-height:1.08;letter-spacing:-.01em;margin:0;color:var(--tp-ink)}.tp-eyebrow{font-family:var(--tp-sans);font-weight:700;text-transform:uppercase;letter-spacing:.22em;font-size:12px;color:var(--tp-blush);margin:0 0 18px;display:inline-block}.tp-body{line-height:1.7;color:var(--tp-ink-soft);margin:0}.tp-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--tp-sans);font-weight:800;font-size:16px;line-height:1;padding:18px 34px;border-radius:999px;border:none;cursor:pointer;text-decoration:none;transition:transform .35s var(--tp-ease),box-shadow .35s var(--tp-ease),background-color .35s var(--tp-ease);white-space:nowrap}.tp-btn--primary{background:var(--tp-ink);color:var(--tp-cream);box-shadow:var(--tp-shadow-soft)}.tp-btn--primary:hover{transform:translateY(-3px);box-shadow:var(--tp-shadow);background:#5a473d}.tp-btn--blush{background:var(--tp-blush);color:#fff;box-shadow:0 14px 30px -14px #e29a96e6}.tp-btn--blush:hover{transform:translateY(-3px);background:#d98984}.tp-btn--ghost{background:transparent;color:var(--tp-ink);border:1.5px solid var(--tp-line)}.tp-btn--ghost:hover{background:var(--tp-white);transform:translateY(-3px)}.tp-reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--tp-ease),transform .9s var(--tp-ease);will-change:transform,opacity}.tp-reveal.tp-visible{opacity:1;transform:none}.tp-reveal[data-tp-delay="1"]{transition-delay:.08s}.tp-reveal[data-tp-delay="2"]{transition-delay:.16s}.tp-reveal[data-tp-delay="3"]{transition-delay:.24s}.tp-reveal[data-tp-delay="4"]{transition-delay:.32s}.tp-hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.tp-hero__copy{max-width:560px}.tp-hero__title{font-size:clamp(38px,5.4vw,68px);margin-bottom:22px}.tp-hero__title em{font-style:italic;color:var(--tp-blush)}.tp-hero__text{font-size:18px;margin-bottom:30px;max-width:460px}.tp-hero__actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.tp-hero__note{display:flex;align-items:center;gap:8px;margin-top:26px;font-size:14px;color:var(--tp-ink-soft);font-weight:600}.tp-hero__note svg{color:var(--tp-amber);flex:none}.tp-hero__media{position:relative}.tp-hero__img{width:100%;border-radius:40px;display:block;box-shadow:var(--tp-shadow);object-fit:cover;aspect-ratio:4 / 5}.tp-hero__badge{position:absolute;bottom:26px;left:-18px;background:var(--tp-white);border-radius:20px;padding:16px 20px;box-shadow:var(--tp-shadow-soft);display:flex;align-items:center;gap:12px;max-width:230px}.tp-hero__badge .tp-hero__badge-ico{width:42px;height:42px;border-radius:50%;background:var(--tp-amber-soft);color:var(--tp-amber);display:grid;place-items:center;flex:none}.tp-hero__badge strong{display:block;font-size:15px;color:var(--tp-ink)}.tp-hero__badge span{font-size:13px;color:var(--tp-ink-soft)}.tp-hero__blob{position:absolute;inset:-6% -8% auto auto;width:62%;aspect-ratio:1;background:radial-gradient(circle at 40% 40%,var(--tp-blush-soft),transparent 70%);filter:blur(10px);z-index:-1}.tp-benef__head{text-align:center;max-width:640px;margin:0 auto 54px}.tp-benef__title{font-size:clamp(30px,4vw,46px);margin-bottom:16px}.tp-benef__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tp-card{background:var(--tp-white);border-radius:var(--tp-radius);padding:40px 32px;border:1px solid var(--tp-line);transition:transform .5s var(--tp-ease),box-shadow .5s var(--tp-ease)}.tp-card:hover{transform:translateY(-8px);box-shadow:var(--tp-shadow)}.tp-card__ico{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;margin-bottom:22px;background:var(--tp-cream-2);color:var(--tp-blush)}.tp-card__ico svg{width:32px;height:32px}.tp-card__title{font-family:var(--tp-serif);font-size:24px;margin:0 0 10px;color:var(--tp-ink);font-weight:500}.tp-card__text{font-size:16px;line-height:1.65;color:var(--tp-ink-soft);margin:0}.tp-pasos{background:var(--tp-cream-2);border-radius:44px}.tp-pasos__head{text-align:center;max-width:620px;margin:0 auto 50px}.tp-pasos__title{font-size:clamp(30px,4vw,46px);margin-bottom:14px}.tp-pasos__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.tp-paso{text-align:center;position:relative}.tp-paso__num{width:68px;height:68px;margin:0 auto 20px;border-radius:50%;display:grid;place-items:center;background:var(--tp-white);color:var(--tp-blush);font-family:var(--tp-serif);font-size:28px;font-weight:600;box-shadow:var(--tp-shadow-soft)}.tp-paso__title{font-family:var(--tp-serif);font-size:22px;margin:0 0 10px;color:var(--tp-ink);font-weight:500}.tp-paso__text{font-size:15.5px;line-height:1.6;color:var(--tp-ink-soft);margin:0;max-width:300px;margin-inline:auto}.tp-emo__inner{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:44px;overflow:hidden;box-shadow:var(--tp-shadow);background:var(--tp-white)}.tp-emo__media{position:relative;min-height:480px;overflow:hidden}.tp-emo__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tp-emo__copy{padding:clamp(36px,5vw,72px);display:flex;flex-direction:column;justify-content:center}.tp-emo__title{font-size:clamp(30px,3.6vw,46px);margin-bottom:20px}.tp-emo__title em{font-style:italic;color:var(--tp-blush)}.tp-emo__text{font-size:17px;margin-bottom:18px}.tp-emo__quote{font-family:var(--tp-serif);font-style:italic;font-size:20px;color:var(--tp-ink);border-left:3px solid var(--tp-amber);padding-left:18px;margin:8px 0 28px;line-height:1.5}.tp-res__head{text-align:center;max-width:640px;margin:0 auto 30px}.tp-res__title{font-size:clamp(30px,4vw,46px);margin-bottom:12px}.tp-res__stars{display:inline-flex;gap:4px;color:var(--tp-amber);margin-bottom:10px}.tp-res__stars svg{width:22px;height:22px}.tp-res__marquee-wrap{overflow-x:clip;overflow-y:visible;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}.tp-res__track{display:flex;gap:24px;width:max-content;animation:tp-marquee var(--tp-marquee-speed, 46s) linear infinite;padding:20px 12px}.tp-res__marquee-wrap:hover .tp-res__track{animation-play-state:paused}@keyframes tp-marquee{to{transform:translate(-50%)}}.tp-res__card{width:340px;flex:none;background:var(--tp-white);border:1px solid var(--tp-line);border-radius:var(--tp-radius);padding:30px}.tp-res__card-stars{display:flex;gap:3px;color:var(--tp-amber);margin-bottom:14px}.tp-res__card-stars svg{width:18px;height:18px}.tp-res__card-text{font-size:16px;line-height:1.65;color:var(--tp-ink);margin:0 0 18px}.tp-res__card-author{display:flex;align-items:center;gap:12px}.tp-res__card-avatar{width:44px;height:44px;border-radius:50%;background:var(--tp-blush-soft);color:var(--tp-blush);display:grid;place-items:center;font-weight:800;font-size:17px;flex:none}.tp-res__card-name{font-weight:800;font-size:15px;color:var(--tp-ink)}.tp-res__card-role{font-size:13px;color:var(--tp-ink-soft)}.tp-cta__inner{background:var(--tp-ink);border-radius:44px;padding:clamp(40px,5vw,76px);display:grid;grid-template-columns:1fr .85fr;gap:48px;align-items:center;position:relative;overflow:hidden}.tp-cta__glow{position:absolute;width:60%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(231,164,78,.35),transparent 70%);top:-30%;right:-10%}.tp-cta__copy{position:relative;z-index:1}.tp-cta__title{font-size:clamp(32px,4.4vw,54px);color:var(--tp-cream);margin-bottom:18px}.tp-cta__title em{font-style:italic;color:var(--tp-amber)}.tp-cta__text{font-size:17px;color:#fbf6f0c7;margin-bottom:16px;line-height:1.65}.tp-cta__price{display:flex;align-items:baseline;gap:12px;margin:8px 0 26px}.tp-cta__price-now{font-family:var(--tp-serif);font-size:42px;color:var(--tp-cream);font-weight:600}.tp-cta__price-old{font-size:22px;color:#fbf6f080;text-decoration:line-through}.tp-cta__price-save{background:var(--tp-blush);color:#fff;font-weight:800;font-size:13px;padding:6px 12px;border-radius:999px}.tp-cta__media{position:relative;z-index:1}.tp-cta__media img{width:100%;border-radius:30px;box-shadow:0 30px 60px -30px #0009}.tp-prod{padding:20px 0 10px}.tp-prod__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.tp-prod__gallery{position:sticky;top:24px}.tp-prod__main{width:100%;border-radius:var(--tp-radius);overflow:hidden;background:var(--tp-white);border:1px solid var(--tp-line);margin-bottom:16px;aspect-ratio:1;display:grid;place-items:center}.tp-prod__main img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .3s ease}.tp-prod__thumbs{display:flex;gap:12px;flex-wrap:wrap}.tp-prod__thumb{width:82px;height:82px;border-radius:14px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--tp-white);padding:0;transition:border-color .25s ease}.tp-prod__thumb.is-active{border-color:var(--tp-blush)}.tp-prod__thumb img{width:100%;height:100%;object-fit:cover}.tp-prod__buy{max-width:480px}.tp-prod__vendor{font-weight:700;letter-spacing:.18em;text-transform:uppercase;font-size:12px;color:var(--tp-blush);margin-bottom:12px}.tp-prod__title{font-size:clamp(30px,3.4vw,44px);margin-bottom:16px}.tp-prod__rating{display:flex;align-items:center;gap:8px;margin-bottom:20px;color:var(--tp-amber)}.tp-prod__rating svg{width:18px;height:18px}.tp-prod__rating span{color:var(--tp-ink-soft);font-size:14px;font-weight:600;margin-left:4px}.tp-prod__price{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}.tp-prod__price-now{font-family:var(--tp-serif);font-size:36px;font-weight:600;color:var(--tp-ink)}.tp-prod__price-old{font-size:20px;color:var(--tp-ink-soft);text-decoration:line-through}.tp-prod__price-save{background:var(--tp-blush-soft);color:#b9615b;font-weight:800;font-size:13px;padding:5px 12px;border-radius:999px}.tp-prod__desc{font-size:16.5px;line-height:1.7;color:var(--tp-ink-soft);margin-bottom:26px}.tp-prod__opt{margin-bottom:24px}.tp-prod__opt-label{font-weight:800;font-size:14px;margin-bottom:10px;display:block}.tp-prod__opt-label b{color:var(--tp-blush)}.tp-prod__swatches{display:flex;gap:10px;flex-wrap:wrap}.tp-prod__swatch{padding:11px 20px;border-radius:999px;border:1.5px solid var(--tp-line);background:var(--tp-white);cursor:pointer;font-weight:700;font-size:14px;color:var(--tp-ink);transition:all .25s ease}.tp-prod__swatch:hover{border-color:var(--tp-blush)}.tp-prod__swatch.is-active{border-color:var(--tp-ink);background:var(--tp-ink);color:var(--tp-cream)}.tp-prod__form{margin-bottom:24px}.tp-prod__add{width:100%;font-size:17px;padding:20px}.tp-prod__add[disabled]{opacity:.5;cursor:not-allowed}.tp-prod__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px;padding-top:26px;border-top:1px solid var(--tp-line)}.tp-prod__trust-item{text-align:center}.tp-prod__trust-item svg{width:26px;height:26px;color:var(--tp-blush);margin-bottom:8px}.tp-prod__trust-item strong{display:block;font-size:13.5px;color:var(--tp-ink)}.tp-prod__trust-item span{font-size:12px;color:var(--tp-ink-soft)}.tp-prod__feats{margin-top:60px}.tp-prod__feats-title{font-size:clamp(26px,3vw,38px);text-align:center;margin-bottom:40px}.tp-prod__feats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.tp-feat{background:var(--tp-white);border:1px solid var(--tp-line);border-radius:var(--tp-radius-sm);padding:28px;display:flex;gap:18px;align-items:flex-start}.tp-feat__ico{width:50px;height:50px;border-radius:14px;background:var(--tp-cream-2);color:var(--tp-blush);display:grid;place-items:center;flex:none}.tp-feat__ico svg{width:26px;height:26px}.tp-feat h4{font-family:var(--tp-serif);font-size:20px;margin:2px 0 8px;font-weight:500;color:var(--tp-ink)}.tp-feat p{font-size:15px;line-height:1.6;color:var(--tp-ink-soft);margin:0}.tp-prod__incluye{margin-top:26px;background:var(--tp-cream-2);border-radius:var(--tp-radius);padding:32px}.tp-prod__incluye h4{font-family:var(--tp-serif);font-size:22px;margin:0 0 16px;font-weight:500}.tp-prod__incluye ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.tp-prod__incluye li{display:flex;align-items:center;gap:12px;font-size:16px;color:var(--tp-ink)}.tp-prod__incluye li svg{color:var(--tp-blush);flex:none}@media(max-width:990px){.tp-hero__inner{grid-template-columns:1fr;gap:40px}.tp-hero__copy{max-width:none;text-align:center;margin-inline:auto}.tp-hero__text{margin-inline:auto}.tp-hero__actions,.tp-hero__note{justify-content:center}.tp-benef__grid{grid-template-columns:1fr}.tp-pasos__grid{grid-template-columns:1fr;gap:36px}.tp-emo__inner{grid-template-columns:1fr}.tp-emo__media{min-height:340px}.tp-cta__inner{grid-template-columns:1fr}.tp-cta__media{order:-1}.tp-prod__grid{grid-template-columns:1fr;gap:32px}.tp-prod__gallery{position:static}.tp-prod__feats-grid{grid-template-columns:1fr}}@media(max-width:540px){:root{--tp-gutter: 18px}.tp-hero__img{border-radius:28px}.tp-hero__badge{left:0}.tp-card{padding:32px 26px}.tp-prod__trust{grid-template-columns:1fr;gap:18px}.tp-prod__thumb{width:66px;height:66px}.tp-res__card{width:280px}}@media(prefers-reduced-motion:reduce){.tp-reveal{opacity:1!important;transform:none!important;transition:none!important}.tp-res__track{animation:none!important}.tp-btn,.tp-card{transition:none!important}}.tp-footer{color:var(--tp-ink)}.tp-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px;padding:70px 0 44px}.tp-footer__logo{font-family:var(--tp-serif);font-size:30px;font-weight:600;color:var(--tp-ink);margin-bottom:14px}.tp-footer__tagline{font-size:15px;line-height:1.6;color:var(--tp-ink-soft);max-width:300px;margin:0 0 20px}.tp-footer__email{display:inline-flex;align-items:center;gap:9px;color:var(--tp-ink);text-decoration:none;font-weight:700;font-size:15px;margin:0 0 20px;transition:color .25s ease}.tp-footer__email:hover{color:var(--tp-blush)}.tp-footer__email svg{width:18px;height:18px;color:var(--tp-blush);flex:none}.tp-footer__social{display:flex;gap:12px}.tp-footer__social a{width:40px;height:40px;border-radius:50%;background:var(--tp-white);display:grid;place-items:center;color:var(--tp-ink);transition:transform .3s var(--tp-ease),color .3s ease}.tp-footer__social a:hover{transform:translateY(-3px);color:var(--tp-blush)}.tp-footer__social svg{width:20px;height:20px}.tp-footer__col h4{font-family:var(--tp-sans);font-weight:800;font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:var(--tp-ink);margin:6px 0 18px}.tp-footer__col ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.tp-footer__col a{color:var(--tp-ink-soft);text-decoration:none;font-size:15px;transition:color .25s ease}.tp-footer__col a:hover{color:var(--tp-blush)}.tp-footer__about p{font-size:15px;line-height:1.65;color:var(--tp-ink-soft);margin:0}.tp-footer__bottom{border-top:1px solid var(--tp-line);padding:24px 0 40px;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;font-size:14px;color:var(--tp-ink-soft)}.tp-footer__pay{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.tp-footer__pay .tp-footer__pay-ico{height:24px;width:auto;border-radius:4px}@media(max-width:990px){.tp-footer__top{grid-template-columns:1fr 1fr;gap:32px;padding:50px 0 32px}}@media(max-width:540px){.tp-footer__top{grid-template-columns:1fr}.tp-footer__bottom{flex-direction:column;align-items:flex-start}}.section-header{margin-bottom:0!important}
/*# sourceMappingURL=/cdn/shop/t/3/assets/tp-styles.css.map */
