#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}}.productV2{max-width:1280px;width:100%;margin:auto;padding:40px 64px 20px;display:grid;grid-template-columns:1fr minmax(0,1fr);column-gap:40px;height:100%}.productV2.active{display:none}@media (max-width: 800px){.productV2{padding:20px 25px;width:100%;grid-template-columns:minmax(0,1fr);row-gap:0px}.productV2Inner{padding:0}}.productV2InnerWrap{display:flex;flex-direction:column;top:0}.productV2Visual{display:flex;align-items:center;gap:15px}.productV2VisualSwiper{height:100%}.productV2VisualSwiperImage{width:100%!important;height:100%!important;aspect-ratio:1;object-fit:contain;border-radius:7px;padding:20px}.productV2VisualSwiperImage.active{display:none}.productV2VisualThumbs{display:flex;flex-direction:column;gap:10px}.productV2VisualThumbsThumbnail{width:60px;height:60px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid var(--darker-grey)}.productV2VisualThumbsThumbnail.active{display:none}.productV2VisualThumbsThumbnail:first-child:last-child{display:none}@media (max-width: 800px){.productV2VisualSwiperImage{border-radius:0;padding:0}.productV2VisualThumbs{flex-direction:column}.productV2VisualThumbsThumbnail{width:32px;height:32px}.productV2Featured{display:none}}.productV2Featured{max-width:400px;margin:30px auto}.productV2FeaturedSpacer{width:100%;height:40px;display:block}.productV2FeaturedQuote{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:40px}.productV2FeaturedQuoteImg{margin-bottom:10px;height:20px;width:auto}.productV2FeaturedQuoteName{font-weight:700;margin-top:10px}.productV2FeaturedQuoteVerified{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:12px;color:var(--darker-grey);margin-top:3px}.productV2FeaturedQuoteVerifiedImg{height:13px;width:auto}.productV2Content{width:100%}.productV2Reviews{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:6px;font-size:16px;font-weight:700;white-space:nowrap}svg.loox-icon{width:1em;height:1em;flex-shrink:0}.productV2CheckingOut{font-size:16px;color:var(--dark-blue);margin-bottom:8px}.productV2Title{font-size:25px;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 0 10px}.productV2LineTags{display:flex;flex-direction:row;margin:10px auto;gap:8px;width:100%}.productV2LineTagsItem{text-transform:uppercase;font-size:12px;letter-spacing:2px;padding:8px 20px;border-radius:10px}.productV2Line{height:2px;width:100%;margin:20px 0;background-color:var(--darker-grey)}.productV2LineTxt{font-size:16px;font-weight:700;color:var(--primary-blue);margin-bottom:20px}.productV2Bullets{display:flex;flex-direction:column;font-size:18px;font-weight:700}.productV2BulletsBody{margin:15px auto 10px;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:8px;line-height:1.1}.productV2BulletsBodyItem{display:flex;flex-direction:row;gap:20px;flex:45%;align-items:center}.productV2BulletsBodyItemTxt{font-size:16px;font-weight:400}.productV2BulletsBodyItemImg{height:30px;width:auto}.productV2FormVariant{display:none;grid-template-columns:repeat(3,1fr);column-gap:11px;margin-bottom:15px;padding-top:20px}.productV2FormVariant.active{display:grid}.productV2FormVariantLabel{display:flex}.productV2FormVariantLabelInput{opacity:0;position:absolute;width:0;height:0}.productV2FormVariantItem{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}.productV2FormVariantItem:hover{cursor:pointer}.productV2FormVariantLabelInput+.productV2FormVariantItem{transition:.5s ease}.productV2FormVariantLabelInput:checked+.productV2FormVariantItem{border:1px solid var(--dark-blue);background:#e0e3e5;box-shadow:0 4px 4px #00000040}.productV2FormVariantItemTag{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}.productV2FormVariantItemTag:empty{display:none}.productV2FormVariantItemTag.mobile{display:none}.productV2FormVariantItemTitle{font-weight:700}.productV2FormVariantItemInterval{font-size:12px;margin-bottom:5px;display:none}.productV2FormVariantItemInterval.active{display:block}.productV2FormVariantItemUnitPrice{font-size:15px;font-weight:600}@media (max-width: 800px){.productV2FormVariant{margin-bottom:17px}.productV2FormVariantItem{padding:9px 7px}.productV2FormVariantItemTag{display:none}.productV2FormVariantItemTag.mobile{display:block}.productV2FormVariantItemTag.mobile:empty{display:none}.productV2FormVariantItemTitle{font-size:15px}.productV2FormVariantItemUnitPrice{font-size:12px}}.productV2FormPlanSelect{margin-bottom:15px;box-shadow:0 4px 4px #00000040;border-radius:8px;padding:20px;font-weight:700;font-size:18px}.productV2FormPlanLabel{display:flex;width:100%}.productV2FormPlanLabelInput{opacity:0;position:absolute;width:0;height:0}.productV2FormPlanLabelBody{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}.productV2FormPlanLabelBody:hover{cursor:pointer}.productV2FormPlanLabelInput+.productV2FormPlanLabelBody{transition:.5s ease}.productV2FormPlanLabelInput:checked+.productV2FormPlanLabelBody{border:1px solid var(--dark-blue);background:#e0e3e5;box-shadow:0 4px 4px #00000040}.productV2FormPlanLabelBodyCircle{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}.productV2FormPlanLabelBodyCircleInner{height:18px;width:18px;border-radius:100%;background-color:var(--primary-blue);transform:scale(0)}.productV2FormPlanLabelInput+.productV2FormPlanLabelBody .productV2FormPlanLabelBodyCircle{transition:.3s cubic-bezier(.68,-.55,.265,1.55)}.productV2FormPlanLabelInput+.productV2FormPlanLabelBody .productV2FormPlanLabelBodyCircleInner{transition:.4s cubic-bezier(.68,-.55,.265,1.55)}.productV2FormPlanLabelInput:checked+.productV2FormPlanLabelBody .productV2FormPlanLabelBodyCircle{background:#e0e3e5;box-shadow:0 0 0 2px var(--primary-blue) inset}.productV2FormPlanLabelInput:checked+.productV2FormPlanLabelBody .productV2FormPlanLabelBodyCircleInner{transform:scale(1)}.productV2FormPlanLabelBodyName{margin-right:auto;line-height:24px;color:var(--primary-blue);font-size:20px;font-weight:700}.productV2FormPlanLabelBodyActual{line-height:24px;color:var(--darker-grey);font-size:20px;font-weight:700}.productV2FormPlanLabelInput:checked+.productV2FormPlanLabelBody .productV2FormPlanLabelBodyActual{color:var(--primary-blue)}.productContentFormTypeCompare{text-decoration:line-through}.productV2FormPlanLabelBodyList{grid-column:2/4}.productV2FormPlanLabelBodyList{display:flex;flex-direction:column}.productV2FormPlanLabelBodyList:empty{display:none}.productV2FormPlanLabelBodyListItem:before{content:"\2022";margin-right:6px}@media (max-width: 800px){.productV2FormPlanLabelBodyListItem{display:flex;flex-direction:row;font-size:14px}}.productV2Order{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}.productV2Order.active{display:flex}.productV2OrderTitle{font-size:20px;font-weight:700;text-transform:capitalize}.productV2OrderTitle.small{font-size:18px}.productV2OrderList{padding-left:20px;display:flex;margin-top:15px;flex-direction:column;text-transform:capitalize}.productV2OrderListItem{position:relative;padding-left:20px}.productV2OrderListItem:before{content:"\2022";margin-right:10px;position:absolute;left:0}.productV2OrderDates{display:flex;flex-direction:column;margin-top:15px;gap:15px}.productV2OrderDatesItem{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}.productV2OrderDatesItem.soldOut{opacity:.6}.productV2OrderDatesItem.active{border:1px solid var(--dark-blue);box-shadow:0 0 10px #fff}@media (max-width: 800px){.productV2Order{padding:20px}.productV2OrderTitle{font-size:18px}.productV2OrderList{margin-top:10px}.productV2OrderList{padding-left:0;font-size:13px}.productV2OrderDatesItem{font-size:18px;padding:10px 15px}}.productV2FormATC{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}.productV2FormATC:disabled{background-color:var(--darker-grey);pointer-events:none}.productV2Satisfaction{text-align:center;font-size:16px;font-weight:700;margin-bottom:10px}.productV2Disclaimer{text-align:center;width:100%}.productV2Drops{display:flex;flex-direction:column}.productV2DropsItemTitle{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)}.productV2DropsItemTitle:after{content:">";font-size:18px;margin-left:10px;position:relative;transition:.3s;padding:3px}.productV2DropsItem.active .productV2DropsItemTitle:after{content:">";transform:rotate(90deg);transition:.3s}.productV2DropsItemBody{overflow:hidden;height:0;font-size:18px;line-height:24px;font-weight:500}.productV2DropsItemBody.small{padding:0!important;margin-top:0!important}.productV2DropsItemBody ul li{margin-bottom:8px;margin-left:20px}.productV2DropsItemBody ul li::marker{font-size:30px}.productV2DropsItemBody ul{list-style-image:url(icon-check.svg);background-size:20px;padding-left:0}.productV2DropsItemBody ol{padding-left:20px}.productV2DropsItemBody ol li{margin-bottom:8px}.productV2DropsItem.active .productV2DropsItemBody{height:auto;padding:20px 0}.productV2DropsItemBody p{margin:0 0 8px}.productV2DropsItemBody p.active{display:none}.productV2DropsItemBody a{text-decoration:underline}.productV2DropsItemBodyBullets{display:flex;flex-direction:column;gap:8px;margin-top:20px}.productV2DropsItemBodyBulletsItem{display:flex;flex-direction:row;gap:8px}.productV2DropsItemBodyBulletsItemImg{height:20px;width:auto}.productV2DropsItemBtn{color:var(--dark-blue);text-decoration:underline;margin-top:20px;cursor:pointer;width:fit-content}.productV2DropsItemBtn.active{display:none}.productV2DropsItemBodyHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;font-size:16px;font-weight:700}.productV2DropsItemBodyHeaderItem{display:flex;flex-direction:row;gap:5px;align-items:center}.productV2DropsItemBodyHeaderItemImg{height:18px;width:auto}.productV2DropsItemBodyName{margin-top:5px;font-size:16px;font-weight:700}.productV2DropsItemBodyTxt{margin-top:10px;font-size:16px}.productV2DropsItemBodyReviews{color:var(--dark-blue);font-size:16px;display:flex;cursor:pointer}@media (max-width: 800px){.productV2Content{padding:0 0 40px}.productV2Reviews{font-size:12px}.productV2Title{font-size:26px;margin-bottom:5px}.productV2CheckingOut{font-size:14px}.productV2LineTagsItem{font-size:13px}.productV2Bullets{column-gap:10px;margin-bottom:20px}.productV2BulletsBody{column-gap:12px}.productV2BulletsBodyItem{gap:10px}.productV2BulletsBodyItemImg{height:20px}.productV2BulletsBodyItemTxt{font-size:13px}.productV2FormPlanLabelBodyName,.productV2FormPlanLabelBodyActual{font-size:18px}.productV2Satisfaction{font-size:12px}.productV2DropsItemBodyHeader{flex-direction:column;align-items:flex-start}.productV2DropsItemBodyHeaderItem{flex-direction:column;text-align:left;width:100%}.productV2DropsItemBodyHeaderItemTxt{text-align:left;width:100%}}.productV2Sticky{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}.productV2Sticky.active{display:block}.productV2StickyBody{width:90%;margin:0 auto;max-width:1400px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 0}.productV2StickyBodyLeft{display:flex;flex-direction:row;align-items:center;height:110px;gap:10px}.productV2StickyBodyLeftImg{height:90%;width:auto}.productV2StickyBodyLeftTitleTxt{margin:0;font-weight:800;font-size:20px}.productV2StickyBodyLeftTitleCollection{text-transform:uppercase;font-weight:200}.productV2StickyBodyRight{display:flex;flex-direction:row;align-items:center;gap:30px}.productV2StickyBodyRightOption{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.productV2StickyBodyRightOptionAmount{font-size:20px;font-weight:700;text-transform:uppercase;white-space:nowrap}.productV2StickyBodyRightOptionInterval{white-space:nowrap}.productV2StickyBodyRightATC{display:flex;flex-direction:row;align-items:center;gap:10px;white-space:nowrap;font-size:18px;padding:10px 20px;border-radius:2px}.productV2StickyBodyRightATC:disabled{background-color:var(--darker-grey);pointer-events:none}.productV2StickyBodyRightATC:disabled .productV2StickyBodyRightATCCompare{display:none}.productV2StickyBodyRightATC:disabled .productV2StickyBodyRightATCPrice{display:none}.productV2StickyBodyRightATCCompare{text-decoration:line-through;text-decoration-color:red}.productV2StickyBodyLeftMobile{display:none}@media (max-width: 800px){.productV2Sticky{display:flex}.productV2StickyBody{flex-direction:column;align-items:flex-start}.productV2StickyBodyLeft{justify-content:center;gap:12px;height:80px;width:fit-content}.productV2StickyBodyLeftTitleTxt{font-size:14px}.productV2StickyBodyLeftTitleCollection{font-size:10px}.productV2StickyBodyLeftMobile{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:16px}.productV2StickyBodyLeftMobileAmount{white-space:nowrap;font-weight:700}.productV2StickyBodyLeftMobileInterval{white-space:nowrap;font-size:12px}.productV2StickyBodyRight{flex-direction:column;gap:10px}.productV2StickyBodyRightOption{display:none}.productV2StickyBodyRight{width:100%}.productV2StickyBodyRightATC{width:100%;justify-content:center;max-width:100%!important;font-size:16px}}.featuredHeaderContentTitle{font-size:20px}.productV3Subtitle{font-size:18px;font-weight:700;margin:20px 0 0}.productV3AddOn{max-width:100%;margin:20px auto 0;display:none}.productV3AddOn.active{display:block}.productV3AddOnItem{border:2px solid var(--gold);display:flex;flex-direction:row;align-items:stretch}.productV3AddOnItemLink{display:flex;aspect-ratio:1;align-items:flex-end;justify-content:center;border-right:2px solid var(--gold);position:relative;flex-shrink:0;width:86px}.productV3AddOnItemLinkImg{aspect-ratio:1;object-fit:cover;object-position:center}.productV3AddOnItemLinkTxt{position:absolute;text-decoration:underline;text-transform:uppercase;font-size:8px;bottom:4px;text-align:center}.productV3AddOnItemBody{width:100%;padding:0 20px;display:flex;flex-direction:row;align-items:center;height:auto;background-color:var(--blue-green);justify-content:space-between}.productV3AddOnItemBodyInfoTitle{margin:0}.productV3AddOnItemBodyInfoPrice{display:flex;flex-direction:row;gap:8px}.productV3AddOnItemBodyInfoPriceSold{color:red;font-weight:799}.productV3AddOnItemBodySwitch{position:relative;width:60px;display:flex;flex-shrink:0;height:30px}.productV3AddOnItemBodySwitch input{opacity:0;width:0;height:0}.productV3AddOnItemBodySwitchInput:disabled~.productV3AddOnItemBodySwitchKnob{opacity:.5}.productV3AddOnItemBodySwitchKnob{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;border:1px solid var(--gold);-webkit-transition:.4s;transition:.4s;border-radius:34px}.productV3AddOnItemBodySwitchKnob:before{position:absolute;content:"";background-image:url(icon-check.svg);background-size:0;background-repeat:no-repeat;background-position:center;height:22px;width:22px;left:2px;bottom:2px;background-color:#fff;border:1px solid var(--gold);-webkit-transition:.4s;transition:.4s;border-radius:50%}.productV3AddOnItemBodySwitch input:checked+.productV3AddOnItemBodySwitchKnob:before{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translate(30px);background-size:65%}.productV3AddOnItemBodySwitch input:checked+.productV3AddOnItemBodySwitchKnob{background-color:var(--green)}.productV3AddOnPag{position:relative;margin:20px auto 0;display:flex;justify-content:center}@media (max-width: 800px){.productV3AddOnItemBody{padding:0 10px}.productV3AddOnItemBodyInfoTitle,.productV3AddOnItemBodyInfoPrice{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/main-product-v2.css.map */
