.productInner{background:linear-gradient(to bottom,var(--product-bg) 0,var(--product-bg) 80%,#fff 80%,#fff 100%);color:var(--product-color);max-width:1440px;margin:0 auto;border-radius:50px 50px 0 0}.productInnerTop{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;position:relative}.productVisualWrap{height:100%;padding:40px 20px 40px 40px}.productVisual{background-color:#fff;border-radius:40px;height:100%;display:flex}.productVisualSwiper{display:block;margin-bottom:20px;width:100%}.productVisualSwiperSlide{position:relative;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.productVisualSwiperSlideImage{border-radius:20px;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;padding:40px}.productContent{margin:0 auto;width:100%;padding:40px 40px 40px 20px}.productTitle{font-family:Maille Regular,sans-serif;font-size:48px}.productDesc p:first-of-type{font-size:20px}.productDesc p:last-of-type{margin-top:8px;padding-bottom:8px;border-bottom:2px solid var(--product-color)}.productSelect{margin-top:8px;display:flex;flex-direction:column}.productSelectLabel{font-weight:700;margin-bottom:10px}.productSelectDropdownWrap{position:relative;display:inline-block;width:100%}.productSelectValuesLabelSelector{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--product-color);color:#fff;border:none;width:100%;font-size:18px;font-weight:700;border-radius:50px;padding:8px 40px 8px 20px;cursor:pointer}.productSelectDropdownWrap:after{content:"";position:absolute;top:50%;right:18px;width:10px;height:10px;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transform:translateY(-50%)}.productForm{display:flex;flex-direction:column;margin-top:8px}.productFormOptions{display:grid;row-gap:10px}.productFormOptionsItem{display:flex;font-size:16px;margin-bottom:20px;gap:20px}.productFormOptionsItemLabel{font-weight:500}.productFormOptionsItemValues{display:flex;flex-wrap:wrap;gap:15px}.productFormOptionsItemValuesLabel{cursor:pointer;margin-bottom:0}.productFormOptionsItemValuesLabel.soldOut{color:#00000040;text-decoration:line-through}.productFormOptionsItemValuesLabelInput{display:none}.productFormOptionsItemValuesLabelInput:checked~.productFormOptionsItemValuesLabelSelector{font-weight:700;text-decoration:underline}.productFormSelling{display:flex;flex-direction:column;gap:10px;max-width:400px}.productFormSellingOption{border:2px dashed var(--product-color);padding:8px 24px;display:grid;row-gap:10px;margin:0;border-radius:500px;cursor:pointer;width:100%}.productFormSellingOptionHeader{display:flex;gap:10px;align-items:center}.productFormSellingOptionHeaderInput{appearance:none!important;-webkit-appearance:none!important;background-color:transparent;border:2px solid var(--product-color);border-radius:100%;height:24px;width:24px!important;display:flex;justify-content:center;align-items:center;margin-right:10px!important;outline:none}.productFormSellingOptionHeaderInput:checked:after{background-color:var(--product-color);border-radius:100%;content:"";height:14px;width:14px!important;flex-shrink:0}.productFormSellingOptionHeaderTitle{font-weight:500;font-size:16px;display:flex;align-items:center;gap:6px;position:relative}.productFormSellingOptionHeaderTitle span{padding:2px 7px}.productFormSellingOptionHeaderTitleInfoTrigger svg{width:12px;height:12px}.productFormSellingOptionHeaderTitleInfo{display:none;position:absolute;z-index:10;width:320px;padding:5px;border-radius:6px;top:calc(100% + 5px);left:0;background-color:#fff;color:var(--dark-blue);text-align:center;font-size:12px;font-weight:400;cursor:auto}.productFormSellingOptionHeaderTitleInfo a{color:var(--light-blue);text-decoration:underline}.productFormSellingOptionHeaderTitleInfoTrigger:hover .productFormSellingOptionHeaderTitleInfo{display:block}.productFormSellingOptionHeaderPrice{margin-left:auto;font-size:16px;display:flex;gap:4px}.productFormSellingOptionHeaderPriceCompare{text-decoration:line-through;color:#1a1a1a66}.productFormSellingOptionHeaderPriceCompare:empty{display:none}.productFormSellingOptionHeaderPriceReal{font-weight:500}.productFormSellingOptionPlanWrap{display:grid;grid-template-rows:0fr;transition:ease .3s;position:relative}.productFormSellingOption.active+.productFormSellingOptionPlanWrap{grid-template-rows:1fr}.productFormSellingOptionPlanWrap>div{overflow:hidden}.productFormSellingOptionPlan{font-size:16px!important;border:2px dashed var(--product-color);padding:12px 24px;display:grid;row-gap:10px;margin:0 0 8px;border-radius:500px;cursor:pointer;width:100%;appearance:none;-webkit-appearance:none}.productFormSellingOptionPlan:focus{outline:none}.productFormSellingOptionPlanWrap svg{position:absolute;display:none;right:10px;width:20px;top:50%;height:20px;transform:translateY(-50%);transition:ease .2s}.productFormSellingOption.active+.productFormSellingOptionPlanWrap svg{display:block}.productFormSellingOptionPlan:focus+.productFormSellingOptionPlanArrow svg{transform:translateY(-50%) rotateX(180deg)}.productQuantity{display:flex;flex-direction:column;margin-bottom:20px;max-width:400px}.productQuantityWrap{display:flex;align-items:center;border:2px solid var(--product-color);border-radius:100px;justify-content:center;width:100%}.productQuantityTitle,.productQuantityControls,.productATCWrap{display:flex;align-items:center;height:100%}.productQuantityTitle{font-size:18px;font-weight:500;flex:1;padding-left:24px}.productQuantityControls{align-items:center;border-radius:12px;display:flex;flex-direction:row;flex:1}.productQuantityControlsBtn{align-items:center;display:flex;justify-content:center;width:fit-content}.productQuantityControlsBtn svg{height:20px;width:20px}.productQuantityControlsValue{align-items:center;display:flex;font-size:22px;font-weight:500;height:100%;justify-content:center;min-width:30px;text-align:center}.productATCWrap{flex:3;display:flex;align-items:stretch;height:100%}.productATC{display:flex;gap:6px;font-weight:500;font-size:16px;position:relative;max-width:none;background-color:var(--product-color);color:#fff;width:100%;height:100%;align-items:center;justify-content:center;border-radius:100px;padding:12px 24px}.productATC:hover{background-color:var(--product-color)}.productATC:disabled{pointer-events:none}.productATCPrice{margin-right:9px}.productATCArrow{width:15px;height:auto;position:relative;top:-2px}.productMoreInfoButton{background:none;border:none;border-top:2px dashed var(--product-color);border-bottom:2px dashed var(--product-color);padding:0;width:100%;text-align:left;font-weight:700;color:var(--product-color);font-size:20px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-top:40px}.productMoreInfoButton:after{content:"+";font-size:24px;transition:transform .3s ease}.productMoreInfoButton.open:after{content:"\2212"}.productNutritionWrapper{height:0;overflow:hidden;transition:height .4s ease}.productNutritionWrapper.open{height:auto}.productNutrition{display:flex;height:auto;overflow:hidden}.productNutritionLeft{padding:40px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.productNutritionLeft>*{max-width:500px;width:100%;margin-left:auto}.NutritionTitle{font-size:45px;font-family:Maille Regular,sans-serif;margin-bottom:12px}.NutritionText{max-width:60%}.productNutritionFacts{display:flex;gap:24px;padding-top:20px}.productNutritionRight{width:100%}.productNutritionImage{width:70%;align-self:center;justify-self:center}.productEnd{position:relative;overflow:hidden;height:fit-content;background-size:cover;background-position:center;border-radius:0 0 50px 50px}.productEndUnderlay{bottom:0;left:0;right:0;width:100%;overflow:hidden}.productEndUnderlayImage{width:100%;object-fit:cover;object-position:bottom}.productEndGrid{width:100%}.productEndGridWrap{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;position:absolute;left:50%;gap:10px;top:150px;width:100%;max-width:1000px;transform:translate(-50%)}.productEndGrid svg{margin-top:-2px;fill:var(--product-bg)}.productEndBadge{background-color:var(--product-color);color:#fff;text-align:center;font-weight:700;padding:12px;border-radius:8px;width:240px;font-size:26px;text-transform:uppercase;height:130px;display:flex;align-items:center;justify-content:center;flex-direction:column}.mobile{display:none}.desktop{display:block}@media (max-width: 1250px){.productEndGridWrap{top:50px;max-width:800px}.productEndBadge{width:150px;height:100px;font-size:20px}}@media (max-width: 1000px){.mobile{display:block}.desktop{display:none}.productInner{display:block;padding:0;border-radius:0}.productInnerTop{display:block}.productInnerTop:before{width:100dvw;height:100px}.productContentHeader.mobile{padding:24px 12px 0}.productVisualWrap{padding:24px 12px}.productVisual{padding:0 20px 15px;border-right:0}.productVisualSwiper{margin-bottom:10px}.productContent{padding:15px 20px 40px;position:relative;z-index:2}.productFormSellingOption{padding:10px}.productFormSellingOptionHeaderInput{height:20px;width:20px!important;margin-right:0!important}.productFormSellingOptionHeaderInput:checked:after{height:12px;width:12px!important}.productFormSellingOptionHeaderTitle{font-size:14px}.productFormSellingOptionHeaderPrice{font-size:14px;flex:1}.productFormSellingOptionBulletsItem{font-size:12px}.productFormSellingOptionBulletsItem:before{width:15px}.productNutritionRight{padding-bottom:30px;background-color:var(--product-bg)}.productNutritionImage{margin:0 auto}.productEndBadge{font-size:clamp(10px,2dvw,16px);width:clamp(100px,22.7dvw,168px);height:clamp(48px,10.9dvw,81px);aspect-ratio:27/15}.productEndOverlay{margin-bottom:clamp(100px,91dvw,600px);margin-top:50px}.productEndOverlayBg{width:100dvw;height:100dvw}.productEndGrid{gap:10px;padding:0 0 100px}.productEndGridWrap{top:0;padding:0 20px}.productNutrition{flex-direction:column}.productNutritionLeft>*{max-width:unset;margin:0 auto}.productNutritionIngredients,.NutritionTitle{text-align:center}.NutritionText{max-width:unset}}@media (max-width: 400px){.productEndGrid{padding:50px 0 100px;position:relative}.productEndGrid:before{content:"";background-color:var(--product-bg);position:absolute;bottom:calc(100% - 50px);left:0;width:100dvw;height:100px}.productEndGridWrap{padding:0 10px}}@media (max-width: 350px){.productEndGrid{padding:90px 0 100px}.productEndGrid:before{bottom:calc(100% - 90px)}}
/*# sourceMappingURL=/cdn/shop/t/89/assets/main-product.css.map */
