#announcement{width:100%;display:flex;align-items:center;justify-content:center;color:#fff;background-color:var(--primary-blue);font-weight:700;text-align:center;padding:10px 20px}#announcement.yellow{background-color:#ffdc60;color:var(--primary-blue)}@media (max-width: 800px){#announcement{font-size:13px;padding:10px 0}#announcement.small{font-size:8px;padding:10px 0}}.productV3{display:none;max-width:1280px;width:100%;margin:auto;padding:40px 64px 20px;grid-template-columns:1fr 1fr;column-gap:40px;height:100%}.productV3.active{display:grid}@media (max-width: 800px){.productV3{padding:20px 25px;width:100%;grid-template-columns:1fr;row-gap:0px}.productV3Inner{padding:0}}.productV3InnerWrap{display:flex;flex-direction:column;top:0}.productV3Visual{display:flex;align-items:center;gap:15px}.productV3VisualSwiper{height:100%}.productV3VisualSwiperImage{width:100%!important;height:100%!important;aspect-ratio:1;object-fit:contain;border-radius:7px;padding:20px}.productV3VisualSwiperImage.active{display:none}.productV3VisualThumbs{display:flex;flex-direction:column;gap:10px}.productV3VisualThumbsThumbnail{width:60px;height:60px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid var(--darker-grey)}.productV3VisualThumbsThumbnail.active{display:none}.productV3VisualThumbsThumbnail:first-child:last-child{display:none}@media (max-width: 800px){.productV3VisualSwiperImage{border-radius:0;padding:0}.productV3VisualThumbs{flex-direction:column}.productV3VisualThumbsThumbnail{width:32px;height:32px}.productV3Featured{display:none}}.productV3Featured{max-width:400px;margin:30px auto}.productV3FeaturedSpacer{width:100%;height:40px;display:block}.productV3FeaturedQuote{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:40px}.productV3FeaturedQuoteImg{margin-bottom:10px;height:20px;width:auto}.productV3FeaturedQuoteName{font-weight:700;margin-top:10px}.productV3FeaturedQuoteVerified{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:12px;color:var(--darker-grey);margin-top:3px}.productV3FeaturedQuoteVerifiedImg{height:13px;width:auto}.productV3Content{width:100%}.productV3Reviews{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:16px;font-weight:700;white-space:nowrap}.productV3CheckingOut{font-size:16px;color:var(--dark-blue);margin-bottom:8px}.productV3Title{font-size:25px;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 0 10px}.productV3LineTags{display:flex;flex-direction:row;margin:10px auto;gap:8px;width:100%}.productV3LineTagsItem{text-transform:uppercase;font-size:12px;letter-spacing:2px;padding:8px 20px;border-radius:10px}.productV3Line{height:2px;width:100%;margin:20px 0;background-color:var(--darker-grey)}.productV3MiniTitle{font-size:16px;margin-bottom:10px;width:100%;border-top:1px solid var(--darker-grey);padding-top:15px}.productV3MiniTitle.noBorder{border-top:0;padding-top:0}.productV3Products{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:center;margin-bottom:17px}@media (max-width: 800px){.productV3Products{flex-direction:column;gap:10px}}.productV3ProductsChoice{text-transform:uppercase;font-size:10px;letter-spacing:2px;padding:8px 20px;font-weight:700;text-align:center;border-radius:10px;background-color:var(--grey);cursor:pointer;display:flex;flex-direction:column;position:relative;align-items:center}.productV3ProductsChoiceTag{position:absolute;bottom:calc(100% + 1px);left:50%;transform:translate(-50%);border-radius:13px 13px 0 0;color:#fff!important;z-index:1;background:var(--primary-blue);font-size:10px;width:auto;white-space:nowrap;padding:3px 11px 0;font-weight:700}.productV3ProductsChoice.active{box-shadow:0 4px 4px #00000040}.productV3ProductsChoice.active.wintergreen{background-color:var(--light-wintergreen);color:var(--wintergreen)}.productV3ProductsChoice.active.mild{background-color:var(--light-mild);color:var(--mild)}.productV3ProductsChoice.active.peppermint{background-color:var(--light-peppermint);color:var(--peppermint)}.productV3ProductsChoice.active.arctic{background-color:#ccf3f9;color:#00a990}.productV3ProductsChoice span{color:var(--darker-grey)}.productV3LineTxt{font-size:16px;font-weight:700;color:var(--primary-blue);margin-bottom:20px}.productV3Bullets{display:flex;flex-direction:column;font-size:18px;font-weight:700}.productV3BulletsBody{margin:15px auto 10px;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:8px;line-height:1.1}.productV3BulletsBodyItem{display:flex;flex-direction:row;gap:20px;flex:45%;align-items:center}.productV3BulletsBodyItemTxt{font-size:16px;font-weight:400}.productV3BulletsBodyItemImg{height:30px;width:auto}.productV3FormVariant{display:none;grid-template-columns:repeat(3,1fr);column-gap:11px;margin-bottom:15px;padding-top:20px}.productV3FormVariant.active{display:grid}.productV3FormVariantLabel{display:flex}.productV3FormVariantLabelInput{opacity:0;position:absolute;width:0;height:0}.productV3FormVariantItem{width:100%;display:flex;flex-direction:column;text-align:center;cursor:pointer;padding:13px;border-radius:9px;border:1px solid #e2e4e7;background:#fff;box-shadow:0 4px 4px #00000040;position:relative;transition:.3s ease}.productV3FormVariantItem:hover{cursor:pointer}.productV3FormVariantLabelInput+.productV3FormVariantItem{transition:.5s ease}.productV3FormVariantLabelInput:checked+.productV3FormVariantItem{border:1px solid var(--dark-blue);background:#e0e3e5;box-shadow:0 4px 4px #00000040}.productV3FormVariantItemTag{position:absolute;bottom:calc(100% + 1px);left:50%;transform:translate(-50%);border-radius:13px 13px 0 0;color:#fff;z-index:1;background:var(--primary-blue);font-size:12px;width:auto;white-space:nowrap;padding:3px 11px 0;font-weight:700}.productV3FormVariantItemTag:empty{display:none}.productV3FormVariantItemTag.mobile{display:none}.productV3FormVariantItemTitle{font-weight:700}.productV3FormVariantItemInterval{font-size:12px;margin-bottom:5px;display:none}.productV3FormVariantItemInterval.active{display:block}.productV3FormVariantItemUnitPrice{font-size:15px;font-weight:600}@media (max-width: 800px){.productV3FormVariant{margin-bottom:17px}.productV3FormVariantItem{padding:9px 7px}.productV3FormVariantItemTag{display:none}.productV3FormVariantItemTag.mobile{display:block}.productV3FormVariantItemTag.mobile:empty{display:none}.productV3FormVariantItemTitle{font-size:15px}.productV3FormVariantItemUnitPrice{font-size:12px}}.productV3FormPlanSelect{margin-bottom:15px;box-shadow:0 4px 4px #00000040;border-radius:8px;padding:20px;font-weight:700;font-size:18px}.productV3FormPlanLabel{display:none;width:100%}.productV3FormPlanLabel.active{display:flex}.productV3FormPlanLabelInput{opacity:0;position:absolute;width:0;height:0}.productV3FormPlanLabelBody{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:20px;gap:15px;cursor:pointer;border-radius:8px;background:#fff;border:1px solid #E2E4E7;box-shadow:0 4px 4px #00000040;margin-bottom:15px;transition:.3s ease}.productV3FormPlanLabelBody:hover{cursor:pointer}.productV3FormPlanLabelInput+.productV3FormPlanLabelBody{transition:.5s ease}.productV3FormPlanLabelInput:checked+.productV3FormPlanLabelBody{border:1px solid var(--dark-blue);background:#e0e3e5;box-shadow:0 4px 4px #00000040}.productV3FormPlanLabelBodyCircle{width:28px;height:28px;border:1px solid var(--primary-blue);border-radius:100%;background:#fff;position:relative;display:flex;box-shadow:0 0 0 0 var(--primary-blue);align-items:center;justify-content:center}.productV3FormPlanLabelBodyCircleInner{height:18px;width:18px;border-radius:100%;background-color:var(--primary-blue);transform:scale(0)}.productV3FormPlanLabelInput+.productV3FormPlanLabelBody .productV3FormPlanLabelBodyCircle{transition:.3s cubic-bezier(.68,-.55,.265,1.55)}.productV3FormPlanLabelInput+.productV3FormPlanLabelBody .productV3FormPlanLabelBodyCircleInner{transition:.4s cubic-bezier(.68,-.55,.265,1.55)}.productV3FormPlanLabelInput:checked+.productV3FormPlanLabelBody .productV3FormPlanLabelBodyCircle{background:#e0e3e5;box-shadow:0 0 0 2px var(--primary-blue) inset}.productV3FormPlanLabelInput:checked+.productV3FormPlanLabelBody .productV3FormPlanLabelBodyCircleInner{transform:scale(1)}.productV3FormPlanLabelBodyName{margin-right:auto;line-height:24px;color:var(--primary-blue);font-size:20px;font-weight:700}.productV3FormPlanLabelBodyActual{line-height:24px;color:var(--darker-grey);font-size:20px;font-weight:700}.productV3FormPlanLabelInput:checked+.productV3FormPlanLabelBody .productV3FormPlanLabelBodyActual{color:var(--primary-blue)}.productContentFormTypeCompare{text-decoration:line-through}.productV3FormPlanLabelBodyList{grid-column:2/4}.productV3FormPlanLabelBodyList{display:flex;flex-direction:column}.productV3FormPlanLabelBodyList:empty{display:none}.productV3FormPlanLabelBodyListItem:before{content:"\2022";margin-right:10px}@media (max-width: 800px){.productV3FormPlanLabelBodyListItem{display:flex;flex-direction:row;font-size:14px}}.productV3Order{display:none;flex-direction:column;border-radius:20px;color:var(--primary-blue);background-color:var(--light-wintergreen);padding:30px;margin:30px 0;border:1px solid #E2E4E7;box-shadow:0 4px 4px #00000040}.productV3Order.active{display:flex}.productV3OrderTitle{font-size:20px;font-weight:700;text-transform:capitalize}.productV3OrderList{padding-left:20px;display:flex;margin-top:15px;flex-direction:column;text-transform:capitalize}.productV3OrderListItem{position:relative;padding-left:20px}.productV3OrderListItem:before{content:"\2022";margin-right:10px;position:absolute;left:0}.productV3OrderDates{display:flex;flex-direction:column;margin-top:15px;gap:15px}.productV3OrderDatesItem{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#fff;padding:10px 20px;font-size:18px;font-weight:700;border-radius:10px}.productV3OrderDatesItem.soldOut{opacity:.6}.productV3OrderDatesItem.active{border:1px solid var(--dark-blue);box-shadow:0 0 10px #fff}@media (max-width: 800px){.productV3Order{padding:20px}.productV3OrderTitle{font-size:18px}.productV3OrderList{margin-top:10px}.productV3OrderList{padding-left:0;font-size:13px}.productV3OrderDatesItem{font-size:18px;padding:10px 15px}}.productV3FormATC{margin-bottom:20px;display:flex;flex-direction:row;justify-content:center;gap:8px;text-transform:uppercase;max-width:none;width:100%;font-weight:800;letter-spacing:1px;color:#fff;padding:15px 0;border-radius:10px}.productV3FormATC:disabled{background-color:var(--darker-grey);pointer-events:none}.productV3Satisfaction{text-align:center;font-size:16px;font-weight:700;margin-bottom:10px}.productV3Disclaimer{text-align:center;width:100%}.productV3Drops{display:flex;flex-direction:column}.productV3DropsItemTitle{display:flex;align-items:center;font-weight:700;text-transform:uppercase;font-size:18px;cursor:pointer;padding:20px 0;border-bottom:1px solid var(--darker-grey)}.productV3DropsItemTitle:after{content:">";font-size:18px;margin-left:10px;position:relative;transition:.3s;padding:3px}.productV3DropsItem.active .productV3DropsItemTitle:after{content:">";transform:rotate(90deg);transition:.3s}.productV3DropsItemBody{overflow:hidden;height:0;font-size:18px;line-height:24px;font-weight:500}.productV3DropsItemBody.small{padding:0!important;margin-top:0!important}.productV3DropsItemBody ul li{margin-bottom:8px;margin-left:20px;max-width:300px}.productV3DropsItemBody ul li::marker{font-size:30px}.productV3DropsItemBody ul{list-style-image:url(icon-check.svg);background-size:20px;padding-left:0}.productV3DropsItemBody ol{padding-left:20px}.productV3DropsItemBody ol li{margin-bottom:8px}.productV3DropsItem.active .productV3DropsItemBody{height:auto;padding:20px 0}.productV3DropsItemBody p{margin:0 0 8px}.productV3DropsItemBody p.active{display:none}.productV3DropsItemBody a{text-decoration:underline}.productV3DropsItemBodyBullets{display:flex;flex-direction:column;gap:8px;margin-top:20px}.productV3DropsItemBodyBulletsItem{display:flex;flex-direction:row;gap:8px}.productV3DropsItemBodyBulletsItemImg{height:20px;width:auto}.productV3DropsItemBtn{color:var(--dark-blue);text-decoration:underline;margin-top:20px;cursor:pointer;width:fit-content}.productV3DropsItemBtn.active{display:none}.productV3DropsItemBodyHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;font-size:16px;font-weight:700}.productV3DropsItemBodyHeaderItem{display:flex;flex-direction:row;gap:5px;align-items:center}.productV3DropsItemBodyHeaderItemImg{height:18px;width:auto}.productV3DropsItemBodyName{margin-top:5px;font-size:16px;font-weight:700}.productV3DropsItemBodyTxt{margin-top:10px;font-size:16px}.productV3DropsItemBodyReviews{color:var(--dark-blue);font-size:16px;display:flex;cursor:pointer}@media (max-width: 800px){.productV3Content{padding:0 0 40px}.productV3Reviews{font-size:12px}.productV3Title{font-size:26px;margin-bottom:5px}.productV3CheckingOut{font-size:14px}.productV3LineTagsItem{font-size:13px}.productV3Bullets{column-gap:10px;margin-bottom:20px}.productV3BulletsBody{column-gap:12px}.productV3BulletsBodyItem{gap:10px}.productV3BulletsBodyItemImg{height:20px}.productV3BulletsBodyItemTxt{font-size:13px}.productV3FormPlanLabelBodyName,.productV3FormPlanLabelBodyActual{font-size:18px}.productV3Satisfaction{font-size:12px}.productV3DropsItemBodyHeader{flex-direction:column;align-items:flex-start}.productV3DropsItemBodyHeaderItem{flex-direction:column;text-align:left;width:100%}.productV3DropsItemBodyHeaderItemTxt{text-align:left;width:100%}}.productV3Sticky{width:100%;align-items:center;background-color:#fff;color:var(--primary-blue);position:fixed;bottom:0;left:0;z-index:100;box-shadow:0 -4px 10px -2px #000000c4;-webkit-box-shadow:0px -4px 10px -2px rgba(0,0,0,.77);-moz-box-shadow:0px -4px 10px -2px rgba(0,0,0,.77);display:none}.productV3Sticky.active{display:block}.productV3StickyBody{width:90%;margin:0 auto;max-width:1400px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 0}.productV3StickyBodyLeft{display:flex;flex-direction:row;align-items:center;height:110px;gap:10px}.productV3StickyBodyLeftImg{height:90%;width:auto}.productV3StickyBodyLeftTitleTxt{margin:0;font-weight:800;font-size:20px}.productV3StickyBodyLeftTitleCollection{text-transform:uppercase;font-weight:200}.productV3StickyBodyRight{display:flex;flex-direction:row;align-items:center;gap:30px}.productV3StickyBodyRightOption{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.productV3StickyBodyRightOptionAmount{font-size:20px;font-weight:700;text-transform:uppercase;white-space:nowrap}.productV3StickyBodyRightOptionInterval{white-space:nowrap}.productV3StickyBodyRightATC{display:flex;flex-direction:row;align-items:center;gap:10px;white-space:nowrap;font-size:18px;padding:10px 20px;border-radius:2px}.productV3StickyBodyRightATC:disabled{background-color:var(--darker-grey);pointer-events:none}.productV3StickyBodyRightATC:disabled .productV3StickyBodyRightATCCompare{display:none}.productV3StickyBodyRightATC:disabled .productV3StickyBodyRightATCPrice{display:none}.productV3StickyBodyRightATCCompare{text-decoration:line-through;text-decoration-color:red}.productV3StickyBodyLeftMobile{display:none}@media (max-width: 800px){.productV3Sticky{display:flex}.productV3StickyBody{flex-direction:column;align-items:flex-start}.productV3StickyBodyLeft{justify-content:center;gap:12px;height:80px;width:fit-content}.productV3StickyBodyLeftTitleTxt{font-size:14px}.productV3StickyBodyLeftTitleCollection{font-size:10px}.productV3StickyBodyLeftMobile{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:16px}.productV3StickyBodyLeftMobileAmount{white-space:nowrap;font-weight:700}.productV3StickyBodyLeftMobileInterval{white-space:nowrap;font-size:12px}.productV3StickyBodyRight{flex-direction:column;gap:10px}.productV3StickyBodyRightOption{display:none}.productV3StickyBodyRight{width:100%}.productV3StickyBodyRightATC{width:100%;justify-content:center;max-width:100%!important;font-size:16px}}.featuredHeaderContentTitle{font-size:20px}
/*# sourceMappingURL=/cdn/shop/t/71/assets/main-product-v3.css.map */
