: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)}}*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:Roboto,sans-serif}body.dark_mode{background-color:#222}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background-color:transparent}body::-webkit-scrollbar-thumb{background-color:#454545;border-radius:3px}body::-webkit-scrollbar-thumb:hover{background-color:gray}.overflow-hidden{overflow:hidden}.container{max-width:1466px;padding:0 15px;margin:0 auto}a{color:inherit;text-decoration:none}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:700;src:url(/fonts/Raleway-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:Raleway;font-style:normal;font-weight:500;src:url(/fonts/Raleway-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/fonts/Roboto-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/fonts/Roboto-Regular.woff) format("woff")}.overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:-1}.overlay.open{visibility:visible;opacity:1;z-index:10}.overlay.open-search{visibility:visible;opacity:1;z-index:12}.slick-slide{margin:0 8px}@media (max-width:800px){.slick-slide{margin:0 6px}}.slick-track{padding-top:8px}.selected a{background-color:#1c629e;color:#f2f2f2}.flex-container{display:flex;justify-content:center;align-items:center;height:100vh;color:#fff;animation:colorSlide 15s cubic-bezier(.075,.82,.165,1) infinite}.flex-container .text-center{text-align:center}.flex-container .text-center h1,.flex-container .text-center h3{margin:10px;cursor:default}.flex-container .text-center h1 .fade-in,.flex-container .text-center h3 .fade-in{animation:fadeIn 2s ease infinite}.flex-container .text-center h1{font-size:8em;transition:font-size .2s ease-in-out;border-bottom:1px dashed #fff}.flex-container .text-center h1 span#digit1{animation-delay:.2s}.flex-container .text-center h1 span#digit2{animation-delay:.3s}.flex-container .text-center h1 span#digit3{animation-delay:.4s}.flex-container .text-center button{border:1px solid #fff;background:transparent;outline:none;padding:10px 20px;font-size:1.1rem;font-weight:700;color:#fff;text-transform:uppercase;transition:background-color .2s ease-in;margin:20px 0}.flex-container .text-center button:hover{background-color:#fff;color:#555;cursor:pointer}@keyframes colorSlide{0%{background-color:#152a68}25%{background-color:#4169e1}50%{background-color:#2e8b57}75%{background-color:tomato}to{background-color:#152a68}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spinner_spinner__4xaaT{position:absolute;top:10px;left:40%;display:block;width:30px;height:30px;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:spinner_spin__Ljszr 1s ease-in-out infinite;-webkit-animation:spinner_spin__Ljszr 1s ease-in-out infinite}.spinner_spinner__4xaaT.spinner_dark_mode__OpQ9s{border:3px solid hsla(0,2%,48%,.3);border-top-color:#000}@keyframes spinner_spin__Ljszr{to{-webkit-transform:rotate(1turn)}}.header_header__SSAGY{position:relative}.header_header__top__573bE{padding-top:13px;padding-bottom:14px;background-color:#2d2d2d}@media(max-width:580px){.header_header__top__573bE{padding-top:20px}}.header_header__top__container__0OCXt{position:relative;display:grid;grid-template-columns:repeat(12,1fr);align-items:center}.header_header__nav__iQFqE{grid-column:4/11;padding-left:16px}@media(max-width:1140px){.header_header__nav__iQFqE{grid-column:3/11}}@media(max-width:950px){.header_header__nav__iQFqE{grid-column:auto;left:-100vw;position:absolute;top:-13px;padding-top:60px;transition:left .3s ease-in-out;background-color:#fff;padding-left:0;height:100vh;z-index:11}.header_header__nav__iQFqE.header_open__ewjML{left:0;transition:left .3s ease-in-out}.header_header__nav__iQFqE.header_dark_mode__NHiPO{background-color:#2d2d2d}}@media(max-width:580px){.header_header__nav__iQFqE{top:-20px}}.header_header__nav__list__CmS67{margin:0;padding:0;list-style-type:none;display:flex;align-items:center}@media(max-width:950px){.header_header__nav__list__CmS67{flex-direction:column;align-items:start;padding-right:20px;padding-left:20px}}.header_header__nav__list__item__tWe95:first-child a{width:155px}@media(max-width:950px){.header_header__nav__list__item__tWe95:first-child a{width:auto}}.header_header__nav__list__item__tWe95:nth-child(2) a{width:90px}@media(max-width:950px){.header_header__nav__list__item__tWe95:nth-child(2) a{width:auto}}.header_header__nav__list__item__tWe95:nth-child(5) a{width:174px}@media(max-width:950px){.header_header__nav__list__item__tWe95:nth-child(5) a{width:auto}}.header_header__nav__list__item__tWe95:not(:last-child){margin-right:50px}@media(max-width:1140px){.header_header__nav__list__item__tWe95:not(:last-child){margin-right:30px}}@media(max-width:950px){.header_header__nav__list__item__tWe95:not(:last-child){margin-right:0;margin-bottom:30px}}.header_header__nav__list__item__link__Nlk50{display:block;font-weight:500;font-size:16px;color:#fafbfc;transition:color .2s ease-in-out;max-width:max-content;min-width:max-content}.header_header__nav__list__item__link__Nlk50:hover{color:#ffc540;transition:color .2s ease-in-out}@media(max-width:950px){.header_header__nav__list__item__link__Nlk50{font-size:22px;color:#2d2d2d}.header_header__nav__list__item__link__Nlk50.header_dark_mode__NHiPO{color:#f2f2f2}}.header_header__bottom__XjgOG{padding-top:17px;padding-bottom:14px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header_header__bottom__container__8LR2p{display:grid;grid-template-columns:repeat(12,1fr);align-items:center}.header_header__logo__YmLpw{position:relative;grid-column:1/4}@media(max-width:770px){.header_header__logo__YmLpw{grid-column:1/5}}@media(max-width:580px){.header_header__logo__YmLpw{grid-column:auto;position:absolute;top:7px;left:50%;transform:translateX(-50%)}}.header_header__logo__link__sQCDJ{position:absolute;top:-17px;left:7px;display:flex;align-items:center}@media(max-width:580px){.header_header__logo__link__sQCDJ{position:static;width:176px}}.header_header__logo__link__sQCDJ img{margin-right:9px}.header_header__logo__link__text__xQUCC.header_dark_mode__NHiPO{color:#fafbfc}.header_header__logo__link__text__xQUCC{max-width:138px;font-family:Raleway;font-weight:700;font-size:18px;line-height:18px;color:#4e4c4c}@media(max-width:580px){.header_header__logo__link__text__xQUCC{position:static;width:176px;color:#fafbfc}}.header_header__search__BJxLF{grid-column:4/11;padding-left:10px;display:grid;grid-template-columns:92% 5%}@media(max-width:770px){.header_header__search__BJxLF{grid-column:5/11}}@media(max-width:580px){.header_header__search__BJxLF{grid-column:1/10;padding-left:0}}@media(max-width:370px){.header_header__search__BJxLF{grid-column:1/9}}.header_header__search__inner__mkajq{position:relative}.header_header__search__border__2rsUw{display:none;position:absolute;bottom:0;z-index:101;width:calc(100% + 20px);height:1px;left:10px;background-color:#e1e1e1}.header_header__search__btn__PPquJ{position:relative;background-color:#fff;border:1px solid #9e9e9e;border-left:none;border-radius:4px;height:40px;width:40px;border-top-left-radius:0;border-bottom-left-radius:0;cursor:pointer}.header_header__search__btn__span__5e2iT svg{fill:#4e4c4c}.header_header__search__btn__PPquJ.header_dark_mode__NHiPO .header_header__search__btn__span__5e2iT svg{fill:#f2f2f2}.header_header__search__span__MjPIM{position:absolute;top:8px;left:8px}.header_header__search__btn__PPquJ.header_dark_mode__NHiPO{background-color:#2d2d2d}.header_header__shopping_cart__e33xn{display:flex;align-items:center;justify-content:space-between;grid-column:11/13;padding-left:50px}@media(max-width:950px){.header_header__shopping_cart__e33xn{justify-content:flex-end}}@media(max-width:1140px){.header_header__shopping_cart__e33xn{padding-left:20px}}.header_burger_menu__iW_Gt{width:30px;height:20px;position:relative;cursor:pointer;display:inline-block;background-color:transparent;border:none;margin:0;padding:0;z-index:12}.header_burger_menu__iW_Gt span{background-color:#f2f2f2;position:absolute;border-radius:2px;width:100%;height:2px;transition-duration:.5s;transition:.3s cubic-bezier(.8,.5,.2,1.4)}.header_burger_menu__iW_Gt span:first-child{top:0;left:0}.header_burger_menu__iW_Gt span:nth-child(2){top:9px;left:0;opacity:1}.header_burger_menu__iW_Gt span:nth-child(3){bottom:0;left:0}.header_burger_menu__iW_Gt.header_open__ewjML span{background-color:#4e4e4e}.header_burger_menu__iW_Gt.header_dark_mode__NHiPO span{background-color:#f2f2f2}.header_burger_menu__iW_Gt.header_open__ewjML span:first-child{transform:rotate(45deg);top:13px}.header_burger_menu__iW_Gt.header_open__ewjML span:nth-child(2){opacity:0}.header_burger_menu__iW_Gt.header_open__ewjML span:nth-child(3){transform:rotate(-45deg);top:13px}.modeToggler_theme__LRKS_{display:flex;justify-content:flex-end}@media(max-width:950px){.modeToggler_theme__LRKS_{position:absolute;top:12px;right:20px}}@media(max-width:580px){.modeToggler_theme__LRKS_{top:16px}}.modeToggler_theme__input__eanWc{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:62px;height:32px;display:inline-block;position:relative;border-radius:50px;overflow:hidden;outline:none;background-color:#383838;border:none;cursor:pointer;transition:background-color .3s ease}.modeToggler_theme__input__eanWc:before{content:url(https://shivanarrthine.com/public/images/icons/moon.svg);display:block;position:absolute;z-index:2;width:24px;height:24px;background:#222;left:4px;top:4px;border-radius:50%;text-indent:4px;line-height:31px;word-spacing:37px;color:#fff;white-space:nowrap;transition:all .3s cubic-bezier(.3,1.5,.7,1)}.modeToggler_theme__input__eanWc:checked{background-color:#f2f2f2;border-color:#222}.modeToggler_theme__input__eanWc:checked:checked:before{left:32px;content:url(https://shivanarrthine.com/public/images/icons/sun.svg);background:#fff}.cartPopup_cart__Ce9yA{position:relative}.cartPopup_cart__btn__X20Wl{position:relative;border:none;background-color:transparent;display:flex;flex-direction:column;align-items:center;margin:0;padding:0;cursor:pointer}.cartPopup_cart__btn__count___S_NA{display:flex;align-items:center;justify-content:center;width:25px;height:25px;position:absolute;color:#f2f2f2;border-radius:50%;background-color:#e0595d;right:-2px;top:-12px}.cartPopup_cart__btn__X20Wl.cartPopup_dark_mode__sk7fI .cartPopup_cart__svg__PCpmH svg{stroke:#f2f2f2}.cartPopup_cart__btn__X20Wl.cartPopup_dark_mode__sk7fI .cartPopup_cart__text___1hRK{color:#f2f2f2}.cartPopup_cart__btn__X20Wl.cartPopup_dark_mode__sk7fI:hover .cartPopup_cart__svg__PCpmH svg{stroke:#ffc540;transition:stroke .2s ease-in-out}.cartPopup_cart__btn__X20Wl.cartPopup_dark_mode__sk7fI:hover .cartPopup_cart__text___1hRK{color:#ffc540;transition:color .2s ease-in-out}.cartPopup_cart__svg__PCpmH svg{stroke:#1c629e;transition:stroke .2s ease-in-out}.cartPopup_cart__text___1hRK{color:#1c629e;transition:color .2s ease-in-out}.cartPopup_cart__popup__8hs0T{display:grid;grid-template-rows:auto 250px auto;position:absolute;top:45px;left:-300px;width:304px;padding:15px;background-color:#f2f2f2;border-radius:4px;transform-origin:right top;z-index:10}.cartPopup_cart__popup__8hs0T.cartPopup_dark_mode__sk7fI{background-color:#2d2d2d}@media(max-width:450px){.cartPopup_cart__popup__8hs0T{left:-245px}}.cartPopup_cart__popup__title__qtEAO{color:#1c629e;font-size:24px;font-weight:400;padding-left:60px;line-height:44px;background-image:url(/img/cart.svg);background-repeat:no-repeat;background-position:0;margin:0 0 12px}.cartPopup_cart__popup__list__tOPYT{margin:0;height:100%;overflow-y:auto;padding:10px 10px 0 0;list-style-type:none;border-top:1px solid #e1e1e1}.cartPopup_cart__popup__list__tOPYT::-webkit-scrollbar{width:8px}.cartPopup_cart__popup__list__tOPYT::-webkit-scrollbar-track{background-color:#e1e1e1;border-radius:5px}.cartPopup_cart__popup__list__tOPYT::-webkit-scrollbar-thumb{background-color:#9e9e9e;background:#9e9e9e;border-radius:5px}.cartPopup_cart__popup__list__item__Mzfjf{padding-bottom:16px}.cartPopup_cart__popup__list__item__Mzfjf:not(:last-child){margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e1e1e1}.cartPopup_cart__popup__list__item__top__OHk8G{position:relative;display:flex;align-items:center;margin-bottom:16px}.cartPopup_cart__popup__list__item__top__OHk8G button{position:absolute;right:0;top:0;cursor:pointer;background-color:transparent;border:none;margin:0;padding:0}.cartPopup_cart__popup__list__item__top__OHk8G button svg{fill:#e0595d}.cartPopup_cart__popup__list__item__top__OHk8G button span{position:relative}.cartPopup_cart__popup__list__item__bottom__kRr43{display:flex;align-items:center;justify-content:space-between}.cartPopup_cart__popup__list__item__img__ObUXi{width:79px;height:79px;border-radius:4px;overflow:hidden;margin-right:24px}.cartPopup_cart__popup__list__item__img__ObUXi img{width:100%;height:100%}.cartPopup_cart__popup__list__item__text__N4Oxh{font-size:16px;line-height:27px;max-width:142px;color:#4e4c4c}.cartPopup_cart__popup__list__item__text__N4Oxh.cartPopup_dark_mode__sk7fI{color:#f2f2f2}.cartPopup_cart__popup__list__item__empty__m110Y{font-size:14px;color:#e0595d;opacity:.5}.cartPopup_cart__popup__list__item__counter__CMuxA{position:relative;padding:4px;display:flex;align-items:center;justify-content:space-between;width:88px;height:29px;border:1px solid #66b1f1;border-radius:4px}.cartPopup_cart__popup__list__item__counter__CMuxA button{width:20px;height:20px;border:none;background-color:transparent;margin:0;padding:0;cursor:pointer}.cartPopup_cart__popup__list__item__counter__CMuxA button svg{stroke:#000}.cartPopup_cart__popup__list__item__counter__CMuxA button:disabled{pointer-events:none;opacity:.5}.cartPopup_cart__popup__list__item__counter__CMuxA span{font-size:14px;color:#4e4c4c}.cartPopup_cart__popup__list__item__counter__CMuxA.cartPopup_dark_mode__sk7fI button svg{stroke:#fff}.cartPopup_cart__popup__list__item__counter__CMuxA.cartPopup_dark_mode__sk7fI span,.cartPopup_cart__popup__list__item__price__t9FMP.cartPopup_dark_mode__sk7fI{color:#f2f2f2}.cartPopup_cart__popup__empty__aoDyN{height:100%;display:flex;flex-direction:column;align-items:center}.cartPopup_cart__popup__empty__text__Wt0oh{display:block;color:#2d2d2d;opacity:.5}.cartPopup_cart__popup__empty__text__Wt0oh.cartPopup_dark_mode__sk7fI{color:#f2f2f2}.cartPopup_cart__popup__footer__mLlQ4{border-top:1px solid #e1e1e1;padding-top:12px;display:flex;flex-direction:column}.cartPopup_cart__popup__footer__total__1Y5XV{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.cartPopup_cart__popup__footer__text__a4UFW{font-size:18px;color:#2d2d2d}.cartPopup_cart__popup__footer__text__a4UFW.cartPopup_dark_mode__sk7fI{color:#f2f2f2}.cartPopup_cart__popup__footer__price__1qhVS{font-size:24px;color:#205684;white-space:nowrap}.cartPopup_cart__popup__footer__btn__DK8yv{cursor:pointer;border:1px solid transparent;background-color:#1c629e;border-radius:4px;padding:10px 32px;font-size:20px;color:#fafbfc;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.cartPopup_cart__popup__footer__btn__DK8yv:disabled{color:#7b7b7b;background-color:#f0f0f0;pointer-events:none}.cartPopup_cart__popup__footer__btn__DK8yv:hover{background-color:#f2f2f2;color:#2d2d2d;border-color:#2d2d2d;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.cityButton_city__goTu6{display:flex;align-items:center;cursor:pointer;margin:0;padding:0;border:none;background-color:transparent}.cityButton_city__goTu6:hover .cityButton_city__text__wHK_E{fill:#ffc540;color:#ffc540;transition:color .2s ease-in-out}.cityButton_city__goTu6:hover .cityButton_city__span__Z_PIz>svg{fill:#ffc540;transition:fill .2s ease-in-out}.cityButton_city__span__Z_PIz{padding-top:4px;margin-right:9px}.cityButton_city__span__Z_PIz svg{fill:#fafbfc;width:11px;height:11px;transition:fill .2s ease-in-out}@media(max-width:950px){.cityButton_city__span__Z_PIz svg{fill:#2d2d2d;width:20px;height:20px}}.cityButton_city__span__Z_PIz.cityButton_dark_mode__RU0Fg svg{fill:#f2f2f2}.cityButton_city__text__wHK_E{position:relative;font-family:Roboto;font-weight:500;font-size:16px;letter-spacing:.002em;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#fafbfc;transition:color .2s ease-in-out;min-width:max-content}@media(max-width:950px){.cityButton_city__text__wHK_E{font-size:22px;color:#2d2d2d}.cityButton_city__text__wHK_E.cityButton_dark_mode__RU0Fg{color:#f2f2f2}}.profileDropDown_profile__IoOuX{grid-column:13;position:relative;margin:0;padding:0;border:none;width:20px;height:20px;background-color:transparent;z-index:10}.profileDropDown_profile__btn__1oSpl{margin:0;padding:0;background-color:transparent;border:none;cursor:pointer}.profileDropDown_profile__span__K5pNJ{position:absolute;top:-4px;left:-20px}@media(max-width:560px){.profileDropDown_profile__span__K5pNJ{left:-12px}}.profileDropDown_profile__span__K5pNJ svg{fill:#fff;transition:fill .2s ease-in-out}.profileDropDown_profile__IoOuX:hover .profileDropDown_profile__span__K5pNJ>svg{fill:#ffc540;transition:fill .2s ease-in-out}.profileDropDown_profile__dropdown__RQzd0{position:absolute;top:24px;right:34px;margin:0;padding:15px;list-style-type:none;border-radius:4px;background-color:#f2f2f2;box-shadow:0 2px 8px rgba(0,0,0,.1)}.profileDropDown_profile__dropdown__user__7lE1k{margin-bottom:10px;display:flex;flex-direction:column;padding-bottom:12px;border-bottom:1px solid #e9e9e9}.profileDropDown_profile__dropdown__username__hZyYs{font-size:18px;color:#2d2d2d}.profileDropDown_profile__dropdown__username__hZyYs.profileDropDown_dark_mode__YBUVC{color:#f2f2f2}.profileDropDown_profile__dropdown__email__2oZl6{opacity:.5;font-size:14px;color:#2d2d2d}.profileDropDown_profile__dropdown__email__2oZl6.profileDropDown_dark_mode__YBUVC{color:#e9e9e9}.profileDropDown_profile__dropdown__item__tbnfV:not(:last-child){margin-bottom:10px}.profileDropDown_profile__dropdown__item__btn__dXzjN{cursor:pointer;border:none;background-color:transparent;margin:0;padding:0;display:flex;align-items:center}.profileDropDown_profile__dropdown__item__svg__Jwpum{width:17px;height:18px}.profileDropDown_profile__dropdown__item__svg__Jwpum svg{fill:#2d2d2d;transition:fill .2s ease-in-out}.profileDropDown_profile__dropdown__item__svg__Jwpum.profileDropDown_dark_mode__YBUVC svg{fill:#f2f2f2}.profileDropDown_profile__dropdown__item__tbnfV:hover .profileDropDown_profile__dropdown__item__svg__Jwpum>svg{fill:#ffc540;transition:fill .2s ease-in-out}.profileDropDown_profile__dropdown__item__text__kiqMM{margin-right:5px;color:#2d2d2d;transition:color .2s ease-in-out}.profileDropDown_profile__dropdown__item__text__kiqMM.profileDropDown_dark_mode__YBUVC{color:#f2f2f2}.profileDropDown_profile__dropdown__item__tbnfV:hover .profileDropDown_profile__dropdown__item__text__kiqMM{color:#ffc540;transition:color .2s ease-in-out}.footer_footer__N7z2W,.profileDropDown_profile__dropdown__RQzd0.profileDropDown_dark_mode__YBUVC{background-color:#2d2d2d}.footer_footer__N7z2W{padding-top:54px}@media(max-width:500px){.footer_footer__N7z2W{padding-top:24px}}.footer_footer__container__Sn_qc{max-width:1920px;padding:0 24px;margin:0 auto}@media(max-width:500px){.footer_footer__container__Sn_qc{padding:0 17px}}.footer_footer__top__VD7Gk{padding:0;list-style-type:none;display:grid;grid-template-columns:repeat(12,1fr);margin:0 0 25px}@media(max-width:750px){.footer_footer__top__VD7Gk{grid-template-columns:auto}}@media(max-width:500px){.footer_footer__top__VD7Gk{display:flex;flex-direction:column}}.footer_footer__top__item__A3j0e:not(:last-child){margin-right:16px;border-right:1px solid hsla(0,2%,80%,.2)}.footer_footer__top__item__A3j0e:first-child{grid-column:1/4}@media(max-width:950px){.footer_footer__top__item__A3j0e:first-child{grid-column:1/5;margin-bottom:-106px}}.footer_footer__top__item__A3j0e:last-child{grid-column:10/13}@media(max-width:950px){.footer_footer__top__item__A3j0e:last-child{grid-column:9/13}}@media(max-width:750px){.footer_footer__top__item__A3j0e:last-child{grid-column:7/13}}.footer_footer__top__item__logo__1KQOE{cursor:pointer;display:flex;align-items:center;position:relative}.footer_footer__top__item__logo__1KQOE img{margin-right:8px}.footer_footer__top__item__logo__text__QCcAI{max-width:138px;font-family:Raleway;font-weight:700;font-size:18px;color:#fafbfc}.footer_footer__top__item__list__Jo9WJ{margin:0;padding:0;list-style-type:none}.footer_footer__top__item__list__item__e3h67:not(:last-child){margin-bottom:8px}.footer_footer__top__item__list__item__link___NCtK{color:#cdcbcb}.footer_footer__top__item__list__item__link___NCtK:hover{color:#ffc540;transition:color .2s ease-in-out}.footer_footer__top__item__contacts__k_lea li:not(:last-child){margin-bottom:22px}.footer_footer__top__item__contacts__k_lea li a{position:relative}.footer_footer__top__item__contacts__k_lea li a span{display:block}.footer_footer__top__item__contacts__k_lea li a span:first-child{margin-bottom:4px}.footer_footer__top__item__contacts__k_lea li a span:nth-child(2){padding-left:22px;font-weight:500;font-size:18px;color:#fafbfc;transition:color .2s ease-in-out}.footer_footer__top__item__contacts__k_lea li a span:nth-child(3){position:absolute;top:25px;left:0}.footer_footer__top__item__contacts__k_lea li a span:nth-child(3) svg{stroke:#fafbfc;transition:stroke .2s ease-in-out}.footer_footer__top__item__contacts__k_lea li a:hover span{color:#ffc540;transition:color .2s ease-in-out}.footer_footer__top__item__contacts__k_lea li a:hover span svg{stroke:#ffc540;transition:stroke .2s ease-in-out}.footer_footer__top__item__title__2eejf{width:100%;text-align:start;cursor:pointer;border:none;background-color:transparent;display:block;margin:0 0 16px;font-weight:500;font-size:18px;color:#fafbfc}.footer_footer__top__inner__QWfow{display:grid;grid-template-columns:repeat(12,1fr);grid-column:4/10;margin-right:16px;border-right:1px solid hsla(0,2%,80%,.2)}@media(max-width:950px){.footer_footer__top__inner__QWfow{grid-template-columns:1fr;grid-template-rows:auto auto;grid-column:5/9;row-gap:34px}}@media(max-width:750px){.footer_footer__top__inner__QWfow{grid-column:1/7}}@media(max-width:500px){.footer_footer__top__inner__QWfow{margin-right:0;border-right:0;margin-bottom:16px;row-gap:16px}}.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e:first-child{grid-column:1/7}@media(max-width:950px){.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e:first-child{grid-column:auto;margin-right:0;border-right:none;margin-bottom:0}}.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e:last-child{grid-column:7/12}@media(max-width:950px){.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e:last-child{grid-column:auto}}@media(max-width:500px){.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e{margin-right:0;border-bottom:1px solid hsla(0,2%,80%,.2)}.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e .footer_footer__top__item__title__2eejf{position:relative}.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e .footer_footer__top__item__title__2eejf:before{content:"";width:12px;height:6px;position:absolute;top:8px;right:0;background-image:url(/img/arrow.svg);background-repeat:no-repeat;background-position:100%;transition:transform .3s ease-in-out}.footer_footer__top__inner__QWfow .footer_footer__top__item__A3j0e .footer_footer__top__item__title__2eejf.footer_open__rpnuK:before{transform:rotate(180deg);transition:transform .3s ease-in-out}}@media(max-width:950px){.footer_footer__bottom__71ruL{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto auto}}@media(max-width:500px){.footer_footer__bottom__71ruL{display:flex;flex-direction:column}}@media(max-width:750px){.footer_footer__bottom__71ruL .footer_footer__top__item__A3j0e{grid-column:6/13;margin-right:0;margin-bottom:20px;border-right:none}}.footer_footer__bottom__block__Ksp0T{display:flex;align-items:center;border-top:1px solid hsla(0,2%,80%,.2)}@media(max-width:500px){.footer_footer__bottom__block__Ksp0T{border-top:none}}.footer_footer__bottom__block__Ksp0T:first-child{display:flex;align-items:center;justify-content:space-between;padding:25px 0}@media(max-width:950px){.footer_footer__bottom__block__Ksp0T:first-child{grid-column:5/13;padding:16px 0}}@media(max-width:750px){.footer_footer__bottom__block__Ksp0T:first-child{grid-column:1/13}}@media(max-width:500px){.footer_footer__bottom__block__Ksp0T:first-child{flex-direction:column;align-items:start;border-bottom:1px solid hsla(0,2%,80%,.2);margin-bottom:16px}}.footer_footer__bottom__block__Ksp0T:last-child{padding-top:35px;padding-bottom:43px}@media(max-width:950px){.footer_footer__bottom__block__Ksp0T:last-child{grid-column:1/13;grid-row:-1}}.footer_footer__bottom__block__left__pXgGW{display:flex;align-items:center;margin-right:20px}@media(max-width:950px){.footer_footer__bottom__block__left__pXgGW{flex-direction:column;align-items:flex-start}}@media(max-width:500px){.footer_footer__bottom__block__left__pXgGW{margin-bottom:16px;margin-right:0}}.footer_footer__bottom__block__title___WOtP{margin:0 24px 0 0;font-weight:400;color:#fafbfc}@media(max-width:1140px){.footer_footer__bottom__block__title___WOtP{font-size:16px;margin-right:16px}}@media(max-width:950px){.footer_footer__bottom__block__title___WOtP{font-size:14px;margin-bottom:8px}}.footer_footer__bottom__block__pay__6JzoG{margin:0;padding:0;list-style-type:none;display:flex;align-items:center}.footer_footer__bottom__block__pay__item__MYNvd{height:48px;border-radius:6px;overflow:hidden}@media(max-width:950px){.footer_footer__bottom__block__pay__item__MYNvd{height:40px;width:50px}}.footer_footer__bottom__block__pay__item__MYNvd:not(:last-child){margin-right:18px}@media(max-width:1140px){.footer_footer__bottom__block__pay__item__MYNvd:not(:last-child){margin-right:13px}}.footer_footer__bottom__block__pay__item__MYNvd img{object-fit:cover;max-width:100%}.footer_footer__bottom__block__right__l3HZp{display:flex;align-items:center;padding-right:100px}@media(max-width:1140px){.footer_footer__bottom__block__right__l3HZp{padding-right:0}}@media(max-width:950px){.footer_footer__bottom__block__right__l3HZp{flex-direction:column;align-items:flex-start}}@media(max-width:500px){.footer_footer__bottom__block__right__l3HZp{margin-bottom:16px;margin-right:0}}.footer_footer__bottom__block__social__8KhLp{margin:0;padding:0;list-style-type:none;display:flex;align-items:center}.footer_footer__bottom__block__social__item__T1Rjx{background-repeat:no-repeat;background-position:50%}.footer_footer__bottom__block__social__item__T1Rjx:not(:last-child){margin-right:16px}@media(max-width:1140px){.footer_footer__bottom__block__social__item__T1Rjx:not(:last-child){margin-right:13px}}.footer_footer__bottom__block__social__item__T1Rjx a{width:48px;height:48px;display:block}@media(max-width:950px){.footer_footer__bottom__block__social__item__T1Rjx a{width:40px;height:40px;background-size:cover}}.footer_footer__bottom__block__social__item_vk__PJ9X4{background-image:url(/img/vk.svg)}.footer_footer__bottom__block__social__item_fb__TwBSw{background-image:url(/img/fb.svg)}.footer_footer__bottom__block__social__item_inst__6As0i{background-image:url(/img/inst.svg)}.footer_footer__bottom__block__social__item_ytb__PJvSt{background-image:url(/img/ytb.svg)}.footer_footer__bottom__block__copyright__JD_Dt{font-size:12px;color:#ededed}