.text-video-section-wrapper{background-color:var(--section-bg-color, #FAF6F2);padding:5rem 14rem;display:flex;flex-direction:column;align-items:center;width:100%;box-sizing:border-box}.text-video-layout{display:flex;flex-direction:row;align-items:center;gap:12rem;width:100%;overflow:hidden}.text-video-layout.layout-reversed{flex-direction:row-reverse}.text-content{flex:1;min-width:0;padding-right:20px;color:var(--paragraph-color, #5c5c5c);display:flex;flex-direction:column}.text-video-layout.layout-reversed .text-content{padding-right:0;padding-left:20px}.text-content__caption{font-size:.9rem;color:var(--caption-color, var(--paragraph-color));margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.text-content__heading{font-size:4rem;color:var(--heading-color, #383838);margin-top:0;margin-bottom:1.2rem;line-height:1.1;letter-spacing:.66px;word-break:break-word}.text-content__paragraph{font-size:1.6rem;line-height:1.2;letter-spacing:.6px;word-break:break-word}.text-content__paragraph:last-child{margin-bottom:2rem}.text-content__paragraph p{margin-bottom:0rem}.text-content__paragraph p:last-child{margin-bottom:0}.text-content__cta-button-wrapper{margin-top:auto}.cta-button{display:inline-block;background-color:var(--button-bg-color, #333);color:var(--button-text-color, #fff);padding:12px 28px;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s ease,transform .2s ease;border:none;cursor:pointer;text-align:center}.cta-button:hover{filter:brightness(1.2);transform:translateY(-2px)}.video-column-wrapper{flex:1;min-width:0;display:flex;justify-content:center;align-items:center}.video-player-container{position:relative;width:100%;max-width:640px;background-color:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.hosted-video{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:inherit;transition:opacity .3s ease,visibility .3s ease}.video-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000073;z-index:1;border-radius:inherit;pointer-events:none;transition:background-color .3s ease,opacity .3s ease}.video-overlay.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.video-overlay.is-hidden:after{opacity:0}.video-overlay.is-static-poster .custom-play-button{display:none}.video-overlay.is-static-poster{cursor:default}.video-overlay.is-static-poster:after{background-color:transparent}.video-cover-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}.custom-play-button{position:relative;z-index:2;background:transparent;border:none;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;color:#fff;transition:transform .2s ease;padding:24rem 14.6rem;min-width:70px;text-align:center;font-family:var(--font-heading-family);font-weight:400;line-height:1;font-size:3rem;letter-spacing:.66px}.custom-play-button:hover{transform:scale(1.1)}.custom-play-button__text{font-size:3rem;font-weight:400;line-height:1;letter-spacing:.66px;margin-bottom:6px;text-shadow:0px 1px 2px rgba(0,0,0,.7)}.custom-play-button__icon{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0px 1px 2px rgba(0,0,0,.7))}.custom-play-button__icon .custom-play-button__icon-img,.custom-play-button__icon .default-play-icon-svg{width:28px;height:28px;display:block}.custom-play-button__icon .default-play-icon-svg{fill:currentColor}.video-placeholder-empty{width:100%;max-width:640px;background-color:#e0e0e0;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#777;padding:20px;box-sizing:border-box;min-height:200px}.video-placeholder-empty .placeholder-svg{width:80px;height:auto;margin-bottom:10px;opacity:.5}.video-placeholder-empty__text{font-size:.9em;text-align:center}.toggle-layout-button{display:block;margin:40px auto 0;padding:12px 25px;font-size:.95em;background-color:#7a7a7a;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.toggle-layout-button:hover{background-color:#606060}.custom-play-button__icon .custom-play-button__icon-img,.custom-play-button__icon .default-play-icon-svg{width:50px;height:50px}@media (max-width: 768px){.text-video-section-wrapper{padding:3rem 2rem}.custom-play-button{padding:8.3rem 6rem}.text-video-layout,.text-video-layout.layout-reversed{flex-direction:column-reverse;padding:0;gap:1rem}.text-video-layout.mobile-all-text-first,.text-video-layout.layout-reversed.mobile-all-text-first{flex-direction:column}.text-video-layout.mobile-title-video-text,.text-video-layout.layout-reversed.mobile-title-video-text{display:flex;flex-direction:column}.text-video-layout.mobile-title-video-text .text-content{display:contents}.text-video-layout.mobile-title-video-text .text-content__heading{order:1}.text-video-layout.mobile-title-video-text .video-column-wrapper{order:2}.text-video-layout.mobile-title-video-text .text-content__caption{order:3}.text-video-layout.mobile-title-video-text .text-content__paragraph--first{order:4}.text-video-layout.mobile-title-video-text .text-content__paragraph--second{order:5}.text-video-layout.mobile-title-video-text .text-content__cta-button-wrapper{order:6}.text-content{padding:4rem 4rem 1rem;text-align:center;order:initial}.text-content>*{order:initial}.video-column-wrapper{order:initial}.text-content__caption{font-size:1.45rem;font-weight:700;line-height:23.2px;letter-spacing:.5px;margin-bottom:2rem}.text-content__heading{font-size:3.3rem}.text-content__paragraph{font-size:1.3rem;line-height:22px;margin-bottom:0}.text-content__paragraph p{margin-top:0}.text-content__paragraph p:first-child{margin-top:2rem}.video-column-wrapper{width:100%}.video-player-container,.video-placeholder-empty{max-width:100%}.custom-play-button__text{font-size:2.6rem;line-height:32px;margin-bottom:4px}.custom-play-button__icon .custom-play-button__icon-img,.custom-play-button__icon .default-play-icon-svg{width:30px;height:30px}.toggle-layout-button{margin-top:30px;padding:10px 20px;font-size:.9em}}.product--medium .thumbnail-list{grid-template-columns:repeat(4,1fr)!important}.frequency-title{font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1.5rem}.options-wrapper{display:flex;flex-direction:column;gap:10px}.option-item{border:1px solid #d1d1d1;padding:1.6rem;cursor:pointer;background-color:#fff;transition:border-color .3s ease,box-shadow .3s ease;position:relative}.option-item input[type=radio]:checked{accent-color:#000}.option-item .option-label{display:flex;align-items:center;justify-content:center;width:100%;position:relative;padding-left:3rem;min-height:2rem;border:none;background-color:#fff;padding:0;margin:0}.option-label .label-line-1{display:flex;align-items:center;margin-bottom:0;gap:1rem;width:100%}.label-line-1>span:first-child{font-weight:400;letter-spacing:1px;color:#000;font-size:1.4rem;line-height:1.2}.save-badge{background-color:#708266;color:#fff;padding:.4rem 1.2rem;border-radius:2rem;font-size:1rem;font-weight:400;line-height:1.2;white-space:nowrap}@media screen and (max-width: 750px){.save-badge{line-height:12px;padding:.3rem 1.1rem}}.option-label .price-info-wrapper{display:flex;justify-content:flex-end;width:100%;margin-top:4px}.price-line{display:flex;align-items:baseline;gap:8px}.price-line .original-price{text-decoration:line-through;color:#000;font-size:1.2rem;letter-spacing:1px;line-height:1.2;opacity:50%}.price-line .current-price{font-weight:700;color:#000;font-size:1.4rem;letter-spacing:1px;line-height:1.2}.subscription-details{margin-top:15px;padding-left:0}.frequency-dropdown{width:100%;padding:1.3rem 1.6rem;border:1px solid #000;margin-bottom:1.2rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font-size:1.2rem;font-family:var(--font-body-family);color:#000;background-color:#fff}.frequency-dropdown option{font-size:1.2rem;font-family:var(--font-body-family);color:#000}.frequency-dropdown:focus{border-color:#000;box-shadow:0 0 0 1px #000;outline:none}.subscription-benefits{list-style:none;padding:0;margin:0;font-size:.85em;color:#000}.subscription-benefits li{gap:.6rem;margin-bottom:1rem;display:flex;align-items:center}.subscription-benefits li:last-child{margin-bottom:0}.subscription-benefits .icon{margin-right:10px;font-size:1.2em;color:#333}.option-item.selected{border-color:#000}
/*# sourceMappingURL=/cdn/shop/t/57/compiled_assets/styles.css.map */
