.v5-offer{display:block;color:var(--content-color)}.v5-offer__wrapper{max-width:1280px;margin:0 auto;padding:0 40px;display:flex;gap:40px}.v5-offer__gallery-wrapper{width:calc(50% - 20px);height:fit-content;display:flex;flex-direction:column;gap:20px;position:sticky;top:calc(var(--v5-header-height) + 20px);left:0}.v5-offer__gallery-list,.v5-offer__gallery-nav-list{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0}.v5-offer__gallery-slide{width:100%;min-width:100%;display:flex;scroll-snap-align:start;border-radius:8px;overflow:hidden}.v5-offer__gallery-slide img{width:100%;height:100%;aspect-ratio:1 / 1;transition:opacity .3s;object-fit:cover;pointer-events:none}.v5-offer__gallery-nav-list .v5-offer__gallery-slide{width:calc(25% - 7.5px);min-width:calc(25% - 7.5px);border:2px solid transparent;transition:border-color .3s;cursor:pointer}.v5-offer__gallery-nav-list .v5-offer__gallery-slide.active{border-color:var(--content-color)}.v5-offer__gallery-nav-list .v5-offer__gallery-slide.active img{opacity:.6}.v5-offer__info{width:calc(50% - 20px)}.v5-offer__general{display:flex;flex-direction:column;gap:20px}.v5-offer__reviews{display:flex;align-items:center;gap:20px;font-weight:400;font-size:16px;line-height:120%;letter-spacing:0}.v5-offer__reviews img{width:140px;height:auto}.v5-offer__title{font-family:var(--font-main);font-weight:600;font-size:28px;line-height:120%;letter-spacing:0}.v5-offer__subtitle{font-weight:400;font-size:18px;line-height:140%;letter-spacing:0}.v5-offer__description{font-size:16px;line-height:140%}.v5-offer__description ul{display:flex;flex-direction:column;gap:8px}.v5-offer__block{margin-top:var(--block-indent)}.v5-offer__options{display:flex;flex-direction:column;gap:32px}.v5-offer__selling-type-title{font-family:var(--font-main);font-weight:700;font-size:20px;line-height:120%;letter-spacing:0;margin:0 0 12px}.v5-offer__selling-type-options{display:flex;flex-direction:column;gap:8px}.v5-offer__selling-type-option{display:flex;width:100%;height:fit-content;min-height:90px;padding:12px;align-items:center;gap:16px;border:1px solid var(--content-color);border-radius:8px;cursor:pointer;transition:background-color .3s}.v5-offer__selling-type-option:has(input:checked){background-color:var(--accent-color)}.v5-offer__option-radio{width:20px;min-width:20px;height:20px;border:1px solid var(--content-color);border-radius:20px;position:relative}.v5-offer__option-radio:after{content:"";background-size:contain;position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;opacity:0;transition:opacity .3s;line-height:0}input:checked~.v5-offer__option-radio:after{opacity:1}.v5-offer__selling-type-details{display:flex;align-items:center;gap:12px}.v5-offer__selling-type-label{font-family:var(--font-main);font-weight:400;font-size:18px;line-height:120%;letter-spacing:0;color:var(--content-color)}.v5-offer__selling-type-badge{padding:3px 8px;font-family:var(--font-main);font-weight:400;font-size:16px;line-height:120%;letter-spacing:0;vertical-align:middle;background-color:var(--badge-color);border:1px solid var(--badge-color);border-radius:4px;transition:background-color .3s,border-color .3s}.v5-offer__selling-type-option:has(input:checked) .v5-offer__selling-type-badge{background-color:#fff;border-color:var(--content-color)}[data-type=subscription] .v5-offer__form-options--onetime,[data-type=onetime] .v5-offer__form-options--subscription{display:none}.v5-offer__form-options-header{display:flex;align-items:center;gap:10px;margin:0 0 16px}.v5-offer__form-options-title{font-family:var(--font-main);font-weight:700;font-size:20px;line-height:120%;letter-spacing:0}.v5-offer__form-options-delivery{display:flex;align-items:center;gap:6px;font-weight:400;font-size:12px;line-height:140%;letter-spacing:-.02em}.v5-offer__form-options{display:flex;flex-direction:column;gap:8px}.v5-offer__form-option{display:flex;width:100%;height:fit-content;min-height:90px;padding:12px;align-items:center;gap:16px;border:1px solid var(--content-color);border-radius:8px;cursor:pointer;transition:background-color .3s;position:relative}.v5-offer__form-option:has(input:checked){background-color:var(--accent-color)}.v5-offer__form-option-details{flex:1;min-width:0}.v5-offer__form-option-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 10px}.v5-offer__form-option-title{font-weight:600;font-size:18px;line-height:120%;letter-spacing:0}.v5-offer__form-option-subtitle{font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em}.v5-offer__form-option-badge{padding:4px 16px;font-weight:500;font-size:14px;line-height:140%;text-align:center;background-color:#305b05;border-radius:100px;color:#fff;position:absolute;top:0;left:50%;transform:translate(-50%,-60%)}.v5-offer__form-option-savings{width:fit-content;background-color:var(--badge-color);border:1px solid var(--badge-color);border-radius:4px;padding:3px 8px;font-weight:400;font-size:14px;line-height:120%;letter-spacing:0;transition:background-color .3s,border-color .3s}.v5-offer__form-option:has(input:checked) .v5-offer__form-option-savings{background-color:#fff;border-color:var(--content-color)}.v5-offer__form-option-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px;white-space:nowrap}.v5-offer__form-option-price-current{font-weight:700;font-size:16px;line-height:120%}.v5-offer__form-option-price-compare{font-weight:400;font-size:14px;line-height:120%;text-decoration:line-through;opacity:.6}.v5-offer__button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;background-color:#528d18;border-radius:4px;padding:12px;font-family:var(--font-heading);font-weight:400;font-size:20px;line-height:140%;letter-spacing:0;color:#fff;position:relative;text-transform:uppercase}.v5-offer__button-price{display:flex;gap:6px}.v5-offer__button-price [data-compare]{opacity:.6;text-decoration:line-through}.v5-offer__button .icon-loading{position:absolute;z-index:1}.loading .v5-offer__button span{color:transparent}.v5-offer__order-by{display:flex;align-items:center;gap:10px;padding:12px;border:1px dashed var(--content-color);border-radius:8px;color:var(--content-color)}.v5-offer__order-by-icon{flex-shrink:0;width:24px;height:24px;object-fit:contain}.v5-offer__order-by-label{font-size:16px;line-height:1.4}.v5-offer__order-by-label strong,.v5-offer__order-by-label b{font-weight:700}.v5-offer__gifts{display:flex;flex-direction:column}.v5-offer__gifts-title{padding:8px;background-color:#adff6f59;border:1px dashed var(--content-color);border-radius:8px;font-size:18px;font-weight:600;line-height:1.2;text-align:center;color:var(--content-color)}.v5-offer__gifts-list{display:flex;gap:11px;padding-top:12px}.v5-offer__gift{flex:1 0 0;min-width:0;display:flex;flex-direction:column;gap:6px;align-items:center}.v5-offer__gift-tile{position:relative;width:100%;aspect-ratio:62 / 60;border-radius:8px;overflow:hidden}.v5-offer__gift-image{width:100%;height:100%;object-fit:cover;display:block}.v5-offer__gift-badge{position:absolute;top:0;left:0;right:0;padding:6px;display:flex;align-items:center;justify-content:center;gap:4px;font-size:16px;line-height:1.2;font-weight:600}.v5-offer__gift-badge-strike{font-weight:400;text-decoration:line-through}.v5-offer__gift-lock{position:absolute;top:31px;right:0;bottom:0;left:0;background-color:#0006;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:16px;font-weight:600;line-height:1.2;text-align:center;padding:8px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.v5-offer__gift.locked .v5-offer__gift-lock{opacity:1;visibility:visible}.v5-offer__gift-lock svg{width:23px;height:auto;flex-shrink:0}.v5-offer__gift-label{font-size:14px;font-weight:500;line-height:1.2;text-align:center;color:var(--content-color)}.v5-offer__shipping-info{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:12px;border-top:1px dashed var(--content-color);color:var(--content-color)}.v5-offer__shipping-info-item{display:flex;align-items:center;gap:10px;font-size:18px;line-height:1.2}.v5-offer__shipping-info-icon{flex-shrink:0;width:24px;height:24px;object-fit:contain}.v5-offer__shipping-info-flag{flex-shrink:0;width:29px;height:auto;object-fit:cover}.v5-offer__shipping-info-item strong{font-weight:600}.v5-offer__guarantee{display:flex;align-items:center;gap:20px;padding:12px;border-radius:8px;color:var(--content-color)}.v5-offer__guarantee-image{flex-shrink:0;width:90px;height:90px;object-fit:contain}.v5-offer__guarantee-label{font-size:16px;line-height:1.2;font-weight:400}.v5-offer__guarantee-label b,.v5-offer__guarantee-label strong{font-weight:700}.v5-offer__advantages{border:1px solid #528D1833;border-radius:8px}.v5-offer__advantages-header{padding:16px;display:flex;gap:10px;cursor:pointer}.v5-offer__advantages-header img{width:46px;height:fit-content;pointer-events:none}.v5-offer__advantages-headings{flex:1;pointer-events:none}.v5-offer__advantages-title{font-weight:600;font-size:18px;line-height:120%;margin:0 0 8px;display:flex;align-items:center;justify-content:space-between}.v5-offer__advantages-title svg{transition:transform .3s}.v5-offer__advantages-header.open svg{transform:rotate(180deg)}.v5-offer__advantages-subtitle{font-weight:400;font-size:16px;line-height:140%;letter-spacing:-.02em}.v5-offer__advantages-content{max-height:0;overflow:hidden;transition:max-height .3s}.v5-offer__advantages-list{padding:12px 16px 16px;display:flex;flex-direction:column;gap:16px}.v5-offer__advantage{display:flex;align-items:center;gap:12px;font-weight:600;font-size:18px;line-height:120%;padding:16px 0 0 10px;border-top:1px solid #528D1833}.v5-offer__advantage img{width:27px;height:fit-content}.v5-offer__disclosure{border-bottom:1px solid #305B051F}.v5-offer__disclosure-title{width:100%;display:flex;align-items:center;gap:12px;justify-content:space-between;cursor:pointer;font-weight:700;font-size:20px;line-height:1;padding:16px 0;color:var(--content-color);text-align:start}.v5-offer__disclosure-title *{pointer-events:none}.v5-offer__disclosure-title svg{transition:transform .3s}.v5-offer__disclosure-title.open svg{transform:rotate(180deg)}.v5-offer__disclosure-content{max-height:0;overflow:hidden;transition:max-height .3s}.v5-offer__disclosure-rte{font-size:16px;line-height:140%;opacity:.8;padding:0 0 16px}.v5-offer__upsell-title{font-weight:700;font-size:28px;line-height:120%;margin:0 0 28px}.v5-offer__upsell{display:flex;flex-direction:column;gap:16px}.v5-offer__upsell-item{width:100%;padding:0 0 16px;border-bottom:1px solid #305B051F;display:flex;flex-direction:column;gap:10px}.v5-offer__upsell-item:last-of-type{border-bottom:none;padding:0}.v5-offer__upsell-content{display:flex;align-items:center;gap:20px}.v5-offer__upsell-media{display:flex}.v5-offer__upsell-media img,.v5-offer__upsell-media svg{width:80px;height:80px;object-fit:cover;border-radius:8px}.v5-offer__upsell-details{flex:1}.v5-offer__upsell-item-heading{width:100%;display:flex;align-items:center;gap:12px;margin:0 0 8px}.v5-offer__upsell-item-title{font-weight:700;font-size:18px;line-height:100%;letter-spacing:-.28px}.v5-offer__upsell-item-saving{font-weight:400;font-size:16px;line-height:120%;background-color:var(--badge-color);padding:4px 8px;border-radius:3px;width:fit-content}.v5-offer__upsell-item-subtitle{font-weight:400;font-size:16px;line-height:100%}.v5-offer__upsell-button{width:100%;padding:12px;font-family:var(--font-heading);font-weight:400;font-size:20px;line-height:140%;border:1px solid var(--content-color);border-radius:4px;text-transform:uppercase;color:var(--content-color);position:relative;display:flex;align-items:center;justify-content:center}.v5-offer__upsell-button .icon-loading{position:absolute;z-index:1}.loading .v5-offer__upsell-button span{color:transparent}.v5-offer__video-title{font-weight:700;font-size:28px;line-height:120%;margin:0 0 28px}.v5-offer__video{position:relative}.v5-offer__video:after{content:"";width:134px;background:linear-gradient(269.6deg,#fff .35%,#fff0 78.16%);height:100%;position:absolute;top:0;right:0;z-index:1;transition:opacity .3s}.v5-offer__video.ended:after{opacity:0}.v5-offer__video-list{display:flex;gap:10px;padding:0;scroll-snap-type:x mandatory;overflow-x:auto;position:relative}.v5-offer__video-block{width:calc(25% - 7.5px);min-width:calc(25% - 7.5px);scroll-snap-align:start;display:flex;position:relative}.v5-offer__video-block video{width:100%;height:100%;object-fit:cover;aspect-ratio:144 / 197;border-radius:8px;border:1px solid var(--content-color)}.v5-offer__video-placeholder{display:flex;align-items:center;justify-content:center;position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;z-index:1}.v5-offer__video-placeholder svg{transition:opacity .3s;pointer-events:none}.v5-offer__video-placeholder.is-playing svg{opacity:0}.v5-offer__video-controls{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;margin:28px 0 0}.v5-offer__video-controls button{display:flex;cursor:pointer;background:none;border:none;padding:0;color:var(--content-color)}.v5-offer__video-controls button path{fill:var(--content-color)}.v5-offer__video-controls button:disabled{opacity:.6;cursor:no-drop}.v5-offer__video-dots{width:fit-content;display:flex;align-items:center;justify-content:center;gap:8px}.v5-offer__video-dots span{width:4px;height:4px;display:block;border-radius:8px;background-color:var(--content-color);cursor:pointer;opacity:.8;transition:opacity .3s,width .3s,height .3s}.v5-offer__video-dots span.active{opacity:1;width:6px;height:6px}@media screen and (max-width:989px){.v5-offer__wrapper{flex-direction:column;max-width:600px}.v5-offer__gallery-wrapper,.v5-offer__info{width:100%;position:unset}}@media screen and (max-width:749px){.v5-offer__wrapper{padding:0 20px;gap:16px}.v5-offer__gallery-wrapper{gap:10px}.v5-offer__gallery-nav-list .v5-offer__gallery-slide{border-radius:6px}.v5-offer__general{gap:16px}.v5-offer__reviews{justify-content:space-between;font-size:12px}.v5-offer__title{font-size:20px}.v5-offer__subtitle{font-size:13px}.v5-offer__description{font-size:11px}.v5-offer__block{margin-top:var(--block-indent-mob)}.v5-offer__order-by{padding:8px;gap:6px}.v5-offer__order-by-label{font-size:14px}.v5-offer__guarantee{gap:12px}.v5-offer__guarantee-image{width:64px;height:64px}.v5-offer__guarantee-label{font-size:14px}.v5-offer__shipping-info-item{font-size:14px;gap:6px}.v5-offer__shipping-info-icon{width:20px;height:20px}.v5-offer__shipping-info-flag{width:24px}.v5-offer__gifts-title{font-size:14px;padding:6px}.v5-offer__gifts-list{gap:6px;padding-top:8px}.v5-offer__gift-badge{font-size:12px;padding:4px;gap:3px}.v5-offer__gift-lock{top:23px;font-size:11px;gap:4px;padding:4px;font-weight:500}.v5-offer__gift-lock svg{width:14px}.v5-offer__gift-label{font-size:11px}.v5-offer__options{gap:28px}.v5-offer__selling-type-title{font-size:16px}.v5-offer__selling-type-options{gap:6px}.v5-offer__selling-type-option{min-height:55px;gap:10px}.v5-offer__option-radio{width:18px;min-width:18px;height:18px}.v5-offer__selling-type-details{gap:4px}.v5-offer__selling-type-label,.v5-offer__selling-type-badge{font-size:13px}.v5-offer__form-options-title{font-size:16px}.v5-offer__form-option{min-height:55px;gap:10px;align-items:start}.v5-offer__form-option-top{gap:6px;margin:0 0 4px}.v5-offer__form-option-title{font-size:13px}.v5-offer__form-option-subtitle{font-size:12px}.v5-offer__form-option-badge{padding:3px 12px;font-size:10px}.v5-offer__form-option-savings{font-size:12px;padding:2px 6px;margin:0 0 4px}.v5-offer__form-option-price-current{font-size:13px}.v5-offer__form-option-price-compare{font-size:12px}.v5-offer__advantages-header{padding:10px}.v5-offer__advantages-header img{width:40px}.v5-offer__advantages-title{font-size:13px;margin:0 0 4px}.v5-offer__advantages-subtitle{font-size:12px;max-width:180px}.v5-offer__advantages-list{padding:10px;gap:12px}.v5-offer__advantage{gap:12px;font-size:13px;padding:12px 0 0 8px}.v5-offer__advantage img{width:24px}.v5-offer__disclosure-title{font-size:16px;padding:12px 0}.v5-offer__disclosure-rte{font-size:14px;padding:0 0 12px}.v5-offer__upsell-title{font-size:20px;margin:0 0 16px}.v5-offer__upsell-item-heading{justify-content:space-between}.v5-offer__upsell-item-title,.v5-offer__upsell-item-saving{font-size:13px}.v5-offer__upsell-item-subtitle{font-size:12px;line-height:120%}.v5-offer__video-title{font-size:20px;margin:0 0 16px}.v5-offer__video:after{display:none}.v5-offer__video-list{padding:0 20px;scroll-padding-left:20px;width:calc(100% + 40px);margin-left:-20px}.v5-offer__video-block{width:144px;min-width:144px}.v5-offer__video-controls{margin:20px 0 0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/v5-offer.css.map */
