.FormComponents_input__4Vrfz,.FormComponents_select__l4ZMC,.FormComponents_textarea__DZXSL{padding:9px 16px;font-family:inherit;font-weight:400;font-size:14px;line-height:17px;border:none;border-radius:12px;background:var(--white_color);outline:none;color:var(--dark_color)}.FormComponents_textarea__DZXSL{height:160px}.ProductCard_ProductCard__b99z5{width:320px;position:relative;background:var(--white_color);border-radius:15px;box-shadow:0 4px 4px var(--shadowColor);cursor:pointer;height:100%;transition:all .2s ease-in-out}.ProductCard_ProductCard__b99z5:hover{transform:scale(1.02) translateY(-2%)}.ProductCard_ProductCard__b99z5 .ProductCard_reviewBadge__IZ_uK{display:flex;padding:8px 10px;position:absolute;top:10px;left:10px;z-index:1;border-radius:8px;background:var(--white_color)}.ProductCard_ProductCard__b99z5 .ProductCard_reviewBadge__IZ_uK span{margin-top:3px;margin-left:5px;font-weight:400;font-size:15px;line-height:17px;background:var(--primaryColor);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV{height:calc(100% - 160px);padding:16px;display:flex;flex-direction:column}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_cardBodyInfo__FdMGW{flex:1 1}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV h2{margin-bottom:5px;font-family:GTEestiProDisplay-Bold;font-weight:700;font-size:20px;line-height:23px}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV p{margin-bottom:10px;font-weight:400;font-size:14px;line-height:16px;color:var(--secondary_text_color)}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv{display:flex;justify-content:space-between;align-items:center}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv div{display:flex;align-items:center}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv div h3{font-weight:700;font-size:20px;line-height:23px}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv div span{margin-left:10px;text-decoration:line-through;color:var(--secondary_text_color)}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv p{margin-bottom:0;font-weight:400;font-size:16px;line-height:19px}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv .ProductCard_stock__eR6y7{display:flex;align-items:center}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv .ProductCard_stock__eR6y7 span{font-weight:400;font-size:12px;line-height:1em;text-transform:uppercase;margin-right:5px;color:var(--secondary_text_color);text-decoration:none}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_productInfo__9x1Pv .ProductCard_stock__eR6y7 svg{width:12px;height:10px;margin-bottom:2px}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_reviews__bxGde{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:11px}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_reviews__bxGde span{margin-left:10px;color:var(--secondary_text_color)}.ProductCard_ProductCard__b99z5 .ProductCard_cardBody__RgqsV .ProductCard_deliveryText__2gl4x{margin-bottom:0;color:var(--secondary_text_color)}.ProductCard_ProductCard__b99z5 .ProductCard_productImage__Di2DJ{position:relative;height:160px;border-radius:15px;background:var(--primaryColor);overflow:hidden}.ProductCard_ProductCard__b99z5 .ProductCard_productImage__Di2DJ img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.ProductCard_ProductCard__b99z5 .ProductCard_productImage__Di2DJ.ProductCard_isImage__eunmH{background:transparent}.Modal_modal__Rt8WF{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;justify-content:center;align-items:center;padding:20px 0;background-color:var(--alt_transparent);opacity:0;transform:translate(0);transition:all .2s linear}.Modal_modal__Rt8WF.Modal_visible__U4H0Z{opacity:1;transform:translate(0);transform:scale(1)}.Modal_modal__Rt8WF .Modal_modalContent__jkna3{opacity:0;transform:scale(.3);transition:all .4s ease-in-out;border-radius:15px}.Modal_modal__Rt8WF .Modal_modalContent__jkna3.Modal_visible__U4H0Z{opacity:1;transform:scale(1)}@media screen and (max-width:768px){.Modal_modal__Rt8WF .Modal_modalContent__jkna3{width:100%;padding:0 20px}}.GroupModal_GroupModal__Kq3xD{max-height:90vh;overflow-y:auto;padding:20px 18px;min-width:598.57px;width:100%;background:var(--white_color);border-radius:15px}@media screen and (max-width:768px){.GroupModal_GroupModal__Kq3xD{min-width:100%;width:100%}}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalHeader__fc278{margin-bottom:.2em;display:flex;justify-content:space-between;align-items:center}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalHeader__fc278 h2{margin-bottom:0;font-weight:700;font-size:20px;line-height:23px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalHeader__fc278 p{max-width:600px;line-height:1em}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalHeader__fc278 svg{margin-left:20px;cursor:pointer}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalHeader__fc278 svg path{fill:var(--dark_color)}.GroupModal_GroupModal__Kq3xD .GroupModal_groupDescription__ZEP_o{margin-bottom:15px;max-width:600px;line-height:1.2em}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV{margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV{flex-wrap:wrap}}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV:last-child{margin-bottom:0}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupCol__3St_r{display:flex;align-items:center}@media screen and (max-width:768px){.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupCol__3St_r{margin-bottom:10px}}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2{display:flex;align-items:center}@media screen and (max-width:768px){.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2{width:100%;justify-content:space-between}}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2 .GroupModal_rating__LsNPy{margin-right:15px;display:flex;align-items:center}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2 .GroupModal_rating__LsNPy span{margin-right:6px;font-size:16px;line-height:19px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2 .GroupModal_rating__LsNPy svg{margin-top:-5px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2 .GroupModal_rating__LsNPy svg path{fill:var(--primaryColor)}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_endCol___e9j2 button:last-child{width:80px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupImage__ta94J{width:95px;height:54px;background:var(--primaryColor);border-radius:13px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupImage__ta94J img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ{margin-left:16px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ h3{max-width:80%;margin-bottom:6px;font-family:GTEestiProDisplay-Regular;font-size:16px;line-height:19px}@media screen and (max-width:768px){.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ h3{max-width:none}}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ .GroupModal_priceBlock__plN0b{display:flex}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ .GroupModal_priceBlock__plN0b .GroupModal_stock__h0HKc{display:flex;align-items:center}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ .GroupModal_priceBlock__plN0b .GroupModal_stock__h0HKc span{margin-right:5px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ .GroupModal_priceBlock__plN0b .GroupModal_stock__h0HKc svg{margin-bottom:2px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ .GroupModal_priceBlock__plN0b .GroupModal_stock__h0HKc svg path{fill:var(--primaryColor)}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ span{margin-bottom:0;font-size:16px;line-height:19px}.GroupModal_GroupModal__Kq3xD .GroupModal_GroupModalBody__b3lZd .GroupModal_GroupModalProduct__MM6SV .GroupModal_groupInfo__KGLMJ span mark{color:var(--green);background:transparent}.GroupCard_ProductCard__6C5DZ{position:relative;width:320px;background:var(--white_color);border-radius:15px;box-shadow:0 4px 4px var(--shadowColor);cursor:pointer;height:100%;transition:all .2s ease-in-out}.GroupCard_ProductCard__6C5DZ:hover{transform:scale(1.02) translateY(-2%)}.GroupCard_ProductCard__6C5DZ .GroupCard_reviewBadge___Jt2r{display:flex;padding:8px 10px;position:absolute;top:10px;left:10px;z-index:1;border-radius:8px;background:var(--white_color)}.GroupCard_ProductCard__6C5DZ .GroupCard_reviewBadge___Jt2r span{margin-top:3px;margin-left:5px;font-weight:400;font-size:15px;line-height:17px;background:var(--primaryColor);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R{height:calc(100% - 169px);padding:16px;display:flex;flex-direction:column}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_cardBodyInfo__usq_b{flex:1 1}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R h2{margin-bottom:5px;font-family:GTEestiProDisplay-Bold;font-weight:700;font-size:20px;line-height:23px}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R p{margin-bottom:10px;font-weight:400;font-size:14px;line-height:16px;color:var(--secondary_text_color)}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_productInfo__SaI81{display:flex;justify-content:space-between;align-items:center}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_productInfo__SaI81 div{display:flex;align-items:center}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_productInfo__SaI81 div h3{font-weight:700;font-size:20px;line-height:23px}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_productInfo__SaI81 div span{margin-left:10px;text-decoration:line-through;color:var(--secondary_text_color)}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_productInfo__SaI81 p{font-weight:400;font-size:16px;line-height:19px;color:#fff}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_reviews__gKiIQ{margin-bottom:11px}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_reviews__gKiIQ span{margin-left:10px;color:var(--secondary_text_color)}.GroupCard_ProductCard__6C5DZ .GroupCard_cardBody__IzL1R .GroupCard_deliveryText__WXXdH{margin-bottom:0;color:var(--secondary_text_color)}.GroupCard_ProductCard__6C5DZ .GroupCard_productImage__nq7IB{position:relative;height:160px;border-radius:15px;background-size:cover;background-position:50%;background:var(--primaryColor);overflow:hidden}.GroupCard_ProductCard__6C5DZ .GroupCard_productImage__nq7IB img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}.GroupCard_ProductCard__6C5DZ .GroupCard_productImage__nq7IB.GroupCard_isImage__ExdGv{background-color:transparent}.GroupCard_ProductCard__6C5DZ .GroupCard_productImage__nq7IB .GroupCard_toCart__4o8UE{position:absolute;top:10px;right:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;padding:8px 10px;display:flex;background:var(--white_color);border-radius:8px}.GroupCard_ProductCard__6C5DZ .GroupCard_productImage__nq7IB .GroupCard_toCart__4o8UE svg{margin-right:10px}.GroupCard_ProductCard__6C5DZ .GroupCard_productImage__nq7IB .GroupCard_toCart__4o8UE svg path{fill:var(--dark_color)}.ShopOnHold_shopOnHold__p2N6p{margin:130px 0;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:350px;background-color:var(--white_color);box-shadow:0 4px 4px var(--shadowColor);border-radius:15px}.ShopOnHold_shopOnHold__p2N6p h1{margin-bottom:10px;font-weight:700;font-size:48px;line-height:56px}.ShopOnHold_shopOnHold__p2N6p p{margin-bottom:16px;font-weight:400;font-size:20px;line-height:23px}.Products_ProductsSection__jBQ9G{margin-top:58px;margin-bottom:75px}.Products_ProductsSection__jBQ9G h1{margin-bottom:16px;font-weight:700;font-size:48px;line-height:56px}.Products_ProductsSection__jBQ9G.Products_centerTitle__y1ad9 h1{text-align:center}.Products_ProductsSection__jBQ9G .Products_filterSection__LWhFr{margin-bottom:30px;display:flex;justify-content:space-between}@media screen and (max-width:425px){.Products_ProductsSection__jBQ9G .Products_filterSection__LWhFr{flex-direction:column}}.Products_ProductsSection__jBQ9G .Products_filterSection__LWhFr input{max-width:658px;width:100%;box-shadow:0 4px 4px var(--shadowColor);margin-right:10px}.Products_ProductsSection__jBQ9G .Products_filterSection__LWhFr select{max-width:320px;width:100%;box-shadow:0 4px 4px var(--shadowColor)}@media screen and (max-width:425px){.Products_ProductsSection__jBQ9G .Products_filterSection__LWhFr select{margin-top:10px;max-width:none}}.Products_ProductsSection__jBQ9G .Products_productsList__YrBmE{margin-bottom:15px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px}@media screen and (max-width:1024px){.Products_ProductsSection__jBQ9G .Products_productsList__YrBmE{width:640px;grid-template-columns:repeat(2,320px);justify-items:center;margin:0 auto}}@media screen and (max-width:768px){.Products_ProductsSection__jBQ9G .Products_productsList__YrBmE{width:auto;grid-template-columns:repeat(1,1fr)}}.Products_ProductsSection__jBQ9G button{text-align:center}