.landing-blog{display:flex;flex-direction:column;gap:20px;color:currentColor}.landing-blog__headline{font-family:var(--landing-font);font-size:var(--landing-font-h1-size);font-weight:var(--landing-font-h1-weight);letter-spacing:var(--landing-font-h1-tracking);line-height:var(--landing-font-h1-leading);margin:0;color:var(--_headline-color, currentColor)}.landing-blog__headline--custom{font-family:var(--landing-font);font-weight:var(--landing-font-h1-weight);letter-spacing:var(--landing-font-h1-tracking);line-height:var(--landing-font-h1-leading);font-size:var(--_headline-size-override, var(--landing-font-h1-size));color:var(--_headline-color, currentColor)}.landing-blog__body{font-size:var(--landing-font-body-size);font-weight:var(--landing-font-body-weight);line-height:var(--landing-font-body-leading);color:var(--_body-color, currentColor)}.landing-blog__body p{margin:0 0 16px}.landing-blog__body p:last-child{margin-bottom:0}.landing-blog .landing-cta{align-self:start;margin-top:var(--_gap-body-cta, 24px)}.landing-blog__cta-wrap[data-size=small] .landing-cta{padding:.5rem 1rem;font-size:.875rem}.landing-blog__cta-wrap[data-size=large] .landing-cta{padding:.875rem 2rem;font-size:1.125rem}.landing-category{display:flex;flex-direction:column;gap:0}.landing-category__header{display:flex;flex-direction:column;align-items:center;margin-bottom:var(--_gap-headline-cta, 20px)}.landing-category__headline{font-family:var(--landing-font);margin:0}.landing-category__cta{margin-bottom:var(--_gap-cta-product, 20px)}.landing-category__cta[data-size=small] .landing-cta{padding:.5rem 1rem;font-size:.875rem}.landing-category__cta[data-size=large] .landing-cta{padding:.875rem 2rem;font-size:1.125rem}.landing-category__product-card{position:relative;overflow:visible;display:flex;flex-direction:column;gap:16px;padding:20px;margin-inline:auto;width:100%}.landing-category__product-card--image-below{flex-direction:column-reverse}.landing-category__product-image{width:100%;height:auto;object-fit:contain}.landing-category__product-meta{display:flex;flex-direction:column;align-items:var(--_pills-align, center);gap:12px;text-align:center}.landing-category__subtitle{margin:0;text-align:center}.landing-category__pills{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:var(--_pills-align, center);gap:8px}.landing-category-section .landing-section__bg,.landing-category-section .landing-section__overlay{bottom:auto;height:var(--_bg-height, 100%)}.landing-cta-band{display:flex;justify-content:var(--_cta-align, center)}.landing-cta-band .landing-cta{width:var(--_btn-max-width, auto)}.landing-cta-band[data-size=small] .landing-cta{padding:.5rem 1rem;font-size:.875rem}.landing-cta-band[data-size=large] .landing-cta{padding:.875rem 2rem;font-size:1.125rem}.landing-header{background-color:var(--_bg, #FAF3EF);color:var(--_icon-color, #000000);border-bottom:1px solid color-mix(in srgb,var(--_divider-color, #000000) calc(var(--_divider-opacity, .2) * 100%),transparent)}.landing-header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--_navbar-height, 57px);padding-inline:20px;max-width:none}.landing-header__logo{display:flex;align-items:center;margin:0;padding:0;flex-shrink:0;line-height:0;text-decoration:none}.landing-header__logo a{display:flex;align-items:center;text-decoration:none;line-height:0}.landing-header__logo-image{width:var(--header-logo-width, 147px);height:auto;object-fit:contain}.landing-header__logo-image--transparent{display:none}.landing-header__logo-text{font-family:var(--landing-font, var(--heading-font-family, inherit));font-weight:700;font-size:1.25rem;color:var(--landing-color-black, #000000);white-space:nowrap}.landing-header__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.landing-header__icon{display:flex;align-items:center;justify-content:center;color:var(--_icon-color, #000000);background:none;border:none;padding:0;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;text-decoration:none;line-height:0}.landing-header__icon svg{display:block}.landing-header__icon:focus-visible{outline:2px solid currentColor;outline-offset:3px;border-radius:4px}.landing-header__burger svg{width:24px;height:24px}.landing-header__cart-icon{position:relative}.landing-header__cart-badge{position:absolute;top:-5px;right:-14px;min-width:16px;height:16px;border-radius:50%;background-color:var(--_badge-bg, #2B0059);color:var(--_badge-text, #FFFFFF);font-family:var(--landing-font, "Inter", sans-serif);font-weight:600;font-size:11px;line-height:16px;text-align:center;padding:0 3px;pointer-events:none;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.landing-header__cart-badge--hidden{opacity:0;pointer-events:none}@media screen and (min-width:700px){.landing-header__inner{padding-inline:40px;gap:24px}}@media screen and (min-width:1150px){.landing-header__inner{padding-inline:60px;gap:32px}}.landing-header__nav{display:none;align-items:center;gap:var(--_nav-gap, 32px)}.landing-header__nav-link{color:var(--_icon-color, #000000);text-decoration:none;font-family:var(--landing-font, "Inter", sans-serif);font-size:var(--_nav-font-size, .9375rem);font-weight:var(--_nav-font-weight, 600);line-height:1.3;white-space:nowrap;transition:opacity .2s ease}.landing-header__nav-link:hover{opacity:.7}.landing-header__nav-link[aria-current=page]{font-weight:700}.landing-header__dropdown{position:relative}.landing-header__dropdown>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.landing-header__dropdown>summary::-webkit-details-marker{display:none}.landing-header__chevron{transition:transform .2s ease;flex-shrink:0}.landing-header__dropdown[open] .landing-header__chevron{transform:rotate(180deg)}.landing-header__dropdown-panel{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);background:var(--_bg, #FAF3EF);border-radius:12px;box-shadow:0 4px 24px #0000001f;padding:8px 0;min-width:220px;z-index:100;display:flex;flex-direction:column}.landing-header__dropdown-link{padding:10px 20px;color:var(--_icon-color, #000000);text-decoration:none;font-family:var(--landing-font, "Inter", sans-serif);font-size:var(--_dropdown-font-size, .875rem);font-weight:500;white-space:nowrap;transition:background-color .15s ease}.landing-header__dropdown-link:hover{background-color:#0000000d}.landing-header__dropdown-panel:has(.landing-header__dropdown-group){padding:28px 32px;min-width:auto;display:flex;flex-direction:row;gap:56px;align-items:start}.landing-header__dropdown-group{display:flex;flex-direction:column;padding:0;min-width:160px}.landing-header__dropdown-group+.landing-header__dropdown-group{border-top:none;margin-top:0;padding-top:0}.landing-header__dropdown-heading{padding:0 0 14px;color:var(--_icon-color, #000000);text-decoration:none;font-family:var(--landing-font, "Inter", sans-serif);font-size:var(--_nav-font-size, .9375rem);font-weight:700;letter-spacing:0;transition:opacity .15s ease}.landing-header__dropdown-heading:hover{opacity:.7}.landing-header__dropdown-group .landing-header__dropdown-link{padding:6px 0}.landing-header__dropdown-group .landing-header__dropdown-link:hover{background-color:transparent;opacity:.7}.landing-header__secondary-nav{display:none;align-items:center;gap:var(--_nav-gap, 32px)}@media screen and (min-width:700px){.landing-header__nav,.landing-header__secondary-nav{display:flex}.landing-header__burger{display:none}}.landing-hero-pair{display:flex;gap:var(--_card-gap, 10px);align-items:stretch;transform:translate(var(--_offset-x, 0px))}.landing-hero-pair--stack{flex-direction:column}@media screen and (max-width:749px){.landing-hero-pair{transform:none}}.landing-hero-pair__card{flex:1 1 0;min-width:0;aspect-ratio:var(--_card-aspect, 1 / 1);position:relative;border-radius:var(--_card-radius, 35px);overflow:hidden;display:block;text-decoration:none;background-color:var(--_card-bg, transparent);color:var(--landing-color-black, #1a1a1a);isolation:isolate}.landing-hero-pair__card>img,.landing-hero-pair__card>picture>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:var(--_image-fit, cover);z-index:0}.landing-hero-pair__overlay,.landing-hero-pair__radial{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.landing-hero-pair__content{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;height:100%;padding:14px;gap:8px}.landing-hero-pair__headline{grid-column:1 / -1;grid-row:1;color:var(--_headline-color, currentColor);font-size:var(--_headline-size, inherit)}.landing-hero-pair__badge{grid-column:2;grid-row:1;align-self:start;justify-self:end;display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:9999px;background:var(--_badge-bg, rgba(255, 255, 255, .9));color:var(--_badge-text, var(--landing-color-glp1-purple, #6b21a8));white-space:nowrap}.landing-hero-pair__headline:has(~.landing-hero-pair__badge){grid-column:1}.landing-hero-pair__link{grid-column:1 / -1;grid-row:3;display:inline-flex;align-items:center;gap:6px;align-self:end;justify-self:start;color:var(--_link-color, currentColor)}.landing-hero-pair__link svg,.landing-hero-pair__badge svg{flex-shrink:0}.landing-hero-pair__card--badge-below .landing-hero-pair__badge{grid-column:1 / -1;grid-row:2;align-self:start;justify-self:start}.landing-hero-pair__badge--image{width:60px;height:60px;border-radius:50%;object-fit:cover}@media screen and (max-width:749px){.landing-hero-pair--stack{flex-direction:column}.landing-hero-pair--stack .landing-hero-pair__card{flex:0 0 auto;width:100%}.landing-hero-pair__content{padding:10px;gap:4px}.landing-hero-pair__headline{font-size:clamp(.75rem,3vw,var(--_headline-size, 1.0625rem))!important}.landing-hero-pair__link{font-size:clamp(.7rem,2.8vw,var(--_link-size, 1.0625rem))!important}.landing-hero-pair__badge{padding:clamp(3px,1vw,6px) clamp(6px,2vw,10px);font-size:clamp(.5rem,2.5vw,.75rem)}.landing-hero-pair__badge svg{width:clamp(8px,2.5vw,12px);height:clamp(8px,2.5vw,12px)}.landing-hero-pair__badge--image{width:clamp(32px,10vw,60px);height:clamp(32px,10vw,60px)}}@media screen and (min-width:750px){.landing-hero-pair{gap:var(--_card-gap, 16px)}}.landing-hero-text__headline{text-align:var(--_headline-align, left);color:var(--_headline-color, inherit)}.landing-hero-text__headline--custom{font-family:var(--landing-font);font-weight:var(--landing-font-h1-weight);letter-spacing:var(--landing-font-h1-tracking);line-height:var(--landing-font-h1-leading);font-size:var(--_headline-size-override, var(--landing-font-h1-size));color:var(--_headline-color, inherit);text-align:var(--_headline-align, left)}.landing-hero-text__subhead{text-align:var(--_subhead-align, left);color:var(--_subhead-color, inherit)}.landing-how{font-family:var(--landing-font)}.landing-how__header{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}.landing-how__steps{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--_step-gap, 20px)}.landing-how__step{display:flex;flex-direction:column;gap:12px;padding:21px 33px;background:var(--_card-bg);border:1px solid rgba(255,255,255,.4);border-radius:var(--_step-radius, var(--landing-radius-card));backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.landing-how__number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--_num-bg);color:var(--_num-text);font-weight:700;font-size:20px;line-height:1;align-self:start}.landing-how__content{display:flex;flex-direction:column;gap:8px}.landing-how__title{font-size:17px;font-weight:700;line-height:1.3;margin:0}.landing-how__body{font-size:17px;font-weight:500;line-height:1.3}.landing-how__body p{margin:0}.landing-med-nav,.landing-med-nav__stack{display:flex;flex-direction:column;gap:var(--_tile-gap, 10px)}.landing-med-nav__slide{display:flex;gap:var(--_tile-gap, 10px);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin-inline:calc(-1 * var(--_tile-gap, 10px));padding-inline:var(--_tile-gap, 10px)}.landing-med-nav__slide::-webkit-scrollbar{display:none}.landing-med-nav__tile{display:flex;align-items:center;gap:12px;height:var(--_tile-height, 94px);padding-inline:12px;border-radius:var(--_tile-radius, 25px);background:radial-gradient(circle at 50% 50%,var(--_tile-bg-center, rgba(208, 196, 190, .25)) 0%,var(--_tile-bg-edge, var(--landing-color-off-white)) 100%);color:var(--landing-color-black, #1a1a1a);text-decoration:none;transition:transform .2s ease}.landing-med-nav__tile:hover{transform:translateY(-1px)}.landing-med-nav__thumb{width:var(--_thumb-size, 100px);height:var(--_thumb-size, 100px);border-radius:var(--_thumb-radius, var(--_tile-radius, 25px));object-fit:cover;flex-shrink:0}.landing-med-nav__thumb-placeholder{width:var(--_thumb-size, 100px);height:var(--_thumb-size, 100px);border-radius:var(--_thumb-radius, var(--_tile-radius, 25px));background:var(--landing-color-off-white, #f5f5f0);flex-shrink:0}.landing-med-nav__label{flex:1;min-width:0;font-family:var(--landing-font, "Inter", sans-serif);text-align:var(--_text-align, left)}.landing-med-nav__arrow{color:var(--_arrow-color, var(--landing-color-black, #1a1a1a));flex-shrink:0}.landing-med-nav__slide .landing-med-nav__tile{flex-shrink:0;scroll-snap-align:start;min-width:max(140px,60%)}.landing-reviews-band{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;font-family:var(--landing-font, "Inter", sans-serif)}.landing-reviews-band__stars{display:flex;gap:2px}.landing-reviews-band__stars svg{display:block}.landing-reviews-band__rating{font-size:1rem;font-weight:700;color:currentColor}.landing-reviews-band__divider{font-size:1rem;opacity:.4}.landing-reviews-band__count{font-size:.875rem;font-weight:500;color:currentColor;text-decoration:none;opacity:.7}.landing-reviews-band__count:hover{opacity:1}.landing-reviews-band__logo{height:20px;width:auto;object-fit:contain;margin-left:4px}.landing-testimonials{font-family:var(--landing-font)}.landing-testimonials__header{display:flex;flex-direction:column;gap:20px;margin-bottom:44px}.landing-testimonials__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--_card-gap, 20px)}.landing-testimonials__card{background:var(--_card-bg, var(--landing-color-white));border:1px solid rgba(255,255,255,.4);border-radius:var(--_card-radius, 35px);padding:21px 33px;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;flex-direction:column;gap:24px}.landing-testimonials__stars{display:flex;gap:4px;color:var(--_star-color, var(--landing-color-glp1-purple))}.landing-testimonials__star--empty{color:currentColor;opacity:.25}.landing-testimonials__quote{margin:0;font-family:var(--landing-font);font-size:var(--landing-font-body-size);font-weight:var(--landing-font-body-weight);line-height:var(--landing-font-body-leading);color:var(--_quote-color)}.landing-testimonials__quote p{margin:0}.landing-testimonials__author{display:flex;align-items:center;gap:16px}.landing-testimonials__avatar{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;object-fit:cover;background:var(--_avatar-bg);color:var(--_avatar-text);font-family:var(--landing-font);font-weight:700;font-size:20px;flex-shrink:0}.landing-testimonials__meta{display:flex;flex-direction:column;gap:4px}.landing-testimonials__name{margin:0;font-weight:700;font-size:17px;line-height:1.3}.landing-testimonials__category{margin:0;opacity:.8}.landing-trustbar__row{display:flex;align-items:center;gap:var(--_item-gap, 42px);padding:0 20px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;white-space:nowrap}.landing-trustbar__row::-webkit-scrollbar{display:none}.landing-trustbar__trustpilot{display:flex;align-items:center;gap:8px;flex-shrink:0}.landing-trustbar__tp-link{display:flex;align-items:center;gap:8px;text-decoration:none}.landing-trustbar__tp-logo{display:block;width:85px;height:auto;flex-shrink:0}.landing-trustbar__tp-rating{display:block;width:94px;height:auto;flex-shrink:0}.landing-trustbar__divider{display:block;width:1px;height:30px;background-color:var(--landing-color-black, #000);flex-shrink:0}.landing-trustbar__items{display:flex;align-items:center;gap:var(--_item-gap, 42px);list-style:none;margin:0;padding:0;flex-shrink:0}.landing-trustbar__item{display:flex;align-items:center;gap:8px;flex-shrink:0;color:var(--landing-color-black, #000)}.landing-trustbar__icon{display:block;flex-shrink:0;object-fit:contain}.landing-trustbar__text{font-family:var(--landing-font, "Inter", sans-serif);font-size:14px;line-height:1.3;white-space:nowrap}.landing-trustbar__text p{margin:0;display:inline}.landing-trustbar__text b,.landing-trustbar__text strong{font-weight:700}@media screen and (min-width:700px){.landing-trustbar__row{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/90/compiled_assets/styles.css.map */
