#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}}.productV4{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%}.productV4.active{display:none}@media (max-width: 800px){.productV4{padding:20px 25px;width:100%;grid-template-columns:minmax(0,1fr);row-gap:0px}.productV4Inner{padding:0}}.productV4InnerWrap{display:flex;flex-direction:column;top:0}.productV4Visual{display:flex;align-items:center;gap:15px}.productV4VisualSwiper{height:100%}.productV4VisualSwiperImage{width:100%!important;height:100%!important;aspect-ratio:1;object-fit:contain;border-radius:7px;padding:20px}.productV4VisualSwiperImage.active{display:none}.productV4VisualThumbs{display:flex;flex-direction:column;gap:10px}.productV4VisualThumbsThumbnail{width:60px;height:60px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid var(--darker-grey)}.productV4VisualThumbsThumbnail.active{display:none}.productV4VisualThumbsThumbnail:first-child:last-child{display:none}@media (max-width: 800px){.productV4VisualSwiperImage{border-radius:0;padding:0}.productV4VisualThumbs{flex-direction:column}.productV4VisualThumbsThumbnail{width:32px;height:32px}.productV4Featured{display:none}}.productV4Featured{max-width:400px;margin:30px auto}.productV4FeaturedSpacer{width:100%;height:40px;display:block}.productV4FeaturedQuote{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:40px}.productV4FeaturedQuoteImg{margin-bottom:10px;height:20px;width:auto}.productV4FeaturedQuoteName{font-weight:700;margin-top:10px}.productV4FeaturedQuoteVerified{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:12px;color:var(--darker-grey);margin-top:3px}.productV4FeaturedQuoteVerifiedImg{height:13px;width:auto}.productV4Content{width:100%}.productV4Reviews{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}.productV4CheckingOut{font-size:16px;color:var(--dark-blue);margin-bottom:8px}.productV4Title{font-size:25px;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:0 0 10px}.productV4LineTags{display:flex;flex-direction:row;margin:10px auto;gap:8px;width:100%}.productV4LineTagsItem{text-transform:uppercase;font-size:12px;letter-spacing:2px;padding:8px 20px;border-radius:10px}.productV4Line{height:2px;width:100%;margin:20px 0;background-color:var(--darker-grey)}.productV4LineTxt{font-size:16px;font-weight:700;color:var(--primary-blue);margin-bottom:20px}.productV4Bullets{display:flex;flex-direction:column;font-size:18px;font-weight:700}.productV4BulletsBody{margin:15px auto 10px;display:flex;flex-wrap:wrap;column-gap:20px;row-gap:8px;line-height:1.1}.productV4BulletsBodyItem{display:flex;flex-direction:row;gap:20px;flex:45%;align-items:center}.productV4BulletsBodyItemTxt{font-size:16px;font-weight:400}.productV4BulletsBodyItemImg{height:30px;width:auto}.productV4FormVariant{display:none;grid-template-columns:repeat(3,1fr);column-gap:11px;margin-bottom:15px;padding-top:20px}.productV4FormVariant.wide{grid-template-columns:178px 1fr}.productV4FormVariant.active{display:grid}.productV4FormVariantLabel{display:flex}.productV4FormVariantLabelInput{opacity:0;position:absolute;width:0;height:0}.productV4FormVariantItem{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}.productV4FormVariantItem:hover{cursor:pointer}.productV4FormVariantLabelInput+.productV4FormVariantItem{transition:.5s ease}.productV4FormVariantLabelInput:checked+.productV4FormVariantItem{border:1px solid var(--dark-blue);background:#e0e3e5;box-shadow:0 4px 4px #00000040}.productV4FormVariantItemTag{position:absolute;bottom:calc(100% + 1px);left:50%;transform:translate(-50%);border-radius:13px 13px 0 0;color:#fff;z-index:1;background:#d6001c;font-size:12px;width:auto;white-space:nowrap;padding:3px 11px 0;font-weight:700}.productV4FormVariantItemTag:empty{display:none}.productV4FormVariantItemTag.mobile{display:none}.productV4FormVariantItemTitle{font-weight:700}.productV4FormVariantItemInterval{font-size:12px;margin-bottom:5px;display:none}.productV4FormVariantItemInterval.active{display:block}.productV4FormVariantItemUnitPrice{font-size:15px;font-weight:600}.productV4FormVariantItemUnitPrice.alt{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:10px}.productV4FormVariantItemUnitPrice.alt strong{font-weight:700;font-size:12px}@media (max-width: 800px){.productV4FormVariant{margin-bottom:17px}.productV4FormVariantItem{padding:9px 7px}.productV4FormVariantItemTag{display:none}.productV4FormVariantItemTag.mobile{display:block}.productV4FormVariantItemTag.mobile:empty{display:none}.productV4FormVariantItemTitle{font-size:15px}.productV4FormVariantItemUnitPrice{font-size:12px}}.productV4FormPlanSelect{margin-bottom:15px;box-shadow:0 4px 4px #00000040;border-radius:8px;padding:20px;font-weight:700;font-size:18px}.productV4FormPlanLabel{display:flex;width:100%}.productV4FormPlanLabelInput{opacity:0;position:absolute;width:0;height:0}.productV4FormPlanLabelBody{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;position:relative;transition:.3s ease}.productV4FormPlanLabelBody:hover{cursor:pointer}.productV4FormPlanLabelInput+.productV4FormPlanLabelBody{transition:.5s ease}.productV4FormPlanLabelInput:checked+.productV4FormPlanLabelBody{border:1px solid var(--dark-blue);background:#e0e3e5;box-shadow:0 4px 4px #00000040}.productV4FormPlanLabelBodyCircle{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}.productV4FormPlanLabelBodyCircleInner{height:18px;width:18px;border-radius:100%;background-color:var(--primary-blue);transform:scale(0)}.productV4FormPlanLabelInput+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyCircle{transition:.3s cubic-bezier(.68,-.55,.265,1.55)}.productV4FormPlanLabelInput+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyCircleInner{transition:.4s cubic-bezier(.68,-.55,.265,1.55)}.productV4FormPlanLabelInput:checked+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyCircle{background:#e0e3e5;box-shadow:0 0 0 2px var(--primary-blue) inset}.productV4FormPlanLabelInput:checked+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyCircleInner{transform:scale(1)}.productV4FormPlanLabelBodyName{margin-right:auto;line-height:24px;color:var(--primary-blue);font-size:20px;font-weight:700}.productV4FormPlanLabelBodyPrice{display:flex;flex-direction:column;align-items:flex-start;position:absolute;top:20px;right:20px}.productV4FormPlanLabelBodyPrice.center{top:12px}.productV4FormPlanLabelBodyCompare{color:var(--darker-grey);text-decoration:line-through;text-decoration-color:red;font-weight:700}.productV4FormPlanLabelBodyActual{line-height:24px;color:var(--darker-grey);font-size:20px;font-weight:700}.productV4FormPlanLabelInput:checked+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyActual{color:var(--primary-blue)}.productV4FormPlanLabelInput:checked+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyActual.sale{color:#036702}.productV4FormPlanLabelInput:checked+.productV4FormPlanLabelBody .productV4FormPlanLabelBodyCompare{color:#2e2e2e}.productContentFormTypeCompare{text-decoration:line-through}.productV4FormPlanLabelBodyList{grid-column:2/4}.productV4FormPlanLabelBodyList{display:flex;flex-direction:column}.productV4FormPlanLabelBodyList:empty{display:none}.productV4FormPlanLabelBodyListItem:before{content:"\2022";margin-right:6px}@media (max-width: 800px){.productV4FormPlanLabelBodyListItem{display:flex;flex-direction:row;font-size:14px}}.productV4Order{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}.productV4Order.active{display:flex}.productV4OrderTitle{font-size:20px;font-weight:700;text-transform:capitalize}.productV4OrderTitle.small{font-size:18px}.productV4OrderList{padding-left:20px;display:flex;margin-top:15px;flex-direction:column;text-transform:capitalize}.productV4OrderListItem{position:relative;padding-left:20px}.productV4OrderListItem:before{content:"\2022";margin-right:10px;position:absolute;left:0}.productV4OrderDates{display:flex;flex-direction:column;margin-top:15px;gap:15px}.productV4OrderDatesItem{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}.productV4OrderDatesItem.soldOut{opacity:.6}.productV4OrderDatesItem.active{border:1px solid var(--dark-blue);box-shadow:0 0 10px #fff}@media (max-width: 800px){.productV4Order{padding:20px}.productV4OrderTitle{font-size:18px}.productV4OrderList{margin-top:10px}.productV4OrderList{padding-left:0;font-size:13px}.productV4OrderDatesItem{font-size:18px;padding:10px 15px}}.productV4FormATC{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}.productV4FormATC:disabled{background-color:var(--darker-grey);pointer-events:none}.productV4Satisfaction{text-align:center;font-size:16px;font-weight:700;margin-bottom:10px}.productV4Disclaimer{text-align:center;width:100%}.productV4Drops{display:flex;flex-direction:column}.productV4DropsItemTitle{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)}.productV4DropsItemTitle:after{content:">";font-size:18px;margin-left:10px;position:relative;transition:.3s;padding:3px}.productV4DropsItem.active .productV4DropsItemTitle:after{content:">";transform:rotate(90deg);transition:.3s}.productV4DropsItemBody{overflow:hidden;height:0;font-size:18px;line-height:24px;font-weight:500}.productV4DropsItemBody.small{padding:0!important;margin-top:0!important}.productV4DropsItemBody ul li{margin-bottom:8px;margin-left:20px}.productV4DropsItemBody ul li::marker{font-size:30px}.productV4DropsItemBody ul{list-style-image:url(icon-check.svg);background-size:20px;padding-left:0}.productV4DropsItemBody ol{padding-left:20px}.productV4DropsItemBody ol li{margin-bottom:8px}.productV4DropsItem.active .productV4DropsItemBody{height:auto;padding:20px 0}.productV4DropsItemBody p{margin:0 0 8px}.productV4DropsItemBody p.active{display:none}.productV4DropsItemBody a{text-decoration:underline}.productV4DropsItemBodyBullets{display:flex;flex-direction:column;gap:8px;margin-top:20px}.productV4DropsItemBodyBulletsItem{display:flex;flex-direction:row;gap:8px}.productV4DropsItemBodyBulletsItemImg{height:20px;width:auto}.productV4DropsItemBtn{color:var(--dark-blue);text-decoration:underline;margin-top:20px;cursor:pointer;width:fit-content}.productV4DropsItemBtn.active{display:none}.productV4DropsItemBodyHeader{display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;font-size:16px;font-weight:700}.productV4DropsItemBodyHeaderItem{display:flex;flex-direction:row;gap:5px;align-items:center}.productV4DropsItemBodyHeaderItemImg{height:18px;width:auto}.productV4DropsItemBodyName{margin-top:5px;font-size:16px;font-weight:700}.productV4DropsItemBodyTxt{margin-top:10px;font-size:16px}.productV4DropsItemBodyReviews{color:var(--dark-blue);font-size:16px;display:flex;cursor:pointer}@media (max-width: 800px){.productV4Content{padding:0 0 40px}.productV4Reviews{font-size:12px}.productV4Title{font-size:26px;margin-bottom:5px}.productV4Title.small{font-size:18px}.productV4CheckingOut{font-size:14px}.productV4LineTagsItem{font-size:13px}.productV4Bullets{column-gap:10px;margin-bottom:20px}.productV4BulletsBody{column-gap:12px}.productV4BulletsBodyItem{gap:10px}.productV4BulletsBodyItemImg{height:20px}.productV4BulletsBodyItemTxt{font-size:13px}.productV4FormPlanLabelBodyName,.productV4FormPlanLabelBodyActual{font-size:18px}.productV4Satisfaction{font-size:12px}.productV4DropsItemBodyHeader{flex-direction:column;align-items:flex-start}.productV4DropsItemBodyHeaderItem{flex-direction:column;text-align:left;width:100%}.productV4DropsItemBodyHeaderItemTxt{text-align:left;width:100%}}.productV4Sticky{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}.productV4Sticky.active{display:block}.productV4StickyBody{width:90%;margin:0 auto;max-width:1400px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px 0}.productV4StickyBodyLeft{display:flex;flex-direction:row;align-items:center;height:110px;gap:10px}.productV4StickyBodyLeftImg{height:90%;width:auto}.productV4StickyBodyLeftTitleTxt{margin:0;font-weight:800;font-size:20px}.productV4StickyBodyLeftTitleCollection{text-transform:uppercase;font-weight:200}.productV4StickyBodyRight{display:flex;flex-direction:row;align-items:center;gap:30px}.productV4StickyBodyRightOption{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.productV4StickyBodyRightOptionAmount{font-size:20px;font-weight:700;text-transform:uppercase;white-space:nowrap}.productV4StickyBodyRightOptionInterval{white-space:nowrap}.productV4StickyBodyRightATC{display:flex;flex-direction:row;align-items:center;gap:10px;white-space:nowrap;font-size:18px;padding:10px 20px;border-radius:2px}.productV4StickyBodyRightATC:disabled{background-color:var(--darker-grey);pointer-events:none}.productV4StickyBodyRightATC:disabled .productV4StickyBodyRightATCCompare{display:none}.productV4StickyBodyRightATC:disabled .productV4StickyBodyRightATCPrice{display:none}.productV4StickyBodyRightATCCompare{text-decoration:line-through;text-decoration-color:red}.productV4StickyBodyLeftMobile{display:none}@media (max-width: 800px){.productV4Sticky{display:flex}.productV4StickyBody{flex-direction:column;align-items:flex-start}.productV4StickyBodyLeft{justify-content:center;gap:12px;height:80px;width:fit-content}.productV4StickyBodyLeftTitleTxt{font-size:14px}.productV4StickyBodyLeftTitleTxt.small{font-size:12px}.productV4StickyBodyLeftTitleCollection{font-size:10px}.productV4StickyBodyLeftMobile{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:16px}.productV4StickyBodyLeftMobileAmount{white-space:nowrap;font-weight:700}.productV4StickyBodyLeftMobileInterval{white-space:nowrap;font-size:12px}.productV4StickyBodyRight{flex-direction:column;gap:10px}.productV4StickyBodyRightOption{display:none}.productV4StickyBodyRight{width:100%}.productV4StickyBodyRightATC{width:100%;justify-content:center;max-width:100%!important;font-size:16px}}.featuredHeaderContentTitle{font-size:20px}.productV4Subtitle{font-size:18px;font-weight:700;margin:20px 0 0}.productV4AddOn{max-width:100%;margin:20px auto 0;display:none}.productV4AddOn.active{display:block}.productV4AddOnItem{border:2px solid var(--gold);display:flex;flex-direction:row;align-items:stretch}.productV4AddOnItemLink{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}.productV4AddOnItemLinkImg{aspect-ratio:1;object-fit:cover;object-position:center}.productV4AddOnItemLinkTxt{position:absolute;text-decoration:underline;text-transform:uppercase;font-size:8px;bottom:4px;text-align:center}.productV4AddOnItemBody{width:100%;padding:0 20px;display:flex;flex-direction:row;align-items:center;height:auto;background-color:var(--blue-green);justify-content:space-between}.productV4AddOnItemBodyInfoTitle{margin:0}.productV4AddOnItemBodyInfoPrice{display:flex;flex-direction:row;gap:8px}.productV4AddOnItemBodyInfoPriceSold{color:red;font-weight:799}.productV4AddOnItemBodySwitch{position:relative;width:60px;display:flex;flex-shrink:0;height:30px}.productV4AddOnItemBodySwitch input{opacity:0;width:0;height:0}.productV4AddOnItemBodySwitchInput:disabled~.productV4AddOnItemBodySwitchKnob{opacity:.5}.productV4AddOnItemBodySwitchKnob{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}.productV4AddOnItemBodySwitchKnob: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%}.productV4AddOnItemBodySwitch input:checked+.productV4AddOnItemBodySwitchKnob:before{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translate(30px);background-size:65%}.productV4AddOnItemBodySwitch input:checked+.productV4AddOnItemBodySwitchKnob{background-color:var(--green)}.productV4AddOnPag{position:relative;margin:20px auto 0;display:flex;justify-content:center}@media (max-width: 800px){.productV4AddOnItemBody{padding:0 10px}.productV4AddOnItemBodyInfoTitle,.productV4AddOnItemBodyInfoPrice{font-size:14px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/main-product-v4.css.map */
