.productInner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:30px;max-width:1340px;margin:0 auto;align-items:flex-start}@media (max-width: 800px){.productInner{display:block}}@media (min-width: 800px){.productVisual{display:block;position:sticky;z-index:10;top:1rem}}.productVisualSwiper{margin-bottom:9px}.productVisualSwiperSlide{position:relative}.productVisualSwiperSlideImage,.productVisualSwiperSlideVideo{border-radius:6px;height:auto;width:100%!important}.productVisualSwiperSlidePlay{cursor:pointer;display:flex;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60px;z-index:1}.productVisualSwiperSlidePlayIcon{height:auto;width:100%}.productVisualThumbs{display:flex;gap:9px;align-items:center;justify-content:center}.productVisualThumbsSlide{cursor:pointer;width:25%;max-height:140px;padding:0;position:relative;transition:.3s ease;border-radius:6px;overflow:hidden}.productVisualThumbsSlide:hover{border:2px solid #666}.swiper-slide-thumb-active{opacity:.6;border:2px solid #dadada!important}.productVisualThumbsSlidePlay{bottom:8px;cursor:pointer;display:flex;height:auto;position:absolute;right:2px;width:20px;z-index:1}.productVisualThumbsSlideImage{object-fit:cover}.productVisual .swiper-button-prev,.productVisual .swiper-button-next{color:var(--disabled)}.productVisualReview{display:grid;grid-template-columns:75px 1fr;gap:8px;border-radius:6px;padding:14px 14px 18px;background-color:var(--lime-green);margin-top:1rem}.productVisualReviewImage{aspect-ratio:1;border-radius:50%;width:75px;height:75px}.productVisualReviewContent svg{margin-bottom:10px}.productVisualReviewContent strong{font-weight:600;font-size:21px}@media (max-width: 800px){.productVisual{margin:14px 0 35px}.productVisualReview{display:none}}.productContent{width:100%}.productTitle{font-size:36px;font-weight:600;margin-top:15px}.productStars{display:flex;align-items:center;gap:8px;margin-top:11px;font-size:12px}.productDescription{font-size:21px;font-weight:600;margin-top:25px}.productBullets{display:flex;flex-direction:column;gap:24px;margin-top:14px}.productBulletsItem{display:grid;align-items:center;grid-template-columns:20px 1fr;gap:6px}.productBulletsItemImage{width:20px;height:20px}.productPrice{display:flex;align-items:center;gap:4px;margin:33px 0 20px}.productPriceReal{font-size:24px;font-weight:600;color:#ff3b30}.product-review-count{display:flex;align-items:center;justify-content:start;gap:6px;font-size:14px;color:gray}.product-review-count svg{width:100px}.icon-with-text--horizontal{display:flex;justify-content:space-between;column-gap:12px;flex-direction:row}.icon-with-text--vertical{--icon-size: calc(var(--font-heading-scale) * 2rem)}.icon-with-text .svg-wrapper{fill:rgb(var(--color-foreground));height:var(--icon-size);width:var(--icon-size)}.icon-with-text--horizontal .svg-wrapper,.icon-with-text--horizontal img{margin-bottom:var(--icon-spacing)}.icon-with-text--vertical .svg-wrapper{min-height:var(--icon-size);min-width:var(--icon-size);margin-right:var(--icon-spacing)}.icon-with-text img{height:70px;width:70px;object-fit:contain}.icon-with-text .th-image{width:78px;height:73px;margin-top:-3px}.icon-with-text--vertical img{margin-right:var(--icon-spacing)}.icon-with-text--horizontal .h4{padding-top:calc(var(--icon-size) + var(--icon-spacing));text-align:center}.icon-with-text--horizontal .svg-wrapper+.h4,.icon-with-text--horizontal img+.h4,.icon-with-text--horizontal.icon-with-text--text-only .h4{padding-top:0}.icon-with-text__item{display:flex;align-items:center}.icon-with-text--horizontal .icon-with-text__item{flex-direction:column;width:33%}.icon-with-text--vertical .icon-with-text__item{margin-bottom:var(--icon-size)}.product-info-accordion{border-radius:10px;background:#f4f4f4;margin:6px 0;overflow:hidden}.accordion-header{width:100%;background:transparent;border:none;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:400;font-size:14px;text-transform:uppercase;height:58px}.accordion-icon{transition:transform .65s ease}.accordion-header .accordion-icon{transform:rotate(180deg)}.accordion-header[aria-expanded=true] .accordion-icon{transform:rotate(360deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .55s ease;will-change:max-height}.accordion-inner{padding:0 20px 20px;font-size:14px;line-height:22px}.accordion-inner img{width:100%;margin-top:16px;display:block}.productPriceCompare{color:var(--disabled);font-size:16px;text-decoration-line:line-through}.productPrice.active .productPriceCompare{display:inline}.productPriceSavings{color:#fff;background-color:var(--sale);text-align:center;font-weight:600;padding:4px 20px;margin-left:4px;border-radius:2px}.productPriceSavings:empty{display:none}.productPrice.active .productPriceSavings{display:block}@media (max-width: 800px){.productTitle{font-size:28px;margin-top:15px}.productDescription{font-size:18px}.productBullets{margin-top:19px}.productPrice{margin:28px 0 20px}}.productForm{margin-bottom:16px}.productFormOptions{display:flex;flex-direction:column;gap:16px}.productFormOptionsItemLabel{display:flex;align-items:center;gap:8px;color:#000;text-align:center;font-size:14px;font-weight:600;white-space:nowrap;margin-bottom:16px}.productFormOptionsItemLabel:before,.productFormOptionsItemLabel:after{content:"";width:100%;height:1px;background-color:#000}.productFormOptionsItemValues{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.productFormOptionsItemValuesLabel{position:relative;display:grid;grid-template-columns:21px 1fr;gap:5px;padding:17px 18px 40px;border-radius:9px;border:1px solid var(--green);cursor:pointer;background-color:#f4fff6;transition:ease-in .3s}.beetroot-label{display:flex;padding:12px;background:#fff}.productFormOptionsItemValuesLabel:has(.productFormOptionsItemValuesLabelInput:checked){background-color:var(--yellow)}.beetroot-label:has(.productFormOptionsItemValuesLabelInput:checked){background-color:#e8fff3}.productFormOptionsItemValuesLabelInput{display:grid;place-content:center;width:21px;height:21px;border-color:1px solid var(--disabled);background-color:#fff}.beetroot-label-input{display:none}.productFormOptionsItemValuesLabelInput:after{content:"";display:block;opacity:0;transition:ease .2s;width:14px;height:14px;border-radius:50%;background-color:var(--green)}.productFormOptionsItemValuesLabelInput:checked:after{opacity:1}.productFormOptionsItemValuesLabelInner{display:flex;align-items:center;justify-content:space-between;gap:10px}.beetroot-label-inner{width:100%}.beetroot-label-image{width:80px;height:70px;display:flex;justify-content:center}.beetroot-left-block{display:flex;align-items:center;gap:12px}.beetroot-label-image img{height:100%;width:auto}.productFormOptionsItemValuesLabelLeft{display:flex;align-items:center;gap:5px;color:#000;font-weight:600}.beetroot-label-left{flex-direction:column;align-items:flex-start}.productFormOptionsItemValuesLabelLeftSave{display:none;padding:4px 6px;gap:10px;border-radius:2px;background:var(--lime-green);color:#000;font-size:12px;text-align:center}.productFormOptionsItem.active .productFormOptionsItemValuesLabelLeftSave{display:block}.productFormOptionsItemValuesLabelLeftSave:empty,.productFormOptionsItem.active .productFormOptionsItemValuesLabelLeftSave:empty{display:none}.beetroot-label-left-save{display:none!important}.productFormOptionsItemValuesLabelRight{display:flex;align-items:center;justify-content:flex-end;gap:4px}.beetroot-label-right{flex-direction:column;align-items:flex-end}.productFormOptionsItemValuesLabelRightPrice{display:none;font-weight:600}.beetroot-label-right .productFormOptionsItemValuesLabelRightPrice{font-size:16px;color:#000;font-weight:700}.productFormOptionsItem.active .productFormOptionsItemValuesLabelRightPrice{display:block}.productFormOptionsItemValuesLabelRightCompare{font-weight:600}.productFormOptionsItem.active .productFormOptionsItemValuesLabelRightCompare{color:var(--disabled);font-size:14px;font-weight:400;text-decoration-line:line-through}.beetroot-label-right .productFormOptionsItemValuesLabelRightCompare{font-size:12px!important;font-weight:400}.productFormOptionsItemValuesLabelShipping{position:absolute;bottom:14px;left:18px;font-size:14px;font-weight:600}.beetroot-label-shipping{position:relative;bottom:0;left:0;font-weight:400;font-size:12px}.productFormOptionsItemValuesLabelTag{position:absolute;top:0;left:50%;translate:-50% -50%;padding:2.5px 20px;border-radius:2px;background:var(--sale);color:#fff;text-align:center;font-size:12px;font-weight:600}.beetroot-label-tag{left:unset;right:20%;translate:50% -30%;background:unset;background-size:100% 100%;font-size:12px;height:20px;display:flex;align-items:center}.productFormOptionsItemValuesLabelTag:empty{display:none}.productFormSellingOption{position:relative;display:flex;flex-direction:column;gap:4px;padding:18px;border-radius:6px;border:1px dashed var(--green);cursor:pointer;background-color:#fff;transition:ease .3s}.productFormSellingOption:has(.productFormSellingOptionHeaderInput:checked){background-color:#fff}.productFormSellingOptionHeaderInput{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.productFormSellingOptionTop{display:grid;align-items:center;grid-template-columns:20px 1fr;gap:5px}.productFormSellingOptionTopCheck{display:grid;place-content:center;width:20px;height:20px;border:1px solid var(--disabled);border-radius:2px;background-color:#fff}.productFormSellingOptionTopCheck svg{width:17px;height:13px;opacity:0;transition:ease .2s}.productFormSellingOptionHeaderInput:checked~.productFormSellingOptionTop .productFormSellingOptionTopCheck svg{opacity:1}.productFormSellingOptionTopText{color:#000;font-weight:600}.productFormSellingOptionBottom{font-size:14px}.productATC{display:flex;align-items:center;justify-content:center;max-width:unset;background:var(--green);color:#fff;text-transform:uppercase}.productATC:hover{background:var(--green);color:#fff}.productATC.oos .productATCDash,.productATC.oos .productATCPrice{display:none}#productDynamic{margin-top:16px}#productDynamic .shopify-payment-button__more-options{display:none!important}#productPaymentMethods{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;list-style:none;margin:16px auto 0;padding:0}.productPaymentMethodsIcon{max-width:100px}@media (max-width: 800px){.productFormOptionsItemLabel{margin-bottom:14px}.productFormOptionsItemValuesLabel{padding:16px 18px 40px}.beetroot-label{padding:12px}.productFormOptionsItemValuesLabelLeftSave{display:none!important;position:absolute;bottom:14px;right:18px}.productFormSellingOption{padding:6px 18px}.productFormSellingOptionTopCheck{width:16px;height:16px}.productFormSellingOptionTopCheck svg{width:13px;height:13px}.productFormSellingOptionTopText{font-size:14px}.productFormSellingOptionBottom{font-size:12px}}.productDrops{margin-top:24px}.productDropsItem{border-bottom:1px solid var(--green)}.productDropsItemButton{padding:15px 0;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:600}.productDropsItemButton:after{content:"+";font-size:21px;font-weight:600;line-height:18px}.productDropsItemButton.active:after{content:"-"}.productDropsItemContent{display:grid;grid-template-rows:0fr;transition:ease .3s}.productDropsItemButton.active+.productDropsItemContent{grid-template-rows:1fr}.productDropsItemContent>div{overflow:hidden}.productDropsItemContentImage{padding-bottom:24px}.productDropsItemContentIngredients{display:flex;flex-direction:column;gap:12px;padding-bottom:14px}.productDropsItemContentIngredientsItem{display:grid;grid-template-columns:20px 1fr;gap:5px}.productDropsItemContentIngredientsItemImage{width:20px;height:20px}.productDropsItemContentIngredientsItemBody{display:flex;flex-direction:column;gap:4px}.productDropsItemContentIngredientsItemBodyTitle{font-size:18px;font-weight:600}.productDropsItemContentGeneral{padding-bottom:14px}.productIcons{display:flex;justify-content:space-between;gap:14px;max-width:480px;margin:33px auto 0}.productIconsItem{display:flex;flex-direction:column;align-items:center;text-align:center}.productIconsItemImage{width:40px;height:40px}.productIconsItemText{font-size:14px}.product-variant-includes{position:absolute;width:100%;bottom:0;display:flex;flex-direction:column;padding:.5rem;gap:8px;background:var(--green);border-bottom-right-radius:6px;border-bottom-left-radius:6px}.product-variant-includes-item{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:600}.product-variant-includes-item div{width:40px;text-align:left}.product-variant-includes-item p{color:#fff}.ship-pulse{display:flex;align-items:center;gap:.5rem;font-size:14px;font-weight:600;padding:.5rem .5rem 1.5rem 0}.ship-pulse__dot{width:10px;height:10px;border-radius:50%;background:var(--green);position:relative;flex:none;animation:coreBeat 1.5s ease-in-out infinite;transform-origin:center}@keyframes coreBeat{0%,to{transform:scale(1)}35%{transform:scale(1.3)}}.ship-pulse__dot:before,.ship-pulse__dot:after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.ship-pulse__dot:before{box-shadow:0 0 #02403d47;animation:pulseRing 1.5s ease-out infinite}.ship-pulse__dot:after{box-shadow:0 0 #6dcec9;animation:pulseRing 1.5s ease-out infinite .75s}@keyframes pulseRing{0%{box-shadow:0 0 #6dcec9d9;opacity:1}60%{box-shadow:0 0 0 2px #6dcec9a6;opacity:1}}@media (prefers-reduced-motion: reduce){.ship-pulse__dot{animation:none}.ship-pulse__dot:before,.ship-pulse__dot:after{animation:none;box-shadow:0 0 0 6px #6dcec9,.16 )}}.ship-delivery{justify-content:center;font-size:10px;font-weight:400;padding:1.5rem .5rem .5rem 0}.ship-delivery-text{display:flex;gap:6px;align-items:center}.ship-delivery .ship-pulse__dot{background:#fc0}.ship-delivery .ship-pulse__dot:before{box-shadow:0 0 #02403d47;animation:pulseRing1 1.5s ease-out infinite}.ship-delivery .ship-pulse__dot:after{box-shadow:0 0 #fc0;animation:pulseRing1 1.5s ease-out infinite .75s}@keyframes pulseRing1{0%{box-shadow:0 0 #ffcc00d9;opacity:1}60%{box-shadow:0 0 0 2px #ffcc00a6;opacity:1}}@media (prefers-reduced-motion: reduce){.ship-delivery .ship-pulse__dot{animation:none}.ship-delivery .ship-pulse__dot:before,.ship-pulse__dot:after{animation:none;box-shadow:0 0 0 6px #fc0,.16 )}}#shopify-buyer-consent{display:none!important}.productDesc{margin:12px 0;font-size:16px}.desktop-only{display:flex}.mobile-only{display:none}.desktop-block-only{display:block}.mobile-block-only{display:none}@media (max-width: 768px){.desktop-only{display:none}.mobile-only{display:flex}.desktop-block-only{display:none}.mobile-block-only{display:block}}.stickyAtc{display:flex;justify-content:space-around;position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;background-color:#fff;color:#000;text-align:center;padding:12px 16px;z-index:9999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.product-info-block{gap:12px;align-items:center}.product-info-block img{width:58px;height:58px;border-radius:8px;border:1px solid var(--green)}.stickyAtc.show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.stickyAtcBtn{display:flex;font-weight:600;font-size:18px;text-decoration:none;color:#fff;background:var(--green);justify-content:center;align-items:center;padding:10px 80px;border-radius:40px;height:58px;cursor:pointer}.sticky-review-block{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.sticky-review-block .sticky-review-line{display:flex;gap:6px;align-items:center;font-size:14px;font-weight:400}.sticky-product-title{font-size:16px;font-weight:600}@media (max-width: 768px){.stickyAtc{bottom:15px;width:92%;background:transparent}.stickyAtcBtn{font-size:18px;width:100%}}.guarantee-show{display:flex;background:#e8fff3;border-radius:10px;gap:8px;align-items:center;border:1px solid #0A6436;padding:6px;margin-top:1rem}.guarantee-show img{width:60px;height:60px}.guarantee-show h6{font-size:12px;color:#000;font-weight:700;line-height:14px;margin-bottom:4px}.guarantee-show p{font-size:12px;color:#000;font-weight:400;line-height:14px}
/*# sourceMappingURL=/cdn/shop/t/17/assets/main-product.css.map */
