.w-product-buyer{letter-spacing:normal;display:block;font-family:var(--font-paragraph);color:var(--primary-300);padding:var(--section-spacing-medium) var(--section-gutter-small) var(--section-spacing-small);scroll-margin-top:90px;margin:0 0 50px}.w-product-buyer *,.w-product-buyer *:before,.w-product-buyer *:after{box-sizing:border-box}.w-product-buyer p{margin:0}.w-product-buyer svg{display:block}.w-pb__grid{display:flex;flex-direction:column;max-width:1440px;margin-inline:auto}.w-pb-gallery{display:flex;flex-direction:column;gap:12px;min-width:0}.w-pb-gallery__main{position:relative;aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;background:#fff}.w-pb-gallery__slides{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;transition:transform .4s ease;will-change:transform;gap:5px}.w-pb-gallery__slide{flex:0 0 100%;width:100%;height:100%}.w-pb-gallery__slide img,.w-pb-gallery__slide svg{width:100%;height:100%;object-fit:cover}.w-pb-gallery__badges{position:absolute;top:18px;right:18px;bottom:18px;left:18px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:12px;pointer-events:none}.w-pb-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:6px;font-size:var(--text-sm-size);line-height:var(--text-sm-line-height)}.w-pb-badge--dark{background:var(--primary-100);color:#fff;font-weight:500;box-shadow:0 0 30px #001a1633}.w-pb-badge--light{background:#fff;color:var(--primary-300);font-weight:400}.w-pb-gallery__arrows{position:absolute;inset:auto 18px 18px 18px;display:none;justify-content:space-between;align-items:flex-end}.w-pb-gallery__arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;background:none;color:var(--primary-100);cursor:pointer}.w-pb-gallery__arrow svg{width:24px;height:24px}.w-pb-gallery__arrow--prev{transform:rotate(180deg)}.w-pb-gallery__arrow:disabled{opacity:.2;cursor:default}.w-pb-gallery__thumbs{display:flex;width:100%;min-width:0;gap:6px;overflow-x:auto;scrollbar-width:none;border-radius:6px}.w-pb-gallery__thumbs::-webkit-scrollbar{display:none}.w-pb-gallery__thumb{flex:0 0 78px;width:78px;height:78px;padding:0;border:1px solid transparent;border-radius:6px;background:none;overflow:hidden;cursor:pointer;opacity:.4;transition:opacity .2s ease}.w-pb-gallery__thumb img,.w-pb-gallery__thumb svg{width:100%;height:100%;object-fit:cover;border-radius:5px}.w-pb-gallery__thumb.is-active{border-color:var(--primary-100);opacity:1}.w-pb-buy{display:flex;flex-direction:column;gap:20px;max-width:500px}.w-pb-head{display:flex;flex-direction:column;gap:24px}.w-pb-head__top{display:flex;flex-direction:column;gap:12px}.w-pb-rating{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.w-pb-rating__score{display:flex;align-items:center;gap:8px}.w-pb-rating__count{font-size:var(--text-base-size);line-height:var(--text-base-line-height);color:var(--primary-300)}.w-pb-title{margin:0;font-family:var(--font-heading);font-weight:400;font-size:46px;line-height:52px;letter-spacing:normal;color:var(--primary-300)}.w-pb-subtitle{display:flex;align-items:center;gap:10px;margin-top:4px}.w-pb-subtitle svg{flex:0 0 auto;width:15px;height:12px;color:var(--secondary-100)}.w-pb-subtitle span{font-size:var(--text-lg-size);line-height:var(--text-lg-line-height);color:var(--primary-300)}.w-pb-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.w-pb-link{display:inline-flex;align-items:center;gap:8px;padding-bottom:6px;border-bottom:1px solid var(--primary-100);color:var(--primary-100);font-size:var(--text-base-size);line-height:16px;text-decoration:none}.w-pb-link svg{width:10px;height:10px}.w-pb-form{display:flex;flex-direction:column;gap:20px}.w-pb-tier{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px 12px;width:100%;padding:12px 16px;border:1px solid var(--primary-20);border-radius:6px;background:#fff;font:inherit;color:inherit;text-align:left;cursor:pointer}.w-pb-tier.is-active{border-color:var(--primary-100);background:var(--primary-05)}.w-pb-tier__price{grid-column:2;grid-row:2;justify-self:end;font-size:var(--text-sm-size);line-height:var(--text-sm-line-height);color:var(--primary-300);opacity:.6;white-space:nowrap}.w-pb-freq__option{display:flex;flex-direction:column;gap:12px;padding:12px 16px;border:1px solid var(--primary-20);border-radius:6px;background:#fff;cursor:pointer}.w-pb-freq__option.option2{padding-bottom:18px!important}.w-pb-freq__option.is-active{border-color:var(--primary-100);background:var(--primary-05)}.is-active .w-pb-radio,.w-pb-freq__option.is-active .w-pb-radio{border-color:var(--primary-100)}.w-pb-freq__option.is-active .w-pb-radio:after{transform:scale(1)}.w-pb-qty__select{appearance:none;-webkit-appearance:none;width:81px;height:100%;padding:18px 34px 18px 12px;border:0;box-shadow:inset 0 0 0 1px var(--primary-40);border-radius:6px;background:transparent;font-family:var(--font-paragraph);font-size:var(--text-xl-size);line-height:20px;font-weight:500;color:var(--primary-300);text-align:center;cursor:pointer}.w-pb-stock{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.w-pb-stock__row{display:flex;align-items:center;justify-content:flex-start;gap:8px}.w-pb-stock__dot{flex:0 0 auto;width:8px;height:8px;margin:0 5px;border-radius:100px;background:var(--in-stock, #1fb700);animation:w-pb-stock-pulse 1.8s ease-out infinite}@keyframes w-pb-stock-pulse{0%{box-shadow:0 0 #1fb70080}70%{box-shadow:0 0 0 7px #1fb70000}to{box-shadow:0 0 #1fb70000}}@media(prefers-reduced-motion:reduce){.w-pb-stock__dot{animation:none;box-shadow:0 0 0 4px #1fb70033}}.w-pb-stock__delivery{font-size:14px;line-height:1.2;font-weight:500;color:var(--primary-300)}.w-pb-stock__note{font-size:var(--text-sm-size);line-height:var(--text-sm-line-height);color:var(--primary-300);opacity:.6;text-align:center}.w-pb-guarantees{display:flex;flex-direction:column;gap:12px}.w-pb-guarantee{display:flex;flex:1 1 0;min-width:0;align-items:center;justify-content:center;gap:12px;padding:12px 18px;border-radius:6px;background:var(--primary-05)}.w-pb-guarantee svg{flex:0 0 auto;color:var(--primary-100)}.w-pb-guarantee--shield svg{width:33px;height:38px}.w-pb-guarantee--calendar svg{width:38px;height:35px}.w-pb-guarantee p{flex:1 1 0;min-width:0;font-size:var(--text-sm-size);line-height:var(--text-sm-line-height);color:var(--primary-100)}.w-pb-guarantee strong{font-weight:600}.w-pb-videos{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.w-pb-videos::-webkit-scrollbar{display:none}.w-pb-video{flex:0 0 140px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:0;border:0;background:none;cursor:pointer}.w-pb-video__thumb{position:relative;width:140px;height:210px;border-radius:8px;overflow:hidden;background:var(--primary-05)}.w-pb-video__thumb img,.w-pb-video__thumb video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.w-pb-video__caption{font-size:var(--text-sm-size);line-height:var(--text-sm-line-height);color:var(--primary-100);text-align:center}.w-pb-nutrition{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 24px;border:1px solid var(--primary-40);border-radius:6px;background:var(--primary-05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary-300);font-family:var(--font-paragraph);font-size:var(--text-lg-size);line-height:18px;cursor:pointer}.w-pb-nutrition svg{flex:0 0 auto;width:15px;height:18px;color:var(--primary-300)}.w-pb-nutrition span{text-decoration:underline;text-underline-position:from-font}.w-pb-faq{display:flex;flex-direction:column}.w-pb-faq__item{border-bottom:1px solid var(--primary-20)}.w-pb-faq__q{display:flex;align-items:center;gap:15px;width:100%;padding:15px;border:0;background:none;font-family:var(--font-paragraph);text-align:left;cursor:pointer}.w-pb-faq__item:first-child .w-pb-faq__q{padding-top:0}.w-pb-faq__q-text{flex:1 1 0;min-width:0;font-size:14px;line-height:1.2;color:var(--primary-300)}.w-pb-faq__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:var(--primary-300);transition:transform .2s ease}.w-pb-faq__icon svg{width:15px;height:15px}.w-pb-faq__q[aria-expanded=true] .w-pb-faq__icon{transform:rotate(45deg)}.w-pb-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.w-pb-faq__item.is-open .w-pb-faq__answer{grid-template-rows:1fr}.w-pb-faq__answer-inner{overflow:hidden}.w-pb-faq__answer-rte{padding:10px 15px;font-size:14px;line-height:var(--text-base-line-height);color:var(--primary-80)}.w-pb-faq__answer-rte>:first-child{margin-top:0}.w-pb-faq__answer-rte>:last-child{margin-bottom:0}@media screen and (min-width:990px){.w-product-buyer{padding-inline:var(--section-margin-side-small);padding:0 var(--section-gutter-small)}.w-pb__grid{display:grid;grid-template-columns:1fr 1fr;justify-content:center;align-items:start;gap:50px}.w-pb-gallery{position:sticky;top:70px;max-width:500px;margin:0 0 0 auto}.w-pb-gallery__badges{inset:18px 18px auto 18px;flex-direction:row;align-items:flex-start;justify-content:flex-start}.w-pb-gallery__arrows{display:flex}.w-pb-links{flex-direction:row;align-items:center;gap:36px}.w-pb-tier{grid-template-columns:none;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;border:0;background:none;border-radius:6px;overflow:hidden}.w-pb-tier.is-active{background:none}.w-pb-tier.is-active .w-pb-tier__body{border-color:var(--primary-100);background:var(--primary-05)}.w-pb-tier__price{grid-column:auto;grid-row:auto;justify-self:auto}.w-pb-guarantees{flex-direction:row}}.w-nutri{width:100%}.w-nutri svg,.w-nutri img{display:block;width:100%;height:auto}.pb-persons__option,.pb-tier,.pb-freq__button,.pb-submit{-webkit-tap-highlight-color:transparent}.pb-steps{--w-orange: #db4c00;--w-green-dark: #001a16;--w-green-bg: #00463c;--w-green-light: #e5ecec;--w-border: #e3e3e3;--w-text-muted: #4a4a4a;color:var(--w-green-dark);display:flex;flex-direction:column;gap:10px}.pb-intro{background:#f2f6f5;border-radius:6px;padding:20px;display:flex;flex-direction:column;gap:15px}.pb-intro__title{font-size:35px;font-weight:500;line-height:1;color:var(--w-green-dark);margin:0}.pb-intro__rating{display:flex;align-items:center;gap:10px;background:var(--w-orange);color:#fff;font-weight:600;font-size:14px;padding:2px 15px;border-radius:999px;width:fit-content}.pb-intro__rating-score{display:flex;align-items:center;gap:5px}.pb-intro__rating-sep{width:1px;height:16px;background:#ffffff80}.pb-intro__proof{font-size:16px;line-height:1.2;color:#00463d;margin:0;font-weight:600}.pb-intro__proof-number{color:var(--w-orange);font-weight:600}.pb-intro__divider{border:none;border-top:1px solid #bfbfbf;margin:0}.pb-intro__benefits{display:grid;grid-template-columns:1fr auto;gap:0 15px}.pb-intro__benefit{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:400;color:#00463d}.pb-intro__benefit-icon{display:inline-flex;flex-shrink:0}.pb-intro__benefit-icon svg{width:20px;height:20px;fill:#00463d}.pb-intro__tags{display:flex;flex-wrap:wrap;gap:10px}.pb-intro__tag{display:inline-flex;align-items:center;gap:6px;background:color-mix(in srgb,var(--w-orange) 12%,white);color:#00463d;font-size:14px;padding:2px 14px;border-radius:999px}.pb-intro__tag svg{color:#00463d;flex-shrink:0;width:15px;height:15px}.pb-step__container{display:flex;flex-direction:column;margin:0 0 20px;align-items:center;gap:10px}.pb-step__title{font-size:24px;font-weight:600;line-height:1.25;margin:10px 0 0;color:var(--primary-300);width:100%}.pb-step__accent{color:var(--w-orange)}.pb-step__info{display:flex;justify-content:flex-start;width:100%;gap:15px}.pb-persons{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.pb-persons__option{font-size:18px;font-weight:600;color:var(--primary-300);background:#fff;border:1.5px solid var(--w-border);border-radius:6px;padding:15px;text-align:center;cursor:pointer}.pb-persons__option.is-active{background:color-mix(in srgb,var(--w-orange) 12%,white);border-color:var(--w-orange)}.pb-gift{background:#f2f6f5;border-radius:6px;padding:15px}.pb-gift__header{display:flex;align-items:center;gap:10px;margin-bottom:10px;line-height:1.2}.pb-gift__icon{display:inline-flex;flex-shrink:0;color:var(--w-green-dark)}.pb-gift__title{font-size:14px;color:#00463d}.pb-gift__product{display:grid;grid-template-columns:70px auto;align-items:center;gap:15px}.pb-gift__subtitle{display:flex;margin-bottom:5px;align-items:center}.pb-gift__image{width:70px;height:70px;border:1.5px solid var(--w-orange);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.pb-gift__image img{width:100%;height:100%;object-fit:contain}.pb-gift__name{font-size:18px;font-weight:600;color:#00463d;line-height:1.2}.pb-gift__desc{font-size:14px;color:#00463d;line-height:1.4;margin:0}.pb-gift__price{background:var(--w-orange);color:#fff;font-size:14px;white-space:nowrap;padding:0 10px;border-radius:999px;display:flex;align-items:center;margin-left:10px;border:1.5px solid var(--w-orange)}.pb-gift__strike{text-decoration:line-through;margin-right:4px}.pb-step__note{background:var(--w-green-bg);color:#fff;font-size:14px;padding:0 10px;border-radius:999px;border:1.5px solid var(--w-green-bg);align-self:flex-start}.pb-advice{display:flex;flex-direction:column;gap:4px;padding:15px;border-radius:6px;background:var(--primary-05);margin:0 0 20px}.pb-advice__head{display:flex;align-items:center;gap:10px}.pb-advice__head svg{flex:0 0 auto;width:18px;height:18px;color:#00463d;stroke:#00463d;stroke-width:.3px}.pb-advice__title{font-size:14px;line-height:1.4;font-weight:600;color:#00463d}.pb-advice__text{font-size:14px;line-height:1.4;color:#00463d}.pb-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.pb-tier{text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;height:100%}.pb-tier__badge{font-size:14px;padding:0 10px;border-radius:999px;border:1.5px solid var(--w-border);color:var(--w-green-dark);background:#fff}.pb-tier.is-active .pb-tier__badge{border-color:var(--w-orange);color:#fff;background-color:var(--w-orange)}.pb-tier__choice{border:1.5px solid var(--w-border);border-radius:6px;padding:15px;display:flex;flex-direction:column;width:100%;gap:15px;height:100%;line-height:1.2}.pb-tier__choice.is-active{border-color:var(--w-orange);background:color-mix(in srgb,var(--w-orange) 12%,white)}.pb-tier__label{font-size:14px;line-height:1.2;font-weight:600}.pb-tier.is-active .pb-tier__label{color:var(--w-orange)}.pb-tier__duration{font-size:18px;font-weight:600}.pb-tier__price,.pb-tier__day{font-size:14px;line-height:1.2}.pb-freq{display:flex;flex-direction:column}.pb-freq__button{cursor:pointer}.pb-freq__option{background:#fff;border:1.5px solid var(--w-border);border-radius:6px;padding:15px;position:relative;margin:10px 0 0}.pb-freq__option.is-active{border-color:var(--w-orange);background:color-mix(in srgb,var(--w-orange) 6%,white)}.pb-freq__row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.pb-freq__name{font-size:18px;font-weight:600;line-height:1.5}.pb-freq__sub{font-size:14px;font-weight:500;color:#001a16;margin:0;line-height:1.2}.pb-freq__prices{text-align:right;flex-shrink:0;line-height:1.5}.pb-freq__value{font-size:18px;font-weight:600;display:block}.pb-freq__compare{font-size:14px;font-weight:500;color:#001a16;display:block;line-height:1.2}.pb-freq__benefits{list-style:none;margin:15px 0 0;padding-top:15px;border-top:1px solid #bfbfbf;display:flex;flex-direction:column;gap:8px;line-height:1.2}.pb-freq__benefits p{margin:0;font-size:14px;padding-left:12px;position:relative}.pb-freq__container{display:flex}.pb-check-icon svg{stroke:#db4c00;stroke-width:.75;width:15px;height:15px}.pb-submit{background-color:#db4c00;color:#fff;padding:15px;border-radius:6px;font-size:18px;border:1.5px solid #db4c00;cursor:pointer}.pb-submit__label{border-right:1px solid white;margin:0 10px 0 0;padding:0 15px 0 0}.pb-submit__compare{text-decoration:line-through;font-weight:400;font-size:18px;margin:0 10px 0 0}.pb-savings{display:flex;justify-content:center;gap:10px;margin:0 auto}.pb-savings__icon{display:inline-flex;flex-shrink:0;color:#001a16;margin-top:2px}.pb-savings__icon svg{width:18px;height:18px;stroke-width:1.5px;stroke:#001a16}.pb-savings__text{font-size:14px;font-weight:500;line-height:1.4;color:#001a16;margin:0}.pb-savings__amount{color:#db4c00;font-weight:500}@media(min-width:620px){.pb-freq__option{flex:1}}@media only screen and (max-width:1099px){.pb-persons__option{padding:10px}.pb-gift__product{grid-template-columns:70px auto;align-items:flex-start}.pb-gift__image{width:70px;height:70px}.pb-gift__name{font-size:16px;width:100%}.pb-intro__proof{font-size:14px}.pb-intro__benefits{grid-template-columns:auto auto;gap:5px}.pb-intro__benefit{font-size:11px;line-height:1}.pb-step__container{flex-direction:column;gap:10px;margin-bottom:10px}.pb-tier__choice{padding:20px 10px 10px;gap:10px}.pb-freq__option{margin-top:10px;padding-top:10px;padding-bottom:10px}.pb-freq__name{font-size:16px}.pb-freq__sub{font-size:12px}.pb-freq__value{font-size:16px}.pb-freq__compare{font-size:12px}.pb-submit,.pb-submit__compare{font-size:16px}.pb-intro{padding:15px}.pb-intro__title{font-size:24px}}@media screen and (max-width:989px){.w-product-buyer{padding-top:20px;padding-bottom:10px;margin-bottom:0}.w-pb__grid{gap:20px}.w-pb-buy{margin-left:auto;margin-right:auto}.w-pb-title{font-size:30px;line-height:36px}.w-pb-buy{gap:30px}.w-pb-form,.w-pb-head__top{gap:10px}.w-pb-rating{row-gap:0}.w-pb-subtitle{gap:8px}.w-pb-links{gap:24px}.pb-tier{row-gap:0}.pb-tier__label{position:relative;top:5px}.pb-tier__badge{position:relative;top:14.1px}.pb-tier__price,.pb-tier__day{font-size:12px}.w-pb-freq__option{padding:12px}.pb-freq__benefits{gap:6px;margin-top:10px;padding-top:10px}.pb-gift{padding:10px}.pb-savings__text{font-size:12px}.w-pb-stock{gap:0}.w-pb-stock__row{justify-content:flex-start}.w-pb-stock__delivery{font-size:12px;line-height:1.2}.w-pb-stock__note{font-size:var(--text-xs-size);line-height:var(--text-xs-line-height)}.w-pb-guarantees{gap:8px}.w-pb-guarantee{padding:12px}.w-pb-videos{gap:8px}.w-pb-gallery__main{border-radius:10px}.w-pb-gallery__badges{top:8px;right:8px;bottom:8px;left:8px}.w-pb-gallery__thumb{flex-basis:60px;width:60px;height:60px}.w-pb-faq__q{gap:30px}}@media screen and (max-width:389px){.w-pb-badge{font-size:11px;line-height:16px;white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/196/assets/w-product-buyer.css.map */
