.product-page{--gallery-border-radius:1.125rem;--gallery-aspect-ratio:1/1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:auto;position:relative;z-index:0}@media (min-width:768px){.product-page{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.product-page .wave-divider-mobile{position:relative;width:100%;margin-bottom:-1px;z-index:2}.product-page .wave-divider-mobile svg{display:block;width:100%;height:auto}.product-page .svg-divider{position:absolute;left:50%;top:0;height:100%;width:auto;z-index:2;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}@media (min-width:768px){.product-page .svg-divider{left:48%}}.product-page .notification-container__shipping{background:#f6e58d;font-size:.875rem;padding:.75rem;border-radius:.5em;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.product-page .product-promo-container{width:100%;border-radius:.5rem;padding:1rem;margin:0}.product-page .product-promo-container__content{width:100%}.product-page .product-promo-container__content .product-promo-text,.product-page .product-promo-container__content .product-promo-title{font-size:1rem}@media (min-width:1024px){.product-page .product-promo-container__content{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product-page .out-of-stock-notification{--oos-background-color:#FBF1E4;--oos-text-color:#215B32;--oos-button-background-color:#215B32;--oos-button-text-color:#ffffff;width:100%;max-width:100%;margin:0 auto;border-radius:1rem;overflow:hidden;position:relative;background-color:var(--oos-background-color);color:var(--oos-text-color);padding:2rem 1.5rem}@media (min-width:1024px){.product-page .out-of-stock-notification{padding:2rem}}.product-page .out-of-stock-notification__container{width:100%}@media (min-width:1024px){.product-page .out-of-stock-notification__container{max-width:800px;margin:0 auto}}.product-page .out-of-stock-notification__content{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-page .out-of-stock-notification__title{font-size:1.25rem;font-style:normal;font-weight:700;line-height:130%;color:var(--oos-text-color);margin:0}@media (min-width:1024px){.product-page .out-of-stock-notification__title{font-size:1.5rem}}.product-page .out-of-stock-notification__subtitle{font-size:1rem;line-height:130%;color:var(--oos-text-color);margin:0}@media (min-width:1024px){.product-page .out-of-stock-notification__subtitle{font-size:1.25rem;max-width:400px}}.product-page .out-of-stock-notification__image-container{max-width:100%;margin-bottom:1.5rem}.product-page .out-of-stock-notification__image-container img{border-radius:.75rem;width:100%;height:auto}.product-page .out-of-stock-notification__form{padding-top:1rem;width:100%;max-width:550px;margin:0}.product-page .out-of-stock-notification__form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}@media (min-width:768px){.product-page .out-of-stock-notification__form-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.product-page .out-of-stock-notification__input{-webkit-box-flex:1;-ms-flex:1;flex:1;border:2px solid var(--oos-text-color);border-radius:3rem;padding:1rem 1.5rem;font-size:1.125rem;height:3.5rem;outline:0;background-color:#fff;width:100%;max-width:100%;font-family:Timesquare-Regular;color:var(--oos-text-color)}.product-page .out-of-stock-notification__input:focus{-webkit-box-shadow:0 0 0 2px rgba(33,91,50,.3);box-shadow:0 0 0 2px #215b324d}.product-page .out-of-stock-notification__input::-webkit-input-placeholder{color:#82a090;font-family:Timesquare-Regular}.product-page .out-of-stock-notification__input::-moz-placeholder{color:#82a090;font-family:Timesquare-Regular}.product-page .out-of-stock-notification__input:-ms-input-placeholder{color:#82a090;font-family:Timesquare-Regular}.product-page .out-of-stock-notification__input::-ms-input-placeholder{color:#82a090;font-family:Timesquare-Regular}.product-page .out-of-stock-notification__input::placeholder{color:#82a090;font-family:Timesquare-Regular}.product-page .out-of-stock-notification__button{background-color:var(--oos-button-background-color);color:var(--oos-button-text-color);border:none;border-radius:3rem;padding:1rem 2rem;font-size:1.125rem;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease;width:100%}@media (min-width:768px){.product-page .out-of-stock-notification__button{width:auto}}.product-page .out-of-stock-notification__button:hover:not(:disabled){-webkit-filter:brightness(1.15);filter:brightness(1.15)}.product-page .out-of-stock-notification__button:disabled{opacity:.7;cursor:not-allowed}.product-page .out-of-stock-notification__error{color:#f36178;font-size:.875rem;margin-top:.5rem}.product-page .out-of-stock-notification__success{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-page .out-of-stock-notification__success-icon{color:var(--oos-text-color);margin:0}.product-page .out-of-stock-notification__success-icon svg{width:3.5rem;height:3.5rem}.product-page .out-of-stock-notification__success-title{font-size:1.25rem;font-style:normal;font-weight:700;line-height:130%;color:var(--oos-text-color);margin:0}@media (min-width:1024px){.product-page .out-of-stock-notification__success-title{font-size:1.5rem}}.product-page .out-of-stock-notification__success-message{font-size:1rem;max-width:320px;margin:0;color:var(--oos-text-color);line-height:130%;max-width:18rem}@media (min-width:1024px){.product-page .out-of-stock-notification__success-message{max-width:20rem;font-size:1.25rem}}.product-page .out-of-stock-notification .spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--oos-button-text-color);-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite}.product-page .spinner{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;-webkit-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.product-page .image-container{width:100%;background-color:transparent;position:relative;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}@media (min-width:768px){.product-page .image-container{padding:2rem 2rem 4rem}}.product-page .image-container__badge{position:absolute;top:0;right:0;padding:.5em 1em;margin:.75em;width:4.25em;height:4.25em;background-color:#215b32;color:#fff;font-weight:600;border-radius:3em;text-transform:uppercase;font-size:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1;text-align:center}@media (min-width:1024px){.product-page .image-container__badge{width:4.5em;height:4.5em;font-size:1rem}}.product-page .image-container__album{z-index:0;position:relative;width:100%}@media (min-width:768px){.product-page .image-container__album{width:38vw}}.product-page .image-container__album__thumbnail{padding:1rem 0}.product-page .image-container__album .main-image img{border-radius:1.5rem}.product-page .image-container__album .album-slider-next,.product-page .image-container__album .album-slider-prev,.product-page .image-container__album .desktop-slider-next,.product-page .image-container__album .desktop-slider-prev{font-weight:900;background-color:#fff;color:#215b32;width:2rem;height:2rem;border-radius:3rem}@media (min-width:1024px){.product-page .image-container__album .album-slider-next,.product-page .image-container__album .album-slider-prev,.product-page .image-container__album .desktop-slider-next,.product-page .image-container__album .desktop-slider-prev{width:3rem;height:3rem}}.product-page .image-container__album .album-slider-next:after,.product-page .image-container__album .album-slider-prev:after,.product-page .image-container__album .desktop-slider-next:after,.product-page .image-container__album .desktop-slider-prev:after{-ms-flex-item-align:center;align-self:center;font-size:1rem!important;display:block;position:relative}.product-page .image-container__album .main-image{position:relative;width:100%;height:auto;border-radius:3em}.product-page .image-container__album__container{padding:1rem 3rem}.product-page .image-container__album__container__list{margin:auto;width:100%}.product-page .image-container__album__container__list__item{margin:0;padding:0;border:2px solid transparent;cursor:pointer}.product-page .image-container__album__container__list__item.swiper-slide-thumb-active img{border-radius:1.125rem;border:2px solid #215b32}.product-page .image-container__album__container__list__item img{border-radius:1.125rem}.product-page .image-container__album__container__list__item img:hover{border:2px solid #215b32}@media (min-width:768px){.product-page .image-container.sticky-container{position:sticky;top:8rem;-ms-flex-item-align:start;align-self:flex-start;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.product-page .detail-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto;background-color:#fff;padding:4% 4% 8%;color:#215b32;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;row-gap:1rem;-webkit-column-gap:1vw;-moz-column-gap:1vw;column-gap:1vw;position:relative;z-index:1}@media (min-width:768px){.product-page .detail-container{width:100%;row-gap:1rem;padding:2% 2% 6%}}.product-page .detail-container .brand{font-size:1rem}@media (min-width:1024px){.product-page .detail-container .brand{font-size:1.25rem}}.product-page .detail-container .title{font-weight:unset;font-size:1.5rem}@media (min-width:768px){.product-page .detail-container .title{font-size:2rem}}@media (min-width:1024px){.product-page .detail-container .title{font-size:2.5rem}}@media (min-width:1200px){.product-page .detail-container .title{font-size:3rem}}.product-page .detail-container .header-tagline{margin:0;color:#215b32;font-size:1em;font-weight:300;font-family:Timesquare-Regular;word-wrap:break-word}@media (min-width:1024px){.product-page .detail-container .header-tagline{font-size:1.25em}}.product-page .detail-container .header-tagline div,.product-page .detail-container .header-tagline h1,.product-page .detail-container .header-tagline h2,.product-page .detail-container .header-tagline h3,.product-page .detail-container .header-tagline h4,.product-page .detail-container .header-tagline h5,.product-page .detail-container .header-tagline h6,.product-page .detail-container .header-tagline li,.product-page .detail-container .header-tagline ol,.product-page .detail-container .header-tagline p,.product-page .detail-container .header-tagline span,.product-page .detail-container .header-tagline ul{font-family:inherit;color:inherit;font-size:inherit;font-weight:inherit;margin:0}.product-page .detail-container .header-tagline ol,.product-page .detail-container .header-tagline ul{padding:0 1rem}.product-page .detail-container .description{margin:0;color:#215b32;font-size:1em;font-weight:300;font-family:Timesquare-Regular;word-wrap:break-word}@media (min-width:1024px){.product-page .detail-container .description{font-size:1.5em}}.product-page .detail-container .description ul{padding:0 1rem}.product-page .detail-container .description .metafield-rich_text_field p{font-size:inherit;font-family:inherit}.product-page .detail-container .options__container{padding:2% 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-column-gap:1vw;-moz-column-gap:1vw;column-gap:1vw;row-gap:5vw}@media (min-width:768px){.product-page .detail-container .options__container{row-gap:1vw}}.product-page .detail-container .options__container .option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;row-gap:4vw;-webkit-column-gap:1vw;-moz-column-gap:1vw;column-gap:1vw}@media (min-width:768px){.product-page .detail-container .options__container .option{row-gap:1vw}}.product-page .detail-container .options__container .option__header{font-size:1rem;font-weight:unset;text-transform:capitalize;font-family:Timesquare-Bold}.product-page .detail-container .options__container .option__header .flavor-header{text-transform:uppercase}.product-page .detail-container .options__container .option__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;list-style:none;width:100%;margin-bottom:2%;-webkit-column-gap:1vw;-moz-column-gap:1vw;column-gap:1vw;row-gap:2vw}@media (min-width:768px){.product-page .detail-container .options__container .option__list{row-gap:1vw}}.product-page .detail-container .options__container .option__list .option-item{width:auto;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;row-gap:1vw;-webkit-column-gap:1vw;-moz-column-gap:1vw;column-gap:1vw;cursor:pointer;text-align:center;position:relative}.product-page .detail-container .options__container .option__list .option-item .selected{border:2px solid #215b32!important}.product-page .detail-container .options__container .option__list .option-item .disabled{opacity:.5}.product-page .detail-container .options__container .option__list .option-item .option-flavor{max-width:4.5em}.product-page .detail-container .options__container .option__list .option-item .option-flavor img{width:100%;max-width:4.5em;height:auto;cursor:pointer;border:2px solid transparent;border-radius:12em;padding:.5em}.product-page .detail-container .options__container .option__list .option-item .option-flavor img:hover{border:2px solid #215b32}.product-page .detail-container .options__container .option__list .option-item .option-color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.25em;max-width:4.5em}.product-page .detail-container .options__container .option__list .option-item .option-color__swatch{width:3em;height:3em;border-radius:50%;cursor:pointer;border:2px solid transparent;-webkit-transition:border-color .15s ease;transition:border-color .15s ease}.product-page .detail-container .options__container .option__list .option-item .option-color__swatch:hover,.product-page .detail-container .options__container .option__list .option-item .option-color__swatch.selected{border-color:#215b32}.product-page .detail-container .options__container .option__list .option-item .option-color__swatch.disabled{opacity:.5;cursor:not-allowed}.product-page .detail-container .options__container .option__list .option-item .option-color .tiny-text{text-align:center}.product-page .detail-container .options__container .option__list .option-item .option-serving{padding:1em 2em;border-radius:6em;color:#215b32;font-weight:500;border-width:2px;border-style:solid;border-color:transparent;text-align:center;line-height:1}.product-page .detail-container .options__container .option__list .option-item .option-serving:hover{background-color:#215b3240!important;color:#215b32;border-color:#00000080!important}.product-page .detail-container .options__container .option__list .option-item .option-serving.selected{background-color:#215b3240!important;border-color:#215b3280!important}.product-page .detail-container .benefit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:.5em}@media (min-width:1024px){.product-page .detail-container .benefit-container{max-width:80%;gap:1.5em;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.product-page .detail-container .benefit-container__block{width:100%;max-width:var(--benefit-icon-max-width-mobile,5em)}@media (min-width:1024px){.product-page .detail-container .benefit-container__block{max-width:var(--benefit-icon-max-width-desktop,7em)}}.product-page .detail-container .action-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1em}@media (min-width:1024px){.product-page .detail-container .action-container{max-width:50em}}.product-page .detail-container .action-container__external{color:#2f4f4f;background-color:#0000000d;font-size:.75rem;padding:1em;border-radius:1em}.product-page .detail-container .action-container__cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-page .detail-container .action-container__external-carts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.product-page .detail-container .action-container__external-carts .btn-external{width:100%}.product-page .detail-container .action-container__external-carts .price-text{font-weight:600}.product-page .detail-container .action-container__external-carts .price-text s{opacity:.7;font-weight:400}.product-page .detail-container .action-container__external-carts .disclaimer-text{font-size:.75rem;opacity:.8}.product-page .detail-container .block-app-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:1rem}@media (min-width:1024px){.product-page .detail-container .block-app-container{max-width:50em}}.product-page .detail-container .block-app-container__app{width:100%}.product-page .detail-container .ingredient-container{border-radius:.5em;position:relative;padding:0}@media (min-width:1024px){.product-page .detail-container .ingredient-container{padding:0}}.product-page .detail-container .ingredient-container .body,.product-page .detail-container .ingredient-container .header{position:relative;color:#215b32}.product-page .detail-container .ingredient-container .main-body.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.5em}.product-page .detail-container .ingredient-container .body,.product-page .detail-container .ingredient-container .header{padding:.5em}.product-page .detail-container .ingredient-container .main-header{padding:1em}.product-page .detail-container .ingredient-container .header{font-size:1rem;font-weight:600}.product-page .detail-container .ingredient-container .body{font-size:.925rem;font-weight:400}.product-page__gallery{position:relative;width:100%;z-index:0;contain:layout style}@media (min-width:768px){.product-page__gallery{width:38vw}}.product-page__badge{position:absolute;top:.75rem;right:.75rem;padding:.5em 1em;width:4.25em;height:4.25em;background-color:#215b32;color:#fff;font-weight:600;border-radius:50%;text-transform:uppercase;font-size:.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10;text-align:center;line-height:1.2}@media (min-width:1024px){.product-page__badge{width:4.5em;height:4.5em;font-size:1rem;top:1rem;right:1rem}}.product-page__badge.is-hidden{display:none}.product-page__main-image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:var(--gallery-border-radius,.75rem);cursor:-webkit-grab;cursor:grab;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;aspect-ratio:var(--gallery-aspect-ratio,1/1);background-color:var(--gallery-placeholder-color,#f5f5f5);contain:layout style}.product-page__main-image-wrapper:active{cursor:-webkit-grabbing;cursor:grabbing}.product-page__gallery-track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;will-change:transform}.product-page__gallery-track.with-transition{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.product-page__gallery-track.is-dragging{-webkit-transition:none;transition:none}.product-page__slide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-positive:0;flex-grow:0;width:100%;min-width:100%;max-width:100%;position:relative;aspect-ratio:var(--gallery-aspect-ratio,1/1)}.product-page__gallery-track--static.is-hidden{display:none}.product-page__thumbnails-track--static{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;will-change:transform}.product-page__thumbnails-track--static.is-hidden{display:none}.product-page__thumbnails-track--static.with-transition{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.product-page__thumbnails-track--static.is-dragging{-webkit-transition:none;transition:none}.product-page__thumbnails-track--static .product-page__thumb{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 1rem)/ 3);flex:0 0 calc((100% - 1rem)/ 3);max-width:calc((100% - 1rem)/ 3)}@media (min-width:1024px){.product-page__thumbnails-track--static .product-page__thumb{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 1.5rem)/4);flex:0 0 calc((100% - 1.5rem)/4);max-width:calc((100% - 1.5rem)/4)}}.product-page__main-image{display:block;width:100%;height:100%;border-radius:var(--gallery-border-radius,.75rem);-o-object-fit:cover;object-fit:cover;background-color:var(--gallery-placeholder-color,#f5f5f5)}.product-page__sticker{position:absolute;pointer-events:none;z-index:5}.product-page__sticker img{display:block;width:100%;height:auto}.product-page__sticker--global{z-index:6}.product-page__gallery-nav{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:8}.product-page__gallery-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:auto;background:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#215b32;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}@media (min-width:1024px){.product-page__gallery-arrow{width:3rem;height:3rem}}.product-page__gallery-arrow:hover:not(:disabled){-webkit-transform:translateY(-50%) scale(1.05);-ms-transform:translateY(-50%) scale(1.05);transform:translateY(-50%) scale(1.05)}.product-page__gallery-arrow:disabled{opacity:.4;cursor:not-allowed}.product-page__gallery-arrow--prev{left:.75rem}.product-page__gallery-arrow--next{right:.75rem}.product-page__gallery-arrow svg{width:1.5rem;min-width:1.5rem;height:1.5rem;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1024px){.product-page__gallery-arrow svg{width:1.75rem;min-width:1.75rem;height:1.75rem}}.product-page__zoom-btn{position:absolute;bottom:1rem;right:1rem;background:#fff;border:none;border-radius:50%;width:2.5rem;height:2.5rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#215b32;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;z-index:9;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.product-page__zoom-btn:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.product-page__zoom-btn svg{width:1.25rem;min-width:1.25rem;height:1.25rem;-ms-flex-negative:0;flex-shrink:0}.product-page__thumbnails{padding:1rem 0 4%;width:100%;position:relative}@media (min-width:1024px){.product-page__thumbnails{padding:1rem 0 2%}}.product-page__thumbnails--with-nav{display:grid;grid-template-columns:2.25rem 1fr 2.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem}@media (min-width:1024px){.product-page__thumbnails--with-nav{grid-template-columns:2.5rem 1fr 2.5rem}}.product-page__thumbnails--with-nav .product-page__thumbnails-wrapper{width:auto;min-width:0;overflow:hidden}.product-page__thumbnails--with-nav .product-page__thumbnails-track,.product-page__thumbnails--with-nav .product-page__thumbnails-track--static{width:100%;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.product-page__thumbnails--with-nav .product-page__thumbnails-track .product-page__thumb,.product-page__thumbnails--with-nav .product-page__thumbnails-track--static .product-page__thumb{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 1rem)/ 3);flex:0 0 calc((100% - 1rem)/ 3);max-width:calc((100% - 1rem)/ 3)}@media (min-width:1024px){.product-page__thumbnails--with-nav .product-page__thumbnails-track .product-page__thumb,.product-page__thumbnails--with-nav .product-page__thumbnails-track--static .product-page__thumb{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 1.5rem)/4);flex:0 0 calc((100% - 1.5rem)/4);max-width:calc((100% - 1.5rem)/4)}}.product-page__thumbnails-wrapper{position:relative;width:100%;overflow:hidden;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-page__thumb-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;background:#fff;border:none;border-radius:50%;width:2.25rem;height:2.25rem;padding:0;cursor:pointer;color:#215b32;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;opacity:0;pointer-events:none}.product-page__thumb-arrow.is-visible{opacity:1;pointer-events:auto}@media (min-width:1024px){.product-page__thumb-arrow{width:2.5rem;height:2.5rem}}.product-page__thumb-arrow:hover:not(:disabled){opacity:.8}.product-page__thumb-arrow svg{width:1.25rem;min-width:1.25rem;height:1.25rem;-ms-flex-negative:0;flex-shrink:0}@media (min-width:1024px){.product-page__thumb-arrow svg{width:1.5rem;min-width:1.5rem;height:1.5rem}}.product-page__thumbnails-track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;will-change:transform}.product-page__thumbnails-track:not(.needs-scroll){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-page__thumbnails-track.with-transition{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.product-page__thumbnails-track.is-dragging{-webkit-transition:none;transition:none;cursor:-webkit-grabbing;cursor:grabbing}.product-page__thumbnails-track.needs-scroll{cursor:-webkit-grab;cursor:grab}.product-page__thumbnails-track.needs-scroll:active{cursor:-webkit-grabbing;cursor:grabbing}.product-page__thumb{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0;border:2px solid transparent;border-radius:var(--gallery-border-radius,.75rem);background:0 0;cursor:pointer;overflow:hidden;-webkit-transition:border-color .2s ease;transition:border-color .2s ease;aspect-ratio:1}.product-page__thumb:hover{border-color:#215b3280}.product-page__thumb--active{border-color:#215b32}.product-page__thumb img{display:block;width:100%;height:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;border-radius:calc(var(--gallery-border-radius,.75rem) - 2px)}.product-page__zoom-modal{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:999999;overflow:hidden}.product-page__zoom-content{position:relative;max-width:90vw;max-height:90vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.product-page__zoom-image{max-width:85vw;max-height:80vh;border-radius:var(--gallery-border-radius,.75rem);background:#fff;-webkit-box-shadow:0 4px 32px rgba(0,0,0,.2);box-shadow:0 4px 32px #0003;-o-object-fit:contain;object-fit:contain;pointer-events:none}.product-page__zoom-close{position:absolute;top:-3.5rem;right:-.5rem;background:0 0;border:none;border-radius:50%;width:3rem;height:3rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.product-page__zoom-close:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.product-page__zoom-close svg{width:1.75rem;height:1.75rem}.product-page__zoom-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background:0 0;border:none;border-radius:50%;width:3.5rem;height:3.5rem;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;color:#fff;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.product-page__zoom-arrow:hover{-webkit-transform:translateY(-50%) scale(1.1);-ms-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.product-page__zoom-arrow--prev{left:-4rem}@media (max-width:767px){.product-page__zoom-arrow--prev{left:-2rem}}.product-page__zoom-arrow--next{right:-4rem}@media (max-width:767px){.product-page__zoom-arrow--next{right:-2rem}}.product-page__zoom-arrow svg{width:2.25rem;height:2.25rem}.product-page__zoom-dots{position:absolute;bottom:-2.5rem;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;z-index:10}.product-page__zoom-dot{width:.75rem;height:.75rem;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;-webkit-transition:all .2s ease;transition:all .2s ease}.product-page__zoom-dot:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);background:#fff9}.product-page__zoom-dot--active{background:#c4e7bc}.product-page .zoom-enter{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.product-page .zoom-enter-start{opacity:0}.product-page .zoom-enter-end{opacity:1}.product-page .zoom-leave{-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.product-page .zoom-leave-start{opacity:1}.product-page .zoom-leave-end{opacity:0}.b__subscription-radio-buttons{font-family:Timesquare-Bold;font-weight:unset;padding:1em;background-color:#00000004;border-radius:1em}.b__subscription-radio-buttons__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:.25em 0;row-gap:.5rem;cursor:pointer}.b__subscription-radio-buttons__container__save-day-badge{background-color:#225c33;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:1rem;margin-left:.5rem;text-wrap:nowrap}.b__subscription-radio-buttons__container__radio{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}.b__subscription-radio-buttons__container__radio__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;color:currentColor;width:1.15em;height:1.15em;border:.15em solid currentColor;border-radius:50%;-webkit-transform:translateY(-.075em);-ms-transform:translateY(-.075em);transform:translateY(-.075em);display:grid;place-content:center;cursor:pointer}.b__subscription-radio-buttons__container__radio__input:before{content:"";width:.65em;height:.65em;border-radius:50%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:.12s -webkit-transform ease-in-out;transition:.12s -webkit-transform ease-in-out;transition:.12s transform ease-in-out;transition:.12s transform ease-in-out,.12s -webkit-transform ease-in-out;-webkit-box-shadow:inset 1em 1em #9ad498;box-shadow:inset 1em 1em #9ad498}.b__subscription-radio-buttons__container__radio__input:checked:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.b__subscription-radio-buttons__container__radio__label{padding-left:.5em;font-size:1rem;position:relative}.b__subscription-radio-buttons__container__radio__label__title{color:#215b32;font-weight:800;cursor:pointer}.b__subscription-radio-buttons__container__radio__label__title--green{color:#77bc71}.b__subscription-radio-buttons__container__radio__label__title__subtext{font-weight:600;float:right}.b__subscription-radio-buttons__container__radio__label__description{font-family:Timesquare-Regular;font-weight:unset;font-size:.825rem;position:relative;padding-left:1.25em}@media (min-width:1024px){.b__subscription-radio-buttons__container__radio__label__description{font-size:.825rem}}.b__subscription-radio-buttons__container__radio__label__description:before{content:"";position:absolute;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNNDcwLjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE5MiAzMzguNyA0MjUuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=);background-size:contain;background-repeat:no-repeat;height:1em;width:1em;left:0}@media (min-width:1024px){.b__subscription-radio-buttons__container__radio__label__description:before{height:1em;width:1em}}.b__subscription-radio-buttons__container__radio__label__gift-description{font-family:Timesquare-Regular;font-weight:unset;font-size:.825rem;margin-bottom:.75rem;color:#666;font-style:italic}.b__subscription-radio-buttons__container__radio__label__select{font-size:.8rem;padding:.5em;background:#fff;border:1px solid #ccc;border-radius:8em;overflow:hidden;position:relative;margin-bottom:.75rem;margin-top:.5rem}.b__subscription-radio-buttons__container__radio__label__select__dropdown{width:110%;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMi42NTIgMTYyLjFjMS41MzEtMS4zNzYgMy40MzgtMi4wNDggNS4zNDQtMi4wNDhjMi4xODggMCA0LjM3NSAuODkxIDUuOTM4IDIuNjQyTDIyNCAzOTYuMmwyMTAuMS0yMzMuNWMyLjkwNi0zLjI4MyA4LTMuNTggMTEuMjgtLjU5NGMzLjI4MSAyLjk3IDMuNTYzIDguMDE5IC41OTM4IDExLjMybC0yMTYgMjQwLjFjLTMgMy4zNDUtOC44NzUgMy4zNDUtMTEuODggMEwyLjA1OCAxNzMuNEMtLjkxMDQgMTcwLjEtLjYyOTIgMTY1IDIuNjUyIDE2Mi4xeiIvPjwvc3ZnPg==) no-repeat;background-position:80% center}@media (min-width:1024px){.b__subscription-radio-buttons__container__radio__label__select__dropdown{width:120%}}.b__subscription-radio-buttons__container__radio__label__select__dropdown__selector{background:0 0;line-height:1;border:0;padding:0;border-radius:0;width:100%;position:relative;z-index:10;font-size:1em;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.b__subscription-radio-buttons__container__radio__label__select__dropdown__selector:focus-visible{border:0;outline:0}.b__subscription-radio-buttons__container__radio__label__select__dropdown__option{position:absolute;top:0;right:0;left:0}.okeReviews-widget-holder{padding:6em 2em;margin:auto;max-width:90vw}@media (min-width:1024px){.okeReviews-widget-holder{max-width:80vw;padding:6em 4em}}.okeReviews.okeReviews--theme .okeReviews-answer-date,.okeReviews.okeReviews--theme .okeReviews-attributeRatingsTable-row-label,.okeReviews.okeReviews--theme .okeReviews-helpful-vote-button,.okeReviews.okeReviews--theme .okeReviews-qandaWidget,.okeReviews.okeReviews--theme .okeReviews-question-date,.okeReviews.okeReviews--theme .okeReviews-questions,.okeReviews.okeReviews--theme .okeReviews-review,.okeReviews.okeReviews--theme .okeReviews-review-attribute-value,.okeReviews.okeReviews--theme .okeReviews-review-date,.okeReviews.okeReviews--theme .okeReviews-review-helpful,.okeReviews.okeReviews--theme .okeReviews-review-helpful-vote-button,.okeReviews.okeReviews--theme .okeReviews-reviews-controls-reviewCount,.okeReviews.okeReviews--theme .okeReviews-reviews-showMore,.okeReviews.okeReviews--theme .okeReviews-reviewsAggregate,.okeReviews.okeReviews--theme .okeReviews-reviewsAggregate-summary-total,.okeReviews.okeReviews--theme .okeReviews-reviewsSummary-ratingCount,.okeReviews.okeReviews--theme .okeReviews-sectionedList-list-item,.okeReviews.okeReviews--theme .okeReviews-select-input,.okeReviews.okeReviews--theme .or-crg-lbl,.okeReviews.okeReviews--theme .or-rg-lbl{color:#215b32!important}
/*# sourceMappingURL=/cdn/shop/t/136/assets/product-page.css.map */
