:root{--font: "Open Sans", sans-serif;--primary-color: #fe724c;--primary-hover-color: #f7562a;--primary-active-color: #1fa44b;--primary-active-hover-color:#28b758;--text-color: #010101;--text-secondary-color: #5b5b5e;--white-color: #ffffff;--separator-color: #d4d6e0}body{font-family:Open Sans,sans-serif;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation:fadeIn .5s ease-in-out}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .5s ease-in-out}._heading_1y4i6_1{margin-bottom:40px!important}._empty_1y4i6_5{display:flex;align-items:center;justify-content:center;flex-direction:column}._empty_1y4i6_5 img{width:100%;max-width:150px;margin-bottom:10px}._empty_1y4i6_5 span{color:var(--text-color);font-size:18px;font-weight:400}._line_1y4i6_24{max-width:800px;width:100%;display:flex;justify-content:space-between;padding:17px 0}._hr_1y4i6_32{width:100%;max-width:800px;margin:0;border:1px solid #f1f2f3}._line_1y4i6_24 span{color:var(--sub-color, #9796a1)}._text_1y4i6_43{color:var(--text-color);font-size:16px;font-style:normal;font-weight:400;line-height:normal}._price_1y4i6_51{color:var(--text-color);font-size:19px;font-style:normal;font-weight:400;line-height:normal}._total-count_1y4i6_59{color:#bebebe;font-size:14px;font-style:normal;font-weight:300;line-height:normal}._checkout_1y4i6_67{width:100%;max-width:800px;display:flex;align-items:center;justify-content:center;margin-top:70px}._heading_r0lz0_1{color:var(--text-color);font-size:36px;font-style:normal;font-weight:600;line-height:120%;margin:0;flex:1 1 auto}._item_17kq3_1{display:flex;gap:20px;max-width:800px;width:100%;margin-bottom:27px}._image_17kq3_9{width:100%;max-width:300px;height:auto;border-radius:20px;background-size:cover;background-position:center;aspect-ratio:16 / 9;position:relative}._image_17kq3_9 img{transition:all 1s ease 0s;position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;border-radius:20px;object-fit:cover;object-position:center;filter:drop-shadow(0px 8px 25px rgba(224,219,196,.9))}._actions_17kq3_35{margin-left:auto;display:flex;gap:10px;align-items:center;align-self:flex-start}._actions_17kq3_35 button:hover{cursor:pointer}._description_17kq3_47{display:flex;flex-direction:column;gap:10px;flex-basis:100%}._name_17kq3_54{color:var(--text-color);font-size:18px;font-style:normal;font-weight:600;line-height:normal}._price_17kq3_62{color:var(--primary-color);font-size:16px;font-style:normal;font-weight:600;line-height:normal}._minus_17kq3_70{display:flex;align-items:center;justify-content:center;background:none;border:1px solid var(--primary-color);border-radius:50%;width:29px;height:29px}._plus_17kq3_81{display:flex;align-items:center;justify-content:center;background:var(--primary-color);border:1px solid var(--primary-color);border-radius:50%;width:29px;height:29px}._remove_17kq3_92{display:flex;align-items:center;justify-content:center;background:none;border:none;width:29px;height:29px}._number_17kq3_102{color:var(--text-color);font-size:16px;font-style:normal;font-weight:600;line-height:normal}@media (max-width: 600px){._item_17kq3_1{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:10px}._image_17kq3_9{grid-row:span 2;grid-column:span 1;aspect-ratio:auto;height:auto}._image_17kq3_9 img{filter:drop-shadow(0px 2px 10px rgba(164,164,164,.5))}._actions_17kq3_35{margin-left:0}}@media (max-width: 400px){._item_17kq3_1{display:grid;grid-template-columns:1fr;grid-template-rows:1fr}._image_17kq3_9{max-width:100%;aspect-ratio:16 / 9;grid-row:span 1;grid-column:span 1}}.skeleton{background:linear-gradient(90deg,#f3f3f3 25%,#ecebeb,#f3f3f3 75%);background-size:400% 100%;animation:shimmer 1.2s infinite linear;border-radius:19px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}._btn_noeee_1{font-family:inherit;cursor:pointer;transition:background .25s,transform .25s;border:none;color:var(--white-color);border-radius:29px;font-style:normal;font-weight:400}._btn--small_noeee_12{font-size:16px;padding:10px 25px}._btn--big_noeee_17{font-size:15px;text-transform:uppercase;padding:20px 60px;box-shadow:0 10px 40px #7a81be29}._btn--accent_noeee_24{background:var(--primary-color)}@media (any-hover: hover){._btn--accent_noeee_24:hover{background:var(--primary-hover-color);transform:scale(1.06)}}.loader-wrapper{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.loader{animation:rotate 1s infinite;height:50px;width:50px}.loader:before,.loader:after{border-radius:50%;content:"";display:block;height:20px;width:20px}.loader:before{animation:ball1 1s infinite;background-color:bisque;box-shadow:30px 0 #ff3d00;margin-bottom:10px}.loader:after{animation:ball2 1s infinite;background-color:#ff3d00;box-shadow:30px 0 bisque}@keyframes rotate{0%{transform:rotate(0) scale(.8)}50%{transform:rotate(360deg) scale(1.2)}to{transform:rotate(720deg) scale(.8)}}@keyframes ball1{0%{box-shadow:30px 0 #ff3d00}50%{box-shadow:0 0 #ff3d00;margin-bottom:0;transform:translate(15px,15px)}to{box-shadow:30px 0 #ff3d00;margin-bottom:10px}}@keyframes ball2{0%{box-shadow:30px 0 bisque}50%{box-shadow:0 0 bisque;margin-top:-20px;transform:translate(15px,15px)}to{box-shadow:30px 0 bisque;margin-top:0}}._errorContainer_dq4p6_1{text-align:center;margin-top:50px}._errorImage_dq4p6_6{width:200px;margin-bottom:20px;animation:_shake_dq4p6_1 .5s infinite alternate}@keyframes _shake_dq4p6_1{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}._errorHeading_dq4p6_21{font-size:2rem;color:var(--primary-color)}._errorMessage_dq4p6_26{font-size:1.2rem;color:var(--text-secondary-color);margin-bottom:20px}._homeLink_dq4p6_32{color:#007bff;text-decoration:underline}._layout_1krpu_1{display:flex;position:relative}._exit_1krpu_6{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:9px}._menu_1krpu_14{display:flex;flex-direction:column;gap:25px;margin-bottom:46px}._link_1krpu_21{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text-color);transition:color .3s ease 0s}@media (any-hover: hover){._link_1krpu_21:hover{color:var(--primary-color)}}._active_1krpu_36{color:var(--primary-hover-color)}._user_1krpu_40{margin-bottom:46px;max-width:100%;text-align:center}._avatar_1krpu_46{display:block;width:60px;margin:0 auto;filter:drop-shadow(0px 8px 40px rgba(255,197,41,.25));transition:opacity .5s ease 0s}._name_1krpu_54{font-size:20px;font-style:normal;font-weight:700;line-height:normal;color:var(--text-color);margin-bottom:5px;margin-top:20px}._email_1krpu_64{font-family:var(--font);font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#9ea1b1}._content_1krpu_73{padding:40px 60px;width:100%}._cart_1krpu_78{display:flex;align-items:center;gap:4px}._cartCount_1krpu_83{background:var(--primary-color);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--white-color)}@media (max-width: 991px){._content_1krpu_73{padding:20px}}@media (min-width: 768px){._sidebar_1krpu_102{overflow:auto;padding:20px;max-width:250px;width:100%;border-right:1px solid var(--separator-color);display:flex;flex-direction:column;box-sizing:border-box}._layout_1krpu_1{display:flex;min-height:100vh;height:calc(var(--vh, 1vh) * 100);overflow:hidden;position:relative}._content_1krpu_73{overflow:auto}}@media (max-width: 767px){._sidebar_1krpu_102{position:fixed;gap:20px;bottom:0;left:0;right:0;width:100%;height:80px;z-index:1000;background:#fff;display:flex;align-items:center;padding:0 20px;box-sizing:border-box;border-radius:20px 20px 0 0;-webkit-box-shadow:0px -4px 22px -3px rgba(82,82,82,.2);-moz-box-shadow:0px -4px 22px -3px rgba(82,82,82,.2);box-shadow:0 -4px 22px -3px #52525233}._menu_1krpu_14{flex-direction:row;gap:15px;margin:0;flex:1 1 auto}._link_1krpu_21{flex-direction:column;gap:7px}._content_1krpu_73{padding:20px 20px 120px}._user_1krpu_40{margin:0;order:2}._name_1krpu_54,._email_1krpu_64{display:none}._avatar_1krpu_46{width:35px;margin:0}._exit_1krpu_6{margin:0}._exit_1krpu_6 span{display:none}}._container_18l83_1{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px}._header_18l83_7{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}._back_18l83_16{width:30px;height:30px}._back_18l83_16 img{max-width:100%}._headerText_18l83_24{color:var(--text-color);font-size:16px;font-weight:700;margin-bottom:5px}._row_18l83_31{display:flex;align-items:center;gap:10px}._row_18l83_31:not(:last-child){margin-bottom:10px}._addToCart_18l83_40{display:flex;align-items:center;justify-content:center;gap:10px}@media (any-hover: hover){._addToCart_18l83_40:hover{background:var(--primary-hover-color)}}._imageContainer_18l83_54{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16 / 9}._cardImage_18l83_61{transition:all 1s ease 0s;width:100%;height:100%;object-fit:cover;object-position:center}._price_18l83_69{color:var(--text-color);font-size:24px}._currency_18l83_74{color:var(--primary-color)}._rating_18l83_78{color:var(--text-color);font-size:24px;font-weight:400;display:flex;align-items:center;gap:5px}._rating_18l83_78 img{width:20px}._ingredients_18l83_91{color:var(--text-secondary-color);font-size:20px;font-style:normal;font-weight:400;line-height:normal}._title_18l83_99{color:var(--text-color);font-size:20px;font-style:normal;font-weight:600;line-height:normal}ul{padding-left:20px;margin:10px 0 0}ul li{margin-bottom:5px}@media (max-width: 768px){._container_18l83_1{grid-template-columns:1fr}}._activeProduct_18l83_122{background:var(--primary-active-color)}@media (any-hover: hover){._activeProduct_18l83_122:hover{background:var(--primary-active-hover-color)}}._layout_1bdm7_1{display:flex;min-height:100vh}._logo_1bdm7_6{flex:1;display:flex;align-items:center;justify-content:center}._logo_1bdm7_6 img{width:100%;max-width:400px}._content_1bdm7_18{border-left:1px solid var(--separator-color);flex:1;display:flex;align-items:center;justify-content:center;padding:20px;flex-direction:column}._backHome_1bdm7_28{align-self:start;margin-bottom:20px}._linkToHome_1bdm7_33{display:flex;align-items:center;color:var(--primary-color);font-size:14px;text-decoration:none}._linkToHome_1bdm7_33 img{width:20px}@media (max-width: 768px){._layout_1bdm7_1{display:block}._content_1bdm7_18{border-left:1px solid var(--separator-color);flex:1;display:flex;align-items:center;justify-content:center;padding:0 20px 20px}._logo_1bdm7_6 img{max-width:300px}}._input_1dbiu_1{font-size:16px;font-style:normal;font-weight:400;color:var(--text-color);border:1px solid #eee;box-shadow:15px 20px 45px #e9e9e940;border-radius:10px;padding:20px}._input_1dbiu_1::placeholder{color:#c4c4c4}._login_9p6ua_1{display:flex;flex-direction:column;gap:30px;width:100%;max-width:500px}._form_9p6ua_9{display:flex;flex-direction:column;gap:30px}._field_9p6ua_15{display:flex;flex-direction:column;gap:5px}._field_9p6ua_15 label{color:#c4c4c4;font-size:17px;font-style:normal;font-weight:400}._links_9p6ua_28{display:flex;flex-direction:column;align-items:center;color:var(--text-secondaty-color);font-size:14px}._links_9p6ua_28 a{text-decoration:none;color:var(--primary-color)}._error_9p6ua_41{background:#ffc529;color:#fff;padding:20px}._success_z26vv_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;height:100%;margin-top:20px}._text_z26vv_12{color:var(--text-color);text-align:center;font-size:31px;font-style:normal;font-weight:300;line-height:120%}
