: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:hsla(0,0%,100%,.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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{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;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes counter_dialogShow__fXWdu{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes counter_animateCarouselRight__4Vjzs{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes counter_animateCarouselLeft__VSya1{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.counter_counterMain__k8gC6{display:flex;flex-direction:row;align-items:center;padding:14px 18px;justify-content:space-between;height:56px}.counter_counterMain__k8gC6 .counter_button__FN8im{padding:0;min-width:-moz-fit-content;min-width:fit-content;min-height:-moz-fit-content;min-height:fit-content;width:28px;height:28px;max-height:28px;line-height:28px;font-size:26px;font-weight:600}.counter_counterMain__k8gC6 .counter_button__FN8im:hover{transform:scale(100%)!important}.counter_counterMain__k8gC6 .counter_amount__FDjuI{display:flex;flex-direction:row;align-items:center;font-size:28px;font-style:normal;font-weight:600;align-items:flex-end;line-height:28px;padding-top:4px}@keyframes cartItem_dialogShow__kcfwQ{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes cartItem_animateCarouselRight__yOC8M{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes cartItem_animateCarouselLeft__HWh2b{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.cartItem_cartItemMain__De1z_{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:40px 33px 26px;width:699px;position:relative}.cartItem_cartItemMain__De1z_ .cartItem_delete__QcFhb{position:absolute;top:8px;right:8px;cursor:pointer;scale:.85}.cartItem_cartItemMain__De1z_ .cartItem_gallery__lmj20{display:flex;flex-direction:row;align-items:center;gap:29px;height:100%!important;border:0;box-shadow:none;padding:0}.cartItem_cartItemMain__De1z_ .cartItem_gallery__lmj20 .cartItem_label__LACTn{top:-41px}.cartItem_cartItemMain__De1z_ .cartItem_gallery__lmj20 .cartItem_label__LACTn span{display:block;word-wrap:none;white-space:nowrap;line-height:normal}.cartItem_cartItemMain__De1z_ .cartItem_gallery__lmj20 .cartItem_imageWrapper__SycHP{width:100px;height:100px;background-color:#fff;object-position:top;overflow:hidden}.cartItem_cartItemMain__De1z_ .cartItem_price__3MOre{background:#fde543;gap:0;padding:0;height:56px}.cartItem_cartItemMain__De1z_ .cartItem_price__3MOre h6,.cartItem_cartItemMain__De1z_ .cartItem_price__3MOre span{line-height:normal}@media(max-width:767px){.cartItem_cartItemMain__De1z_{width:100%;min-width:298px;max-width:342px;flex-direction:column}}@keyframes formCode_dialogShow__3fZc3{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes formCode_animateCarouselRight___M3lx{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes formCode_animateCarouselLeft__3SQGO{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.formCode_promoCodeForm__jnrGo{position:relative;width:100%;max-width:330px}.formCode_promoCodeForm__jnrGo .formCode_input__mIy81{max-width:100%;width:330px}.formCode_promoCodeForm__jnrGo .Mui-disabled:hover{background:none!important}.formCode_promoCodeForm__jnrGo input{padding-right:56px}.formCode_promoCodeForm__jnrGo .formCode_buttonWrapper__0mCoL{position:absolute;top:50%;right:0;transform:translate(-50%,-50%);background-color:#fff;z-index:3;cursor:pointer}.formCode_promoCodeForm__jnrGo .formCode_buttonWrapper__0mCoL button{padding:0;min-width:-moz-fit-content;min-width:fit-content;min-height:-moz-fit-content;min-height:fit-content;width:28px;height:28px;font-size:26px;font-weight:600;line-height:28px}.formCode_promoCodeForm__jnrGo .formCode_buttonWrapper__0mCoL button:hover{transform:scale(100%)!important}.formCode_promoCodeForm__jnrGo .formCode_buttonDisabled__Y0tHx button{border-color:rgba(0,0,0,.38)!important;color:rgba(0,0,0,.38)}.formCode_promoCodeForm__jnrGo .formCode_buttonDisabled__Y0tHx button div{display:flex;flex-direction:column;align-items:center}.formCode_promoCodeForm__jnrGo .formCode_buttonDisabled__Y0tHx button svg{height:100%;width:auto;margin:auto}@media(max-width:767px){.formCode_promoCodeForm__jnrGo .formCode_input__mIy81{width:100%}}@media(max-width:500px){.formCode_input__mIy81 .MuiInputLabel-root{margin-left:10px;transform:translate(14px,23px) scale(1)}.formCode_input__mIy81 .MuiInputLabel-shrink{transform:translate(14px,-9px) scale(.75)}}@keyframes cart_dialogShow__hZ3iL{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes cart_animateCarouselRight__frHHc{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes cart_animateCarouselLeft__EBM49{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.cart_cartMain__Wg9fO{display:flex;flex-direction:column;align-items:center;height:-moz-fit-content;height:fit-content;gap:50px}.cart_cartMain__Wg9fO .cart_headers__wfxzL{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-around}.cart_cartMain__Wg9fO .cart_headers__wfxzL span{color:#464646;font-weight:700}.cart_cartMain__Wg9fO .cart_items__YHdeV{display:flex;flex-direction:column;align-items:center;gap:59px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:space-between}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:294px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn .cart_formCode__WdpyR .MuiInputBase-root,.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn .cart_formCode__WdpyR .cart_formInput__cM7j4,.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn .cart_formCode__WdpyR input{height:56px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn .cart_formCode__WdpyR input{padding-top:0;padding-bottom:0}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn .cart_formCode__WdpyR .MuiInputLabel-root{transform:translate(14px,17px) scale(1);font-size:16px!important}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn .cart_formCode__WdpyR .MuiInputLabel-shrink{transform:translate(19px,-9px) scale(.85);color:#555}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_totalContainer__XW1Lu{display:flex;flex-direction:column;align-items:center;gap:20px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_totalContainer__XW1Lu .cart_total__b4nP2{background:#fde543;gap:0;padding:0;height:56px;width:136px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_totalContainer__XW1Lu .cart_total__b4nP2 h6,.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_totalContainer__XW1Lu .cart_total__b4nP2 span{line-height:normal}@media(max-width:767px){.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr{flex-direction:column;gap:40px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_promoCodeContainer__tK9bn{box-shadow:0 4px 4px 0 rgba(0,0,0,.35);border:2px solid #000;border-radius:10px;padding:25px 16px}.cart_cartMain__Wg9fO .cart_promoAndTotal__G_qzr .cart_totalContainer__XW1Lu{box-shadow:0 4px 4px 0 rgba(0,0,0,.35);border:2px solid #000;border-radius:10px;padding:25px 47px}}@keyframes dialogCart_dialogShow__QUCYz{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes dialogCart_animateCarouselRight__0ZSig{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes dialogCart_animateCarouselLeft__uj_Cr{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.dialogCart_dialog__Yg0_Q .dialogCart_title__6qEym{font-size:34px;font-weight:700;align-items:center}.dialogCart_dialog__Yg0_Q .MuiDialog-paper{padding:13px 0 0;gap:0;margin:auto}.dialogCart_dialog__Yg0_Q .dialogCart_content__UjaKe{display:flex;flex-direction:column;align-items:center;padding:29px 55px 40px;border-radius:10px;gap:40px}.dialogCart_dialog__Yg0_Q .dialogCart_buttonWrapper__PfLOD{background:linear-gradient(91deg,#ff9c9c,#ffef9c 28.13%,#9cdbff 71.35%,#ff9ce9)}.dialogCart_dialog__Yg0_Q .dialogCart_buttonWrapper__PfLOD .MuiButton-outlined:hover{background:linear-gradient(91deg,#ff9c9c,#ffef9c 28.13%,#9cdbff 71.35%,#ff9ce9)!important}@media(max-width:1023px){.dialogCart_dialog__Yg0_Q .dialogCart_content__UjaKe{padding:29px 15px}}@media(max-width:767px){.dialogCart_dialog__Yg0_Q .dialogCart_title__6qEym{font-size:30px}.dialogCart_dialog__Yg0_Q .dialogCart_title__6qEym img{width:37px!important}.dialogCart_dialog__Yg0_Q .dialogCart_buttonWrapper__PfLOD h6{font-size:20px}}@keyframes shopProductCardLarge_dialogShow__HxXkz{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes shopProductCardLarge_animateCarouselRight__jMjKs{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes shopProductCardLarge_animateCarouselLeft__XVc0B{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.shopProductCardLarge_shopProductCardLargeMain__12CPx{padding:38px 30px 30px;height:818px;gap:2px;background:linear-gradient(180deg,rgba(255,237,232,.1),#fffbd8);justify-content:space-between;scroll-margin-top:120px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_afterCaptionBlockWrapper__KET6n,.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_beforeCaptionBlockWrapper__HK4HN{display:flex;flex-direction:column;align-items:center;gap:21px;max-width:100%;width:100%}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_beforeCaptionBlockWrapper__HK4HN{gap:8px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB{margin-bottom:-12px;display:flex;align-items:flex-start}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .shopProductCardLarge_carouselItem__r4C92{width:215px;height:215px;background-color:#fff;object-position:top;overflow:hidden}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .shopProductCardLarge_carouselItem__r4C92 .shopProductCardLarge_image__5V0sK{background-size:50%!important}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-slide>div{overflow:display;margin:20px 34px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-prev{left:-9px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-next{right:-12px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-next,.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-prev{z-index:3!important}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_priceBlock__qjZEC{min-height:64px;justify-content:center}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_priceBlock__qjZEC .shopProductCardLarge_price__Oy8JA{display:flex;flex-direction:row;align-items:center;gap:8px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_priceBlock__qjZEC .shopProductCardLarge_price__Oy8JA>*{line-height:normal}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_priceBlock__qjZEC .shopProductCardLarge_date__8NJph{padding:2px 6px;background:linear-gradient(91deg,#ff9c9c,#ffef9c 28.13%,#9cdbff 71.35%,#ff9ce9)}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_captionBlock__j1jOi{text-align:start;text-indent:2rem;align-items:flex-start}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_captionBlock__j1jOi span{line-height:normal}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_hashtagsBlock__bSPYt{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_hashtagsBlock__bSPYt .shopProductCardLarge_tag__ti9Ug{padding:3px 6px;gap:0;white-space:pre;line-height:10px;background:#fff2c9}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC{display:flex;flex-direction:row;align-items:center;width:100%;justify-content:center;position:relative}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_button__u2zV5{padding-right:27px;padding-left:27px;height:56px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_button__u2zV5 img{top:-11px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_soonOnMarket__CD2ya{padding:12px;height:56px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_soonOnMarket__CD2ya span{line-height:normal}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:absolute;top:55%;right:0;transform:translateY(-50%)}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_heartIcon__SkUuT{display:flex;justify-content:center;align-items:center;transition:.12s}@media(hover){.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_heartIcon__SkUuT:hover{transform:scale(120%)}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_heartIcon__SkUuT:hover svg path:first-child{fill:#fde543}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_heartIcon__SkUuT:hover svg path:nth-child(2){fill:#000}}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_liked__GB_uH{transform:scale(120%)!important}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_liked__GB_uH svg path:first-child{fill:#fde543!important}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_buttonWrapper__arexC .shopProductCardLarge_likes__2aSdl .shopProductCardLarge_liked__GB_uH svg path:nth-child(2){fill:#000!important}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_labelBottom__MCmx0{position:absolute;padding:2px 6px;background:linear-gradient(180deg,#fff,#fffbd9);bottom:0;left:50%;transform:translate(-50%,50%);white-space:nowrap}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_initialSelectBg__m5QSB>div{background-color:#fff!important}@media(max-width:1420px){.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-prev{left:0;top:150px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-next{left:unset;top:135px;right:-20px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-slider{overflow:hidden}}@media(max-width:666px){.shopProductCardLarge_shopProductCardLargeMain__12CPx{width:342px;height:1050px;padding-left:15px;padding-right:15px;gap:10px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-prev{left:18px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_carousel__XQ7YB .slick-next{right:0}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_captionBlock__j1jOi{margin:auto}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_hashtagsBlock__bSPYt{flex-wrap:wrap;justify-content:space-evenly;gap:16px}.shopProductCardLarge_shopProductCardLargeMain__12CPx .shopProductCardLarge_labelBottom__MCmx0 span{font-size:14px}.shopProductCardLarge_captionBlock__j1jOi{margin:10px 0;padding-right:10px;display:flex;max-height:385px;flex-direction:column;justify-content:flex-start;overflow-y:scroll}.shopProductCardLarge_captionBlock__j1jOi span{text-align:justify;font-size:15px}}@keyframes largeProductCards_dialogShow__jwY5K{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes largeProductCards_animateCarouselRight__IfW2O{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes largeProductCards_animateCarouselLeft__4u351{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.largeProductCards_largeCarousel___U7Dy{width:100%}.largeProductCards_largeCarousel___U7Dy .slick-next,.largeProductCards_largeCarousel___U7Dy .slick-prev{z-index:1;position:absolute}.largeProductCards_largeCarousel___U7Dy .largeProductCards_numbers__XrjSC{transform:translateY(-14px);position:relative;z-index:-1}.largeProductCards_largeCarousel___U7Dy .slick-track{align-items:start}.largeProductCards_largeCarousel___U7Dy .slick-list{min-height:-moz-fit-content;min-height:fit-content;overflow:visible;z-index:2}.largeProductCards_largeCarousel___U7Dy .slick-slider{overflow:visible}@keyframes shopProductCardMini_dialogShow__diZci{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes shopProductCardMini_animateCarouselRight__cUuPk{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes shopProductCardMini_animateCarouselLeft__FO66N{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.shopProductCardMini_shopItemMini__mOdHD{min-width:271px;height:266px;padding:22px 16px;cursor:pointer;justify-content:space-between;gap:0}.shopProductCardMini_shopItemMini__mOdHD .shopProductCardMini_label__N0ZqU{padding:3px 5px 0;height:26px;font-size:15px;line-height:normal}.shopProductCardMini_shopItemMini__mOdHD img{margin:0 auto}.shopProductCardMini_shopItemMini__mOdHD .shopProductCardMini_btnWrapper__BO33m:hover{transform:none!important;scale:none!important}@media(hover:hover){.shopProductCardMini_shopItemMini__mOdHD:hover button{background:#fde543;scale:110%!important}}.shopProductCardMini_shopItemMini__mOdHD button{transition:all .1s ease-in-out}.shopProductCardMini_shopItemMini__mOdHD button p{white-space:pre-wrap}@media(hover:hover){.shopProductCardMini_inDevelopment__CN0Jh:hover{cursor:auto}.shopProductCardMini_inDevelopment__CN0Jh:hover button{scale:none!important;background:none!important}.shopProductCardMini_inDevelopment__CN0Jh:hover button:hover{background:none!important}}@media(max-width:767px){.shopProductCardMini_carousel__vY_oc{width:100vw!important}.shopProductCardMini_carousel__vY_oc .slick-slide{display:flex;flex-direction:column;align-items:center}.shopProductCardMini_carousel__vY_oc .slick-slide>div{width:-moz-fit-content;width:fit-content;margin:0!important}.shopProductCardMini_carousel__vY_oc .slick-slide>div>div{margin:15px 10px!important;width:-moz-fit-content;width:fit-content}}@keyframes courseFormats_dialogShow__Rf6qP{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes courseFormats_animateCarouselRight__BzRqp{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes courseFormats_animateCarouselLeft__A9pfU{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.courseFormats_formats__p0fz6{display:flex;width:100%;max-width:1150px;justify-content:space-around;align-items:center;margin:120px 0}.courseFormats_formats__p0fz6 .courseFormats_formatWrapper__kg6dz{display:flex;flex-direction:column;justify-content:center;align-items:center;width:450px;max-width:100%}.courseFormats_formats__p0fz6 .courseFormats_formatWrapper__kg6dz a{width:100%}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY{height:250px;width:100%;max-width:450px!important;margin:0 auto}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY h2{white-space:pre;text-transform:uppercase;font-size:19px}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY,.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY img,.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY p{transition:all .3s ease-in-out}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY:hover{transform:scale(1.05)}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY:hover img{transform:scale(1.2)}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY:hover p{letter-spacing:.1rem}.courseFormats_formats__p0fz6 .courseFormats_bottomCard__M0csT{font-weight:700;max-width:280px}.courseFormats_formats__p0fz6 .courseFormats_line__mL91w{height:65px;width:2px;box-shadow:0 4px 4px 0 rgba(0,0,0,.35);background:#0d0d0d}@media(max-width:1050px){.courseFormats_formats__p0fz6{gap:40px}}@media(max-width:950px){.courseFormats_formats__p0fz6{flex-direction:column;gap:60px}}@media(max-width:500px){.courseFormats_formats__p0fz6{margin:42px 0}.courseFormats_formats__p0fz6 .courseFormats_formatCard__IoMOY{max-width:100%!important}}@keyframes shopPartnerCard_dialogShow__qJ23B{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes shopPartnerCard_animateCarouselRight__CkaCu{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes shopPartnerCard_animateCarouselLeft__hG7lN{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.shopPartnerCard_itemImage__v6Lyz{width:147px;height:147px}.shopPartnerCard_shopPartnerCard__Q_ILK{padding-top:52px;padding-bottom:41px;width:384px;gap:25px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_nameCaptionWrapper__o_yUo{display:flex;flex-direction:column;align-items:center;width:100%;gap:22px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_name__jSp13{display:flex;flex-direction:row;align-items:center;width:100%;gap:23px;font-weight:700}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_name__jSp13 .shopPartnerCard_logoImage__yISQq{transition:.15s;border-radius:50%;border:2px solid #000;box-shadow:0 4px 4px 0 rgba(0,0,0,.35)}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_name__jSp13 .shopPartnerCard_logoImage__yISQq:hover{transform:scale(115%)}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_caption__4_BRq{width:100%}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_caption__4_BRq ul{all:unset;list-style:none;text-align:start;font-weight:700}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_caption__4_BRq ul li{white-space:pre}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_items__0s6n0{display:grid;grid-gap:30px;gap:30px;grid-template-columns:1fr 1fr}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_items__0s6n0 .shopPartnerCard_itemImage__v6Lyz{transition:.15s;width:147px;height:147px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_items__0s6n0 .shopPartnerCard_itemImage__v6Lyz:hover{transform:scale(110%)}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_hashtags__NkMLB{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:15px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_hashtags__NkMLB .shopPartnerCard_hashtag__eMWJz{padding:3px 4px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_hashtags__NkMLB .shopPartnerCard_hashtag__eMWJz span{line-height:normal}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_labelBottom__evGs5{padding:2px 5px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);white-space:nowrap}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_labelBottom__evGs5 span{line-height:normal}@media(min-width:768px)and (max-width:1023px){.shopPartnerCard_shopPartnerCard__Q_ILK{width:100%;min-width:740px;max-width:740px!important;padding-right:20px;padding-left:20px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_nameCaptionWrapper__o_yUo{display:flex;flex-direction:row;align-items:center}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_nameCaptionWrapper__o_yUo .shopPartnerCard_caption__4_BRq{box-shadow:0 4px 4px 0 rgba(0,0,0,.35);border:2px solid #000;border-radius:10px;padding:20px 15px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_items__0s6n0{display:flex;width:100%;gap:6px;justify-content:space-between}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_hashtags__NkMLB{flex-wrap:nowrap;justify-content:space-between;max-width:100%;overflow:scroll;padding:0 10px 8px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_hashtags__NkMLB span{white-space:pre}}@media(max-width:767px){.shopPartnerCard_shopPartnerCard__Q_ILK{padding-left:12px;padding-right:12px;width:350px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_name__jSp13{gap:12px;justify-content:center}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_name__jSp13 p{font-size:18px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_items__0s6n0 .shopPartnerCard_itemImage__v6Lyz{width:131px;height:131px}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_caption__4_BRq{width:max-content;max-width:100%}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_caption__4_BRq ul{padding-left:5px;display:flex;flex-direction:column;justify-content:center}.shopPartnerCard_shopPartnerCard__Q_ILK .shopPartnerCard_hashtags__NkMLB{justify-content:center;gap:8px}}@keyframes customToast_dialogShow__jYYfv{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes customToast_animateCarouselRight__gtaD9{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes customToast_animateCarouselLeft__Ccl_M{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.customToast_customToast__B4jrd{max-width:655px;width:-moz-fit-content;width:fit-content;margin:0 auto 16px;padding:8px 26px;border-radius:10px;display:flex;justify-content:center}.customToast_customToast__B4jrd .customToast_wrapper__shFHm,.customToast_customToast__B4jrd a,.customToast_customToast__B4jrd p,.customToast_customToast__B4jrd span{margin:0;white-space:pre;font-weight:800;background-clip:text!important;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke-color:transparent;-moz-text-fill-color:transparent}.customToast_customToast__B4jrd .customToast_underline__Wf78k{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-clip:initial!important}.customToast_customToast__B4jrd .customToast_closeBtn__unjh_{position:absolute;right:8px;top:8px;width:18px;height:18px}.customToast_customToast__B4jrd .customToast_closeBtn__unjh_ path{width:21px!important;height:21px!important}.customToast_customToast__B4jrd .customToast_closeBtn__unjh_,.customToast_customToast__B4jrd a{cursor:pointer}@media(max-width:655px){.customToast_customToast__B4jrd{max-width:calc(100vw - 20px);width:auto;margin:10px auto;text-align:center;padding:8px 26px 8px 15px;font-size:18px}.customToast_customToast__B4jrd>div{padding:0}.customToast_customToast__B4jrd a,.customToast_customToast__B4jrd p,.customToast_customToast__B4jrd span{white-space:pre-line;display:inline}.customToast_customToast__B4jrd p{min-width:320px;display:inline}.customToast_customToast__B4jrd p:first-child{padding-right:4px;display:block!important}.customToast_customToast__B4jrd p:first-child a,.customToast_customToast__B4jrd p:first-child span{white-space:pre}}@media(max-width:399px){.customToast_customToast__B4jrd p:first-child{display:block!important;max-width:310px;min-width:auto;white-space:pre-line}}@keyframes requisitesSmall_dialogShow__3NxiU{0%{transform:translateY(-500px)}to{transform:translate(0)}}@keyframes requisitesSmall_animateCarouselRight__biSzG{33%{transform:translate(-30px)}66%{transform:translate(10px)}to{transform:translate(0)}}@keyframes requisitesSmall_animateCarouselLeft__3Xoin{33%{transform:translate(30px)}66%{transform:translate(-10px)}to{transform:translate(0)}}.requisitesSmall_requisitesSmall__K2ICP{display:flex;flex-direction:column;align-items:center;gap:0}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_qrCodes___CQTR{margin:60px 0;display:flex;justify-content:center;align-items:center;column-gap:80px;row-gap:40px;flex-wrap:wrap;padding:0 10px}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_qrCodes___CQTR .requisitesSmall_code__VJbXg{width:285px}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_requisites__FKN5y{margin-top:55px;width:100%}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_requisites__FKN5y .requisitesSmall_card__IzUsh{background:transparent;padding:15px}@media(max-width:450px){.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_requisites__FKN5y{padding:26px 10px}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_requisites__FKN5y h6{max-width:260px}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_requisites__FKN5y .requisitesSmall_card__IzUsh{background:transparent;padding:15px 5px}.requisitesSmall_requisitesSmall__K2ICP .requisitesSmall_requisites__FKN5y .requisitesSmall_card__IzUsh p{font-size:16px}}