.lp{--lp-line: rgb(var(--color-foreground) / .1);--lp-line-soft: rgb(var(--color-foreground) / .06);--lp-muted: rgb(var(--color-foreground) / .66);--lp-surface: rgb(var(--color-foreground) / .03);--lp-accent: rgb(var(--color-highlight, var(--color-foreground)));--lp-radius: var(--rounded-card, 1.25rem)}.lp-muted{color:var(--lp-muted)}.lp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-accent)}.lp-eyebrow:before{content:"";width:1.75rem;height:1px;background:currentColor;opacity:.5}.lp-grid{display:grid;gap:clamp(.875rem,1.8vw,1.5rem);grid-template-columns:minmax(0,1fr)}@media screen and (min-width:640px){.lp-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.lp-grid{grid-template-columns:repeat(var(--lp-cols, 3),minmax(0,1fr))}}.lp-slider{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:clamp(.875rem,1.8vw,1.5rem);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;padding-block-end:.5rem}.lp-slider::-webkit-scrollbar{display:none}.lp-slider>*{scroll-snap-align:start}@media screen and (min-width:640px){.lp-slider{grid-auto-columns:46%}}@media screen and (min-width:1024px){.lp-slider{grid-auto-columns:calc((100% - (var(--lp-cols, 3) - 1) * clamp(.875rem,1.8vw,1.5rem)) / var(--lp-cols, 3))}}@media(prefers-reduced-motion:reduce){.lp-slider{scroll-behavior:auto}}.lp-card{border:1px solid var(--lp-line);border-radius:var(--lp-radius);padding:clamp(1.125rem,1.6vw,1.625rem);background:rgb(var(--color-background));height:100%;align-content:start;transition:border-color var(--animation-primary, .3s ease),transform var(--animation-primary, .3s ease)}.lp-card:hover{border-color:rgb(var(--color-foreground) / .28)}.lp-card__img{width:3rem;height:3rem;object-fit:contain}.lp-card__num{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid var(--lp-line);font-size:.95rem;font-weight:500;color:var(--lp-accent)}.lp-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1.25rem}.lp-trust__item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.35}.lp-trust__item .icon{flex:none;margin-top:.1em;color:var(--lp-accent)}@media screen and (min-width:900px){.lp-trust{grid-template-columns:repeat(4,minmax(0,1fr))}}.lp-hero__grid{display:grid;gap:clamp(2rem,4vw,3.5rem);align-items:center}@media screen and (min-width:1024px){.lp-hero__grid--with-form{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.lp-hero__grid--media{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.lp-hero__media{border-radius:var(--lp-radius);overflow:hidden}.lp-hero__media img{display:block;width:100%;height:auto}.lp-hero--bg{position:relative;overflow:hidden}.lp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.lp-hero__bg img{width:100%;height:100%;object-fit:cover}.lp-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-overlay, 23 23 23) / var(--overlay-opacity, .4))}.lp-hero--bg .page-width{position:relative;z-index:1}@media screen and (min-width:1024px){.lp-split__media{flex:0 0 45%}.lp-split__content{flex:1 1 auto}}.lp-collage{position:relative;padding-block-end:14%;padding-inline-end:12%}.lp-collage__main img{display:block;width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover}.lp-collage__second{position:absolute;inset-block-end:0;inset-inline-end:0;width:46%;border-radius:var(--lp-radius);overflow:hidden;outline:8px solid rgb(var(--color-background));box-shadow:0 12px 32px #0000001f}.lp-collage__second img{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover}@media screen and (max-width:767px){.lp-collage{padding-block-end:16%;padding-inline-end:14%}.lp-collage__second{width:50%;outline-width:5px}}.lp-media--4-5{aspect-ratio:4 / 5}.lp-media--1-1{aspect-ratio:1 / 1}.lp-media--16-9{aspect-ratio:16 / 9}.lp-media--9-16{aspect-ratio:9 / 16}.lp-media,.lp-media .deferred-media,.lp-media video-media{width:100%;height:100%}.lp-media img,.lp-media video,.lp-media iframe{display:block;width:100%;height:100%;object-fit:cover;border:0}.lp-media .deferred-poster{display:flex;align-items:center;justify-content:center}.lp-media .deferred-poster .play-button{position:static;inset:auto;opacity:1;width:4.5rem;height:4.5rem}.lp-media .deferred-poster .play-button .icon{width:1.5rem;height:1.5rem}.lp-media video-media[playing] .deferred-poster .play-button{opacity:0}.lp-chips{display:flex;flex-wrap:wrap;gap:.75rem}.lp-chip{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1.15rem;border:1px solid var(--lp-line);border-radius:999px;font-size:.9375rem;line-height:1.2;background:rgb(var(--color-background))}.lp-chip .icon{flex:none;color:var(--lp-accent)}.lp-list{display:grid;gap:.85rem;margin:0;padding:0;list-style:none}@media screen and (min-width:768px){.lp-list--2col{grid-template-columns:repeat(2,minmax(0,1fr))}}.lp-list li{display:flex;align-items:flex-start;gap:.7rem;line-height:1.4}.lp-list .icon{flex:none;margin-top:.15em;color:var(--lp-accent)}.lp-journey{--lp-journey-gap: 1.5rem;display:grid;gap:var(--lp-journey-gap)}.lp-journey--center{text-align:center}.lp-journey--center .lp-card__num{justify-self:center}@media screen and (min-width:768px){.lp-journey{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:1024px){.lp-journey{grid-template-columns:repeat(4,minmax(0,1fr))}.lp-journey__item{position:relative}.lp-journey__item:not(:last-child):after{content:"";position:absolute;top:1.375rem;height:1px;background:var(--lp-line);z-index:0}.lp-journey--left .lp-journey__item:not(:last-child):after{inset-inline-start:3.25rem;inset-inline-end:calc(var(--lp-journey-gap) * -1)}.lp-journey--center .lp-journey__item:not(:last-child):after{inset-inline-start:50%;inset-inline-end:calc(-50% - var(--lp-journey-gap))}.lp-journey .lp-card__num{position:relative;z-index:1;background:rgb(var(--color-background))}}.lp-offer{border:1px solid var(--lp-line);border-radius:var(--lp-radius);padding:clamp(1.75rem,4vw,3.5rem);text-align:center;background:var(--lp-surface)}.lp-offer__price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.85rem}.lp-offer__was{font-size:clamp(1.1rem,2vw,1.5rem);text-decoration:line-through;color:var(--lp-muted)}.lp-offer__now{font-size:clamp(2.5rem,7vw,4.5rem);line-height:1;font-weight:500;color:var(--lp-accent)}.lp-offer__save{display:inline-block;padding:.4rem .9rem;border-radius:999px;background:var(--lp-accent);color:rgb(var(--color-background));font-size:.8125rem;font-weight:500;letter-spacing:.04em}.lp-offer__includes{display:grid;gap:.85rem;max-width:26rem;margin-inline:auto;text-align:start}.lp-ba__pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.lp-ba__figure{position:relative;border-radius:calc(var(--lp-radius) * .7);overflow:hidden;background:var(--lp-surface)}.lp-ba__figure img,.lp-ba__figure .placeholder-svg{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:3 / 4}.lp-ba__figure .placeholder-svg{object-fit:contain;padding:15%;opacity:.45}.lp-ba__tag{position:absolute;top:.625rem;inset-inline-start:.625rem;padding:.3rem .7rem;border-radius:999px;background:rgb(var(--color-foreground) / .72);color:rgb(var(--color-background));font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lp-disclaimer{font-size:.8125rem;line-height:1.5;color:var(--lp-muted)}.lp-quote__stars{display:inline-flex;gap:.15rem;color:rgb(var(--color-rating, 245 158 11))}.lp-quote__avatar{width:2.75rem;height:2.75rem;border-radius:999px;object-fit:cover;flex:none}.lp-quote__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--lp-surface);border:1px solid var(--lp-line);font-weight:500}.lp-expert__photo{border-radius:var(--lp-radius);overflow:hidden;margin-bottom:1.25rem;background:var(--lp-surface)}.lp-expert__photo img,.lp-expert__photo .placeholder-svg{display:block;width:100%;height:100%;aspect-ratio:4 / 5;object-fit:cover}.lp-expert__photo .placeholder-svg{object-fit:contain;padding:20%;opacity:.45}.lp-form{border:1px solid var(--lp-line);border-radius:var(--lp-radius);padding:clamp(1.25rem,3vw,2.25rem);background:rgb(var(--color-background))}.lp-form__fields{display:flex;flex-wrap:wrap;gap:1.25rem}.lp-form__fields>.field{flex:1 1 100%}@media screen and (min-width:640px){.lp-form__fields>.field--half{flex:1 1 calc(50% - .625rem)}}@media screen and (min-width:1024px){.lp-book__form{flex:0 0 42%}}.lp-radios{display:flex;flex-wrap:wrap;gap:.6rem}.lp-radio{position:relative;flex:1 1 auto}.lp-radio input{position:absolute;opacity:0;width:0;height:0}.lp-radio span{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1rem;border:1px solid var(--lp-line);border-radius:999px;font-size:.9375rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.lp-radio input:checked+span{border-color:var(--lp-accent);background:rgb(var(--color-highlight, var(--color-foreground)) / .08)}.lp-radio input:focus-visible+span{outline:2px solid rgb(var(--color-keyboard-focus, 11 97 205));outline-offset:2px}.lp-hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.lp-contact-actions{display:flex;flex-wrap:wrap;gap:.75rem}.lp-contact-actions .btn-text{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.lp-contact-actions .icon{flex:none}.lp-sticky{position:fixed;inset-inline:0;bottom:0;z-index:30;display:flex;gap:.5rem;padding:.625rem .75rem calc(.625rem + env(safe-area-inset-bottom));background:rgb(var(--color-background));border-top:1px solid var(--lp-line);transform:translateY(110%);transition:transform .28s ease}.lp-sticky.is-visible{transform:translateY(0)}.lp-sticky .button{flex:1 1 0}body.lp-has-sticky{padding-bottom:var(--lp-sticky-height, 4.5rem)}@media screen and (min-width:768px){.lp-sticky{display:none}body.lp-has-sticky{padding-bottom:0}}.lp-whatsapp{position:fixed;inset-inline-end:1.25rem;bottom:1.5rem;z-index:29;display:none;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 6px 24px #0000002e;transition:transform .2s ease}.lp-whatsapp:hover{transform:scale(1.06)}@media screen and (min-width:768px){.lp-whatsapp{display:flex}}.lp .rte a:not(.button){background:none;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.lp .rte a:not(.button):hover{background:none;text-decoration-color:rgb(var(--color-highlight, var(--color-foreground)))}.lp-success{display:grid;gap:1rem;justify-items:center;text-align:center;padding:clamp(1.5rem,4vw,3rem) 1rem}.lp-success__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:999px;background:rgb(var(--color-highlight, var(--color-foreground)) / .12);color:var(--lp-accent)}@media(prefers-reduced-motion:reduce){.lp-sticky,.lp-card,.lp-whatsapp{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/lp-styles.css.map */
