.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{column-gap:23px;display:flex;height:400px;margin-top:35px;transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-size:30px;line-height:0;opacity:.75}.slick-prev{left:-10px}[dir=rtl] .slick-prev{left:auto;right:-10px}.slick-prev:before{content:"«"}[dir=rtl] .slick-prev:before{content:"»"}.slick-next{right:-10px}[dir=rtl] .slick-next{left:-10px;right:auto}.slick-next:before{content:"»"}[dir=rtl] .slick-next:before{content:"«"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#59ff00;content:"•";font-family:slick;font-size:35px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#59ff00;opacity:.75}:root{--bg:#212123;--dark:#191919;--dark-sea:#576067;--grey:#b8b8b8;--white:#fff;--violet:#8b57c6;--violet-dark:#6c3eb8;--light:#f6f6f7;--sea:#616e74;--catalog-image-height:260px;--sidebar-width:304px;--layout-gap:20px;--hero-height:423px;--content-width:1274px;--page-padding:0;--image-corner-radius:20px}@media(min-width:1440px){:root{--content-width:1360px;--layout-gap:24px;--sidebar-width:320px}}@media(max-width:768px){:root{--page-padding:0}}body{background:var(--bg);color:#fff;font-family:Montserrat,Roboto,sans-serif;font-size:16px;font-weight:500;line-height:16px;margin:0;overflow-x:hidden;padding:0 0 20px}h1,h2,h3,h4,h5,h6,p{font-size:16px;line-height:24px;margin:0;padding:0}*{box-sizing:border-box}img{display:block;height:auto;max-width:100%}button,input{background:none;border:none;color:#fff;font-family:Montserrat,Roboto,sans-serif;font-size:16px;outline:none}a{color:#fff;text-decoration:none}li,ul{list-style:none;margin:0;padding:0}.app{box-sizing:border-box;margin:0 auto;max-width:100%;padding-left:var(--page-padding);padding-right:var(--page-padding);width:var(--content-width)}.flex{display:flex}.flex-center{align-items:center;justify-content:center}.icon{height:12px;width:12px}.container{align-items:stretch;display:flex;gap:var(--layout-gap);margin-top:20px;width:100%}.container>section{align-self:stretch;background:var(--dark);border-radius:10px;display:flex;flex:0 0 var(--sidebar-width);flex-direction:column;max-width:var(--sidebar-width);min-height:var(--hero-height);transition:box-shadow .5s ease-in-out;width:var(--sidebar-width)}.container>section:hover{box-shadow:0 0 18px #59ff00}.container>section:active{box-shadow:0 0 18px #018afb}.container.containerWithHero{align-items:stretch;display:grid;gap:var(--layout-gap);grid-template-columns:var(--sidebar-width) minmax(0,1fr);overflow:visible}.container.containerWithHero>section{align-self:stretch;grid-column:1;grid-row:1;height:auto;max-height:none;min-height:var(--hero-height)}.container.containerWithHero .mainColumn{display:contents}.container.containerWithHero .heroTopGroup{display:flex;flex-direction:column;gap:var(--layout-gap);grid-column:2;grid-row:1;min-height:var(--hero-height);min-width:0}.container.containerWithHero .heroSlot{flex:1 1;height:auto;min-height:0}.container.containerWithHero .heroCategoriesSlot{flex:1 1;min-height:0}.container.containerWithHero .heroCategoriesSlot>section{display:flex;flex-direction:column;height:100%}.container.containerWithHero.containerHome{grid-template-rows:auto auto auto}.container.containerWithHero.containerHome>section{grid-row:1}.container.containerWithHero.containerHome .heroTopProductsSlot{grid-column:1/-1;grid-row:2;justify-self:stretch;margin-left:0;max-width:100%;width:100%}.container.containerWithHero.containerHome .mainContent{grid-column:1/-1;grid-row:3;margin-left:0;max-width:100%;width:100%}.container.containerWithHero.containerHome .mainContent>section.bannerFullBleed,.container.containerWithHero.containerHome .mainContent>section.homeFullBleed,.container.containerWithHero.containerHome .mainContent>section.productsFullBleed{margin-left:0;max-width:100%;width:100%}.container.containerWithHero:not(.containerHome){grid-template-rows:auto auto}.container.containerWithHero:not(.containerHome)>section{grid-row:1/-1}.container.containerWithHero:not(.containerHome) .mainContent{grid-column:2;grid-row:2;margin-left:0;max-width:100%;width:100%}.container.containerProduct{align-items:stretch;display:grid;gap:var(--layout-gap);grid-template-columns:var(--sidebar-width) minmax(0,1fr);grid-template-rows:auto auto}.container.containerProduct>section{align-self:stretch;grid-column:1;grid-row:1;min-height:var(--hero-height)}.container.containerProduct .mainColumn,.container.containerProduct .mainContent{display:contents}.container.containerProduct .mainContent>section:first-child{align-self:stretch;grid-column:2;grid-row:1;min-height:var(--hero-height)}.container.containerProduct .mainContent>section:not(:first-child){grid-column:1/-1;grid-row:2}.mainColumn{display:flex;flex:1 1;flex-direction:column;gap:var(--layout-gap);max-width:calc(100% - var(--sidebar-width) - var(--layout-gap));min-width:0}.heroSlot{display:flex;flex:0 0 var(--hero-height);flex-direction:column;height:var(--hero-height)}.heroSlot,.heroSlot>section{min-height:var(--hero-height);width:100%}.heroSlot>section{background:var(--dark);border-radius:10px;flex:1 1 auto;height:100%;transition:box-shadow .5s ease-in-out}.heroSlot>section:hover{box-shadow:0 0 18px #59ff00}.heroSlot>section:active{box-shadow:0 0 18px #018afb}.heroCategoriesSlot,.heroTopProductsSlot{display:flex;flex:0 0 auto;flex-direction:column;min-width:0;width:100%}.heroCategoriesSlot>section,.heroTopProductsSlot>section{background:var(--dark);border-radius:10px;min-width:0;transition:box-shadow .5s ease-in-out;width:100%}.heroCategoriesSlot>section:hover,.heroTopProductsSlot>section:hover{box-shadow:0 0 18px #59ff00}.heroCategoriesSlot>section:active,.heroTopProductsSlot>section:active{box-shadow:0 0 18px #018afb}.mainContent{flex:1 1 auto;flex-direction:column;gap:var(--layout-gap)}.mainContent,.mainContent>section{display:flex;min-width:0;width:100%}.mainContent>section{background:var(--dark);border-radius:10px;flex:0 1 auto;flex-direction:column;min-height:auto;transition:box-shadow .5s ease-in-out}.mainContent>section:hover{box-shadow:0 0 18px #59ff00}.mainContent>section:active{box-shadow:0 0 18px #018afb}.mainContent>section:only-child{align-self:stretch;flex:1 1 auto;min-height:var(--hero-height)}section{background:var(--dark);border-radius:10px;transition:box-shadow .5s ease-in-out}button{background:var(--violet-dark);border-radius:6px;cursor:pointer;font-weight:600;line-height:20px;padding:9px 20px}button:hover{background:var(--violet)}h2{font-size:20px;font-weight:600;line-height:24px;text-align:center}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}input{padding:0}.preloader{align-items:center;display:flex;flex-grow:1;justify-content:center;min-height:var(--hero-height);padding:24px}@media(max-width:1200px){:root{--catalog-image-height:220px;--layout-gap:16px;--hero-height:380px}}@media(max-width:1024px){:root{--sidebar-width:100%;--hero-height:360px;--catalog-image-height:200px}.app{box-sizing:border-box;padding:0 12px}.container{flex-direction:column;margin-top:16px}.container>section{align-self:stretch;flex:0 0 auto;min-height:auto}.container.containerHome .heroTopProductsSlot,.container.containerHome .mainContent,.container>section{max-width:100%;width:100%}.container.containerProduct,.container.containerWithHero{display:flex;flex-direction:column}.container.containerProduct>section,.container.containerWithHero>section{grid-column:auto;grid-row:auto}.container.containerProduct .mainColumn,.container.containerWithHero .mainColumn{display:flex;flex-direction:column;gap:var(--layout-gap);max-width:100%;width:100%}.container.containerProduct .heroTopGroup,.container.containerWithHero .heroTopGroup{flex-direction:column;gap:var(--layout-gap);min-height:auto;width:100%}.container.containerProduct .heroSlot,.container.containerWithHero .heroSlot{flex:0 0 auto;height:auto;min-height:300px;width:100%}.container.containerProduct .heroCategoriesSlot,.container.containerProduct .heroSlot,.container.containerWithHero .heroCategoriesSlot,.container.containerWithHero .heroSlot{flex:0 0 auto}.container.containerProduct.containerHome .heroTopProductsSlot,.container.containerProduct.containerHome .mainContent,.container.containerWithHero.containerHome .heroTopProductsSlot,.container.containerWithHero.containerHome .mainContent{max-width:100%;width:100%}.container.containerProduct .mainContent>section:first-child{min-height:auto}.mainColumn{max-width:100%;width:100%}.heroSlot>section{min-height:300px}.mainContent>section:only-child{min-height:auto}}@media(min-width:769px)and (max-width:1024px){.container.containerHome .heroTopGroup{align-items:stretch;flex-direction:row}.container.containerHome .heroTopGroup .heroSlot{flex:1 1 58%;min-height:320px;min-width:0}.container.containerHome .heroTopGroup .heroCategoriesSlot{flex:1 1 42%;min-width:0}.container.containerHome .heroTopGroup .heroCategoriesSlot>section{height:100%}}@media(max-width:768px){:root{--hero-height:280px;--catalog-image-height:170px;--layout-gap:12px}body{font-size:15px;padding-bottom:calc(16px + env(safe-area-inset-bottom, 0px))}h2{font-size:18px;line-height:22px}.container{gap:12px;margin-top:12px}.heroSlot,.heroSlot>section{height:auto;min-height:auto}.heroCategoriesSlot>section{height:auto;min-height:0}.container>section,.mainContent>section{border-radius:8px}.container>section:hover,.heroCategoriesSlot>section:hover,.heroSlot>section:hover,.heroTopProductsSlot>section:hover,.mainContent>section:hover{box-shadow:none}}@media(max-width:480px){:root{--hero-height:240px;--catalog-image-height:150px}.app{padding:0 8px}.heroSlot,.heroSlot>section{min-height:auto}.preloader{min-height:200px;padding:16px}}@media(hover:none){.container>section:active,.container>section:hover,.heroSlot>section:active,.heroSlot>section:hover,.mainContent>section:active,.mainContent>section:hover{box-shadow:none}}.Preloader_preloader__tPUV3{align-items:center;color:var(--light);display:flex;justify-content:center}.Preloader_inline__g2lig{flex-grow:1;min-height:var(--hero-height);padding:24px}.Preloader_fullScreen__DClz9{background:radial-gradient(ellipse at 50% 0,#8b57c61f 0,#0000 55%),linear-gradient(180deg,#121316,#0a0b0d);inset:0;position:fixed;transition:opacity .45s ease,visibility .45s ease;z-index:9999}.Preloader_exiting__g\+8Nx{opacity:0;pointer-events:none;visibility:hidden}.Preloader_panel__e4MGv{align-items:center;background:#121316eb;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 24px 60px #0000008c,inset 0 1px 0 #ffffff0a;display:flex;flex-direction:column;gap:14px;padding:28px 24px 22px;width:min(320px,92vw)}.Preloader_gaugeWrap__BqHK4{height:120px;position:relative;width:168px}.Preloader_gaugeRing__KnqiS{background:conic-gradient(from 225deg at 50% 100%,#2a2d34 0deg,#3d424c 55deg,#2a2d34 110deg,#0000 110deg);border-radius:148px 148px 0 0;height:74px;left:50%;overflow:hidden;position:absolute;top:8px;transform:translateX(-50%);width:148px}.Preloader_gaugeRing__KnqiS:before{background:#101114;border-radius:inherit;box-shadow:inset 0 0 18px #000000a6;content:"";inset:6px 6px -2px;position:absolute}.Preloader_gaugeTicks__0KqMV{background:repeating-conic-gradient(from 225deg at 50% 100%,#ffffff8c 0deg 1.5deg,#0000 1.5deg 14deg);border-radius:inherit;inset:10px 10px 0;mask:radial-gradient(circle at 50% 100%,#0000 58%,#000 59%);opacity:.45;position:absolute}.Preloader_gaugeNeedle__rPVu9{animation:Preloader_needleSweep__Bw2AM 1.8s ease-in-out infinite;background:linear-gradient(180deg,#ff6b76,#ff3b4a);border-radius:3px 3px 0 0;bottom:0;box-shadow:0 0 10px #ff4655a6;height:52px;left:50%;margin-left:-1.5px;position:absolute;transform-origin:center bottom;width:3px;z-index:2}.Preloader_gaugeHub__NILb4{background:radial-gradient(circle at 35% 35%,#5a5f68 0,#2a2d34 70%);border:2px solid #ffffff1f;border-radius:50%;bottom:-7px;height:14px;left:50%;margin-left:-7px;position:absolute;width:14px;z-index:3}.Preloader_wheel__d-Irq{animation:Preloader_wheelSpin__F0L1l 1.2s linear infinite;bottom:0;height:54px;left:50%;margin-left:-27px;position:absolute;width:54px}.Preloader_wheelRim__PXh4Z{border:5px solid #3a3f48;border-radius:50%;box-shadow:inset 0 0 0 2px #1a1c20,0 0 12px #8b57c640;inset:0;position:absolute}.Preloader_wheelSpokes__n\+rLN{background:linear-gradient(0deg,#0000 46%,#6c727c 0,#6c727c 54%,#0000 0),linear-gradient(60deg,#0000 46%,#6c727c 0,#6c727c 54%,#0000 0),linear-gradient(120deg,#0000 46%,#6c727c 0,#6c727c 54%,#0000 0);border-radius:50%;inset:10px;position:absolute}.Preloader_statusRow__YlU2f{align-items:center;background:#ff505a1a;border:1px solid #ff646e4d;border-radius:999px;display:inline-flex;font-family:Courier New,Courier,monospace;gap:8px;padding:5px 12px}.Preloader_statusDot__s8\+jj{animation:Preloader_statusBlink__CKZj3 1.1s step-end infinite;background:#ff5a68;border-radius:50%;box-shadow:0 0 8px #ff5a64bf;height:7px;width:7px}.Preloader_statusText__NuS1B{color:#ff9aa3;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.Preloader_message__9wlwF{color:var(--grey);font-size:15px;font-weight:600;margin:0;text-align:center}.Preloader_fuelTrack__QX16E{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;height:10px;overflow:hidden;position:relative;width:100%}.Preloader_fuelFill__-yJMY{animation:Preloader_fuelRise__aD\+GR 2.2s ease-in-out infinite;background:linear-gradient(90deg,#ff5a68 0,#a070d8 55%,var(--violet) 100%);border-radius:inherit;inset:0 auto 0 0;position:absolute;width:35%}.Preloader_fuelLabelEnd__hYNPY,.Preloader_fuelLabel__RDoJ7{color:#ffffff73;font-size:8px;font-weight:800;letter-spacing:.08em;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.Preloader_fuelLabel__RDoJ7{left:8px}.Preloader_fuelLabelEnd__hYNPY{right:8px}@keyframes Preloader_needleSweep__Bw2AM{0%,to{transform:rotate(-68deg)}50%{transform:rotate(24deg)}}@keyframes Preloader_wheelSpin__F0L1l{to{transform:rotate(1turn)}}@keyframes Preloader_fuelRise__aD\+GR{0%,to{opacity:.75;width:18%}50%{opacity:1;width:88%}}@keyframes Preloader_statusBlink__CKZj3{0%,to{opacity:1}50%{opacity:.25}}@media(max-width:768px){.Preloader_inline__g2lig{min-height:200px;padding:16px}.Preloader_panel__e4MGv{padding:22px 18px 18px}}@media(prefers-reduced-motion:reduce){.Preloader_fuelFill__-yJMY,.Preloader_gaugeNeedle__rPVu9,.Preloader_statusDot__s8\+jj,.Preloader_wheel__d-Irq{animation:none!important}.Preloader_gaugeNeedle__rPVu9{transform:rotate(-20deg)}.Preloader_fuelFill__-yJMY{width:62%}}.Header_header__-azap{align-items:center;box-sizing:border-box;display:grid;gap:12px 20px;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;padding:20px;position:relative;width:100%;z-index:20}.Header_logo__e1dpu{align-self:center;flex-shrink:0;grid-column:1;grid-row:1/-1;height:80px;width:120px}.Header_logo__e1dpu a{display:block;height:100%;width:100%}.Header_logo__e1dpu img{height:100%;object-fit:contain;width:100%}.Header_headerMain__6TDGC{display:contents}.Header_topBar__0A9QU{align-items:center;display:flex;gap:12px;grid-column:2;grid-row:1;justify-content:space-between;min-width:0;width:100%}.Header_topBarActions__6QxWn{align-items:center;display:flex;flex-shrink:0;gap:10px 14px;margin-left:auto}.Header_user__rEruT{align-items:center;background:#0000;border:none;column-gap:10px;cursor:pointer;display:flex;flex-shrink:1;font-family:inherit;max-width:200px;min-width:0;padding:4px 0}.Header_avatar__RCt47{background:var(--dark);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;flex-shrink:0;height:50px;width:50px}.Header_username__ccikk{color:var(--grey);font-size:14px;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Header_form__\+ZTIm{align-items:center;background:var(--dark);border-radius:8px;box-sizing:border-box;column-gap:12px;display:flex;grid-column:2;grid-row:2;max-width:100%;min-height:42px;padding:6px 10px;position:relative;width:100%}.Header_icon__36MmY{flex-shrink:0;height:15px;width:15px}.Header_icon__36MmY svg{fill:var(--dark-sea);height:100%;width:100%}.Header_input__kok7G{flex:1 1;min-width:0}.Header_input__kok7G input{background:none;border:none;color:var(--grey);font-family:Montserrat,Roboto,sans-serif;font-size:15px;line-height:1.2;outline:none;width:100%}.Header_searchSubmit__V7ZDa{align-items:center;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;padding:0;transition:background .2s ease;width:36px}.Header_searchSubmit__V7ZDa svg{stroke:var(--dark-sea);height:18px;transition:stroke .2s ease;width:18px}.Header_searchSubmit__V7ZDa:hover{background:#ffffff0f}.Header_searchSubmit__V7ZDa:hover svg{stroke:var(--violet)}.Header_account__Dyb6I{align-items:center;column-gap:14px;display:flex;flex-shrink:0}.Header_adminLink__W1k7J{align-items:center;background:var(--violet);border-radius:6px;color:var(--light);display:inline-flex;font-size:14px;font-weight:500;justify-content:center;min-height:36px;min-width:36px;padding:8px 16px;text-decoration:none;transition:all .3s ease;white-space:nowrap}.Header_adminLink__W1k7J:hover{background:#7b61ffcc;transform:translateY(-2px)}.Header_adminLinkShort__1kc0Z{display:none}.Header_cart__gGO\+j,.Header_favourites__MnWLH{align-items:center;cursor:pointer;display:inline-flex;justify-content:center;min-height:40px;min-width:40px;position:relative}.Header_account__Dyb6I svg{height:24px;width:24px}.Header_icon-fav__QirLf{stroke:var(--grey);fill:none;transition:all .3s ease}.Header_icon-fav-filled__DFWEm{fill:var(--violet);stroke:var(--violet)}.Header_icon-cart__jGkK7{fill:var(--grey);transition:all .3s ease}.Header_icon-cart-filled__Vd8Ef{fill:var(--violet)}.Header_icon-fav__QirLf:hover{stroke:var(--white)}.Header_icon-fav-filled__DFWEm:hover{fill:var(--violet);stroke:var(--violet);opacity:.8}.Header_icon-cart__jGkK7:hover{fill:var(--white)}.Header_icon-cart-filled__Vd8Ef:hover{fill:var(--violet);opacity:.8}.Header_count__m8txI{background:var(--violet);border-radius:50%;bottom:2px;color:var(--light);font-size:10px;font-weight:700;height:16px;line-height:16px;position:absolute;right:2px;text-align:center;width:16px}.Header_box__jMQOR{background:var(--dark-sea);border-radius:8px;box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column;left:0;max-height:min(300px,50vh);overflow-y:auto;padding:12px;position:absolute;row-gap:8px;top:calc(100% + 6px);width:100%;z-index:30}.Header_box__jMQOR::-webkit-scrollbar{display:none}.Header_item__gzQPT{align-items:center;color:var(--grey);column-gap:12px;display:flex;font-size:13px;padding:4px 0;text-decoration:none}.Header_item__gzQPT:hover{color:var(--light)}.Header_itemTitle__2kw1w{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis}.Header_image__2teZ3{align-items:center;background:var(--dark);display:flex;flex-shrink:0;height:44px;justify-content:center;overflow:hidden;width:44px}.Header_image__2teZ3,.Header_image__2teZ3 img{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0}.Header_image__2teZ3 img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:auto}.Header_phoneDropdown__dUvRy{display:inline-block;flex-shrink:0;position:relative;z-index:1000}.Header_dropbtn__-rQkk{align-items:center;background:var(--dark);border:1px solid var(--dark-sea);border-radius:8px;color:var(--grey);column-gap:8px;cursor:pointer;display:flex;font-family:Montserrat,Roboto,sans-serif;font-size:14px;font-weight:500;min-height:40px;padding:8px 14px;transition:all .3s ease}.Header_dropbtn__-rQkk:hover{background:var(--dark-sea);border-color:var(--violet);box-shadow:0 4px 12px #7b61ff33;color:var(--light)}.Header_dropbtnText__\+js7l{white-space:nowrap}.Header_phoneIcon__YBxyh{stroke:var(--grey);flex-shrink:0;height:18px;transition:stroke .3s ease;width:18px}.Header_dropbtn__-rQkk:hover .Header_phoneIcon__YBxyh{stroke:var(--violet)}.Header_arrowIcon__mFePS{stroke:var(--grey);flex-shrink:0;height:14px;margin-left:2px;transition:transform .2s ease,stroke .2s ease;width:14px}.Header_dropbtn__-rQkk:hover .Header_arrowIcon__mFePS{stroke:var(--violet)}.Header_phoneDropdown__dUvRy:hover .Header_arrowIcon__mFePS:not(.Header_arrowOpen__GZGK8){transform:rotate(180deg)}.Header_phoneDropdownContent__1EBlJ{animation:Header_slideDown__FTzCy .2s ease;background:var(--dark-sea);border:1px solid var(--dark);border-radius:12px;box-shadow:0 8px 24px #0000004d;min-width:240px;overflow:hidden;padding:8px;position:absolute;right:0;top:calc(100% + 6px);z-index:1001}@keyframes Header_slideDown__FTzCy{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Header_arrowOpen__GZGK8{transform:rotate(180deg)}.Header_phoneLink__lFmLa{align-items:center;border-radius:8px;color:var(--light);column-gap:12px;display:flex;font-size:14px;font-weight:500;padding:12px 14px;text-decoration:none;transition:background .2s ease,color .2s ease}.Header_phoneLink__lFmLa:hover{background:var(--dark);color:var(--violet)}.Header_phoneLink__lFmLa span{flex:1 1;white-space:nowrap}.Header_phoneLinkIcon__fPN7K{stroke:var(--grey);flex-shrink:0;height:20px;transition:stroke .2s ease;width:20px}.Header_phoneLink__lFmLa:hover .Header_phoneLinkIcon__fPN7K{stroke:var(--violet)}@media(max-width:1200px){.Header_header__-azap{gap:10px 16px;padding:16px 14px}.Header_logo__e1dpu{height:72px;width:108px}.Header_dropbtnText__\+js7l{display:none}.Header_dropbtn__-rQkk{padding:8px 12px}}@media(max-width:1024px){.Header_header__-azap{grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;padding:14px 12px}.Header_logo__e1dpu{align-self:center;grid-column:1;grid-row:1;height:64px;width:96px}.Header_topBar__0A9QU{grid-column:2;grid-row:1}.Header_form__\+ZTIm{grid-column:1/-1;grid-row:2}.Header_user__rEruT{max-width:160px}}@media(max-width:768px){.Header_header__-azap{background:var(--bg);border-bottom:1px solid #ffffff0f;gap:10px;padding:calc(10px + env(safe-area-inset-top, 0px)) 8px 12px;position:sticky;top:0}.Header_logo__e1dpu{height:56px;width:84px}.Header_topBar__0A9QU{gap:8px}.Header_topBarActions__6QxWn{gap:6px 8px}.Header_username__ccikk{display:none}.Header_user__rEruT{max-width:none;padding:0}.Header_avatar__RCt47{height:40px;width:40px}.Header_dropbtn__-rQkk{min-height:40px;padding:8px 10px}.Header_arrowIcon__mFePS{display:none}.Header_account__Dyb6I{column-gap:4px}.Header_adminLink__W1k7J{min-height:36px;min-width:36px;padding:0}.Header_adminLinkFull__4kAVa{display:none}.Header_adminLinkShort__1kc0Z{display:inline;font-size:13px;font-weight:700}.Header_cart__gGO\+j,.Header_favourites__MnWLH{min-height:38px;min-width:38px}.Header_account__Dyb6I svg{height:22px;width:22px}.Header_form__\+ZTIm{min-height:40px}.Header_icon__36MmY{display:none}.Header_phoneDropdownContent__1EBlJ{left:auto;max-width:calc(100vw - 24px);min-width:min(260px,100vw - 24px);right:0}}@media(max-width:480px){.Header_logo__e1dpu{height:48px;width:72px}.Header_form__\+ZTIm{column-gap:6px;min-height:38px;padding:4px 8px}.Header_input__kok7G input{font-size:14px}.Header_searchSubmit__V7ZDa{height:34px;width:34px}.Header_topBarActions__6QxWn{gap:4px 6px}.Header_phoneLink__lFmLa{font-size:13px;padding:10px 12px}.Header_phoneLink__lFmLa span{white-space:normal}}@media(min-width:769px){.Header_dropbtn__-rQkk:hover{transform:translateY(-2px)}}@media(min-width:1025px){.Header_header__-azap{gap:14px 24px;padding:20px 24px}.Header_logo__e1dpu{height:84px;width:128px}.Header_form__\+ZTIm{max-width:720px}}@media(min-width:1440px){.Header_header__-azap{padding:22px 28px}.Header_form__\+ZTIm{max-width:800px}}.ProductImage_root__1GX1w{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0}.Footer_footer__grdIK{align-items:center;background:var(--dark);border-radius:10px;display:flex;justify-content:space-between;margin-top:20px;padding:24px;transition:box-shadow .5s ease-in-out}.Footer_footer__grdIK:hover{box-shadow:0 0 18px #59ff00}.Footer_footer__grdIK:active{box-shadow:0 0 18px #018afb}.Footer_logo__l7F6G{align-items:center;display:flex;width:20%}.Footer_logo__l7F6G a{align-items:center;display:flex;flex-direction:row;gap:4px;height:30%;justify-content:flex-start;width:90%}.Footer_logo__l7F6G a img{display:block;height:auto;width:94px}.Footer_logoText__3OzBU .Footer_brandName__UgSwK{font-size:14px;line-height:17px;margin:0}.Footer_logoText__3OzBU span{font-size:11px;line-height:12px}.Footer_rights__7MPE2{color:var(--dark-sea);font-size:12px;line-height:15px}.Footer_rights__7MPE2 a{color:var(--violet)}.Footer_socials__n56cC{display:flex;gap:15px}.Footer_socials__n56cC svg{fill:var(--dark-sea);height:24px;width:24px}.Footer_socials__n56cC svg:hover{fill:var(--violet)}@media(max-width:1024px){.Footer_footer__grdIK{margin-top:16px;padding:20px 16px}}@media(max-width:768px){.Footer_footer__grdIK{align-items:center;flex-direction:column;gap:16px;justify-content:center;padding:20px 16px;text-align:center}.Footer_footer__grdIK:active,.Footer_footer__grdIK:hover{box-shadow:none}.Footer_logo__l7F6G{justify-content:center;width:100%}.Footer_logo__l7F6G a{justify-content:center;width:auto}.Footer_logoText__3OzBU{text-align:left}.Footer_rights__7MPE2{order:3;text-align:center;width:100%}.Footer_socials__n56cC{justify-content:center;order:2;width:100%}}@media(max-width:480px){.Footer_footer__grdIK{gap:14px;padding:16px 12px}.Footer_logo__l7F6G a img{width:72px}}@media(hover:none){.Footer_footer__grdIK:active,.Footer_footer__grdIK:hover{box-shadow:none}}.Breadcrumbs_breadcrumbs__IECL1{background:var(--dark);border-radius:10px;margin-top:20px;padding:12px 20px}.Breadcrumbs_list__E3Wwn{align-items:center;display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.Breadcrumbs_item__01aF4{align-items:center;display:inline-flex;gap:8px;min-width:0}.Breadcrumbs_separator__B8hl8{color:var(--dark-sea);font-size:12px;line-height:16px}.Breadcrumbs_current__O3jw6,.Breadcrumbs_link__flj8Z,.Breadcrumbs_text__fOvc-{font-size:13px;line-height:18px}.Breadcrumbs_link__flj8Z{color:var(--grey);transition:color .2s ease}.Breadcrumbs_link__flj8Z:hover{color:var(--violet)}.Breadcrumbs_text__fOvc-{color:var(--grey)}.Breadcrumbs_current__O3jw6{color:var(--white);font-weight:600;max-width:min(100%,420px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.Breadcrumbs_breadcrumbs__IECL1{margin-top:16px;padding:10px 16px}.Breadcrumbs_current__O3jw6{max-width:min(100%,240px);white-space:normal}}.Sidebar_sidebar__IDcV8{background:#0000;border-radius:0;display:flex;flex:1 1;flex-direction:column;gap:16px;min-height:0;overflow:hidden;padding:20px 18px;width:100%}.Sidebar_sidebarPanel__-07an{flex:0 0 auto;min-width:0}.Sidebar_catalogPanel__QHBHQ,.Sidebar_catalogPanel__QHBHQ .Sidebar_sectionBodyOpen__gA6ry{display:flex;flex:1 1 auto;flex-direction:column;min-height:0}.Sidebar_contactsPanel__R2AST,.Sidebar_novinkiPanel__AKUwz{border-top:1px solid #ffffff1f;padding-top:14px}.Sidebar_contactsPanel__R2AST .Sidebar_contacts__D1iEl{border-top:none;margin-top:0;padding-top:0}.Sidebar_sectionToggle__yPwt-{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;gap:10px;justify-content:space-between;padding:0;text-align:left;width:100%}.Sidebar_sectionToggle__yPwt-:hover .Sidebar_sectionChevron__pXAnO{color:var(--violet)}.Sidebar_sectionChevron__pXAnO{border-bottom:2px solid #ffffff8c;border-right:2px solid #ffffff8c;flex-shrink:0;height:10px;margin-top:-4px;transform:rotate(45deg);transition:transform .2s ease,border-color .2s ease;width:10px}.Sidebar_sectionToggleOpen__Apdd4 .Sidebar_sectionChevron__pXAnO{border-color:var(--violet);margin-top:2px;transform:rotate(-135deg)}.Sidebar_sectionBody__wnI5n{max-height:0;opacity:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.Sidebar_sectionBodyOpen__gA6ry{max-height:2000px;opacity:1}.Sidebar_sidebarCompact__Hq9uj{gap:12px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogPanel__QHBHQ .Sidebar_sectionBodyOpen__gA6ry .Sidebar_catalogNav__CeeR-{margin-top:12px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsPanel__R2AST .Sidebar_sectionBodyOpen__gA6ry{padding-top:8px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiPanel__AKUwz{border-top:none;padding-top:0}.Sidebar_catalog__103n1{flex:0 0 auto}.Sidebar_title__4uoMQ{font-weight:600;line-height:20px}.Sidebar_catalogNav__CeeR-{display:flex;flex:1 1 auto;flex-direction:column;margin-top:14px;min-height:0}.Sidebar_catalogScrollWrap__Gp\+4Y{background:#00000024;border:1px solid #ffffff0f;border-radius:10px;flex:1 1 auto;max-height:min(420px,var(--hero-height,423px) - 88px);min-height:0;padding-bottom:2px;position:relative}.Sidebar_catalogEmpty__H-uxC{color:#ffffff8c;font-size:12px;line-height:1.45;margin:12px 0 0}.Sidebar_catalogScrollWrap__Gp\+4Y{overflow-x:hidden;overflow-y:auto;scrollbar-color:#ffffff38 #0000;scrollbar-width:thin}.Sidebar_catalogScrollWrap__Gp\+4Y::-webkit-scrollbar{width:4px}.Sidebar_catalogScrollWrap__Gp\+4Y::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:4px}.Sidebar_catalogScrollWrap__Gp\+4Y::-webkit-scrollbar-track{background:#0000}.Sidebar_catalogList__mCuHT{display:flex;flex-direction:column;gap:6px;margin:0;padding:8px 6px 8px 8px}.Sidebar_catalogItem__DeA3u{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;overflow:hidden;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.Sidebar_catalogItemOpen__3TuH8{background:#8b57c60f;border-color:#8b57c659;box-shadow:inset 0 0 0 1px #8b57c61f}.Sidebar_catalogGroupHead__LGjX1{align-items:stretch;display:flex;min-height:42px}.Sidebar_catalogLink__8N0iO{align-items:center;color:#ffffffe0;display:flex;flex:1 1;font-size:13px;line-height:1.35;min-width:0;padding:10px 12px;text-transform:capitalize;transition:color .2s ease,background .2s ease}.Sidebar_catalogParentLink__fOB2F{border-right:1px solid #ffffff14}.Sidebar_catalogLink__8N0iO:hover{background:#ffffff0a;color:var(--white)}.Sidebar_catalogLinkActive__W1qZp{background:#8b57c61f;color:var(--violet)}.Sidebar_catalogLinkText__vfhb\+{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:break-word}.Sidebar_catalogToggle__RB5Xe{align-items:center;background:#0000;border:none;color:#ffffff8c;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;transition:color .2s ease,background .2s ease;width:40px}.Sidebar_catalogToggle__RB5Xe:after{border-bottom:2px solid;border-right:2px solid;content:"";height:7px;margin-top:-4px;transform:rotate(45deg);transition:transform .2s ease,color .2s ease;width:7px}.Sidebar_catalogToggle__RB5Xe:hover{background:#ffffff0a;color:var(--violet)}.Sidebar_catalogToggleOpen__kKeyL{color:var(--violet)}.Sidebar_catalogToggleOpen__kKeyL:after{margin-top:1px;transform:rotate(-135deg)}.Sidebar_catalogSubmenu__vdS1T{border-top:1px solid #0000;list-style:none;margin:0;max-height:0;opacity:0;overflow:hidden;padding:0;transition:max-height .3s ease,opacity .2s ease}.Sidebar_catalogSubmenuOpen__f6qZ2{border-top-color:#ffffff14;max-height:1200px;opacity:1;overflow:visible;padding-bottom:4px}.Sidebar_catalogSubItem__Orl7i{margin:0}.Sidebar_catalogSubmenuNested__JYlxO{border-left:1px solid #ffffff14;list-style:none;margin:0;padding:0 0 0 8px}.Sidebar_catalogSubLink__HzaZK{color:#ffffffb8;display:block;font-size:12px;line-height:1.4;padding:7px 10px 7px calc(18px + var(--depth, 0)*12px);position:relative;text-transform:capitalize;transition:color .2s ease,background .2s ease}.Sidebar_catalogSubLink__HzaZK:before{background:#ffffff59;border-radius:50%;content:"";height:4px;left:calc(8px + var(--depth, 0)*12px);position:absolute;top:.95em;transform:translateY(-50%);width:4px}.Sidebar_catalogSubLink__HzaZK:hover{background:#ffffff0a;color:var(--white)}.Sidebar_catalogSubLinkText__JZZ3f{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;overflow:hidden;word-break:break-word}.Sidebar_catalogSubLink__HzaZK.Sidebar_catalogLinkActive__W1qZp{color:var(--violet)}.Sidebar_catalogSubLink__HzaZK.Sidebar_catalogLinkActive__W1qZp:before{background:var(--violet)}.Sidebar_novinki__vBHq1{flex:0 0 auto}.Sidebar_novinkiHeader__LZ4u-{margin-bottom:10px}.Sidebar_novinkiTitle__eo-qo{color:var(--white);font-size:13px;font-weight:700;letter-spacing:.04em}.Sidebar_novinkiCard__ku4ni{background:#ffffff08;border:1px solid #ffffff24;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;padding:10px}.Sidebar_novinkiCardBody__BZ8o-{align-items:center;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;text-align:center}.Sidebar_novinkiCardWithNav__PZ9Xi{min-height:236px;padding-bottom:0}.Sidebar_novinkiCarouselNav__7KqP0{background:#0f0f0ff2;border-radius:0 0 7px 7px;bottom:auto!important;flex:0 0 auto;gap:8px!important;left:auto!important;margin:8px -10px 0;padding:8px 10px!important;position:static!important;right:auto!important;width:calc(100% + 20px)}.Sidebar_novinkiImageWrap__gjUKo{flex:0 0 auto;margin-bottom:8px;position:relative;width:100%}.Sidebar_novinkiImageLink__RA7hC{align-items:center;background:#ffffff0f;border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0;display:flex;height:110px;justify-content:center;overflow:hidden}.Sidebar_novinkiImageLink__RA7hC img{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0;display:block;height:100%;max-width:100%;object-fit:contain;object-position:center;width:100%}.Sidebar_novinkiImagePlaceholder__34wv5{height:100%;width:100%}.Sidebar_novinkiProductTitle__FImhe{-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#5b9bd5;display:-webkit-box;font-size:12px;line-height:1.35;margin-bottom:6px;min-height:32.4px;overflow:hidden;text-align:center;text-decoration:none;width:100%}.Sidebar_novinkiProductTitle__FImhe:hover{text-decoration:underline}.Sidebar_novinkiPrice__diDmV{color:var(--white);flex:0 0 auto;font-size:15px;font-weight:700;line-height:1.2;margin-top:auto;padding-top:4px;text-align:center;width:100%}.Sidebar_contacts__D1iEl{border-top:1px solid #ffffff1f;flex:1 1 auto;margin-top:4px;min-height:0;overflow-y:auto;padding-top:14px}.Sidebar_contacts__D1iEl::-webkit-scrollbar{width:4px}.Sidebar_contacts__D1iEl::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.Sidebar_contactsHeader__tK5oA{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.Sidebar_contactsTitle__84WEE{color:var(--white);font-size:13px;font-weight:700;letter-spacing:.04em}.Sidebar_contactsHeaderIcon__wNmIU{color:#5b9bd5;display:inline-flex}.Sidebar_contactsHeaderIcon__wNmIU svg{fill:none;stroke:currentColor;stroke-width:1.6;height:18px;width:18px}.Sidebar_contactsSection__XzLac{border-bottom:1px solid #ffffff14;padding:10px 0}.Sidebar_contactsSection__XzLac:last-child{border-bottom:none;padding-bottom:0}.Sidebar_contactsSectionHead__tjSec{align-items:center;color:#ffffffeb;display:flex;font-size:11px;font-weight:700;gap:8px;letter-spacing:.03em;margin-bottom:6px;text-transform:uppercase}.Sidebar_contactsIcon__RT3\+j{color:#5b9bd5;display:inline-flex;flex-shrink:0}.Sidebar_contactsIcon__RT3\+j svg{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.Sidebar_contactsList__qjaOb{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0 0 0 24px}.Sidebar_contactsChannels__cR04j p,.Sidebar_contactsText__joeX4{color:#ffffffd1;font-size:12px;line-height:1.45;margin:0;padding-left:24px}.Sidebar_contactsChannels__cR04j{display:flex;flex-direction:column;gap:4px}.Sidebar_contactsChannelLabel__KCvM0{color:#ffffffa6}.Sidebar_contactsLink__2eRbb{color:#ffffffe6;font-size:12px;line-height:1.45;text-decoration:none}.Sidebar_contactsLink__2eRbb:hover{color:var(--violet)}.Sidebar_contactsEmail__iVoQ8{color:#f0b429;font-size:12px;text-decoration:none}.Sidebar_contactsEmail__iVoQ8:hover{text-decoration:underline}@media(min-width:769px)and (max-width:1024px){.Sidebar_sidebar__IDcV8:not(.Sidebar_sidebarCompact__Hq9uj){align-items:start;display:grid;gap:14px 20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.Sidebar_sidebar__IDcV8:not(.Sidebar_sidebarCompact__Hq9uj) .Sidebar_catalogPanel__QHBHQ{border-right:1px solid #ffffff1a;grid-column:1;grid-row:1;padding-right:8px}.Sidebar_sidebar__IDcV8:not(.Sidebar_sidebarCompact__Hq9uj) .Sidebar_novinkiPanel__AKUwz{border-top:none;grid-column:2;grid-row:1;padding-top:0}.Sidebar_sidebar__IDcV8:not(.Sidebar_sidebarCompact__Hq9uj) .Sidebar_contacts__D1iEl,.Sidebar_sidebar__IDcV8:not(.Sidebar_sidebarCompact__Hq9uj)>.Sidebar_contacts__D1iEl{grid-column:1/-1;grid-row:2}.Sidebar_sidebar__IDcV8:not(.Sidebar_sidebarCompact__Hq9uj) .Sidebar_catalogScrollWrap__Gp\+4Y{max-height:min(360px,var(--hero-height,423px) - 96px)}}@media(max-width:1024px){.Sidebar_sidebar__IDcV8{gap:12px;padding:16px 14px}.Sidebar_catalogScrollWrap__Gp\+4Y{max-height:min(320px,42vh)}.Sidebar_novinkiCardWithNav__PZ9Xi{height:auto;max-height:none;min-height:228px}.Sidebar_containerHome__wP5w6>.Sidebar_sidebar__IDcV8{margin-top:0}}@media(max-width:768px){.Sidebar_sidebar__IDcV8{padding:14px 12px}.Sidebar_sidebarCompact__Hq9uj{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_sidebarPanel__-07an{margin:0 auto;max-width:360px;width:100%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogPanel__QHBHQ,.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsPanel__R2AST,.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiPanel__AKUwz{max-width:360px;width:100%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_sectionToggle__yPwt-{justify-content:center;padding-right:22px;position:relative;text-align:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_sectionToggle__yPwt- .Sidebar_contactsTitle__84WEE,.Sidebar_sidebarCompact__Hq9uj .Sidebar_sectionToggle__yPwt- .Sidebar_title__4uoMQ{flex:1 1;text-align:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_sectionToggle__yPwt- .Sidebar_sectionChevron__pXAnO{margin-top:-6px;position:absolute;right:2px;top:50%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_sectionToggleOpen__Apdd4 .Sidebar_sectionChevron__pXAnO{margin-top:-2px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogPanel__QHBHQ .Sidebar_title__4uoMQ{text-align:center;width:100%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogNav__CeeR-{margin-top:12px;width:100%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogScrollWrap__Gp\+4Y{max-height:min(280px,48vh)}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogGroupHead__LGjX1,.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogItem__DeA3u,.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogLink__8N0iO,.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogSubLink__HzaZK{text-align:left}.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinki__vBHq1{width:100%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiHeader__LZ4u-{margin-bottom:10px;text-align:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiCard__ku4ni{margin:0 auto;max-width:100%}.Sidebar_novinkiCardWithNav__PZ9Xi{height:auto;max-height:none;min-height:220px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiPrice__diDmV,.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiProductTitle__FImhe{text-align:center;width:100%}.Sidebar_sidebarCompact__Hq9uj .Sidebar_novinkiCarouselNav__7KqP0{justify-content:center;margin-top:10px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsPanel__R2AST .Sidebar_contacts__D1iEl,.Sidebar_sidebarCompact__Hq9uj .Sidebar_contacts__D1iEl{text-align:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsHeader__tK5oA{gap:10px;justify-content:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsSectionHead__tjSec{justify-content:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsList__qjaOb{align-items:center;padding-left:0}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsChannels__cR04j p,.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsText__joeX4{padding-left:0;text-align:center}.Sidebar_sidebarCompact__Hq9uj .Sidebar_contactsChannels__cR04j{align-items:center}.Sidebar_contactsTitle__84WEE,.Sidebar_novinkiTitle__eo-qo,.Sidebar_title__4uoMQ{font-size:12px}.Sidebar_novinkiImageLink__RA7hC{height:96px}.Sidebar_sidebarCompact__Hq9uj .Sidebar_catalogScrollWrap__Gp\+4Y{max-height:min(260px,45vh)}}@media(max-width:480px){.Sidebar_sidebar__IDcV8{gap:10px;padding:12px 10px}.Sidebar_novinkiCardWithNav__PZ9Xi{height:auto;max-height:none;min-height:210px}.Sidebar_novinkiImageLink__RA7hC{height:88px}}.HomePage_posterCarousel__z3pNY{align-self:stretch;background:#0000;border-radius:0;display:flex;height:100%;min-width:0;overflow:hidden}.HomePage_posterCarousel__z3pNY,.HomePage_posterCarousel__z3pNY .slick-slider{flex:1 1;flex-direction:column;min-height:var(--hero-height,423px);position:relative;width:100%}.HomePage_posterCarousel__z3pNY .slick-slider{display:flex!important;height:100%!important;margin:0!important}.HomePage_posterCarousel__z3pNY .slick-list{display:block!important;flex:1 1;height:100%!important;margin:0!important;min-height:var(--hero-height,423px)!important;padding:0!important;width:100%}.HomePage_posterCarousel__z3pNY .slick-track{column-gap:0!important;display:flex!important;height:100%!important;margin:0!important;min-height:var(--hero-height,423px)!important}.HomePage_posterCarousel__z3pNY .slick-slide{float:none!important;height:100%!important}.HomePage_posterCarousel__z3pNY .slick-slide>div{height:100%;min-height:var(--hero-height,423px)}.HomePage_posterCarousel__z3pNY .slick-slide.slick-active{z-index:1}.HomePage_posterCarousel__z3pNY .slick-dotted.slick-slider{margin-bottom:0!important}.HomePage_posterCarousel__z3pNY .slick-next,.HomePage_posterCarousel__z3pNY .slick-prev{display:none!important}.HomePage_posterDotsBar__2T3F-{align-items:center;backdrop-filter:blur(4px);background:#191919eb;border-radius:0 0 10px 10px;bottom:0;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:auto 1fr auto;left:0;margin:0;max-width:100%;padding:8px 20px;position:absolute;right:0;width:100%;z-index:6}.HomePage_posterDotsBar__2T3F- .HomePage_carouselArrow__J\+oTO{box-shadow:none;height:32px;width:32px}.HomePage_posterDotsBar__2T3F- .HomePage_carouselArrow__J\+oTO svg{height:16px;width:16px}.HomePage_posterDotsList__Q20w-{flex-wrap:wrap;gap:6px;line-height:0;list-style:none;min-width:0;padding:0}.HomePage_posterDotsList__Q20w-,.HomePage_posterDotsList__Q20w- li{align-items:center;display:flex;justify-content:center;margin:0}.HomePage_posterDotsList__Q20w- li button{background:#0000;border:none;cursor:pointer;height:8px;padding:0;width:8px}.HomePage_posterDotsList__Q20w- li button:before{background:#ffffff59;border-radius:50%;content:"";display:block;height:8px;transition:background .2s ease,transform .2s ease;width:8px}.HomePage_posterDotsList__Q20w- .HomePage_posterDotsActive__vUSec button:before{background:var(--violet);transform:scale(1.2)}.HomePage_carouselArrow__J\+oTO{align-items:center;background:#191919f2;border:1px solid #8b57c68c;border-radius:50%;box-shadow:0 2px 8px #00000040;color:var(--light);cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;margin:0;padding:0;position:static;transform:none;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;width:34px}.HomePage_carouselArrow__J\+oTO svg{height:18px;width:18px}.HomePage_carouselArrow__J\+oTO:hover{background:var(--violet-dark);border-color:var(--violet);box-shadow:0 4px 12px #8b57c673;color:#fff}.HomePage_carouselArrow__J\+oTO:focus-visible{outline:2px solid var(--violet);outline-offset:2px}.HomePage_carouselArrowNext__1MlX0,.HomePage_carouselArrowPrev__5kTDM{left:auto;right:auto}.HomePage_home__PLjG9,.HomePage_slide__SF2cJ{height:100%;min-height:var(--hero-height,423px)}.HomePage_home__PLjG9{background:#0000;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;padding-bottom:48px}.HomePage_title__hnumT{color:#fff;flex-shrink:0;font-size:clamp(22px,2.8vw,40px);font-weight:900;hyphens:auto;letter-spacing:.02em;line-height:1.12;overflow-wrap:break-word;padding:22px 52px 4px 44px;text-align:left;text-shadow:0 1px 3px #0006,0 0 28px #8b57c638;text-transform:uppercase;word-break:normal}.HomePage_product__jg20o{align-items:center;display:grid;flex:1 1;gap:16px 24px;grid-template-columns:minmax(0,1fr) minmax(160px,46%);min-height:0;padding:10px 44px}.HomePage_text__7GRGX{align-self:center;display:flex;flex-direction:column;gap:10px;justify-content:center;max-width:100%;min-width:0}.HomePage_subtitle__0mAH1{color:var(--sea);font-size:13px;font-weight:600;letter-spacing:.08em;line-height:1.35}.HomePage_head__B6-CP,.HomePage_subtitle__0mAH1{overflow-wrap:break-word;text-transform:uppercase;word-break:normal}.HomePage_head__B6-CP{color:var(--light);font-size:clamp(19px,2.1vw,32px);font-weight:700;hyphens:auto;letter-spacing:.01em;line-height:1.22;margin:0;max-width:100%}.HomePage_button__unOZt{align-self:flex-start;cursor:pointer;line-height:1.25;margin-top:6px;max-width:100%;text-align:center;transition:all .3s ease;white-space:normal}.HomePage_button__unOZt:hover{box-shadow:0 4px 12px #8b57c666;transform:translateY(-2px)}.HomePage_button__unOZt:active{transform:translateY(0)}.HomePage_image__HAgc4{align-items:center;display:flex;height:100%;justify-content:center;max-height:300px;min-height:180px;min-width:0;overflow:hidden;padding:0 4px;position:relative}.HomePage_image__HAgc4 img{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0;height:auto;max-height:100%;max-width:100%;object-fit:contain;object-position:center center;width:auto}.HomePage_banner__TzthH{display:flex;height:570px;overflow:hidden;width:100%}.HomePage_left__2bPpX{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:50%;z-index:2}.HomePage_left__2bPpX:after,.HomePage_left__2bPpX:before{content:"";display:block;position:absolute}.HomePage_left__2bPpX:before{background:url(/static/media/shoe.db601c8f04844976b606.png) no-repeat 50%/contain;bottom:74px;height:170px;left:-25px;width:204px}.HomePage_left__2bPpX:after{background:url(/static/media/devices.a0974f63230d0b90cbec.png) no-repeat 50%/contain;bottom:-25px;height:151px;right:-25px;width:269px}.HomePage_content__HASRG{color:var(--violet);font-size:70px;font-weight:300;line-height:85px;text-align:center}.HomePage_content__HASRG span{display:block;font-size:150px;line-height:183px}.HomePage_more__eA0rv{margin-top:27px}.HomePage_right__8p58B{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;width:50%}.HomePage_discount__QqJlw{bottom:24px;color:var(--bg);font-size:20px;font-weight:500;left:50%;line-height:24px;position:absolute;text-align:center;transform:translateX(-50%)}.HomePage_discount__QqJlw span{color:var(--violet);font-weight:700}@media(max-width:1024px){.HomePage_home__PLjG9{min-height:300px;padding-bottom:44px}.HomePage_slide__SF2cJ{min-height:300px}.HomePage_title__hnumT{font-size:clamp(20px,3vw,32px);padding:16px 20px 4px}.HomePage_product__jg20o{gap:12px;grid-template-columns:1fr;padding:10px 20px}.HomePage_image__HAgc4{max-height:200px;min-height:120px}.HomePage_posterDotsBar__2T3F-{gap:8px;padding:6px 12px}}@media(max-width:768px){.HomePage_home__PLjG9{padding-bottom:40px}.HomePage_home__PLjG9,.HomePage_slide__SF2cJ{height:auto;min-height:auto}.HomePage_title__hnumT{font-size:clamp(18px,4.5vw,24px);padding:14px 16px 4px;text-align:center}.HomePage_product__jg20o{display:flex;flex:0 0 auto;flex-direction:column;gap:12px;min-height:auto;padding:8px 14px 12px;text-align:center}.HomePage_text__7GRGX{align-items:center;flex:0 0 auto}.HomePage_head__B6-CP{font-size:clamp(16px,4.5vw,22px);text-align:center}.HomePage_subtitle__0mAH1{text-align:center}.HomePage_button__unOZt{align-self:center;max-width:280px;width:100%}.HomePage_image__HAgc4{flex:0 0 auto;height:auto;margin:0 auto;max-height:none;min-height:120px;padding:4px 0;width:100%}.HomePage_image__HAgc4 img{display:block;height:auto;margin:0 auto;max-height:180px;max-width:min(100%,280px);object-fit:contain;-webkit-object-fit:contain;object-position:center center;width:auto}.HomePage_banner__TzthH{flex-direction:column;height:auto;min-height:360px}.HomePage_left__2bPpX,.HomePage_right__8p58B{min-height:180px;width:100%}.HomePage_content__HASRG{font-size:40px;line-height:48px}.HomePage_content__HASRG span{font-size:80px;line-height:90px}.HomePage_posterCarousel__z3pNY{height:auto;min-height:auto}.HomePage_posterCarousel__z3pNY .slick-list,.HomePage_posterCarousel__z3pNY .slick-slider,.HomePage_posterCarousel__z3pNY .slick-track{height:auto!important;min-height:auto!important}.HomePage_posterCarousel__z3pNY .slick-slide{height:auto!important}.HomePage_posterCarousel__z3pNY .slick-slide>div{height:auto;min-height:auto}}@media(max-width:480px){.HomePage_title__hnumT{font-size:16px;padding:12px 12px 4px}.HomePage_product__jg20o{gap:8px;padding:6px 10px 10px}.HomePage_head__B6-CP{font-size:15px;line-height:1.25}.HomePage_button__unOZt{font-size:14px;max-width:100%;padding:10px 16px}.HomePage_image__HAgc4{min-height:100px}.HomePage_image__HAgc4 img{max-height:150px;max-width:min(100%,240px)}.HomePage_posterDotsBar__2T3F-{padding:6px 8px}.HomePage_posterDotsBar__2T3F- .HomePage_carouselArrow__J\+oTO{height:28px;width:28px}.HomePage_home__PLjG9,.HomePage_slide__SF2cJ{min-height:auto}}@media(min-width:1440px){.HomePage_product__jg20o{gap:20px 32px;grid-template-columns:minmax(0,1fr) minmax(200px,44%);padding:12px 52px 12px 44px}.HomePage_title__hnumT{padding:24px 52px 4px 44px}}.Categories_section__P--h7{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:22px;width:100%}.Categories_sectionCarousel__0cmP1{flex:1 1 auto;min-height:0;overflow:visible;padding-bottom:48px;position:relative}.Categories_sectionCarousel__0cmP1 .slick-dots,.Categories_sectionCarousel__0cmP1 .slick-next,.Categories_sectionCarousel__0cmP1 .slick-prev{display:none!important}.Categories_sectionCarousel__0cmP1 .slick-slider{margin:0!important}.Categories_sectionCarousel__0cmP1 .slick-list{box-sizing:border-box;display:block!important;height:auto!important;margin-top:0!important;overflow:hidden}.Categories_sectionCarousel__0cmP1 .slick-track{align-items:stretch;column-gap:0!important;display:flex!important;height:auto!important;margin-top:0!important}.Categories_sectionCarousel__0cmP1 .slick-slide{float:none!important;height:auto!important;min-width:0}.Categories_sectionCarousel__0cmP1 .Categories_item__3MP8L{display:flex;flex-direction:column;height:100%;overflow:visible;width:100%}.Categories_sectionCarousel__0cmP1 .Categories_item__3MP8L .Categories_image__YKHPn{border-radius:0}.Categories_sectionCarousel__0cmP1 .slick-slide{align-items:stretch;display:flex!important}.Categories_sectionCarousel__0cmP1 .slick-slide>div{box-sizing:border-box;display:flex;height:100%;padding:4px 5px;width:100%}.Categories_sliderWrap__toEpo{flex:1 1 auto;margin-top:30px;min-height:0;min-width:0;overflow:visible}.Categories_grid__Nsvol{align-items:stretch;display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.Categories_item__3MP8L{background:var(--bg);border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden;text-align:center;transition:box-shadow .3s ease;width:20%}.Categories_item__3MP8L a{color:inherit;display:flex;flex:1 1 auto;flex-direction:column;height:100%;text-decoration:none}.Categories_item__3MP8L:hover{box-shadow:1px 1px 15px aqua;text-shadow:1px 1px 15px aqua}.Categories_image__YKHPn{align-items:center;background:#151515;box-sizing:border-box;display:flex;flex-shrink:0;height:var(--catalog-image-height);justify-content:center;overflow:hidden;padding:16px;width:100%}.Categories_image__YKHPn img{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0;height:100%;object-fit:contain;object-position:center;width:100%}.Categories_title__Z8qps{align-items:center;box-sizing:border-box;display:flex;flex:1 1 auto;font-size:15px;font-weight:600;justify-content:center;line-height:18px;margin:0;min-height:78px;padding:12px;text-align:center}@media(max-width:1200px){.Categories_section__P--h7{padding:18px 16px}.Categories_grid__Nsvol .Categories_item__3MP8L{flex-basis:calc(25% - 7.5px);flex-grow:0;flex-shrink:0;width:calc(25% - 7.5px)}}@media(max-width:1024px){.Categories_section__P--h7{padding:16px 14px}.Categories_grid__Nsvol .Categories_item__3MP8L{flex-basis:calc(33.33333% - 6.66667px);flex-grow:0;flex-shrink:0;width:calc(33.33333% - 6.66667px)}.Categories_sliderWrap__toEpo{margin-top:20px}}@media(max-width:768px){.Categories_section__P--h7{height:auto;min-height:340px}.Categories_grid__Nsvol .Categories_item__3MP8L{flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0;width:calc(50% - 5px)}.Categories_sectionCarousel__0cmP1{min-height:300px;padding-bottom:52px}.Categories_sectionCarousel__0cmP1 .Categories_sliderWrap__toEpo{min-height:240px}.Categories_title__Z8qps{font-size:14px;line-height:17px;min-height:96px;padding:10px 8px 14px}.Categories_image__YKHPn{padding:12px}}@media(max-width:480px){.Categories_section__P--h7{min-height:320px;padding:14px 10px}.Categories_grid__Nsvol .Categories_item__3MP8L{flex-basis:calc(50% - 4px);flex-grow:0;flex-shrink:0;width:calc(50% - 4px)}.Categories_sectionCarousel__0cmP1{min-height:280px;padding-bottom:50px}.Categories_sectionCarousel__0cmP1 .Categories_sliderWrap__toEpo{min-height:220px}.Categories_title__Z8qps{font-size:13px;line-height:16px;min-height:88px;padding:8px 6px 12px}}img[data-product-image]{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0}.Products_products__--K7Y{padding:25px 22px;width:100%}.Products_productsCarousel__oi2A7{overflow:visible;padding-bottom:48px;position:relative}.Products_productsCarousel__oi2A7 .slick-dots,.Products_productsCarousel__oi2A7 .slick-next,.Products_productsCarousel__oi2A7 .slick-prev{display:none!important}.Products_productsCarousel__oi2A7 .slick-slider{margin:0!important}.Products_productsCarousel__oi2A7 .slick-list{box-sizing:border-box;display:block!important;height:auto!important;margin-top:0!important;overflow:hidden}.Products_productsCarousel__oi2A7 .slick-track{align-items:stretch;column-gap:0!important;display:flex!important;height:auto!important;margin-top:0!important}.Products_productsCarousel__oi2A7 .slick-slide{align-items:stretch;display:flex!important;float:none!important;height:auto!important;min-width:0}.Products_productsCarousel__oi2A7 .slick-slide>div{display:flex;height:100%;width:100%}.Products_productsCarousel__oi2A7 .Products_product__qLB55{overflow:visible}.Products_productsCarousel__oi2A7 .Products_product__qLB55 .Products_image__xFlDN{border-radius:0}.Products_sliderWrap__hd4TP{margin-top:30px;min-width:0;overflow:visible;padding:0 12px}.Products_slide__PPMLl{box-sizing:border-box;height:100%;padding:4px 10px}.Products_slide__PPMLl .Products_product__qLB55{height:100%}.Products_list__lNwKk{display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:30px;overflow:visible;padding:12px}.Products_product__qLB55{background:var(--bg);border-radius:8px;color:inherit;display:flex;flex-direction:column;min-width:0;overflow:visible;text-decoration:none;transition:box-shadow .3s ease}.Products_product__qLB55:hover{box-shadow:1px 1px 15px aqua}.Products_cardBadges__9lyXh{padding:8px 12px 0}.Products_image__xFlDN{align-items:center;background:#151515;box-sizing:border-box;display:flex;flex-shrink:0;height:var(--catalog-image-height);justify-content:center;overflow:hidden;padding:16px;width:100%}.Products_image__xFlDN img{border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0;height:100%;object-fit:contain;object-position:center;width:100%}.Products_wrapper__0TBGJ{display:flex;flex:1 1;flex-direction:column;padding:12px}.Products_title__n4WeX{font-size:15px;font-weight:600;line-height:18px}.Products_article__4SWFW{color:var(--grey);font-size:11px;line-height:14px;margin-top:4px}.Products_info__\+dGFM{margin-top:auto}.Products_prices__OGfb6{display:flex;flex-direction:column;gap:4px}.Products_priceRow__YmGZ4{align-items:center;column-gap:5px;display:flex}.Products_price__zu8kZ{color:var(--violet-dark);font-size:20px;font-weight:700;line-height:24px}.Products_oldPrice__6vk8i{color:var(--dark-sea);font-size:13px;font-weight:500;line-height:16px;text-decoration-line:line-through}.Products_wholesale__cX4vu{color:var(--grey);font-size:11px;font-weight:500;line-height:14px}.Products_button__z2q1T{margin-top:24px;text-align:center}@media(max-width:1200px){.Products_list__lNwKk{gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.Products_list__lNwKk{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.Products_list__lNwKk{gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding:8px}.Products_products__--K7Y{padding:18px 14px}.Products_price__zu8kZ{font-size:18px;line-height:22px}.Products_title__n4WeX{font-size:14px;line-height:17px}.Products_wrapper__0TBGJ{padding:10px}.Products_productsCarousel__oi2A7{padding-bottom:44px}.Products_sliderWrap__hd4TP{padding:0 6px}}@media(max-width:480px){.Products_list__lNwKk{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.Products_products__--K7Y{padding:14px 10px}.Products_price__zu8kZ{font-size:16px;line-height:20px}}.ProductBadges_badges__-vRfF{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;min-width:0;width:100%}.ProductBadges_overlay__PjrrP{left:8px;position:absolute;top:8px;z-index:2}.ProductBadges_badgeGift__5S26d{align-items:center;background:linear-gradient(180deg,#8ee06a,#5cb85c 55%,#4a9e3f);border:1px solid #ffffff38;border-radius:4px;box-shadow:0 1px 2px #00000040,inset 0 1px 0 #ffffff47;color:#0f2e0f;display:inline-flex;font-size:10px;font-weight:700;justify-content:center;letter-spacing:.05em;line-height:1.2;min-height:22px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.ProductBadges_badgeDelivery__9sj9p{cursor:default;display:block;flex-shrink:0;height:30px;margin-left:auto;outline:none;position:relative;width:30px}.ProductBadges_badgeDeliveryPill__zuK9t{align-items:center;background:linear-gradient(180deg,#7ed957,#6fcf4b 55%,#52a832);border:1px solid #ffffff38;border-radius:999px;box-shadow:0 1px 2px #00000040,inset 0 1px 0 #ffffff47;color:#0f2e0f;display:flex;height:30px;justify-content:flex-end;left:auto;max-width:30px;overflow:hidden;position:absolute;right:0;top:0;transition:max-width .35s cubic-bezier(.4,0,.2,1),box-shadow .25s ease;white-space:nowrap;z-index:1}.ProductBadges_badgeDeliveryIcon__SLJBW{align-items:center;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.ProductBadges_deliveryTruckIcon__R1K\+i{display:block;transition:transform .3s cubic-bezier(.4,0,.2,1)}.ProductBadges_badgeDeliveryText__3giC7{flex-shrink:0;font-size:8px;font-weight:700;letter-spacing:.02em;line-height:1;opacity:0;padding-left:10px;text-transform:uppercase;transition:opacity .2s ease .06s}.ProductBadges_badgeDelivery__9sj9p:focus-visible,.ProductBadges_badgeDelivery__9sj9p:hover{z-index:10}.ProductBadges_badgeDelivery__9sj9p:focus-visible .ProductBadges_badgeDeliveryPill__zuK9t,.ProductBadges_badgeDelivery__9sj9p:hover .ProductBadges_badgeDeliveryPill__zuK9t{box-shadow:0 2px 8px #5cb85c59,inset 0 1px 0 #ffffff47;max-width:168px}.ProductBadges_badgeDelivery__9sj9p:focus-visible .ProductBadges_deliveryTruckIcon__R1K\+i,.ProductBadges_badgeDelivery__9sj9p:hover .ProductBadges_deliveryTruckIcon__R1K\+i{transform:translateX(-1px) scale(1.05)}.ProductBadges_badgeDelivery__9sj9p:focus-visible .ProductBadges_badgeDeliveryText__3giC7,.ProductBadges_badgeDelivery__9sj9p:hover .ProductBadges_badgeDeliveryText__3giC7{opacity:1}.ProductBadges_giftBadgeWrap__MDKMC{display:inline-flex;position:relative}.ProductBadges_giftBadgeWrapInteractive__eYs-U{cursor:help;outline:none}.ProductBadges_giftBadgeWrapInteractive__eYs-U:focus-visible .ProductBadges_badgeGift__5S26d,.ProductBadges_giftBadgeWrapInteractive__eYs-U:focus-within .ProductBadges_badgeGift__5S26d,.ProductBadges_giftBadgeWrapInteractive__eYs-U:hover .ProductBadges_badgeGift__5S26d{filter:brightness(1.06)}.ProductBadges_giftBadgeWrapInteractive__eYs-U:focus-within .ProductBadges_giftPreview__i9sHC,.ProductBadges_giftBadgeWrapInteractive__eYs-U:hover .ProductBadges_giftPreview__i9sHC{opacity:1;transform:translateY(0);visibility:visible}.ProductBadges_giftPreview__i9sHC{background:#1a1a1a;border:1px solid #5cb85c73;border-radius:8px;box-shadow:0 8px 24px #00000073;display:flex;flex-direction:column;font-weight:500;gap:8px;left:0;letter-spacing:normal;max-width:220px;min-width:160px;opacity:0;padding:8px 10px 10px;pointer-events:none;position:absolute;text-transform:none;top:100%;transform:translateY(4px);transition:opacity .15s ease,visibility .15s ease,transform .15s ease;visibility:hidden;z-index:30}.ProductBadges_giftPreviewItem__n5rYE{align-items:center;display:flex;gap:10px}.ProductBadges_giftPreviewItem__n5rYE img{background:#fff;border-radius:var(--image-corner-radius,20px) 0 var(--image-corner-radius,20px) 0;box-sizing:border-box;flex-shrink:0;height:72px;object-fit:contain;padding:4px;width:72px}.ProductBadges_giftPreviewTitle__dMj5h{-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--light);display:-webkit-box;font-size:11px;line-height:1.35;overflow:hidden}.ProductBadges_cardBadges__6lQYn{flex-shrink:0;overflow:visible;position:relative;z-index:3}@media(max-width:768px){.ProductBadges_badgeDeliveryCatalog__atM20{pointer-events:none}.ProductBadges_badgeDeliveryCatalog__atM20 .ProductBadges_badgeDeliveryText__3giC7{display:none}.ProductBadges_badgeDeliveryCatalog__atM20:focus-visible,.ProductBadges_badgeDeliveryCatalog__atM20:hover{z-index:1}.ProductBadges_badgeDeliveryCatalog__atM20:focus-visible .ProductBadges_badgeDeliveryPill__zuK9t,.ProductBadges_badgeDeliveryCatalog__atM20:hover .ProductBadges_badgeDeliveryPill__zuK9t{box-shadow:0 1px 2px #00000040,inset 0 1px 0 #ffffff47;max-width:30px}.ProductBadges_badgeDeliveryCatalog__atM20:focus-visible .ProductBadges_deliveryTruckIcon__R1K\+i,.ProductBadges_badgeDeliveryCatalog__atM20:hover .ProductBadges_deliveryTruckIcon__R1K\+i{transform:none}}.User_overlay__L4X4b{background:#212123cc;height:100%;left:0;position:fixed;top:0;width:100%;z-index:98}.User_wrapper__oteAW{background:var(--dark);height:100vh;padding:24px;position:fixed;right:0;top:0;width:320px;z-index:99}.User_title__FCDwy{color:var(--light);font-size:15px;font-weight:400;line-height:18px;text-align:center}.User_form__qsmiR{display:flex;flex-direction:column;margin-top:24px;row-gap:16px;width:100%}.User_group__oTWpd input,.User_passwordInput__cFje9{background:#212123;border-radius:8px;color:var(--light);padding:12px 24px;width:100%}.User_passwordWrap__7wszo{position:relative;width:100%}.User_passwordInput__cFje9{padding-right:44px}.User_passwordToggle__ui3sD{align-items:center;background:#0000;border:none;color:var(--dark-sea);cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .2s ease;width:28px}.User_passwordToggle__ui3sD svg{height:18px;width:18px}.User_passwordToggle__ui3sD:hover{color:var(--light)}.User_passwordToggle__ui3sD:focus-visible{border-radius:4px;outline:2px solid var(--violet);outline-offset:2px}.User_submit__W45Yi{font-weight:500;line-height:20px}.User_close__NwPfD{cursor:pointer;position:absolute;right:14px;top:14px;z-index:9}.User_close__NwPfD svg{stroke:var(--dark-sea);height:20px;width:20px}.User_close__NwPfD:hover svg{stroke:#fff}.User_link__IQGD9{color:var(--dark-sea);cursor:pointer;font-size:13px;text-align:center}.User_link__IQGD9:hover{color:var(--light)}@media(max-width:480px){.User_wrapper__oteAW{max-width:100%;width:100%}}.User_error__PGMl2{color:#ff8a8a;font-size:13px;line-height:1.4;margin:0;text-align:center}.User_rememberMe__lf3PH{align-items:center;display:flex;margin-bottom:-8px;margin-top:-8px}.User_checkboxLabel__p4bg5{align-items:center;cursor:pointer;display:flex;gap:8px;-webkit-user-select:none;user-select:none}.User_checkbox__QpIMO{accent-color:var(--violet);cursor:pointer;flex-shrink:0;height:18px;width:18px}.User_checkboxText__HLhyy{color:var(--grey);font-size:13px;transition:color .3s ease}.User_checkboxLabel__p4bg5:hover .User_checkboxText__HLhyy{color:var(--light)}
/*# sourceMappingURL=main.e5ea2604.css.map*/