@charset "UTF-8";._customToast_1no0y_1{display:flex;align-items:center;justify-content:space-between;gap:10px}._message_1no0y_8{font-weight:400;font-size:18px;line-height:22px}._error_1no0y_14{color:#000}._success_1no0y_18,._addToCart_1no0y_19,._info_1no0y_20{color:#fff}._icon_1no0y_24{line-height:0}._button_1k8x7_1{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:66px;border-radius:12px;padding:0 16px;opacity:1;transition:opacity .2s ease;white-space:nowrap;cursor:pointer}._button_1k8x7_1:disabled{opacity:.4;cursor:not-allowed}._button_1k8x7_1 span{display:flex;align-items:center;gap:8px;font-size:16px;font-family:Open Sans,sans-serif;line-height:20px}._medium_1k8x7_30{min-width:66px}._full_1k8x7_34{width:100%}._auto_1k8x7_38{width:auto}._primary_1k8x7_42{position:relative;overflow:hidden;padding:12px;background:#699df5;border-radius:12px;border:none;color:#fff;z-index:0;transition:color .3s ease}._primary_1k8x7_42:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:#012eb9;border-radius:inherit;transform:scaleY(0);transform-origin:bottom;transition:transform .4s ease;z-index:-1}@media (hover: hover) and (pointer: fine){._primary_1k8x7_42:hover:before{transform:scaleY(1)}._primary_1k8x7_42:hover{color:#fff}}._primary_1k8x7_42:disabled:before{display:none}._default_1k8x7_79{color:#fff}._outline_1k8x7_83{background:transparent;border:1px solid #4484f3;transition:all .3s;padding:11px 24px}._outline_1k8x7_83 span{color:#4484f3}@media (hover: hover) and (pointer: fine){._outline_1k8x7_83:hover{transition:all .3s;color:#012eb9;border:1px solid #012eb9}._outline_1k8x7_83:hover span{transition:all .3s;color:#012eb9}}._outline_1k8x7_83:before{display:none}._secondary_1k8x7_107{position:relative;overflow:hidden;min-width:fit-content;width:auto;border:1px solid #ffffff;background:transparent;padding:12px 16px;border-radius:12px;color:#fff}._secondary_1k8x7_107:before{display:none}._spinner_1k8x7_122{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._loader_1fe1x_1{width:48px;height:48px;border:5px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;animation:_rotate_1fe1x_1 1s linear infinite}._tiny_1fe1x_11{width:22px;height:22px}._small_1fe1x_16{width:40px;height:40px}._medium_1fe1x_21{width:60px;height:60px}._large_1fe1x_26{width:80px;height:80px}._blue_1fe1x_31{border-color:#699df5;border-bottom-color:transparent}._black_1fe1x_36{border-color:#000;border-bottom-color:transparent}@keyframes _rotate_1fe1x_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._linksWrapper_10cee_1{display:flex;flex-direction:column;gap:8px;width:100%}@media only screen and (max-width: 1023px){._linksWrapper_10cee_1{flex-direction:row;justify-content:space-between;gap:12px;width:100%}}@media only screen and (max-width: 767px){._linksWrapper_10cee_1{flex-wrap:wrap;justify-content:center}}._linkWrapper_10cee_22{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:12px;color:#fff;transition:all .2s}._linkWrapper_10cee_22:hover{background:#2d2d2d;transition:all .2s}._linkWrapper_10cee_22:hover ._link_10cee_1{transition:all .2s}@media only screen and (max-width: 767px){._linkWrapper_10cee_22{width:100%;justify-content:center}}._link_10cee_1{font-size:12px;font-weight:400;font-family:Poppins,serif}._activeLinkWrapper_10cee_52{background:#2d2d2d;cursor:default}._activeLinkWrapper_10cee_52 ._link_10cee_1{cursor:default}._wrapper_18cr7_1{display:flex;min-height:100vh;background-color:#f3f3f2}@media only screen and (max-width: 1023px){._wrapper_18cr7_1{flex-direction:column}}._leftSide_18cr7_12{display:flex;flex-direction:column;width:192px;gap:32px;padding:28px 12px;background-color:#000}@media only screen and (max-width: 1023px){._leftSide_18cr7_12{width:100%;height:fit-content;align-items:center}}._logoWrapper_18cr7_28{cursor:pointer}._logo_18cr7_28{width:168px;height:auto}._flexContainer_18cr7_37{display:flex;flex-direction:column;justify-content:space-between;max-width:calc(100% - 192px);width:100%;padding:24px 24px 11px}@media only screen and (max-width: 1023px){._flexContainer_18cr7_37{max-width:100%;height:100%}}@media only screen and (max-width: 767px){._flexContainer_18cr7_37{padding:24px 16px}}._header_18cr7_57{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:15px}._pageName_18cr7_65{font-size:26px;font-weight:600;color:#000;font-family:Poppins,serif}._avatarBlock_18cr7_72{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background-color:#97fa49}._adminInfo_18cr7_82{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 767px){._adminInfo_18cr7_82{gap:5px}}._adminName_18cr7_93{font-family:Poppins,serif;font-weight:600;font-size:16px;line-height:19.2px;color:#000}._adminEmail_18cr7_101{font-family:Poppins,serif;font-weight:400;font-size:14px;line-height:16.8px;color:#000}._footer_18cr7_109{display:flex;gap:32px;margin-top:50px}@media only screen and (max-width: 1023px){._footer_18cr7_109{margin-top:50px;gap:16px;flex-direction:column-reverse;align-items:center}}._copyright_18cr7_123{font-size:12px;font-weight:600;color:#888;font-family:Poppins,serif}._policies_18cr7_130{display:flex;gap:16px}@media only screen and (max-width: 1023px){._policies_18cr7_130{flex-direction:column;align-items:center}}._link_18cr7_141{color:#a6a6a5;font-size:12px;font-weight:4600;font-family:Poppins,serif}._footer_wbks0_1{background-color:#f0f0f0}._footerInner_wbks0_5{max-width:1376px;width:100%;padding:48px 16px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px 15px}@media only screen and (max-width: 767px){._footerInner_wbks0_5{flex-direction:column;padding:48px 16px 21px}}._footerBottom_wbks0_22{padding:24px 16px;text-align:center;border-top:1px solid #dfdfdf;font-weight:400;font-size:12px;line-height:100%;color:#666}._logoIconLink_wbks0_32{line-height:0}._paymentMethods_wbks0_36,._linksWrapper_wbks0_37,._contactUsInfo_wbks0_38,._logoInfo_wbks0_39{max-width:250px;width:100%;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 767px){._paymentMethods_wbks0_36,._linksWrapper_wbks0_37,._contactUsInfo_wbks0_38,._logoInfo_wbks0_39{max-width:100%}}@media only screen and (max-width: 767px){._linksWrapper_wbks0_37{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #dfdfdf;padding-bottom:16px}}@media only screen and (max-width: 767px){._logoInfo_wbks0_39,._contactUsInfo_wbks0_38{border-bottom:1px solid #dfdfdf;padding-bottom:16px}}@media only screen and (max-width: 767px){._paymentMethods_wbks0_36{display:flex;flex-direction:row;align-items:center;gap:24px}}._policyTest_wbks0_81{color:#666;font-weight:400;font-size:14px;line-height:22px}._aboutUsNavigate_wbks0_88{display:flex;align-items:center;gap:8px;width:fit-content;cursor:pointer;margin-top:-8px}._aboutUsNavigate_wbks0_88:hover ._arrowIcon_wbks0_96{transition:all .2s;transform:rotate(-30deg)}._arrowIcon_wbks0_96{transition:all .2s}._infoItem_wbks0_105{color:#666}._pointer_wbks0_109{cursor:pointer}._paymentIcons_wbks0_113{display:flex;gap:12px}._infoItem_wbks0_105,._link_wbks0_37{width:fit-content}._wrapper_1ei1i_1{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._input_1ei1i_10{width:100%;height:44px;background:#fff;border:0;border-radius:12px;transition:border-width .2s linear;transition:.2s;outline:none}._input_1ei1i_10::placeholder{opacity:.4;color:#040404}._default_1ei1i_26{padding:12px;background:#fff;border:1px solid #dfdfdf;outline:none;font-weight:400;font-size:16px;line-height:20px}._default_1ei1i_26:is(:hover,:focus){border:1px solid #4484f3}._search_1ei1i_40{border:1px solid #dfdfdf;background-color:#fff;padding:9px 10px 9px 45px;color:#fff;font-size:16px;font-weight:400;line-height:24px;color:#666;border-radius:12px}._admin_1ei1i_52{padding:10px 14px;max-height:38px;color:#000;font-size:12px;font-weight:400;line-height:140%;border-radius:6px;border:1px solid #000000;box-shadow:none}._admin_1ei1i_52:is(:hover,:focus){border:1px solid #ffffff}._admin_1ei1i_52::placeholder{font-size:12px;font-weight:400;line-height:15.6px;color:#000}._dark_1ei1i_75{border:1px solid #000000;background-color:#000;color:#fff;padding:16px 20px;font-size:16px;font-weight:300;line-height:19.36px}._dark_1ei1i_75::placeholder{color:#fff}._dark_1ei1i_75:hover{box-shadow:inset 0 0 0 1px #000}input[type=radio],input[type=radio]:hover{box-shadow:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._input_1ei1i_10:disabled{opacity:.4;box-shadow:inset 0 0 0 1px #fff;cursor:not-allowed}._input_1ei1i_10:disabled+._label_1ei1i_109{opacity:.8}._input_1ei1i_10:-webkit-autofill,._input_1ei1i_10:-webkit-autofill:hover,._input_1ei1i_10:-webkit-autofill:focus,._input_1ei1i_10:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._admin_1ei1i_52:-webkit-autofill,._admin_1ei1i_52:-webkit-autofill:hover,._admin_1ei1i_52:-webkit-autofill:focus,._admin_1ei1i_52:-webkit-autofill:active{transition:background-color 5000000s ease-in-out 0s;-webkit-text-fill-color:#000000}._input_1ei1i_10[type=date]{line-height:normal}._input_1ei1i_10[type=date]::-webkit-calendar-picker-indicator{filter:invert(98%) sepia(87%) saturate(100%) hue-rotate(303deg) brightness(117%) contrast(90%);padding-left:50%;width:16px;height:16px}._inputWrapper_1ei1i_140{display:flex;flex-direction:column;justify-content:center;gap:8px;width:100%;position:relative;z-index:1}._startIcon_1ei1i_151,._endIcon_1ei1i_152{display:flex;position:absolute;top:50%;transform:translateY(-50%)}._startIcon_1ei1i_151{inset-inline-start:10px}._endIcon_1ei1i_152{inset-inline-end:10px}._label_1ei1i_109{font-weight:600;font-size:16px;line-height:20px;color:#000}._secondaryLabel_1ei1i_174{background:#88a0ff}._text_1ei1i_178,._withoutValue_1ei1i_179 ._text_1ei1i_178{font-size:15px;line-height:24px;transition:all .2s ease-out}._tip_1ei1i_185{color:#000}._error_1ei1i_189{border:1px solid #cc1922}._error_1ei1i_189:hover,._error_1ei1i_189:focus{border:1px solid #cc1922}._errorText_1ei1i_198{color:#cc1922;font-weight:400;font-size:16px;line-height:20px;margin-top:-4px;margin-left:10px}._errorAsterisk_1ei1i_207{color:#cc1922}._withEndIcon_1ei1i_211{padding-inline-end:40px}._withStartIcon_1ei1i_215{padding-inline-start:35px}._inputPassword_1ei1i_219{cursor:pointer;top:49px;font-weight:600;font-size:14px;line-height:20px;color:#699df5}._errorPassword_1ei1i_228{color:#cc1922}._menuItemWrapper_vkein_1{position:relative;z-index:10}._categoryLabel_vkein_6{padding:6px 12px;cursor:pointer;display:flex;align-items:center;gap:2px;transition:all .2s;white-space:nowrap}._categoryLabel_vkein_6._selected_vkein_15{color:#4484f3}._categoryLabel_vkein_6._selected_vkein_15 ._dropDownIcon_vkein_18{transition:all .2s;transform:rotate(-180deg)}._categoryLabel_vkein_6._selected_vkein_15 ._dropDownIcon_vkein_18 path{stroke:#4484f3}._categoryLabel_vkein_6._active_vkein_25{color:#4484f3}._categoryLabel_vkein_6._active_vkein_25 ._dropDownIcon_vkein_18 path{stroke:#4484f3}@media screen and (max-width: 1180px){._categoryLabel_vkein_6{padding:6px}}._dropDownIconWrapper_vkein_37{line-height:0}._subCategoryList_vkein_41{box-shadow:0 1px 3px 1px #00000026;background-color:#fff;border-radius:12px;padding:8px 0;position:absolute;z-index:100;top:38px;left:12px}._subCategoryItemWrapper_vkein_52{position:relative}._subCategoryItemWrapper_vkein_52:hover ._sectionList_vkein_55{display:block}._sectionLabelWrapper_vkein_59,._subCategoryLabelWrapper_vkein_60{display:flex;align-items:center;justify-content:space-between;gap:15px;white-space:nowrap;padding:6px 12px;cursor:pointer}._sectionLabelWrapper_vkein_59._active_vkein_25,._subCategoryLabelWrapper_vkein_60._active_vkein_25{background-color:#e6e6e6;cursor:default}._sectionLabelWrapper_vkein_59:hover,._subCategoryLabelWrapper_vkein_60:hover{transition:all .3s;background-color:#e6e6e6}._dropDownRightIconWrapper_vkein_80{line-height:0;transform:rotate(-90deg)}._sectionList_vkein_55{z-index:100;box-shadow:0 1px 3px 1px #00000026;border-radius:12px;background-color:#fff;display:none;padding:8px 0;position:absolute;left:100%;top:0}._currencySelector_f7if1_1{width:100%;display:flex;flex-direction:column;gap:8px}._currencyItem_f7if1_8{display:flex;align-items:center;gap:8px}._currencyLable_f7if1_14{font-size:16px;font-weight:400}._label_f7if1_19{font-weight:600;font-size:16px;line-height:20px;color:#000}._modalContent_ju69p_1{background:#fff;padding:16px;border-radius:12px;box-shadow:0 4px 10px #00000026;max-width:364px;width:90%;outline:none}._modalOverlay_ju69p_11{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000}._modalHeader_ju69p_24{display:flex;justify-content:space-between}._modalTitle_ju69p_29{font-size:48px}._closeIcon_ju69p_33{line-height:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;margin-left:auto;cursor:pointer}._languageSelector_61o48_1{width:100%;display:flex;flex-direction:column;gap:8px}._languageItem_61o48_8{display:flex;align-items:center;gap:8px}._languageIcon_61o48_14{width:32px;height:24px;object-fit:cover}._languageLable_61o48_20{font-size:16px;font-weight:400}._label_61o48_25{font-weight:600;font-size:16px;line-height:20px;color:#000}._container_131sw_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}._modalWrapper_131sw_9{padding:0 16px 16px}@media only screen and (max-width: 767px){._modalWrapper_131sw_9{padding:0}}._title_131sw_18{font-weight:700;font-size:16px;line-height:20px;letter-spacing:0%;margin-bottom:32px}._buttonWrapper_131sw_26{display:flex;flex-direction:column;gap:8px}._selectorWrapper_131sw_32{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}._mobileMenu_13icg_1{position:fixed;top:0;left:0;bottom:0;right:0;z-index:100;background-color:#000000ed}._categoryTitle_13icg_11{font-weight:600;font-size:16px;line-height:20px;color:#fff}._mobileMenuHeader_13icg_18{display:flex;align-items:center;gap:2px;height:56px;max-width:270px;cursor:pointer;padding:16px 12px}._closeButton_13icg_28{line-height:0}._buttonWrapper_13icg_32{margin-bottom:16px}._stylesButton_13icg_36{max-width:270px;height:32px;border-radius:12px;background-color:transparent;border:1px solid #4484f3}._stylesButton_13icg_36 span{color:#4484f3;font-weight:600;font-size:10px}._stylesButton_13icg_36:before{display:none}._options_13icg_52{background-color:#fff;max-width:270px;width:100%;display:flex;flex-direction:column;gap:12px;padding:12px 0}._option_13icg_52{display:flex;justify-content:space-between;align-items:center;padding:6px 12px;cursor:pointer}._icon_13icg_70{transform:rotate(-90deg)}._navigateBlock_13icg_74{background-color:#699df5;padding:10px;border-radius:0 0 12px 12px}._navigateBlock_13icg_74{max-width:270px;cursor:pointer}._dropdownIcon_13icg_85{transform:rotate(90deg)}._navigateText_13icg_89{font-weight:600;font-size:10px;line-height:20px;color:#fff;text-align:center}._registerPopup_11gy3_1{width:364px;display:flex;flex-direction:column;padding:32px;box-shadow:0 1px 3px 1px #00000026;border-radius:12px;background-color:#fff}._registerTitle_11gy3_11{font-weight:700;margin-bottom:32px}._registerText_11gy3_16{margin-top:8px;margin-bottom:16px;color:#666;font-family:Roboto,sans-serif;font-weight:400;font-size:14px;letter-spacing:.5%}._question_11gy3_26{font-family:Roboto,sans-serif;font-weight:500;font-size:18px;letter-spacing:.5%;text-align:center;margin-bottom:16px}._navigateLink_11gy3_35{display:block;color:#4484f3;font-family:Roboto,sans-serif;font-weight:500;font-size:18px;letter-spacing:.5%;text-align:center}._header_ujido_1{box-shadow:0 1px 3px 1px #00000026}._headerInner_ujido_5{max-width:1376px;width:100%;padding:18px 16px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px}@media screen and (max-width: 1180px){._headerInner_ujido_5{gap:10px}}@media only screen and (max-width: 767px){._headerInner_ujido_5{padding:12px 16px}}._navList_ujido_26{display:flex;align-items:center;gap:8px}@media screen and (max-width: 1180px){._navList_ujido_26{gap:3px}}@media only screen and (max-width: 1023px){._navList_ujido_26{display:none}}._burgerMenu_ujido_42{display:flex;align-items:center;gap:8px}._burgerMenuBlock_ujido_48{display:none;cursor:pointer;line-height:0}@media only screen and (max-width: 1023px){._burgerMenuBlock_ujido_48{display:block}}._logoIcon_ujido_59{line-height:0}._userInfoWrapper_ujido_63{position:relative}@media (hover: hover) and (pointer: fine){._userInfoWrapper_ujido_63:hover ._registerPopup_ujido_67{display:block;position:absolute;top:44px;right:0;z-index:10}}@media only screen and (hover: hover) and (pointer: fine) and (max-width: 767px){._userInfoWrapper_ujido_63:hover ._registerPopup_ujido_67{display:none}}@media (hover: hover) and (pointer: fine){._userInfoWrapper_ujido_63:hover ._userIconWrapper_ujido_81{background-color:#012eb9;transition:all .3s}._userInfoWrapper_ujido_63:hover ._authOptionsWrapper_ujido_85{color:#012eb9;transition:all .3s}._userInfoWrapper_ujido_63:hover ._dropDownIcon_ujido_89{transition:all .3s;transform:rotate(180deg)}._userInfoWrapper_ujido_63:hover ._dropDownIcon_ujido_89 path{stroke:#012eb9}}._registerPopup_ujido_67{display:none}._userInfoContainer_ujido_102{display:flex;align-items:center;gap:10px;cursor:pointer}._userIconWrapper_ujido_81{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#4484f3;border-radius:12px}@media only screen and (max-width: 767px){._userIconWrapper_ujido_81{width:32px;height:32px;border-radius:6px}}._dropDownIcon_ujido_89{line-height:0}._authOptionsWrapper_ujido_85{font-size:14px}@media screen and (max-width: 1180px){._authOptionsWrapper_ujido_85{display:none}}@media screen and (max-width: 1180px){._dropDownIconWrapper_ujido_140{display:none}}._headerActions_ujido_145{display:flex;align-items:center;gap:8px}@media only screen and (max-width: 767px){._headerActions_ujido_145{gap:4px}}._cartBlockWrapper_ujido_156{position:relative;border:1px solid #dfdfdf;border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center}@media (hover: hover) and (pointer: fine){._cartBlockWrapper_ujido_156:hover{background-color:#4484f3;border:1px solid #4484f3;transition:all .3s;cursor:pointer}._cartBlockWrapper_ujido_156:hover ._cartIcon_ujido_173 path{transition:all .3s;fill:#fff}}@media only screen and (max-width: 767px){._cartBlockWrapper_ujido_156{width:32px;height:32px;border-radius:6px}}._cartCount_ujido_186{position:absolute;top:-7px;right:-7px;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:20px;min-height:20px;font-weight:600;font-size:12px;color:#fff;background-color:#df7039}@media only screen and (max-width: 767px){._cartCount_ujido_186{min-width:15px;max-height:15px;min-height:15px;font-size:7px;line-height:0;top:-4px;right:-4px}}._searchIconBlock_ujido_213{border-radius:12px;border:1px solid #dfdfdf;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}._searchIconBlock_ujido_213._active_ujido_224{background-color:#4484f3;border:1px solid #4484f3}._searchIconBlock_ujido_213._active_ujido_224 ._searchIcon_ujido_213{transition:all .3s}._searchIconBlock_ujido_213._active_ujido_224 ._searchIcon_ujido_213 path{stroke:#fff}@media (hover: hover) and (pointer: fine){._searchIconBlock_ujido_213:hover{background-color:#4484f3;border:1px solid #4484f3;transition:all .3s}._searchIconBlock_ujido_213:hover ._searchIcon_ujido_213{transition:all .3s}._searchIconBlock_ujido_213:hover ._searchIcon_ujido_213 path{fill:#4484f3;stroke:#fff}}@media only screen and (max-width: 767px){._searchIconBlock_ujido_213{width:32px;height:32px;border-radius:6px}}._optionsSelector_ujido_256{display:flex;align-items:center;gap:2px;padding:6px 12px;cursor:pointer}@media only screen and (max-width: 767px){._optionsSelector_ujido_256{display:none}}._optionsSelectorMobile_ujido_269{display:none;height:32px;width:58px;border-radius:6px;border:1px solid #dfdfdf}@media only screen and (max-width: 767px){._optionsSelectorMobile_ujido_269{display:flex}}._option_ujido_256{height:31px;width:30px;line-height:0;display:flex;align-items:center;justify-content:center;color:#5f6368}._option_ujido_256:not(:last-child){border-right:1px solid #dfdfdf}._searchInput_ujido_295{max-width:240px}._mobileSearch_ujido_299{padding:0 16px 12px;max-width:100%}._fullName_ujido_304{width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._searchIconMobile_ujido_311{display:flex;position:absolute;top:48%;transform:translateY(-50%);inset-inline-end:16px}._clientLayout_9iy5q_1{display:flex;flex-direction:column;min-height:100%}._main_9iy5q_7{flex:1 auto}._breadcrumbsItem_evf05_1{color:#666;cursor:pointer}@media only screen and (max-width: 767px){._breadcrumbsItem_evf05_1{font-size:12px}}._dropdownIcon_evf05_11{transform:rotate(-90deg)}._breadcrumbs_evf05_1{display:flex;align-items:center;gap:4px;margin-bottom:32px}@media only screen and (max-width: 767px){._breadcrumbs_evf05_1{margin-bottom:24px;padding:0 16px;max-width:768px;overflow-x:auto;white-space:nowrap}._breadcrumbs_evf05_1::-webkit-scrollbar{display:none}}._breadcrumbsPart_evf05_34{display:flex;align-items:center;gap:4px}._breadcrumbsItemActive_evf05_40{color:#000}@media only screen and (max-width: 767px){._breadcrumbsItemActive_evf05_40{font-size:12px}}._categoryWrapper_575px_1{display:flex;flex-direction:column;gap:8px;position:relative}@media only screen and (max-width: 1023px){._categoryWrapper_575px_1:last-child{margin-right:16px}}._categoryItem_575px_13{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #dfdfdf;border-radius:12px;font-weight:500;font-family:Roboto,sans-serif;color:#666;cursor:pointer;transition:all .2s}._categoryItem_575px_13 ._dropdownIcon_575px_26{transition:all .2s;transform:rotate(0)}._categoryItem_575px_13 ._dropdownIcon_575px_26 path{stroke:#666}._categoryItem_575px_13._active_575px_33{background-color:#699df5;color:#fff}._categoryItem_575px_13._active_575px_33 ._dropdownIcon_575px_26{transform:rotate(180deg)}._categoryItem_575px_13._active_575px_33 ._dropdownIcon_575px_26 path{stroke:#fff}@media only screen and (max-width: 1023px){._categoryItem_575px_13{width:max-content;padding:9px 16px;gap:8px}._categoryItem_575px_13._active_575px_33{background-color:#699df5;color:#fff}._categoryItem_575px_13._active_575px_33 ._dropdownIcon_575px_26{transform:rotate(0)}._categoryItem_575px_13._isActiveDropDown_575px_56 ._dropdownIcon_575px_26{transform:rotate(180deg)}}._regionList_575px_61{display:flex;flex-direction:column;gap:8px}@media only screen and (max-width: 1023px){._regionList_575px_61{position:absolute;top:39px;z-index:999;border-radius:12px;background-color:#fff;box-shadow:0 1px 3px 1px #00000026;height:max-content;width:100%;gap:0;overflow:hidden}}._regionItem_575px_81{display:flex;justify-content:flex-start;align-items:center;padding:9px 16px;height:40px;font-size:16px;font-family:Roboto,sans-serif;color:#666;font-weight:500;line-height:0;border-radius:12px;border:1px solid transparent;cursor:pointer}._regionItem_575px_81._active_575px_33{border:1px solid rgba(68,132,243,.5019607843)}@media only screen and (max-width: 1023px){._regionItem_575px_81{height:32px;padding:6px 22px;font-weight:400;font-size:15px;line-height:20px;border-radius:0;overflow:hidden;justify-content:center;width:100%;color:#000}._regionItem_575px_81._active_575px_33{background-color:#699df5;color:#fff}}._productsLayout_17abb_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._productsLayout_17abb_1{padding:24px 0 48px}}._categories_17abb_12{display:flex;justify-content:space-between;gap:20px;width:100%;margin-bottom:32px}@media only screen and (max-width: 1023px){._categories_17abb_12{gap:8px}}@media only screen and (max-width: 767px){._categories_17abb_12{flex-wrap:wrap;justify-content:space-between;margin-bottom:24px;padding:0 16px}}._categoryCard_17abb_33{height:160px;border-radius:20px;overflow:hidden;cursor:pointer;position:relative;transition:transform .2s;flex:1 1 200px}._categoryCard_17abb_33:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000c;transition:background-color .3s ease;z-index:1}._categoryCard_17abb_33._active_17abb_50:after{background-color:#0000}@media (hover: hover) and (pointer: fine){._categoryCard_17abb_33:hover:after{background-color:#0000}}@media only screen and (max-width: 1023px){._categoryCard_17abb_33{height:100px;border-radius:12px}}@media only screen and (max-width: 767px){._categoryCard_17abb_33{flex:0 0 calc(50% - 4px);max-width:calc(50% - 4px);height:52px}}._categoryImage_17abb_72{width:100%;height:100%;object-fit:cover}._categoryTitle_17abb_78{position:absolute;z-index:2;bottom:24px;right:50%;transform:translate(50%);color:#fff;font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:20px;white-space:nowrap}@media only screen and (max-width: 1023px){._categoryTitle_17abb_78{font-size:20px}}@media only screen and (max-width: 767px){._categoryTitle_17abb_78{bottom:50%;transform:translate(50%) translateY(50%)}}._productsWrapper_17abb_103{display:flex;align-items:flex-start;gap:32px}@media only screen and (max-width: 1023px){._productsWrapper_17abb_103{flex-direction:column}}._categoriesSidebar_17abb_114{max-width:330px;width:100%}@media only screen and (max-width: 1023px){._categoriesSidebar_17abb_114{max-width:1023px;position:relative}}@media only screen and (max-width: 767px){._categoriesSidebar_17abb_114{padding:0 0 0 16px}}._sidebarTitle_17abb_130{font-weight:600;font-size:18px;margin-bottom:16px}@media only screen and (max-width: 1023px){._sidebarTitle_17abb_130{display:none}}._categoriesList_17abb_141{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 1023px){._categoriesList_17abb_141{flex-direction:row;gap:8px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;height:250px}._categoriesList_17abb_141::-webkit-scrollbar{display:none}}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}._container_1b43z_1{width:100%;margin:0 auto;background:#fff;padding:16px;border-radius:16px;box-shadow:0 0 8px #0000001a}._title_1b43z_10{font-family:Poppins,serif;font-weight:600;font-size:26px;line-height:18px;margin-bottom:32px}._inputs_1b43z_18{display:flex;gap:20px}._row_1b43z_23{display:flex;flex-direction:column;gap:8px}._actionButtons_1b43z_29{display:flex;justify-content:flex-end;gap:18px;margin-top:150px}._cancelButton_1b43z_36,._saveButton_1b43z_37{border-radius:6px;max-width:62px;height:36px}._cancelButton_1b43z_36 span,._saveButton_1b43z_37 span{font-size:12px;font-family:Poppins,serif}._cancelButton_1b43z_36:before,._saveButton_1b43z_37:before{display:none}._cancelButton_1b43z_36{background-color:transparent;border:1px solid #e3e3e3}._cancelButton_1b43z_36 span{color:#a6a6a5}._saveButton_1b43z_37{background-color:#97fa49}._saveButton_1b43z_37 span{color:#000}._loaderWrapper_1b43z_67{display:flex;justify-content:center;align-items:center;padding:150px 0}._adminSelectWrapper_1b43z_74{width:220px}._admitDatePicker_9fk5s_1{height:32px;max-width:220px;width:220px}._adminInput_9fk5s_7{color:#000;border:1px solid #e3e3e3;border-radius:6px;background:#fff;font-size:12px;font-weight:400;font-family:Poppins,serif}._adminInput_9fk5s_7:hover{border-image-source:none}._adminInput_9fk5s_7::placeholder{color:#a6a6a5;opacity:1;font-size:12px;font-weight:400;font-family:Poppins,serif}._adminInput_9fk5s_7:-webkit-autofill{color:#000}._iconRow_owf0b_1{display:flex;align-items:center;gap:10px}._icon_owf0b_1{width:26px;height:26px;padding:6px;cursor:pointer;border-radius:6px;background-color:#f3f3f2}._detailsButton_owf0b_16{width:56px;height:26px;border-radius:6px;background-color:#97fa49;padding:7px;cursor:pointer;display:flex;align-items:center;justify-content:center}._tableTitle_owf0b_28{margin:auto 0;font-size:16px;font-weight:600}._itemsWrapper_owf0b_34{display:flex;flex-direction:column}._paymentStatus_owf0b_39{width:fit-content;padding:5px 10px;font-size:10px;font-weight:600;border-radius:8px;text-align:center}._paymentStatus_owf0b_39._paid_owf0b_47{background-color:#ebffdb;color:#5ac00b}._paymentStatus_owf0b_39._none_owf0b_51{background-color:#ffb6b6;color:red}._paymentStatus_owf0b_39._pending_owf0b_55{background-color:#ffd580;color:#eb8305}._paymentStatus_owf0b_39._failed_owf0b_59{background-color:#fff2f2;color:#fb3b3b}._orderDetails_owf0b_64{position:fixed;top:0;left:0;bottom:0;width:100%;height:100%;background:#00000080;z-index:1000}._modal_owf0b_75{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:16px;max-width:500px;width:100%;max-height:85vh;overflow:auto;padding:16px;border-radius:16px;background-color:#fff}._modal_owf0b_75::-webkit-scrollbar{width:4px;height:4px}._modal_owf0b_75::-webkit-scrollbar-track{border-radius:4px;background:transparent}._modal_owf0b_75::-webkit-scrollbar-thumb{border-radius:4px}._modalHead_owf0b_103{display:flex;justify-content:space-between}._modalHead_owf0b_103 svg{cursor:pointer}._modalTitle_owf0b_111{font-family:Poppins,serif;font-weight:600;font-size:16px;line-height:19.2px;color:#000}._jsonRow_owf0b_119{display:flex;justify-content:space-between;padding:13px 8px;font-size:12px;color:#000}._jsonRow_owf0b_119+._jsonRow_owf0b_119{border-top:1px solid #e3e3e3}._jsonValue_owf0b_130{font-family:Poppins,serif;font-weight:500;text-align:right}._jsonKey_owf0b_136{font-family:Poppins,serif;font-weight:400}._loaderWrapper_owf0b_141{display:flex;justify-content:center;align-items:center;padding-top:150px}._toolbarContainer_owf0b_148{width:100%;display:flex;align-items:start;justify-content:space-between;margin-bottom:15px;gap:15px}@media only screen and (max-width: 767px){._toolbarContainer_owf0b_148{flex-direction:column;align-items:center}}._filtersWrap_owf0b_163{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media only screen and (max-width: 767px){._filtersWrap_owf0b_163{flex-direction:column}}._filterLabel_owf0b_175{font-family:Poppins,serif;font-weight:400;font-size:12px;line-height:15.6px;white-space:nowrap}@media only screen and (max-width: 767px){._filterLabel_owf0b_175{display:none}}._formWrapper_owf0b_188{display:flex;align-items:center;flex-wrap:wrap;gap:20px;background:#fff;padding:16px 16px 36px;border-radius:16px}._adminSelect_owf0b_198{width:220px;min-width:220px;max-width:220px}._container_9jvpn_1{width:100%;margin:0 auto;background:#fff;padding:16px;border-radius:16px;box-shadow:0 0 8px #0000001a}._title_9jvpn_10{font-family:Poppins,serif;font-weight:600;font-size:26px;line-height:18px;margin-bottom:32px}._row_9jvpn_18{display:flex;flex-direction:column;gap:8px}._actionButtons_9jvpn_24{display:flex;justify-content:flex-end;gap:18px;margin-top:150px}._cancelButton_9jvpn_31,._saveButton_9jvpn_32{border-radius:6px;max-width:62px;height:36px}._cancelButton_9jvpn_31 span,._saveButton_9jvpn_32 span{font-size:12px;font-family:Poppins,serif}._cancelButton_9jvpn_31:before,._saveButton_9jvpn_32:before{display:none}._cancelButton_9jvpn_31{background-color:transparent;border:1px solid #e3e3e3}._cancelButton_9jvpn_31 span{color:#a6a6a5}._saveButton_9jvpn_32{background-color:#97fa49}._saveButton_9jvpn_32 span{color:#000}._loaderWrapper_9jvpn_62{display:flex;justify-content:center;align-items:center;padding:150px 0}._icon_f3hln_1{width:26px;height:26px;padding:6px;cursor:pointer;border-radius:6px;background-color:#f3f3f2}._tableTitle_f3hln_10{margin:auto 0;font-size:16px;font-weight:600;font-family:Poppins,serif}._loaderWrapper_f3hln_17{display:flex;justify-content:center;align-items:center;padding-top:150px}._toolbarContainer_f3hln_24{width:100%;display:flex;align-items:start;justify-content:space-between;margin-bottom:18px;padding-top:8px}._input_oqneg_1{width:216px;height:32px;background-color:#f3f3f2;border-radius:6px;border:none;outline:none;font-size:12px;font-family:Poppins,serif;padding:7px 7px 7px 32px}._input_oqneg_1::placeholder{color:#a6a6a5;font-weight:400;font-size:12px}._wrapper_oqneg_18{width:216px;position:relative}._searchIcon_oqneg_23{position:absolute;left:10px;top:54%;transform:translateY(-50%)}._needMoreInformation_3hh29_1{position:relative;overflow:hidden;padding:42px 20px;border:1px solid #dfdfdf;border-radius:20px;display:flex;gap:48px;justify-content:center;align-items:center;cursor:pointer;transition:all .4s}._needMoreInformation_3hh29_1 ._title_3hh29_14,._needMoreInformation_3hh29_1 ._text_3hh29_15,._needMoreInformation_3hh29_1 ._blackPart_3hh29_16,._needMoreInformation_3hh29_1 ._pinkPart_3hh29_17,._needMoreInformation_3hh29_1 ._icon_3hh29_18,._needMoreInformation_3hh29_1 ._button_3hh29_19{transition:all .4s}._needMoreInformation_3hh29_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/moreInformationBg.webp) no-repeat center/cover;opacity:0;transition:opacity .4s ease;z-index:0}._needMoreInformation_3hh29_1 ._gamePad_3hh29_31,._needMoreInformation_3hh29_1 ._content_3hh29_32{position:relative;z-index:1}@media only screen and (max-width: 767px){._needMoreInformation_3hh29_1{border:none;flex-direction:column;gap:16px;padding:16px}._needMoreInformation_3hh29_1:before{opacity:1}._needMoreInformation_3hh29_1 ._text_3hh29_15,._needMoreInformation_3hh29_1 ._title_3hh29_14{color:#fff}._needMoreInformation_3hh29_1 ._blackPart_3hh29_16{fill:#000}._needMoreInformation_3hh29_1 ._pinkPart_3hh29_17{fill:#d85099}._needMoreInformation_3hh29_1 ._button_3hh29_19{max-width:100%;width:100%;background-color:transparent;border:1px solid #ffffff}._needMoreInformation_3hh29_1 ._button_3hh29_19 span{color:#fff}._needMoreInformation_3hh29_1 ._button_3hh29_19 ._icon_3hh29_18 path{fill:#fff}}@media (hover: hover) and (pointer: fine){._needMoreInformation_3hh29_1:hover{border:1px solid #4484f3}._needMoreInformation_3hh29_1:hover:before{opacity:1}._needMoreInformation_3hh29_1:hover ._text_3hh29_15,._needMoreInformation_3hh29_1:hover ._title_3hh29_14{color:#fff}._needMoreInformation_3hh29_1:hover ._blackPart_3hh29_16{fill:#000}._needMoreInformation_3hh29_1:hover ._pinkPart_3hh29_17{fill:#d85099}._needMoreInformation_3hh29_1:hover ._button_3hh29_19{background-color:#699df5;border:1px solid #699df5}._needMoreInformation_3hh29_1:hover ._button_3hh29_19 span{color:#fff}._needMoreInformation_3hh29_1:hover ._button_3hh29_19 ._icon_3hh29_18{transform:rotate(-30deg)}._needMoreInformation_3hh29_1:hover ._button_3hh29_19 ._icon_3hh29_18 path{fill:#fff}}._content_3hh29_32{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._title_3hh29_14{font-weight:600;font-size:20px;line-height:22px;margin-bottom:12px;transition:all .4s}._text_3hh29_15{font-weight:400;font-size:16px;line-height:22px;color:#666;transition:all .4s;margin-bottom:30px}._button_3hh29_19{min-width:146px;width:auto}._whyChooseUsSection_14l0s_1{position:relative;z-index:2;padding:32px;background-color:#fff;border-radius:32px;display:flex;justify-content:space-between;gap:0 82px}@media only screen and (max-width: 1023px){._whyChooseUsSection_14l0s_1{gap:0 20px;padding:25px}}@media only screen and (max-width: 767px){._whyChooseUsSection_14l0s_1{flex-direction:column;gap:32px;padding:0 16px;margin-bottom:32px}}._sectionHeader_14l0s_26{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:264px;width:100%}@media only screen and (max-width: 767px){._sectionHeader_14l0s_26{max-width:100%;gap:16px}}._sectionTitle_14l0s_41{font-family:Anton,sans-serif;line-height:120%;font-weight:400}@media only screen and (max-width: 1023px){._sectionTitle_14l0s_41{font-size:30px}}._button_14l0s_52{min-width:169px;width:auto}@media (hover: hover) and (pointer: fine){._button_14l0s_52:hover ._icon_14l0s_57{transition:all .3s;transform:rotate(-30deg)}}@media only screen and (max-width: 1023px){._button_14l0s_52{min-width:100%}}._icon_14l0s_57{transition:all .3s}._options_14l0s_72{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px}@media only screen and (max-width: 1023px){._options_14l0s_72{width:100%}}._option_14l0s_72{max-width:380px;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 767px){._option_14l0s_72{max-width:100%}}._optionHeader_14l0s_96{display:flex;align-items:center;gap:4px}._optionTitle_14l0s_102{font-weight:500;font-size:24px;line-height:120%}._optionDescription_14l0s_108{font-weight:400;font-size:16px;line-height:120%}._aboutUsScreen_1pgbb_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._aboutUsScreen_1pgbb_1{padding:24px 0 48px}}._content_1pgbb_12{position:relative;border-radius:20px;padding:114px 40px 40px;margin-bottom:32px;overflow:hidden}._content_1pgbb_12:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/aboutUsBg.webp) center center no-repeat;background-size:cover;border-radius:20px;z-index:0}._content_1pgbb_12>*{position:relative;z-index:2}@media only screen and (max-width: 1023px){._content_1pgbb_12{padding:184px 16px 80px}}._contentInfo_1pgbb_38{display:flex;flex-direction:column;max-width:408px;width:100%;color:#fff;margin-bottom:80px}@media only screen and (max-width: 1023px){._contentInfo_1pgbb_38{margin-bottom:36px}}@media only screen and (max-width: 767px){._contentInfo_1pgbb_38{margin-bottom:0}}._title_1pgbb_57{font-family:Anton,sans-serif;font-weight:400;font-size:75px;line-height:120%}@media only screen and (max-width: 1023px){._title_1pgbb_57{font-size:45px}}._description_1pgbb_69{font-weight:500;font-size:24px;line-height:120%}@media only screen and (max-width: 767px){._description_1pgbb_69{font-size:16px;margin-top:16px}}._cards_1pgbb_81{max-width:440px;width:100%;position:absolute;z-index:1;right:40px;top:170px}@media only screen and (max-width: 1023px){._cards_1pgbb_81{display:none}}._checkbox_qg3p8_1{position:absolute;top:50%;transform:translateY(-50%);border-radius:50%;height:12px;width:12px;opacity:0;margin:0}._disabled_qg3p8_12{opacity:.4}._disabled_qg3p8_12 ._label_qg3p8_15{cursor:default}._custom-checkbox_qg3p8_19{display:flex;align-items:center;gap:8px;position:relative}._label_qg3p8_15{width:24px;height:24px;display:flex;align-items:center;flex-shrink:0;background:#fff;border-radius:4px;border:2px solid #dfdfdf;position:relative;overflow:hidden;cursor:pointer;transition:background-color .3s ease,border-color .3s ease}._label_qg3p8_15:hover{border:2px solid #699df5}._label_qg3p8_15:before{content:"";display:block;position:relative;flex-shrink:0;box-sizing:border-box}._label_qg3p8_15:after{width:10px;height:6px;background-color:#4484f3;position:absolute;content:"";transform:rotate(-45deg) translateZ(0);transform-origin:center center;display:none;margin:auto}._checkbox_qg3p8_1:checked~._label_qg3p8_15{background-color:#699df5;border:2px solid #699df5}._checkbox_qg3p8_1:checked~._label_qg3p8_15:before{background-image:url("data:image/svg+xml,%3csvg%20width='15'%20height='12'%20viewBox='0%200%2015%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-outside-1_526_1858'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='15'%20height='12'%20fill='black'%3e%3crect%20fill='white'%20width='15'%20height='12'/%3e%3cpath%20fillRule='evenodd'%20clipRule='evenodd'%20d='M13.0355%201L14.2163%202.19552L5.59026%2011L1%206.29253L2.18052%205.09725L5.59139%208.58338L13.0355%201Z'/%3e%3c/mask%3e%3cpath%20fillRule='evenodd'%20clipRule='evenodd'%20d='M13.0355%201L14.2163%202.19552L5.59026%2011L1%206.29253L2.18052%205.09725L5.59139%208.58338L13.0355%201Z'%20fill='white'/%3e%3cpath%20d='M13.0355%201L13.3468%200.692568L13.0346%200.376439L12.7233%200.69352L13.0355%201ZM14.2163%202.19552L14.5288%202.5017L14.83%202.19429L14.5276%201.88809L14.2163%202.19552ZM5.59026%2011L5.27703%2011.3054L5.58952%2011.6259L5.90277%2011.3062L5.59026%2011ZM1%206.29253L0.688725%205.9851L0.387025%206.29057L0.686766%206.59796L1%206.29253ZM2.18052%205.09725L2.49324%204.79129L2.18199%204.47317L1.86925%204.78982L2.18052%205.09725ZM5.59139%208.58338L5.27867%208.88934L5.59088%209.20843L5.9036%208.88986L5.59139%208.58338ZM14.5276%201.88809L13.3468%200.692568L12.7243%201.30743L13.905%202.50295L14.5276%201.88809ZM5.90277%2011.3062L14.5288%202.5017L13.9038%201.88935L5.27775%2010.6938L5.90277%2011.3062ZM0.686766%206.59796L5.27703%2011.3054L5.9035%2010.6946L1.31323%205.98709L0.686766%206.59796ZM1.86925%204.78982L0.688725%205.9851L1.31127%206.59996L2.4918%205.40468L1.86925%204.78982ZM5.90411%208.27741L2.49324%204.79129L1.86781%205.40322L5.27867%208.88934L5.90411%208.27741ZM12.7233%200.69352L5.27918%208.2769L5.9036%208.88986L13.3478%201.30648L12.7233%200.69352Z'%20fill='%23699DF5'%20mask='url(%23path-1-outside-1_526_1858)'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;left:50%;transform:translate(-50%);width:15px;height:15px}._text_qg3p8_80{font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease}._checkbox_qg3p8_1:checked~._text_qg3p8_80{color:#699df5;transition:all .2s ease}._containerWrapper_1fs9n_1{display:flex;min-height:calc(100vh - 434px);max-width:2000px;width:100%;margin:0 auto}._formWrapper_1fs9n_9{flex:1;display:flex;justify-content:center;align-items:center;background-color:#f6f6f8;padding:20px}@media only screen and (max-width: 767px){._formWrapper_1fs9n_9{background-color:#fff;padding:16px 0 32px}}._form_1fs9n_9{width:100%;max-width:510px;padding:48px;background-color:#fff;box-shadow:0 1px 3px 1px #00000026;border-radius:12px}@media only screen and (max-width: 1023px){._form_1fs9n_9{padding:16px}}@media only screen and (max-width: 767px){._form_1fs9n_9{background-color:#f6f6f8;border-radius:20px}}._authBg_1fs9n_44{flex:1;background:url(/images/auth-bg.webp) left 30% center no-repeat;background-size:cover}@media only screen and (max-width: 767px){._authBg_1fs9n_44{display:none}}._title_1fs9n_55{margin-bottom:32px}._inputWrapper_1fs9n_59{width:100%}._fieldsWrapper_1fs9n_63{display:flex;flex-direction:column;gap:16px;width:100%}._forgotPasswordWrapper_1fs9n_70{display:flex;justify-content:flex-end;width:100%;margin-top:16px}._forgotPassword_1fs9n_70{font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:100%;cursor:pointer;color:#699df5}._formText_1fs9n_86{display:flex;gap:3px;align-items:center;justify-content:center;font-weight:400;font-size:14px;line-height:20px;margin-top:16px}@media only screen and (max-width: 1023px){._formText_1fs9n_86{flex-direction:column}}._navigationLink_1fs9n_102{font-weight:600;color:#699df5}._navigationLink_1fs9n_102:hover{text-decoration:underline}._checkboxWrapper_1fs9n_110{display:flex;align-items:center;gap:8px}._checkboxText_1fs9n_116{font-weight:400;font-size:14px;line-height:20px}._checkboxText_1fs9n_116._isCheckedText_1fs9n_121{color:#699df5}._link_1fs9n_125{text-decoration:underline}._button_1fs9n_129{margin-top:16px}._quantityCounter_r892w_1{display:flex;gap:8px;-webkit-user-select:none;user-select:none}._btn_r892w_7,._plus_r892w_7,._minus_r892w_7{width:44px;height:44px;border:1px solid #dfdfdf;border-radius:12px;display:flex;align-items:center;justify-content:center;background:transparent;cursor:pointer}._btn_r892w_7:disabled,._plus_r892w_7:disabled,._minus_r892w_7:disabled{cursor:not-allowed;opacity:.4;pointer-events:none}._btn_r892w_7:hover,._plus_r892w_7:hover,._minus_r892w_7:hover{border:2px solid rgba(1,46,185,.2)}._quantity_r892w_1,._loader_r892w_27{min-width:102px;height:44px;padding:12px;border:1px solid #dfdfdf;border-radius:12px;font-weight:400;font-size:16px;line-height:20px;display:flex;align-items:center;justify-content:center}._loader_r892w_27{gap:4px}._loader_r892w_27 span{width:6px;height:6px;border-radius:50%;background:#dfdfdf;animation:_blink_r892w_1 1.2s infinite both}._loader_r892w_27 span:nth-child(2){animation-delay:.2s}._loader_r892w_27 span:nth-child(3){animation-delay:.4s}@keyframes _blink_r892w_1{0%,80%,to{opacity:.2}40%{opacity:1}}._cartItemWrapper_d3ogm_1{padding:32px;border:1px solid #dfdfdf;background-color:#fff;border-radius:20px;display:flex;align-items:center;gap:32px;position:relative}@media screen and (max-width: 1180px){._cartItemWrapper_d3ogm_1{padding:32px 8px;gap:10px}}@media only screen and (max-width: 767px){._cartItemWrapper_d3ogm_1{flex-direction:column}}._imageWrapper_d3ogm_23{max-width:248px;width:100%}@media only screen and (max-width: 767px){._imageWrapper_d3ogm_23{max-width:100%;display:flex;align-items:center;gap:8px}}._image_d3ogm_23{max-width:248px;max-height:178px;width:100%;height:auto;object-fit:cover;cursor:pointer;border-radius:12px;border:1px solid #dfdfdf;box-shadow:0 1px 3px 1px #00000026}@media only screen and (max-width: 767px){._image_d3ogm_23{max-width:162px;max-height:auto}}._info_d3ogm_54{display:flex;flex-direction:column;justify-content:space-between;gap:24px;width:100%;padding:8px 0}._price_d3ogm_63{font-weight:600;font-size:22px;line-height:20px;color:#000}@media only screen and (max-width: 767px){._price_d3ogm_63{font-size:18px}}._title_d3ogm_75{font-weight:600;font-size:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:80%;cursor:pointer}._mobileTitle_d3ogm_89{display:none;cursor:pointer}@media only screen and (max-width: 767px){._mobileTitle_d3ogm_89{display:block;font-weight:400;font-size:16px;line-height:20px}}@media only screen and (max-width: 767px){._tilteDesktop_d3ogm_103{display:none}}._quantityWrapper_d3ogm_108{display:flex;justify-content:space-between;align-items:center;gap:10px}._quantityBlock_d3ogm_115{display:flex;align-items:center;gap:16px;padding:10px 0}@media only screen and (max-width: 767px){._quantityBlock_d3ogm_115{padding:0}}._notification_d3ogm_127{display:flex;align-items:center;gap:10px}@media only screen and (max-width: 767px){._notification_d3ogm_127{align-items:flex-start}}._notificationIcon_d3ogm_138{line-height:0}._deleteIconBlock_d3ogm_142{position:absolute;top:32px;right:32px;cursor:pointer}@media screen and (max-width: 1180px){._deleteIconBlock_d3ogm_142{top:10px;right:10px;z-index:10}}._quantityLabel_d3ogm_156{font-weight:400;font-size:16px;line-height:20px;color:#666}._quantityLabel_d3ogm_156._isCheckout_d3ogm_162{font-weight:400;font-size:20px;line-height:24px;color:#000}@media only screen and (max-width: 767px){._quantityLabel_d3ogm_156{display:none}._quantityLabel_d3ogm_156._isCheckout_d3ogm_162{display:block}}._notificationText_d3ogm_177{max-width:340px;width:100%;color:#666;font-weight:400;font-size:16px;line-height:20px}._cartListWrapper_hxbu1_1{display:flex;flex-direction:column;gap:32px;width:100%}@media screen and (max-width: 1180px){._cartListWrapper_hxbu1_1{gap:24px}}._bannerWrapper_1uejv_1{position:relative;overflow:hidden;padding:16px;background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;display:flex;gap:32px;justify-content:center;align-items:center;cursor:pointer;transition:all .4s}._bannerWrapper_1uejv_1 ._title_1uejv_15,._bannerWrapper_1uejv_1 ._icon_1uejv_16,._bannerWrapper_1uejv_1 ._thirdPart_1uejv_17,._bannerWrapper_1uejv_1 ._secondPart_1uejv_18,._bannerWrapper_1uejv_1 ._firstPart_1uejv_19,._bannerWrapper_1uejv_1 ._fouthPart_1uejv_20,._bannerWrapper_1uejv_1 ._sixthPart_1uejv_21,._bannerWrapper_1uejv_1 ._fifthPart_1uejv_22,._bannerWrapper_1uejv_1 ._seventhPart_1uejv_23,._bannerWrapper_1uejv_1 ._button_1uejv_24{transition:all .4s}._bannerWrapper_1uejv_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/cartBg.webp) no-repeat center/cover;opacity:0;transition:opacity .4s ease;z-index:0}._bannerWrapper_1uejv_1:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;opacity:0;transition:opacity .4s ease;z-index:1}._bannerWrapper_1uejv_1 ._bigIcon_1uejv_45,._bannerWrapper_1uejv_1 ._content_1uejv_46{position:relative;z-index:5}@media only screen and (max-width: 767px){._bannerWrapper_1uejv_1{padding:16px;flex-direction:column;gap:32px;border:none}._bannerWrapper_1uejv_1:before{background:url(/images/cartBg.webp) no-repeat center/cover}._bannerWrapper_1uejv_1:after,._bannerWrapper_1uejv_1:before{opacity:1}._bannerWrapper_1uejv_1 ._title_1uejv_15{color:#fff}._bannerWrapper_1uejv_1 ._thirdPart_1uejv_17{fill:#f8ffea}._bannerWrapper_1uejv_1 ._secondPart_1uejv_18{fill:#507515}._bannerWrapper_1uejv_1 ._fouthPart_1uejv_20{fill:#cdea8f}._bannerWrapper_1uejv_1 ._firstPart_1uejv_19{fill:#2c4404}._bannerWrapper_1uejv_1 ._fifthPart_1uejv_22{fill:#6df08a}._bannerWrapper_1uejv_1 ._sixthPart_1uejv_21{fill:#46c963}._bannerWrapper_1uejv_1 ._seventhPart_1uejv_23{fill:#2ca64f}._bannerWrapper_1uejv_1 ._button_1uejv_24{max-width:100%;width:100%;background-color:transparent;border:1px solid #ffffff}._bannerWrapper_1uejv_1 ._button_1uejv_24 span{color:#fff}._bannerWrapper_1uejv_1 ._button_1uejv_24 ._icon_1uejv_16 path{fill:#fff}}@media (hover: hover) and (pointer: fine){._bannerWrapper_1uejv_1:hover:before,._bannerWrapper_1uejv_1:hover:after{opacity:1}._bannerWrapper_1uejv_1:hover ._title_1uejv_15{color:#fff}._bannerWrapper_1uejv_1:hover ._thirdPart_1uejv_17{fill:#f8ffea}._bannerWrapper_1uejv_1:hover ._secondPart_1uejv_18{fill:#507515}._bannerWrapper_1uejv_1:hover ._fouthPart_1uejv_20{fill:#cdea8f}._bannerWrapper_1uejv_1:hover ._firstPart_1uejv_19{fill:#2c4404}._bannerWrapper_1uejv_1:hover ._fifthPart_1uejv_22{fill:#6df08a}._bannerWrapper_1uejv_1:hover ._sixthPart_1uejv_21{fill:#46c963}._bannerWrapper_1uejv_1:hover ._seventhPart_1uejv_23{fill:#2ca64f}._bannerWrapper_1uejv_1:hover ._button_1uejv_24{background-color:#4484f3;border:1px solid #4484f3}._bannerWrapper_1uejv_1:hover ._button_1uejv_24 ._icon_1uejv_16{transform:rotate(-30deg)}._bannerWrapper_1uejv_1:hover ._button_1uejv_24 ._icon_1uejv_16 path{fill:#fff}}._content_1uejv_46{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._title_1uejv_15{font-weight:600;font-size:20px;line-height:22px;margin-bottom:15px;transition:all .4s;max-width:560px}@media only screen and (max-width: 767px){._title_1uejv_15{font-weight:400;font-size:16px}}._button_1uejv_24{min-width:210px;width:auto;background-color:#699df5;border:1px solid #699df5}._button_1uejv_24 span,._button_1uejv_24:hover span{color:#fff}._cartScreenWrapper_1qmv0_1{background-color:#f6f6f8;min-height:calc(100vh - 434px)}._cartScreenContainer_1qmv0_6{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._cartScreenContainer_1qmv0_6{padding:24px 16px 32px}}._cartContent_1qmv0_17{display:flex;align-items:flex-start;gap:32px}@media screen and (max-width: 1180px){._cartContent_1qmv0_17{flex-direction:column;gap:24px}}._cartScreenTitle_1qmv0_29{font-weight:700;font-size:30px;line-height:30px;margin-bottom:32px}@media screen and (max-width: 1180px){._cartScreenTitle_1qmv0_29{font-size:24px;line-height:24px;margin-bottom:23px}}._iconBlock_1qmv0_43{line-height:0;transform:rotate(-180deg)}._icon_1qmv0_43{transition:all .3s}._backToShopButton_1qmv0_52{min-width:193px;width:auto;height:44px;padding:11px 14px;margin-bottom:32px}._backToShopButton_1qmv0_52:hover ._icon_1qmv0_43 path{transition:all .3s;fill:#012eb9}._totalPriceWrapper_1qmv0_64{padding:32px 18px;border-radius:20px;border:1px solid #dfdfdf;background-color:#fff;max-width:326px;width:100%;transition:all .3s}@media screen and (max-width: 1180px){._totalPriceWrapper_1qmv0_64{max-width:100%;padding:24px 8px}._totalPriceWrapper_1qmv0_64._isChecked_1qmv0_78{border:1px solid #699df5;background-color:#4484f333;transition:all .3s}}@media screen and (max-width: 1180px){._totalPriceHead_1qmv0_86{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}}._totalText_1qmv0_94{font-weight:600;font-size:20px;line-height:20px;margin-bottom:32px;padding-left:14px}@media screen and (max-width: 1180px){._totalText_1qmv0_94{margin-bottom:0;padding-left:0}}._totalPrice_1qmv0_64{font-weight:600;font-size:48px;line-height:48px;margin-bottom:32px;padding-left:14px}@media screen and (max-width: 1180px){._totalPrice_1qmv0_64{font-size:32px;line-height:32px;margin-bottom:0}}._button_1qmv0_123{margin-bottom:12px}._button_1qmv0_123:disabled{background-color:#888;cursor:not-allowed;color:#fff;opacity:1}@media screen and (max-width: 1180px){._button_1qmv0_123{margin-bottom:24px}}._paymentOptions_1qmv0_138{display:flex;flex-direction:column;margin-top:32px;gap:8px;align-items:center}@media only screen and (max-width: 767px){._paymentOptions_1qmv0_138{margin-top:24px}}._paymentText_1qmv0_151{font-weight:400;font-size:16px;color:#666}._paymentIcons_1qmv0_157{display:flex;gap:12px}._bannerWrapper_1bmmd_1{position:relative;overflow:hidden;padding:27px 16px;border:1px solid #dfdfdf;border-radius:20px;display:flex;gap:58px;justify-content:center;align-items:center;cursor:pointer;transition:all .4s}._bannerWrapper_1bmmd_1 ._title_1bmmd_14,._bannerWrapper_1bmmd_1 ._icon_1bmmd_15,._bannerWrapper_1bmmd_1 ._thirdPart_1bmmd_16,._bannerWrapper_1bmmd_1 ._secondPart_1bmmd_17,._bannerWrapper_1bmmd_1 ._firstPart_1bmmd_18,._bannerWrapper_1bmmd_1 ._fouthPart_1bmmd_19,._bannerWrapper_1bmmd_1 ._sixthPart_1bmmd_20,._bannerWrapper_1bmmd_1 ._fifthPart_1bmmd_21,._bannerWrapper_1bmmd_1 ._seventhPart_1bmmd_22,._bannerWrapper_1bmmd_1 ._eighthPart_1bmmd_23,._bannerWrapper_1bmmd_1 ._button_1bmmd_24{transition:all .4s}._bannerWrapper_1bmmd_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/bannerContactUsBg.webp) no-repeat center/cover;opacity:0;transition:opacity .4s ease;z-index:0}._bannerWrapper_1bmmd_1 ._towerIcon_1bmmd_36,._bannerWrapper_1bmmd_1 ._content_1bmmd_37{position:relative;z-index:1}@media only screen and (max-width: 767px){._bannerWrapper_1bmmd_1{padding:16px;flex-direction:column;gap:32px;border:none}._bannerWrapper_1bmmd_1:before{background:url(/images/bannerContactUsBgMobile.webp) no-repeat center/cover}._bannerWrapper_1bmmd_1:before{opacity:1}._bannerWrapper_1bmmd_1 ._title_1bmmd_14{color:#fff}._bannerWrapper_1bmmd_1 ._thirdPart_1bmmd_16{fill:#b9d2e7}._bannerWrapper_1bmmd_1 ._secondPart_1bmmd_17{fill:#0c4667}._bannerWrapper_1bmmd_1 ._fouthPart_1bmmd_19{fill:#7a97ad}._bannerWrapper_1bmmd_1 ._firstPart_1bmmd_18{fill:#f5fdff}._bannerWrapper_1bmmd_1 ._fifthPart_1bmmd_21{fill:#a4c0d7}._bannerWrapper_1bmmd_1 ._sixthPart_1bmmd_20{fill:#cae7fe}._bannerWrapper_1bmmd_1 ._seventhPart_1bmmd_22{fill:#ecf6ff}._bannerWrapper_1bmmd_1 ._eighthPart_1bmmd_23{fill:#628aac}._bannerWrapper_1bmmd_1 ._button_1bmmd_24{max-width:100%;width:100%;background-color:transparent;border:1px solid #ffffff}._bannerWrapper_1bmmd_1 ._button_1bmmd_24 span{color:#fff}._bannerWrapper_1bmmd_1 ._button_1bmmd_24 ._icon_1bmmd_15 path{fill:#fff}}@media (hover: hover) and (pointer: fine){._bannerWrapper_1bmmd_1:hover:before{opacity:1}._bannerWrapper_1bmmd_1:hover ._title_1bmmd_14{color:#fff}._bannerWrapper_1bmmd_1:hover ._thirdPart_1bmmd_16{fill:#b9d2e7}._bannerWrapper_1bmmd_1:hover ._secondPart_1bmmd_17{fill:#0c4667}._bannerWrapper_1bmmd_1:hover ._fouthPart_1bmmd_19{fill:#7a97ad}._bannerWrapper_1bmmd_1:hover ._firstPart_1bmmd_18{fill:#f5fdff}._bannerWrapper_1bmmd_1:hover ._fifthPart_1bmmd_21{fill:#a4c0d7}._bannerWrapper_1bmmd_1:hover ._sixthPart_1bmmd_20{fill:#cae7fe}._bannerWrapper_1bmmd_1:hover ._seventhPart_1bmmd_22{fill:#ecf6ff}._bannerWrapper_1bmmd_1:hover ._eighthPart_1bmmd_23{fill:#628aac}._bannerWrapper_1bmmd_1:hover ._button_1bmmd_24{background-color:#4484f3;border:1px solid #4484f3}._bannerWrapper_1bmmd_1:hover ._button_1bmmd_24 ._icon_1bmmd_15{transform:rotate(-30deg)}._bannerWrapper_1bmmd_1:hover ._button_1bmmd_24 ._icon_1bmmd_15 path{fill:#fff}}._content_1bmmd_37{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._title_1bmmd_14{font-weight:600;font-size:20px;line-height:22px;margin-bottom:15px;transition:all .4s;max-width:560px}@media only screen and (max-width: 767px){._title_1bmmd_14{font-weight:400;font-size:16px}}._button_1bmmd_24{min-width:170px;width:auto;background-color:#699df5;border:1px solid #699df5}._button_1bmmd_24 span,._button_1bmmd_24:hover span{color:#fff}._wrapper_8rq6c_1{display:flex;flex-direction:column;gap:12px}._textarea_8rq6c_7{padding:12px;font-weight:400;font-size:16px;line-height:20px;border:1px solid #dfdfdf;border-radius:12px;height:92px;outline:none;resize:none}._textarea_8rq6c_7::placeholder{opacity:.4;color:#040404}._textarea_8rq6c_7._error_8rq6c_22{border:1px solid #cc1922}._textarea_8rq6c_7._error_8rq6c_22:hover,._textarea_8rq6c_7._error_8rq6c_22:focus{border:1px solid #cc1922}._textarea_8rq6c_7:is(:hover,:focus){border:1px solid #4484f3}._label_8rq6c_33{font-weight:600;font-size:16px;line-height:20px}._inputWrapper_8rq6c_39{width:100%;display:flex;flex-direction:column;gap:8px}._errorText_8rq6c_46{color:#cc1922;font-weight:400;font-size:16px;line-height:20px;margin-top:-4px;margin-left:10px}._contactForm_1yfor_1{display:flex;align-items:flex-start;gap:100px;width:100%;background-color:#fff;border-radius:20px;padding:32px}@media only screen and (max-width: 1023px){._contactForm_1yfor_1{gap:40px}}@media only screen and (max-width: 767px){._contactForm_1yfor_1{flex-direction:column;gap:32px;padding:0 16px;margin-bottom:32px}}._form_1yfor_24{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:626px;width:100%}@media only screen and (max-width: 767px){._form_1yfor_24{max-width:100%;gap:16px}}._info_1yfor_39{display:flex;flex-direction:column;align-items:flex-start;gap:32px}@media only screen and (max-width: 1023px){._info_1yfor_39{padding-right:0}}._infoList_1yfor_51{display:flex;flex-direction:column;gap:24px}._infoItem_1yfor_57{display:flex;gap:16px;align-items:center}._infoTitle_1yfor_63{font-weight:400;font-size:16px;line-height:20px;color:#666}._infoIcon_1yfor_70{line-height:0}._formTitle_1yfor_74{font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:32px}._inputsWrapper_1yfor_81{display:flex;flex-direction:column;gap:16px;width:100%}._button_1yfor_88{min-width:178px;width:auto}@media only screen and (max-width: 767px){._button_1yfor_88{min-width:100%}}._aboutUsScreen_bgere_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._aboutUsScreen_bgere_1{padding:24px 0 48px}}._content_bgere_12{position:relative;border-radius:20px;padding:100px 40px 40px;margin-bottom:32px;overflow:hidden}._content_bgere_12:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/contactUsBg.webp) no-repeat center top;background-size:cover;border-radius:20px;z-index:0}._content_bgere_12:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;border-radius:20px;z-index:1}._content_bgere_12>*{position:relative;z-index:2}@media only screen and (max-width: 1023px){._content_bgere_12{padding:184px 16px 80px}}._contentInfo_bgere_46{position:relative;z-index:5;display:flex;flex-direction:column;max-width:700px;width:100%;color:#fff;margin-bottom:44px}@media only screen and (max-width: 1023px){._contentInfo_bgere_46{margin-bottom:36px}}@media only screen and (max-width: 767px){._contentInfo_bgere_46{margin-bottom:0}}._title_bgere_67{font-family:Anton,sans-serif;font-weight:400;font-size:75px;line-height:120%}@media only screen and (max-width: 1023px){._title_bgere_67{font-size:45px}}._description_bgere_79{font-weight:500;font-size:24px;line-height:120%}@media only screen and (max-width: 767px){._description_bgere_79{font-size:16px;margin-top:16px}}._wrapper_1epgn_1{padding:40px 20px}._container_1epgn_5{max-width:800px;margin:0 auto}._header_1epgn_10{text-align:center;margin-bottom:30px}._title_1epgn_15{font-size:32px;line-height:normal;font-weight:700;margin:0 0 30px}._subtitle_1epgn_22{font-size:16px;margin:0 0 10px;line-height:normal}._date_1epgn_28{font-size:14px;line-height:normal}._intro_1epgn_33{font-size:16px;margin-bottom:25px}._section_1epgn_38{margin-bottom:30px}._sectionTitle_1epgn_42{font-size:21px;font-weight:700;margin:0 0 15px}._text_1epgn_48{font-size:16px;margin-bottom:15px}._text_1epgn_48:last-child{margin-bottom:0}._listItem_1epgn_56{margin-bottom:15px;font-size:16px}._email_1epgn_61{font-size:16px;margin:15px 0 0}._email_1epgn_61 a{color:#4484f3;text-decoration:underline}._email_1epgn_61 a:hover{text-decoration:none}._bannerAboutUs_df1vo_1{max-width:1376px;margin:auto;padding:80px 16px}@media only screen and (max-width: 767px){._bannerAboutUs_df1vo_1{padding:64px 0 48px}}._bannerAboutUsContent_df1vo_12{background:url(/images/banner-about-us-bg.webp);background-repeat:no-repeat;background-size:cover;border-radius:20px;padding:0 17% 0 40px;height:266px;width:100%;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1180px){._bannerAboutUsContent_df1vo_12{padding:0 16px;background:url(/images/banner-about-us-bg.webp) left 99% center}}._contentInfo_df1vo_31{max-width:500px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}._title_df1vo_40{font-family:Anton,sans-serif;font-weight:400;font-size:40px;line-height:46px;color:#fff}@media only screen and (max-width: 1023px){._title_df1vo_40{font-size:30px}}@media only screen and (max-width: 767px){._title_df1vo_40{margin-top:40px;font-size:24px}}._button_df1vo_59{min-width:134px;width:auto;transition:all .3s}._button_df1vo_59:hover ._icon_df1vo_64{transform:rotate(-30deg)}._icon_df1vo_64{transition:all .3s}._giftCard_df1vo_72{max-height:248px}@media screen and (max-width: 1180px){._giftCard_df1vo_72{max-height:190px}}@media only screen and (max-width: 767px){._giftCard_df1vo_72{display:none}}._categoryItem_sc0vw_1{position:relative;overflow:hidden;border-radius:20px;cursor:pointer;height:clamp(100px,100px + 70 * (100vw - 375px) / 393,170px)}._categoryItem_sc0vw_1:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000c;transition:background-color .3s ease;z-index:1}@media (hover: hover) and (pointer: fine){._categoryItem_sc0vw_1:hover:after{background-color:#0000}._categoryItem_sc0vw_1:hover ._navigateArrow_sc0vw_20{transform:rotate(-30deg);transition:transform .3s ease}}@media only screen and (max-width: 767px){._categoryItem_sc0vw_1:after{background-color:#0000}}._categoryImage_sc0vw_31{width:100%;height:100%;object-fit:cover}._categoryTitle_sc0vw_37{position:absolute;top:20px;left:20px;font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:32px;color:#fff;z-index:2}@media only screen and (max-width: 767px){._categoryTitle_sc0vw_37{top:15px}}._navigation_sc0vw_54{position:absolute;bottom:25px;right:20px;display:flex;align-items:center;gap:8px;z-index:2}@media only screen and (max-width: 767px){._navigation_sc0vw_54{bottom:17px}}._seeAll_sc0vw_69{font-weight:400;font-size:16px;line-height:20px;color:#fff}._navigateArrow_sc0vw_20{transition:transform .3s ease}@media only screen and (max-width: 767px){._navigateArrow_sc0vw_20{display:none}}._categoriesWrapper_hxjqp_1{max-width:1376px;margin:auto;padding:80px 16px}@media only screen and (max-width: 767px){._categoriesWrapper_hxjqp_1{padding:32px 0 64px}}._categoriesContainer_hxjqp_12{background-color:#699df5;border-radius:20px;padding:20px}._categoriesContainer_hxjqp_12 ._topRow_hxjqp_17{display:grid;grid-template-columns:2.11fr 3fr;gap:20px;margin-bottom:20px}@media only screen and (max-width: 767px){._categoriesContainer_hxjqp_12 ._topRow_hxjqp_17{display:flex;flex-direction:column}}._categoriesContainer_hxjqp_12 ._bottomRow_hxjqp_29{display:grid;grid-template-columns:3fr 2.11fr;gap:20px}@media only screen and (max-width: 767px){._categoriesContainer_hxjqp_12 ._bottomRow_hxjqp_29{display:flex;flex-direction:column-reverse}}@media only screen and (max-width: 767px){._categoriesContainer_hxjqp_12{padding:20px 16px}}._commentsWrapper_1v0ng_1{max-width:1376px;margin:auto;padding:0 16px}@media screen and (max-width: 1180px){._commentsWrapper_1v0ng_1{padding:0 0 0 16px}}._commentsHeader_1v0ng_12{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}@media screen and (max-width: 1180px){._commentsHeader_1v0ng_12{margin-bottom:26px;padding-right:16px}}@media only screen and (max-width: 767px){._commentsHeader_1v0ng_12{gap:16px}}._sectionTitle_1v0ng_30{font-family:Anton,sans-serif;font-weight:400}._commentsList_1v0ng_35{display:flex;gap:20px}@media screen and (max-width: 1180px){._commentsList_1v0ng_35{max-width:1180px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}._commentsList_1v0ng_35::-webkit-scrollbar{display:none}}._stars_1v0ng_51{display:flex;align-items:center;gap:7px;margin-bottom:18px}._comment_1v0ng_1{max-width:252px;width:100%}@media screen and (max-width: 1180px){._comment_1v0ng_1{min-width:250px}}._commentHeader_1v0ng_68{display:flex;align-items:center;gap:4px;margin-bottom:12px}._name_1v0ng_75{font-weight:600;font-size:20px;line-height:22px}._commentText_1v0ng_81{font-weight:400;font-size:16px;line-height:22px;letter-spacing:0%;color:#666}._button_1v0ng_89{padding:11px 15px;min-width:142px;width:auto}._mainBannerWrapper_ness0_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._mainBannerWrapper_ness0_1{padding:0 0 32px}}._mainBannerContainer_ness0_12{position:relative;width:100%;background-image:url(/images/main-bg.webp);background-repeat:no-repeat;background-size:cover;border-radius:20px;min-height:389px;padding:76px 40px}@media only screen and (max-width: 767px){._mainBannerContainer_ness0_12{padding:148px 16px 38px;background-position-x:60%;border-radius:0 0 20px 20px}}._mainBannerContent_ness0_30{max-width:700px;width:100%;color:#fff}@media only screen and (max-width: 767px){._mainBannerContent_ness0_30{max-width:100%}}._title_ness0_41{font-family:Anton,sans-serif;line-height:90px;font-weight:400}@media only screen and (max-width: 767px){._title_ness0_41{font-weight:400;font-size:45px;line-height:54px}}._description_ness0_54{font-weight:500;font-size:16px;line-height:20px;max-width:412px}@media only screen and (max-width: 767px){._description_ness0_54{font-weight:500;font-size:14px}}._cards_ness0_67{position:absolute;bottom:0;right:0;max-width:454px}@media only screen and (max-width: 1023px){._cards_ness0_67{display:none}}._productsListWrapper_f8hq8_1{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1180px){._productsListWrapper_f8hq8_1{gap:16px}}._productsHeader_f8hq8_12{display:flex;align-items:center;justify-content:space-between}._navigation_f8hq8_18{display:flex;align-items:center;gap:8px;cursor:pointer}@media screen and (max-width: 1180px){._navigation_f8hq8_18{padding-right:16px}}._navigation_f8hq8_18:hover ._navigateArrow_f8hq8_29{transition:transform .3s ease-in-out;transform:rotate(-30deg)}._navigateArrow_f8hq8_29{transition:transform .3s ease-in-out}@media only screen and (max-width: 767px){._navigateArrow_f8hq8_29{display:none}}._title_f8hq8_43{font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:34px}._productsList_f8hq8_1{display:flex;align-items:center;gap:20px}@media screen and (max-width: 1180px){._productsList_f8hq8_1{max-width:1180px;gap:16px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}._productsList_f8hq8_1::-webkit-scrollbar{display:none}}._cardWrapper_1x37b_1{display:flex;flex-direction:column;flex:1 1 200px;max-width:252px;height:255px;border-radius:20px;border:1px solid #dfdfdf;overflow:hidden;cursor:pointer}._cardWrapper_1x37b_1._bigCard_1x37b_12{flex:1 1 300px;max-width:400px;height:530px}._cardWrapper_1x37b_1._bigCard_1x37b_12 ._cardType_1x37b_17{width:80%}@media screen and (max-width: 1180px){._cardWrapper_1x37b_1{min-width:242px;height:210px}._cardWrapper_1x37b_1._bigCard_1x37b_12{width:320px;height:440px}._cardWrapper_1x37b_1._bigCard_1x37b_12 ._productCardImg_1x37b_29{height:87%}}._productCardImg_1x37b_29{width:100%;height:90%;object-fit:cover;object-position:bottom}@media screen and (max-width: 1180px){._productCardImg_1x37b_29{height:152px}}._cardContent_1x37b_46{display:flex;align-items:center;justify-content:space-between;padding:15px;position:relative;height:70px;background-color:#f0f0f0;z-index:1;overflow:hidden;transition:height .3s ease}._cardContent_1x37b_46:before{content:"";position:absolute;left:0;right:0;bottom:0;height:0;background-color:#4484f3;transition:height .4s ease;z-index:-1}@media (hover: hover) and (pointer: fine){._cardWrapper_1x37b_1:hover ._cardType_1x37b_17,._cardWrapper_1x37b_1:hover ._cardPrice_1x37b_72,._cardWrapper_1x37b_1:hover ._cardPriceOld_1x37b_73{color:#fff}._cardWrapper_1x37b_1:hover ._cardContent_1x37b_46:before{height:100%}}._cardPrice_1x37b_72{display:flex;flex-direction:column;gap:4px;white-space:nowrap;font-weight:700;font-size:18px;line-height:20px}._cardPriceOld_1x37b_73{font-weight:400;font-size:14px;line-height:20px;text-decoration:line-through;color:#666;text-align:right}._cardType_1x37b_17{width:65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._productsWrapper_16j1h_1{max-width:1376px;margin:auto;padding:0 16px;display:flex;flex-direction:column;gap:48px}@media screen and (max-width: 1180px){._productsWrapper_16j1h_1{padding:0 0 0 16px;gap:32px}}._productsSliderWrapper_99fo1_1{max-width:1376px;margin:auto auto 48px;padding:0 16px}@media screen and (max-width: 1180px){._productsSliderWrapper_99fo1_1{margin-bottom:32px;padding:0 0 0 16px}}._sliderTitle_99fo1_14{font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:32px;margin-bottom:40px}@media screen and (max-width: 1180px){._sliderTitle_99fo1_14{margin-bottom:16px}}._smallCards_99fo1_27{display:grid;grid-template-columns:242px 242px;gap:20px 20px}._slideWrapper_99fo1_33{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px 20px}._customPagination_99fo1_39{display:flex;gap:16px;justify-content:center;margin-top:52px}@media screen and (max-width: 1180px){._customPagination_99fo1_39{display:none}}._bullet_99fo1_51,._activeBullet_99fo1_51{background-color:#bebebe;width:24px;height:24px;border-radius:50%;cursor:pointer}._activeBullet_99fo1_51{background-color:#000}._mobileSlider_99fo1_63{display:flex;gap:20px;max-width:1180px;gap:16px;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none}._mobileSlider_99fo1_63::-webkit-scrollbar{display:none}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_r6iof_1{margin:auto;height:100vh;max-width:2000px;background-image:url(/images/notFoundPage.webp);background-position:center;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width: 1023px){._wrapper_r6iof_1{height:70vh}}@media only screen and (max-width: 767px){._wrapper_r6iof_1{height:50vh}}._content_r6iof_21{max-width:650px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:38px;padding:10% 0 0 5%}._title_r6iof_31{font-family:Anton,sans-serif;font-weight:400;font-size:75px;line-height:120%;color:#fff}@media only screen and (max-width: 1023px){._title_r6iof_31{font-size:45px}}._button_r6iof_44{min-width:170px;width:auto}@media (hover: hover) and (pointer: fine){._button_r6iof_44:hover ._icon_r6iof_49{transform:rotate(-30deg)}._button_r6iof_44:hover ._icon_r6iof_49 path{fill:#fff}}._icon_r6iof_49{transition:transform .3s ease-in-out}._wrapper_kqjo5_1{padding:40px 20px}._container_kqjo5_5{max-width:800px;margin:0 auto}._header_kqjo5_10{text-align:center;margin-bottom:30px}._title_kqjo5_15{font-size:32px;line-height:normal;font-weight:700;margin:0 0 30px}._subtitle_kqjo5_22{font-size:16px;margin:0 0 10px;line-height:normal}._date_kqjo5_28{font-size:14px}._content_kqjo5_32{line-height:normal}._intro_kqjo5_36{font-size:16px;margin-bottom:25px}._section_kqjo5_41{margin-bottom:30px}._sectionTitle_kqjo5_45{font-size:21px;font-weight:700;margin:0 0 15px}._text_kqjo5_51{font-size:16px;margin-bottom:15px}._list_kqjo5_56{margin:15px 0;padding-left:25px}._list_kqjo5_56 li{list-style:disc}._listItem_kqjo5_64{margin-bottom:8px;font-size:16px;line-height:normal}._link_kqjo5_70{color:#4484f3;text-decoration:underline}._link_kqjo5_70:hover{text-decoration:none}._email_kqjo5_78{font-size:16px;margin:15px 0 0}._email_kqjo5_78 a{color:#4484f3;text-decoration:underline}._email_kqjo5_78 a:hover{text-decoration:none}._container_k11od_1{display:flex;align-items:flex-start;justify-content:space-between;background-color:#fff;border-radius:12px;padding:16px}@media only screen and (max-width: 767px){._container_k11od_1{padding:16px 8px}}._questionWrapper_k11od_15{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px}._content_k11od_23{width:100%}._question_k11od_15{font-weight:600;font-size:20px;line-height:24px}._arrow_k11od_33{line-height:0;transition:all .4s ease}._arrow_k11od_33._open_k11od_37{transform:rotate(180deg)}._replyWrapper_k11od_41{height:0;overflow:hidden;transition:height .4s ease;max-width:758px;width:100%}._reply_k11od_41{font-weight:400;font-size:16px;line-height:22px;color:#666;margin-top:15px}._faqSection_rti4m_1{margin-top:72px}@media only screen and (max-width: 767px){._faqSection_rti4m_1{margin-top:32px;padding:0 16px}}._title_rti4m_11{font-weight:700;font-size:30px;line-height:34px;margin-bottom:28px}@media only screen and (max-width: 767px){._title_rti4m_11{font-size:18px;line-height:20px;margin-bottom:16px}}._contentWrapper_rti4m_25{display:flex;flex-direction:column;gap:16px;padding:32px;background-color:#f6f6f8;border:1px solid #dfdfdf;border-radius:20px}@media only screen and (max-width: 767px){._contentWrapper_rti4m_25{padding:32px 8px}}@keyframes _shimmer_13p16_1{0%{transform:translate(0)}to{transform:translate(300px)}}._button_13p16_9,._buttonOutline_13p16_10,._priceValue_13p16_10,._pricePlaceholder_13p16_10,._priceInfo_13p16_10,._descriptionLine_13p16_10,._counter_13p16_10,._regionLine_13p16_10,._quantityLabel_13p16_11,._descriptionLabel_13p16_12,._seeAll_13p16_13,._productImg_13p16_13,._title_13p16_13{background-color:#dfdfdf;position:relative;overflow:hidden}._button_13p16_9:after,._buttonOutline_13p16_10:after,._priceValue_13p16_10:after,._pricePlaceholder_13p16_10:after,._priceInfo_13p16_10:after,._descriptionLine_13p16_10:after,._counter_13p16_10:after,._regionLine_13p16_10:after,._quantityLabel_13p16_11:after,._descriptionLabel_13p16_12:after,._seeAll_13p16_13:after,._productImg_13p16_13:after,._title_13p16_13:after{content:"";position:absolute;top:0;left:-150px;width:150px;height:100%;background:linear-gradient(90deg,transparent,#f0f0f0,transparent);animation:_shimmer_13p16_1 1.5s infinite}._skeletonPage_13p16_33{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._skeletonPage_13p16_33{gap:0}}._title_13p16_13{width:80%;height:52px;border-radius:12px}@media only screen and (max-width: 1023px){._title_13p16_13{height:40px}}@media only screen and (max-width: 767px){._title_13p16_13{height:26px;margin:0 16px 24px}}._content_13p16_61{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:32px}._infoWrapper_13p16_69{display:flex;gap:32px}@media screen and (max-width: 1180px){._infoWrapper_13p16_69{gap:16px;flex-direction:column}}@media only screen and (max-width: 767px){._infoWrapper_13p16_69{width:100%;padding:0 16px;gap:24px}}._productImg_13p16_13{width:456px;height:320px;border-radius:12px;border:1px solid #dfdfdf}@media only screen and (max-width: 767px){._productImg_13p16_13{width:100%;min-height:190px;height:auto}}._info_13p16_69{display:flex;flex-direction:column;gap:18px;margin-top:32px;max-width:454px}._regionLine_13p16_10,._quantityLabel_13p16_11,._descriptionLabel_13p16_12,._seeAll_13p16_13{height:24px;border-radius:8px}._regionLine_13p16_10{width:50%}._quantityWrapper_13p16_121{display:flex;align-items:center;gap:16px}._quantityLabel_13p16_11{width:120px}._counter_13p16_10{width:140px;height:44px;border-radius:12px}._description_13p16_10{display:flex;flex-direction:column;gap:6px}._descriptionLabel_13p16_12{width:160px}._descriptionLine_13p16_10{width:100%;height:16px;border-radius:8px}._seeAll_13p16_13{width:90px}._priceInfo_13p16_10{display:flex;flex-direction:column;gap:32px;padding:18px;max-width:326px;width:100%;border-radius:20px;border:1px solid #dfdfdf}@media only screen and (max-width: 767px){._priceInfo_13p16_10{display:none}}._pricePlaceholder_13p16_10{width:100%;height:42px;border-radius:10px}._priceValues_13p16_179{display:flex;flex-direction:column;gap:8px;padding:0 14px}._priceValue_13p16_10{height:38px;border-radius:10px;width:80%}._actions_13p16_192{display:flex;flex-direction:column;gap:16px}._button_13p16_9,._buttonOutline_13p16_10{height:44px;border-radius:14px}._button_13p16_9{width:100%}._buttonOutline_13p16_10{width:100%;opacity:.5}._productScreen_8e8zb_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._productScreen_8e8zb_1{padding:24px 0 48px}}._title_8e8zb_12{font-weight:600;font-size:48px;line-height:52px;margin-bottom:32px}@media only screen and (max-width: 1023px){._title_8e8zb_12{font-size:34px;line-height:40px}}@media only screen and (max-width: 767px){._title_8e8zb_12{padding:0 16px;font-weight:700;font-size:24px;line-height:26px;margin-bottom:24px}}._content_8e8zb_34{display:flex;justify-content:space-between;gap:20px;margin-bottom:32px}@media screen and (max-width: 1180px){._content_8e8zb_34{align-items:flex-start}}._productImg_8e8zb_46{max-width:456px;width:100%;max-height:328px;height:auto;border-radius:12px;border:1px solid #dfdfdf;margin-bottom:auto;object-fit:cover}@media only screen and (max-width: 767px){._productImg_8e8zb_46{max-width:100%}}._infoWrapper_8e8zb_62{display:flex;gap:32px}@media screen and (max-width: 1180px){._infoWrapper_8e8zb_62{gap:16px;flex-direction:column}}@media only screen and (max-width: 767px){._infoWrapper_8e8zb_62{width:100%;padding:0 16px;gap:24px}}._info_8e8zb_62{display:flex;flex-direction:column;gap:18px;margin-top:32px;max-width:454px;width:100%}@media screen and (max-width: 1180px){._info_8e8zb_62{margin-top:0}}@media only screen and (max-width: 767px){._info_8e8zb_62{gap:24px;max-width:100%}}._totalQuantityBlockMobile_8e8zb_100,._totalQuantityBlock_8e8zb_100{display:flex;align-items:center;justify-content:space-between;margin-top:-16px;padding:0 14px}._totalQuantityBlockMobile_8e8zb_100{display:none}@media only screen and (max-width: 767px){._totalQuantityBlockMobile_8e8zb_100{display:flex;padding:0;margin-top:0}}._totalQuantityLabel_8e8zb_120,._totalQuantityValue_8e8zb_121{font-weight:400;font-size:16px;line-height:20px;color:#666}._quantityLabel_8e8zb_128,._descriptionLabel_8e8zb_129,._quantityWrapper_8e8zb_130,._priceLabel_8e8zb_131,._textInfo_8e8zb_132{font-weight:400;font-size:24px;line-height:28px;color:#666;display:flex;align-items:center}@media only screen and (max-width: 1023px){._quantityLabel_8e8zb_128,._descriptionLabel_8e8zb_129,._quantityWrapper_8e8zb_130,._priceLabel_8e8zb_131,._textInfo_8e8zb_132{font-size:18px;color:#000}}._quantityWrapper_8e8zb_130{display:flex}@media only screen and (max-width: 767px){._quantityWrapper_8e8zb_130{justify-content:space-between}}._regionValue_8e8zb_160{margin-left:16px}._descrption_8e8zb_164{display:flex;flex-direction:column}._descriptionLabel_8e8zb_129{margin-bottom:16px}._quantityLabel_8e8zb_128{margin-right:16px}._descriptionValue_8e8zb_177{font-weight:400;font-size:16px;line-height:22px;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._descriptionValue_8e8zb_177._isActive_8e8zb_188{-webkit-line-clamp:unset}._priceMobile_8e8zb_192{display:none;margin-bottom:-8px}@media only screen and (max-width: 767px){._priceMobile_8e8zb_192{display:flex;align-items:center;gap:10px}}@media only screen and (max-width: 767px){._regionDesktop_8e8zb_205{display:none}}._regionMobile_8e8zb_210,._mobileButtonWrapper_8e8zb_211{display:none}@media only screen and (max-width: 767px){._regionMobile_8e8zb_210,._mobileButtonWrapper_8e8zb_211{display:block}}._mobilePrices_8e8zb_221{display:flex;align-items:center;gap:6px}._seeAll_8e8zb_227{color:#699df5;font-weight:500;font-size:16px;line-height:20px;cursor:pointer;width:fit-content}@media only screen and (max-width: 767px){._seeAll_8e8zb_227{margin-top:-8px}}._priceInfo_8e8zb_241{display:flex;flex-direction:column;gap:32px;border:1px solid #dfdfdf;border-radius:20px;padding:18px;max-width:326px;width:100%}@media only screen and (max-width: 767px){._priceInfo_8e8zb_241{display:none}}._pricePlaceholder_8e8zb_257{font-weight:600;font-size:20px;line-height:24px;color:#666;padding:14px 14px 0}._priceInfoWrapper_8e8zb_265{display:flex;flex-direction:column;gap:8px;padding:0 14px}._priceValue_8e8zb_272{font-weight:600;font-size:48px;line-height:52px;color:#000}@media only screen and (max-width: 767px){._priceValue_8e8zb_272{font-size:18px;line-height:20px}}._oldPriceValue_8e8zb_285{font-weight:600;font-size:32px;line-height:36px;text-decoration:line-through;color:#666}@media only screen and (max-width: 767px){._oldPriceValue_8e8zb_285{font-size:16px;line-height:20px}}._actions_8e8zb_299{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 767px){._similarItems_8e8zb_306{margin-bottom:32px;padding-left:16px}}._giftCardGroupTitle_8e8zb_312{font-family:Open Sans,sans-serif;font-weight:700;font-size:30px;line-height:32px}@media only screen and (max-width: 767px){._giftCardGroupTitle_8e8zb_312{font-size:18px;line-height:20px}}._moreInformation_8e8zb_325{padding:32px;border:1px solid #dfdfdf;background-color:#f6f6f8;border-radius:20px;margin:32px 0}@media only screen and (max-width: 767px){._moreInformation_8e8zb_325{display:none}}._moreInformationTitle_8e8zb_338{font-weight:700;font-size:30px;line-height:34px;margin-bottom:32px}._moreInformationText_8e8zb_345{max-width:844px;margin:0 auto;font-weight:400;font-size:16px;color:#666}@media screen and (max-width: 1180px){._moreInformationText_8e8zb_345{max-width:100%}}._pagination_giq6u_1{display:flex;align-items:center;justify-content:center;gap:2px}._breakLabel_giq6u_8,._page_giq6u_9{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;color:#666}._breakLabel_giq6u_8:hover,._page_giq6u_9:hover{background-color:#dfdfdf;cursor:pointer;color:#000}._link_giq6u_26{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._link_giq6u_26:hover{color:#000}._activeLink_giq6u_37{background-color:#dfdfdf;border-radius:8px;cursor:default;color:#000}._activeLink_giq6u_37:hover{color:#000}._previousLink_giq6u_47,._nextLink_giq6u_48{display:none}._item_s0ov5_1{display:flex;align-items:center;gap:8px}._lable_s0ov5_7{font-size:16px;font-weight:400}._productItem_1pw4q_1{padding:16px 32px;background-color:#fff;border-radius:20px;border:1px solid #dfdfdf;display:flex;justify-content:space-between;gap:25px}@media screen and (max-width: 1180px){._productItem_1pw4q_1{padding:14px}}@media only screen and (max-width: 767px){._productItem_1pw4q_1{padding:8px;gap:12px;background:transparent}}._content_1pw4q_23{display:flex;gap:25px}@media screen and (max-width: 1180px){._content_1pw4q_23{flex-direction:column}}@media only screen and (max-width: 767px){._content_1pw4q_23{gap:8px}}._image_1pw4q_38{max-width:248px;width:100%;aspect-ratio:248/178;object-fit:cover;border:1px solid #dfdfdf;border-radius:12px;cursor:pointer}@media only screen and (max-width: 767px){._image_1pw4q_38{gap:8px;max-width:27.533vw}}._info_1pw4q_54{flex:1 1 0}._title_1pw4q_58{font-weight:600;font-size:20px;line-height:26px;margin-bottom:24px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}@media screen and (max-width: 1180px){._title_1pw4q_58{margin-bottom:8px}}@media only screen and (max-width: 767px){._title_1pw4q_58{font-size:14px;line-height:20px}}._description_1pw4q_83,._textInfo_1pw4q_84{font-weight:400;font-size:16px;line-height:20px;color:#666}@media only screen and (max-width: 767px){._description_1pw4q_83,._textInfo_1pw4q_84{font-size:12px;line-height:20px}}._details_1pw4q_98{display:flex;flex-direction:column;gap:12px}@media only screen and (max-width: 767px){._details_1pw4q_98{gap:8px}}._description_1pw4q_83{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1180px){._description_1pw4q_83{-webkit-line-clamp:1}}._priceInfo_1pw4q_122{display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 1180px){._priceInfo_1pw4q_122{gap:8px}}._prices_1pw4q_133{display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media screen and (max-width: 1180px){._prices_1pw4q_133{flex-direction:row}}._price_1pw4q_122{font-weight:600;font-size:22px;white-space:nowrap}@media only screen and (max-width: 767px){._price_1pw4q_122{font-size:14px}}._oldPrice_1pw4q_156{font-weight:400;font-size:17px;line-height:20px;color:#666;text-decoration:line-through}@media only screen and (max-width: 767px){._oldPrice_1pw4q_156{font-size:12px}}._buttons_1pw4q_169{display:flex;justify-content:flex-end;gap:8px}@media screen and (max-width: 1180px){._buttons_1pw4q_169{justify-content:flex-start}}._button_1pw4q_169{min-width:100px;width:auto}@media screen and (max-width: 1180px){._button_1pw4q_169{min-width:150px}}._cartBlockWrapper_1pw4q_190{position:relative;border:1px solid #dfdfdf;background-color:#fff;border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center}@media (hover: hover) and (pointer: fine){._cartBlockWrapper_1pw4q_190:hover{background-color:#4484f3;border:1px solid #4484f3;transition:all .3s;cursor:pointer}._cartBlockWrapper_1pw4q_190:hover ._cartIcon_1pw4q_208 path{transition:all .3s;fill:#fff}}._skeletonCard_7yom9_1{display:flex;gap:32px;max-width:900px;height:209px;background-color:#fff;border-radius:16px;padding:16px 32px;box-shadow:0 2px 8px #0000001a;overflow:hidden;position:relative}@media screen and (max-width: 1180px){._skeletonCard_7yom9_1{padding:14px;height:244px}}@media only screen and (max-width: 767px){._skeletonCard_7yom9_1{padding:8px;gap:12px;height:202px;background:transparent}}._image_7yom9_28,._title_7yom9_29,._textLineShort_7yom9_30,._textLineMedium_7yom9_31,._textLineFull_7yom9_32,._price_7yom9_33,._button_7yom9_34{background-color:#dfdfdf;position:relative;overflow:hidden}._image_7yom9_28:after,._title_7yom9_29:after,._textLineShort_7yom9_30:after,._textLineMedium_7yom9_31:after,._textLineFull_7yom9_32:after,._price_7yom9_33:after,._button_7yom9_34:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,#f0f0f0,transparent);animation:_shimmer_7yom9_1 1.5s infinite}._image_7yom9_28{max-width:248px;width:100%;aspect-ratio:248/178;border-radius:12px}@media only screen and (max-width: 767px){._image_7yom9_28{gap:8px;max-width:27.533vw}}._content_7yom9_69{flex:1;display:flex;flex-direction:column;justify-content:space-between}._title_7yom9_29{width:70%;height:20px;border-radius:8px}._textLineShort_7yom9_30{width:30%;height:14px;margin-top:8px;border-radius:8px}._textLineMedium_7yom9_31{width:50%;height:14px;margin-top:6px;border-radius:8px}._textLineFull_7yom9_32{width:100%;height:14px;margin-top:6px;border-radius:8px}._bottomRow_7yom9_103{display:flex;justify-content:space-between;align-items:center;margin-top:16px}._price_7yom9_33{width:80px;height:20px;border-radius:8px}._button_7yom9_34{width:100px;height:36px;border-radius:10px}@keyframes _shimmer_7yom9_1{0%{transform:translate(0)}to{transform:translate(300px)}}._productsScreen_6oakh_1{background-color:#f6f6f8;border:1px solid #dfdfdf;border-radius:20px;position:relative;flex:1;padding:40px}@media screen and (max-width: 1180px){._productsScreen_6oakh_1{padding:20px}}@media only screen and (max-width: 1023px){._productsScreen_6oakh_1{width:100%;margin-top:-210px}}@media only screen and (max-width: 767px){._productsScreen_6oakh_1{padding:24px 16px 34px;border-radius:0;border:none}}._filterPanel_6oakh_28{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media only screen and (max-width: 767px){._filterPanel_6oakh_28{padding:16px;background-color:#fff;margin-bottom:24px}}._resetAll_6oakh_42{display:flex;justify-content:flex-end}@media only screen and (max-width: 767px){._resetAll_6oakh_42{justify-content:flex-start}}._resetAllText_6oakh_52{font-weight:400;font-size:16px;color:#699df5;cursor:pointer}._filters_6oakh_59{display:flex;justify-content:space-between;align-items:center;gap:16px}@media only screen and (max-width: 767px){._filters_6oakh_59{flex-direction:column-reverse;align-items:flex-start}}._filterTitle_6oakh_72{font-weight:600;font-size:18px;color:#000}._filterOption_6oakh_78{display:flex;align-items:center;gap:17px}@media only screen and (max-width: 767px){._filterOption_6oakh_78{width:100%}}._filterPriceInputs_6oakh_89{display:flex;align-items:center;gap:4px}@media only screen and (max-width: 767px){._filterPriceInputs_6oakh_89{width:100%}}._filterPriceTo_6oakh_100{font-size:16px;line-height:20px}._filterPriceInput_6oakh_89{max-width:100px;height:32px;background-color:transparent}@media only screen and (max-width: 767px){._filterPriceInput_6oakh_89{height:44px;max-width:100%;width:100%}}._title_6oakh_118{font-weight:700;font-size:30px;line-height:34px;margin:32px 0}@media only screen and (max-width: 767px){._title_6oakh_118{margin:24px 0;font-size:18px;line-height:20px}}._pagination_6oakh_132{display:flex;justify-content:flex-end;margin-top:32px}@media only screen and (max-width: 767px){._pagination_6oakh_132{margin-top:26px;justify-content:center}}._products_6oakh_1{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._products_6oakh_1{gap:16px}}._searchHeader_6oakh_155{display:flex;align-items:center;gap:8px;margin-bottom:30px}@media only screen and (max-width: 767px){._searchHeader_6oakh_155{margin-bottom:16px}}._searchHeaderTitle_6oakh_167{font-family:Open Sans;font-weight:400;font-size:24px;line-height:28px}@media only screen and (max-width: 767px){._searchHeaderTitle_6oakh_167{font-size:18px;line-height:20px}}._clearSearch_6oakh_180{line-height:0;cursor:pointer}._noResultsTitle_6oakh_185{font-weight:400;font-size:24px;line-height:28px;margin-bottom:16px}@media only screen and (max-width: 767px){._noResultsTitle_6oakh_185{font-size:18px}}._noResultsSubtitle_6oakh_197{font-weight:400;font-size:20px;line-height:24px;color:#666}@media only screen and (max-width: 767px){._noResultsSubtitle_6oakh_197{font-size:16px}}._bannerWrapper_yn8p0_1{position:relative;overflow:hidden;padding:16px;border:1px solid #dfdfdf;border-radius:20px;display:flex;gap:32px;justify-content:center;align-items:center;cursor:pointer;transition:all .4s}._bannerWrapper_yn8p0_1 ._title_yn8p0_14,._bannerWrapper_yn8p0_1 ._icon_yn8p0_15,._bannerWrapper_yn8p0_1 ._thirdPart_yn8p0_16,._bannerWrapper_yn8p0_1 ._secondPart_yn8p0_17,._bannerWrapper_yn8p0_1 ._firstPart_yn8p0_18,._bannerWrapper_yn8p0_1 ._fouthPart_yn8p0_19,._bannerWrapper_yn8p0_1 ._sixthPart_yn8p0_20,._bannerWrapper_yn8p0_1 ._fifthPart_yn8p0_21,._bannerWrapper_yn8p0_1 ._button_yn8p0_22{transition:all .4s}._bannerWrapper_yn8p0_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/bannerContactUsBg.webp) no-repeat center/cover;opacity:0;transition:opacity .4s ease;z-index:0}._bannerWrapper_yn8p0_1 ._towerIcon_yn8p0_34,._bannerWrapper_yn8p0_1 ._content_yn8p0_35{position:relative;z-index:1}@media only screen and (max-width: 767px){._bannerWrapper_yn8p0_1{padding:16px;flex-direction:column;gap:32px;border:none}._bannerWrapper_yn8p0_1:before{background:url(/images/bannerContactUsBgMobile.webp) no-repeat center/cover}._bannerWrapper_yn8p0_1:before{opacity:1}._bannerWrapper_yn8p0_1 ._title_yn8p0_14{color:#fff}._bannerWrapper_yn8p0_1 ._thirdPart_yn8p0_16{stroke:#2d2a3b;fill:#2d2a3b}._bannerWrapper_yn8p0_1 ._secondPart_yn8p0_17{fill:#cefffc}._bannerWrapper_yn8p0_1 ._fouthPart_yn8p0_19{stroke:#49efe5}._bannerWrapper_yn8p0_1 ._firstPart_yn8p0_18{fill:#6b6373}._bannerWrapper_yn8p0_1 ._fifthPart_yn8p0_21{fill:#7cede6}._bannerWrapper_yn8p0_1 ._sixthPart_yn8p0_20{fill:#50e0d7}._bannerWrapper_yn8p0_1 ._button_yn8p0_22{max-width:100%;width:100%;background-color:transparent;border:1px solid #ffffff}._bannerWrapper_yn8p0_1 ._button_yn8p0_22 span{color:#fff}._bannerWrapper_yn8p0_1 ._button_yn8p0_22 ._icon_yn8p0_15 path{fill:#fff}}@media (hover: hover) and (pointer: fine){._bannerWrapper_yn8p0_1:hover:before{opacity:1}._bannerWrapper_yn8p0_1:hover ._title_yn8p0_14{color:#fff}._bannerWrapper_yn8p0_1:hover ._thirdPart_yn8p0_16{stroke:#2d2a3b;fill:#2d2a3b}._bannerWrapper_yn8p0_1:hover ._secondPart_yn8p0_17{fill:#cefffc}._bannerWrapper_yn8p0_1:hover ._fouthPart_yn8p0_19{stroke:#49efe5}._bannerWrapper_yn8p0_1:hover ._firstPart_yn8p0_18{fill:#6b6373}._bannerWrapper_yn8p0_1:hover ._fifthPart_yn8p0_21{fill:#7cede6}._bannerWrapper_yn8p0_1:hover ._sixthPart_yn8p0_20{fill:#50e0d7}._bannerWrapper_yn8p0_1:hover ._button_yn8p0_22{background-color:#4484f3;border:1px solid #4484f3}._bannerWrapper_yn8p0_1:hover ._button_yn8p0_22 ._icon_yn8p0_15{transform:rotate(-30deg)}._bannerWrapper_yn8p0_1:hover ._button_yn8p0_22 ._icon_yn8p0_15 path{fill:#fff}}._content_yn8p0_35{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._title_yn8p0_14{font-weight:600;font-size:20px;line-height:22px;margin-bottom:15px;transition:all .4s;max-width:560px}@media only screen and (max-width: 767px){._title_yn8p0_14{font-weight:400;font-size:16px}}._button_yn8p0_22{min-width:172px;width:auto;background-color:#699df5;border:1px solid #699df5}._button_yn8p0_22 span,._button_yn8p0_22:hover span{color:#fff}._contactForm_17url_1{display:flex;justify-content:space-between;flex-direction:column;align-items:flex-start;gap:32px;max-width:530px;width:100%;background-color:#fff;border-radius:20px;padding:32px}@media only screen and (max-width: 767px){._contactForm_17url_1{flex-direction:column;gap:32px;padding:0 16px;margin-bottom:32px;max-width:100%}}._formTitle_17url_23{font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:32px}._inputsWrapper_17url_30{display:flex;flex-direction:column;gap:16px;width:100%}._button_17url_37{min-width:178px;width:auto}@media only screen and (max-width: 767px){._button_17url_37{min-width:100%}}._stars_17url_47{display:flex;align-items:center;gap:7px}._aboutUsScreen_1p0hp_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._aboutUsScreen_1p0hp_1{padding:24px 0 48px}}._content_1p0hp_12{position:relative;border-radius:20px;padding:25px 40px 45px;margin-bottom:32px;overflow:hidden;display:flex;justify-content:space-between;gap:15px}._content_1p0hp_12:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/contactUsBg.webp) no-repeat bottom;background-size:cover;background-position-y:75%;border-radius:20px;z-index:0}._content_1p0hp_12:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;border-radius:20px;z-index:1}._content_1p0hp_12>*{position:relative;z-index:2}@media only screen and (max-width: 1023px){._content_1p0hp_12{padding:80px 16px 40px}}._contentInfo_1p0hp_50{position:relative;z-index:5;display:flex;flex-direction:column;max-width:640px;width:100%;margin-top:70px;color:#fff}._title_1p0hp_61{font-family:Anton,sans-serif;font-weight:400;font-size:75px;line-height:120%}@media only screen and (max-width: 1023px){._title_1p0hp_61{font-size:40px}}._description_1p0hp_73{font-weight:500;font-size:24px;line-height:120%}@media only screen and (max-width: 767px){._description_1p0hp_73{font-size:16px;margin-top:16px}}._wrapper_m7wup_1{padding:40px 20px}._container_m7wup_5{max-width:800px;margin:0 auto}._header_m7wup_10{text-align:center;margin-bottom:30px}._title_m7wup_15{font-size:32px;line-height:normal;font-weight:700;margin:0 0 30px}._subtitle_m7wup_22{font-size:16px;margin:0 0 10px;line-height:normal}._date_m7wup_28{font-size:14px;margin:5px 0;font-style:italic}._content_m7wup_34{line-height:normal}._intro_m7wup_38{font-size:16px;margin-bottom:25px}._section_m7wup_43{margin-bottom:30px}._sectionTitle_m7wup_47{font-size:21px;font-weight:700;margin:0 0 15px}._text_m7wup_53{font-size:16px;margin-bottom:15px}._subsection_m7wup_58{margin:20px 0}._list_m7wup_62,._orderedList_m7wup_63{margin:15px 0;padding-left:25px}._list_m7wup_62 li,._orderedList_m7wup_63 li{list-style:disc}._orderedList_m7wup_63 li{list-style:decimal}._listItem_m7wup_76{margin-bottom:8px;font-size:16px;line-height:normal}._link_m7wup_82{color:#4484f3;text-decoration:underline}._link_m7wup_82:hover{text-decoration:none}._email_m7wup_90{font-size:16px;margin:15px 0 0}._email_m7wup_90 a{color:#4484f3;text-decoration:underline}._email_m7wup_90 a:hover{text-decoration:none}._resultCartData_xx2j1_1{padding:32px;margin-top:72px;background-color:#fff;border-radius:20px;border:1px solid #dfdfdf;max-width:380px;width:100%}@media only screen and (max-width: 1023px){._resultCartData_xx2j1_1{margin-top:0;max-width:100%;padding:32px 8px}}._header_xx2j1_18{display:flex;align-items:center;justify-content:space-between}._title_xx2j1_24{font-weight:600;font-size:20px;line-height:20px}._navigateLink_xx2j1_30{font-weight:400;font-size:16px;line-height:20px;color:#699df5}._footer_xx2j1_37{display:flex;align-items:center;justify-content:space-between;margin-top:32px}._total_xx2j1_44{font-weight:600;font-size:24px;line-height:26px}._totalLabel_xx2j1_50{font-weight:400;font-size:20px;line-height:20px}._content_xx2j1_56{margin-top:32px;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 767px){._content_xx2j1_56{margin-top:24px}}._item_xx2j1_68{padding-bottom:16px;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 767px){._item_xx2j1_68{gap:16px}}._productName_xx2j1_81{font-weight:400;font-size:16px;line-height:20px}._quantityBlock_xx2j1_87{display:flex;justify-content:space-between;align-items:center;color:#666;font-weight:400;font-size:16px;line-height:20px}._checkoutScreenWrapper_1k8mo_1{background-color:#f6f6f8;min-height:calc(100vh - 434px)}._cartScreenContainer_1k8mo_6{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._cartScreenContainer_1k8mo_6{padding:24px 16px 32px}}._checkoutMobileWrapper_1k8mo_17{max-width:380px;width:100%}@media only screen and (max-width: 1023px){._checkoutMobileWrapper_1k8mo_17{max-width:100%}}._checkoutFormMobileTitle_1k8mo_27,._checkoutMobileTitle_1k8mo_28{display:none;font-weight:700;font-size:24px;line-height:28px;margin-bottom:24px}@media only screen and (max-width: 767px){._checkoutFormMobileTitle_1k8mo_27,._checkoutMobileTitle_1k8mo_28{display:block}}._checkoutFormMobileTitle_1k8mo_27{margin-bottom:0}._iconBlock_1k8mo_46{line-height:0;transform:rotate(-180deg)}._icon_1k8mo_46{transition:all .3s}._backToShopButton_1k8mo_55{min-width:173px;width:auto;padding:11px;height:44px;margin-bottom:32px}._backToShopButton_1k8mo_55:hover ._icon_1k8mo_46 path{transition:all .3s;fill:#012eb9}@media only screen and (max-width: 767px){._backToShopButton_1k8mo_55{margin-bottom:24px}}._cartContent_1k8mo_72{display:flex;align-items:flex-start;gap:32px}@media only screen and (max-width: 1023px){._cartContent_1k8mo_72{flex-direction:column-reverse;gap:22px}}._cartProductList_1k8mo_84{display:flex;flex-direction:column;gap:16px;max-width:934px;width:100%}._stepBlock_1k8mo_92{display:flex;align-items:center;gap:8px;margin-bottom:16px}._stepBlock_1k8mo_92._inactive_1k8mo_98 ._stepCount_1k8mo_98{background-color:#666}._stepBlock_1k8mo_92._inactive_1k8mo_98 ._stepTitle_1k8mo_101{color:#666;font-weight:400;font-size:30px;line-height:32px}@media only screen and (max-width: 767px){._stepBlock_1k8mo_92{display:none}}._stepCount_1k8mo_98{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#699df5;color:#fff;border-radius:12px;font-weight:600;font-size:18px;line-height:20px}._stepTitle_1k8mo_101{font-weight:700;font-size:30px;line-height:32px}._buttonWrapper_1k8mo_133{display:flex;justify-content:flex-end;margin-top:32px}@media only screen and (max-width: 767px){._buttonWrapper_1k8mo_133{margin-top:8px}}._button_1k8mo_133{min-width:289px;width:auto}._button_1k8mo_133:disabled{background-color:#888;cursor:not-allowed;color:#fff;opacity:1}@media only screen and (max-width: 767px){._button_1k8mo_133{min-width:100%}}._checkoutFormWrapper_1k8mo_160{margin-top:64px;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 767px){._checkoutFormWrapper_1k8mo_160{margin-top:0}}._form_1k8mo_172{padding:32px;background-color:#fff;border-radius:20px;border:1px solid #dfdfdf;display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 1023px){._form_1k8mo_172{padding:32px 8px}}@media only screen and (max-width: 767px){._form_1k8mo_172{margin-bottom:24px}}._fieldsWrapper_1k8mo_192{display:grid;grid-template-columns:1fr 1fr;gap:16px 16px}@media only screen and (max-width: 767px){._fieldsWrapper_1k8mo_192{grid-template-columns:1fr}}._paymentScreen_3v6d8_1{padding:80px 16px}@media only screen and (max-width: 767px){._paymentScreen_3v6d8_1{padding:54px 24px 64px}}._button_3v6d8_10{min-width:194px;width:auto}@media (hover: hover) and (pointer: fine){._button_3v6d8_10:hover ._icon_3v6d8_15{transform:rotate(-30deg)}}@media only screen and (max-width: 767px){._button_3v6d8_10{min-width:100%}}._icon_3v6d8_15{transition:transform .3s ease-in-out}._statusWrapper_3v6d8_29{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:32px 0}@media only screen and (max-width: 767px){._statusWrapper_3v6d8_29{padding:0}}._title_3v6d8_43{font-weight:600;font-size:24px;line-height:24px;text-align:center}._orderHistory_86y43_1{background-color:#f6f6f8;border:1px solid #f2f2f2;border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 1023px){._orderHistory_86y43_1{padding:32px 8px 26px}}._orderHistoryTitle_86y43_16{font-weight:700;font-size:30px;line-height:20px}@media only screen and (max-width: 767px){._orderHistoryTitle_86y43_16{font-size:22px}}._orderHistoryList_86y43_27{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 1023px){._orderHistoryList_86y43_27{gap:16px}}._pagination_86y43_38{display:flex;justify-content:flex-end}@media only screen and (max-width: 1023px){._pagination_86y43_38{justify-content:center}}._emptyOrderHistory_86y43_48{display:flex;flex-direction:column;gap:32px}@media only screen and (max-width: 767px){._emptyOrderHistory_86y43_48{gap:48px}}._giftCardGroupTitle_86y43_59{font-family:Open Sans,sans-serif;font-weight:700;font-size:30px;line-height:40px}@media only screen and (max-width: 767px){._giftCardGroupTitle_86y43_59{font-size:22px}}._bannerWrapper_imq90_1{position:relative;overflow:hidden;padding:16px;background-color:#fff;border:1px solid #dfdfdf;border-radius:20px;display:flex;gap:32px;justify-content:center;align-items:center;cursor:pointer;transition:all .4s}._bannerWrapper_imq90_1 ._title_imq90_15,._bannerWrapper_imq90_1 ._icon_imq90_16,._bannerWrapper_imq90_1 ._thirdPart_imq90_17,._bannerWrapper_imq90_1 ._secondPart_imq90_18,._bannerWrapper_imq90_1 ._firstPart_imq90_19,._bannerWrapper_imq90_1 ._fouthPart_imq90_20,._bannerWrapper_imq90_1 ._sixthPart_imq90_21,._bannerWrapper_imq90_1 ._fifthPart_imq90_22,._bannerWrapper_imq90_1 ._seventhPart_imq90_23,._bannerWrapper_imq90_1 ._ninethPart_imq90_24,._bannerWrapper_imq90_1 ._eighthPart_imq90_25,._bannerWrapper_imq90_1 ._button_imq90_26{transition:all .4s}._bannerWrapper_imq90_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/bannerContactUsBg.webp) no-repeat center/cover;opacity:0;transition:opacity .4s ease;z-index:0}._bannerWrapper_imq90_1 ._bigIcon_imq90_38,._bannerWrapper_imq90_1 ._content_imq90_39{position:relative;z-index:1}@media only screen and (max-width: 767px){._bannerWrapper_imq90_1{padding:16px;flex-direction:column;gap:32px;border:none}._bannerWrapper_imq90_1:before{background:url(/images/bannerContactUsBgMobile.webp) no-repeat center/cover}._bannerWrapper_imq90_1:before{opacity:1}._bannerWrapper_imq90_1 ._title_imq90_15{color:#fff}._bannerWrapper_imq90_1 ._thirdPart_imq90_17{fill:#ffddfc}._bannerWrapper_imq90_1 ._secondPart_imq90_18{fill:#e8a7ff}._bannerWrapper_imq90_1 ._fouthPart_imq90_20{fill:#fff}._bannerWrapper_imq90_1 ._firstPart_imq90_19,._bannerWrapper_imq90_1 ._fifthPart_imq90_22{fill:#c666ff}._bannerWrapper_imq90_1 ._sixthPart_imq90_21{fill:#d186ff}._bannerWrapper_imq90_1 ._seventhPart_imq90_23{fill:#9f3dd9}._bannerWrapper_imq90_1 ._eighthPart_imq90_25{fill:#a643e0}._bannerWrapper_imq90_1 ._ninethPart_imq90_24{fill:#1e8d79}._bannerWrapper_imq90_1 ._button_imq90_26{max-width:100%;width:100%;background-color:transparent;border:1px solid #ffffff}._bannerWrapper_imq90_1 ._button_imq90_26 span{color:#fff}._bannerWrapper_imq90_1 ._button_imq90_26 ._icon_imq90_16 path{fill:#fff}}@media (hover: hover) and (pointer: fine){._bannerWrapper_imq90_1:hover:before{opacity:1}._bannerWrapper_imq90_1:hover ._title_imq90_15{color:#fff}._bannerWrapper_imq90_1:hover ._thirdPart_imq90_17{fill:#ffddfc}._bannerWrapper_imq90_1:hover ._secondPart_imq90_18{fill:#e8a7ff}._bannerWrapper_imq90_1:hover ._fouthPart_imq90_20{fill:#fff}._bannerWrapper_imq90_1:hover ._firstPart_imq90_19,._bannerWrapper_imq90_1:hover ._fifthPart_imq90_22{fill:#c666ff}._bannerWrapper_imq90_1:hover ._sixthPart_imq90_21{fill:#d186ff}._bannerWrapper_imq90_1:hover ._seventhPart_imq90_23{fill:#9f3dd9}._bannerWrapper_imq90_1:hover ._eighthPart_imq90_25{fill:#a643e0}._bannerWrapper_imq90_1:hover ._ninethPart_imq90_24{fill:#1e8d79}._bannerWrapper_imq90_1:hover ._button_imq90_26{background-color:#4484f3;border:1px solid #4484f3}._bannerWrapper_imq90_1:hover ._button_imq90_26 ._icon_imq90_16{transform:rotate(-30deg)}._bannerWrapper_imq90_1:hover ._button_imq90_26 ._icon_imq90_16 path{fill:#fff}}._content_imq90_39{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}._title_imq90_15{font-weight:600;font-size:20px;line-height:22px;margin-bottom:15px;transition:all .4s;max-width:560px}@media only screen and (max-width: 767px){._title_imq90_15{font-weight:400;font-size:16px}}._button_imq90_26{min-width:210px;width:auto;background-color:#699df5;border:1px solid #699df5}._button_imq90_26 span,._button_imq90_26:hover span{color:#fff}._orderPayment_jyoli_1,._orderId_jyoli_2{font-weight:600;font-size:20px;line-height:20px;margin-bottom:32px}@media only screen and (max-width: 767px){._orderPayment_jyoli_1,._orderId_jyoli_2{margin-bottom:8px;font-size:16px}}._orderPayment_jyoli_1{margin-bottom:48px}@media only screen and (max-width: 767px){._orderPayment_jyoli_1{margin-bottom:34px}}._orderHistoryItemWrapper_jyoli_25{background-color:#fff;border-radius:20px;border:1px solid #dfdfdf}._orderHistoryItem_jyoli_25{padding:32px}@media only screen and (max-width: 1023px){._orderHistoryItem_jyoli_25{padding:16px}}@media only screen and (max-width: 767px){._orderHistoryItem_jyoli_25{padding:16px 8px}}._orderProducts_jyoli_45{display:flex;flex-direction:column;gap:48px}@media only screen and (max-width: 767px){._orderProducts_jyoli_45{gap:24px}}._orderResultWrapper_jyoli_56{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #dfdfdf;padding:32px}@media only screen and (max-width: 1023px){._orderResultWrapper_jyoli_56{padding:16px}}@media only screen and (max-width: 767px){._orderResultWrapper_jyoli_56{padding:16px 8px;flex-direction:column;align-items:flex-start;gap:16px}}._totalPriceWrapper_jyoli_77{display:flex;align-items:center;gap:8px;margin-left:auto}@media only screen and (max-width: 767px){._totalPriceWrapper_jyoli_77{margin-left:0}}._totalPrice_jyoli_77,._orderResult_jyoli_56{font-weight:600;font-size:22px;line-height:20px;color:#666}@media only screen and (max-width: 767px){._orderResult_jyoli_56{font-size:16px}}._totalPriceValue_jyoli_103{font-weight:600;font-size:22px;line-height:20px}._productItem_jyoli_109{max-width:840px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}@media only screen and (max-width: 767px){._productItem_jyoli_109{flex-direction:column}}._product_jyoli_109{display:flex;align-items:flex-start;gap:50px;width:100%}@media only screen and (max-width: 1023px){._product_jyoli_109{gap:20px}}@media only screen and (max-width: 767px){._product_jyoli_109{flex-direction:column;gap:16px;margin-right:auto}}._productImage_jyoli_142{width:176px;height:auto;border:1px solid #dfdfdf;border-radius:12px}@media only screen and (max-width: 767px){._productImage_jyoli_142{max-width:400px;width:100%}}._productInfo_jyoli_155{display:flex;flex-direction:column;gap:23px}@media only screen and (max-width: 767px){._productInfo_jyoli_155{flex-direction:row;justify-content:space-between;align-items:center;width:100%}}._productPrice_jyoli_169,._productTitle_jyoli_170{font-weight:600;font-size:22px;line-height:24px}@media only screen and (max-width: 1023px){._productTitle_jyoli_170{font-size:20px}}@media only screen and (max-width: 767px){._productTitleDesktop_jyoli_183{display:none}}._productTitleMobile_jyoli_188{display:none}@media only screen and (max-width: 767px){._productTitleMobile_jyoli_188{display:block}}._quantity_jyoli_197{font-weight:400;font-size:16px;line-height:20px;color:#666}._productStatus_jyoli_204{min-width:130px;width:auto;margin-top:auto;padding-bottom:10px;display:flex;align-items:center;gap:4px;color:#666;font-weight:400;font-size:16px;line-height:20px}@media only screen and (max-width: 767px){._productStatus_jyoli_204{margin-right:auto}}._statusValue_jyoli_223._declined_jyoli_223{font-weight:600;color:#cc1922}._statusValue_jyoli_223._completed_jyoli_227{font-weight:600;color:#5ec16a}._statusValue_jyoli_223._pending_jyoli_231{font-weight:600;color:#eb8305}._contactForm_ws2rl_1{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:32px;max-width:690px;width:100%;background-color:#fff;border-radius:20px;padding:32px}@media only screen and (max-width: 767px){._contactForm_ws2rl_1{padding:0 16px 32px;gap:16px;max-width:100%}}._info_ws2rl_21{display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding-right:10%}@media only screen and (max-width: 1023px){._info_ws2rl_21{padding-right:0}}._formTitle_ws2rl_34{font-family:Anton,sans-serif;font-weight:400;font-size:30px;line-height:32px}._inputsWrapper_ws2rl_41{display:flex;flex-direction:column;gap:16px;width:100%}._button_ws2rl_48{min-width:178px;width:auto}@media only screen and (max-width: 767px){._button_ws2rl_48{min-width:100%}}._container_1upcn_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}._modalWrapper_1upcn_9{padding:0 16px 16px}@media only screen and (max-width: 767px){._modalWrapper_1upcn_9{padding:0}}._title_1upcn_18{font-weight:700;font-size:16px;line-height:20px;letter-spacing:0%;margin-bottom:32px}._buttonWrapper_1upcn_26{display:flex;flex-direction:column;gap:8px}._button_1upcn_26{height:40px}._profileScreen_vx2dz_1{max-width:1376px;margin:auto;padding:32px 16px 80px}@media only screen and (max-width: 767px){._profileScreen_vx2dz_1{padding:24px 0 48px}}._content_vx2dz_12{position:relative;border-radius:20px;padding:100px 58px 54px 40px;margin-bottom:32px;overflow:hidden}._content_vx2dz_12:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/contactUsBg.webp) no-repeat center top;background-size:cover;border-radius:20px;z-index:0}._content_vx2dz_12:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;border-radius:20px;z-index:1}._content_vx2dz_12>*{position:relative;z-index:2}@media only screen and (max-width: 1023px){._content_vx2dz_12{padding:184px 16px 80px}}@media only screen and (max-width: 767px){._content_vx2dz_12{max-height:390px;padding:43px 16px 182px}}._contentInfo_vx2dz_52{display:flex;align-items:center;justify-content:space-between;color:#fff;margin-bottom:44px}@media only screen and (max-width: 1023px){._contentInfo_vx2dz_52{margin-bottom:36px}}@media only screen and (max-width: 767px){._contentInfo_vx2dz_52{margin-bottom:0;flex-direction:column-reverse;align-items:flex-start;gap:65px}}._title_vx2dz_73{font-family:Anton,sans-serif;font-weight:400;font-size:75px;line-height:120%}@media only screen and (max-width: 1023px){._title_vx2dz_73{font-size:45px}}._actionsButton_vx2dz_85{display:flex;align-items:center;gap:20px;margin-left:auto}@media only screen and (max-width: 767px){._actionsButton_vx2dz_85{flex-direction:column-reverse;align-items:flex-start}}._description_vx2dz_98{font-weight:500;font-size:24px;line-height:120%}@media only screen and (max-width: 767px){._description_vx2dz_98{font-size:16px;margin-top:16px}}._signOutButton_vx2dz_110{border-radius:12px;min-width:178px;width:auto;border:1px solid #ffffff;background-color:transparent}._signOutButton_vx2dz_110 span{color:#fff}@media only screen and (max-width: 767px){._signOutButton_vx2dz_110{margin-left:auto}}._container_1kke0_1{height:100vh}._splashScreen_1kke0_5{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background-image:url(/images/splash-screen.webp);background-size:cover;background-position:center center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;opacity:1;transform:scale(1);transition:opacity 1s ease,transform 1s ease}._fadeOut_1kke0_24{opacity:0;transform:scale(1.2)}._logoIcon_1kke0_29{line-height:0;transition:transform 1s ease}*{box-sizing:border-box;padding:0;margin:0}html,body{max-width:100vw;scrollbar-gutter:auto;-webkit-scrollbar-gutter:auto;font-family:Open Sans,sans-serif;font-size:16px;line-height:20px;font-weight:400;color:#000}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}ul,li{list-style:none}a{color:inherit;font-size:inherit;text-decoration:none}button{margin:0;border:none;color:inherit;font-size:inherit}h1{font-size:75px}h2{font-size:48px}h3{font-size:30px;line-height:34px}h4{font-size:24px;line-height:28px}.Toastify__toast-container{max-width:540px;width:100%;padding:0}.Toastify__toast-container .Toastify__toast-body{align-items:center;padding:16px}@media only screen and (max-width: 767px){.Toastify__toast-container .Toastify__toast-body{padding:12px}}.Toastify__toast-container--top-right{top:80px}@media only screen and (max-width: 767px){.Toastify__toast-container--top-right{top:56px}}.Toastify__toast-container .Toastify__toast{padding:0;border-radius:12px}@media only screen and (max-width: 767px){.Toastify__toast-container .Toastify__toast{border-radius:0}}.Toastify__toast-container .Toastify__toast .Toastify__toast-icon{width:48px;height:48px;margin-right:16px}.Toastify__toast-container .Toastify__toast--error{border:2px solid #cc1922}.Toastify__toast-container .Toastify__toast--success,.Toastify__toast-container .Toastify__toast--info{background-color:#699df5}.Toastify__toast-container .Toastify__close-button{display:none}.css-1tbggly{z-index:800!important;overflow:visible!important}.css-1p0wbhh{display:none!important}
