:root{--color-text:#242424;--color-heading:#323657;--color-border:#bacce5;--color-brand:#0069f4;--color-surface:#fafcff;--color-hover:rgb(186 204 229/70%);--color-success:#159300;--color-danger:#ff2c2c;--font-family-primary:var(--font-inter),sans-serif;--font-family-secondary:var(--font-montserrat),sans-serif;--font-size-body:1rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--radius-sm:5px;--radius-md:8px;--radius-lg:14px;--shadow-card:0 4px 28px rgb(0 0 0/15%);--duration-fast:0.2s;--duration-normal:0.3s;--z-overlay:2;--z-header:3;--primary:var(--color-text);--darkblue:var(--color-heading);--grey:var(--color-border);--blue:var(--color-brand);--white:var(--color-surface);--hover-bg:var(--color-hover);--fontInter:var(--font-family-primary);--fontMontserrat:var(--font-family-secondary)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;-webkit-clip-path:inset(50%);clip-path:inset(50%);white-space:nowrap;border:0}:focus-visible{outline:3px solid rgb(0 105 244/35%);outline-offset:2px}:root{--primary:#242424;--darkblue:#323657;--grey:#BACCE5;--blue:#0069F4;--white:#FAFCFF;--hover-bg:rgba(186,204,229,0.7);--fontInter:"Inter";--fontMontserrat:"Montserrat"}*{padding:0;margin:0;border:0}*,:after,:before{box-sizing:border-box}body,html{height:100%;min-width:320px}body{color:var(--primary);line-height:1;font-size:1rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,textarea{font-family:var(--fontInter)}button,input,textarea{font-size:inherit;line-height:inherit}button{cursor:pointer;background-color:initial}a,button{color:inherit}a{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}html{background:var(--white)}html ::-webkit-scrollbar{width:7px}html ::-webkit-scrollbar-track{border-radius:5px}html ::-webkit-scrollbar-thumb{background:var(--grey);border-radius:10px}html ::-webkit-scrollbar-thumb:hover{background:#b30000}body:after{content:"";position:fixed;top:0;left:0;z-index:2;width:100%;height:100%;opacity:0;transition:all .3s cubic-bezier(.5,.02,.13,.5);background:rgba(36,36,36,.45);visibility:hidden;pointer-events:none}body img{max-width:100%}.admin__block{padding:0 20px}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}[class*=__container]{box-sizing:initial;max-width:71.25rem;margin:0 auto;padding:0 .9375rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:5px 16px;font-weight:500;min-height:48px;border-radius:8px;transition:all .3s cubic-bezier(.5,.02,.13,.5)}.button_green{color:var(--white);background:#159300}.button_admin{gap:4px}.button_admin,.button_blue{font-size:16px;font-weight:500;color:var(--white);min-height:40px;border-radius:8px;background:var(--blue)}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;appearance:none}.input{width:100%;display:block;border-radius:10px;padding:0 16px;height:64px;color:#000;font-size:18px;border:2px solid rgba(128,152,249,.5);background:rgba(128,152,249,.1);outline:none;transition:all .3s cubic-bezier(.5,.02,.13,.5)}.input::placeholder{color:rgba(45,49,166,.2)}.input:disabled{background-color:rgba(44,44,53,.2)}.input_admin{border:none;border-radius:8px;border-bottom:1px solid var(--grey);background:rgba(50,54,87,.05);height:40px;font-size:16px}.input_admin_notice{background:linear-gradient(90deg,rgba(255,240,200,.9),rgba(255,223,179,.95) 45%,rgba(255,210,166,.95));box-shadow:0 0 0 1px rgba(255,184,77,.35),0 6px 16px rgba(255,184,77,.25)}.input_admin_second{background:rgba(202,82,82,.5)}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none;height:193px;padding:16px}textarea.input_admin{height:117px}.checkbox{position:relative}.checkbox_admin .checkbox__label{gap:30px}.checkbox_admin .checkbox__label:before{display:none}.checkbox_admin .checkbox__circle{background:rgba(50,54,87,.05)}.checkbox_admin .checkbox__circle,.checkbox_admin .checkbox__circle_second{height:40px;width:90px;flex-shrink:0;position:relative;box-shadow:inset 0 6px 8px 3px rgba(0,0,0,.1);border-radius:25px}.checkbox_admin .checkbox__circle_second{background:#76ee59}.checkbox_admin .checkbox__circle_third{height:40px;width:90px;flex-shrink:0;position:relative;box-shadow:inset 0 6px 8px 3px rgba(0,0,0,.1);background:#aa2929;border-radius:25px}.checkbox_admin .checkbox__circle:after,.checkbox_admin .checkbox__circle_second:after,.checkbox_admin .checkbox__circle_third:after{content:"";filter:drop-shadow(-2px 1px 6px rgba(0,0,0,.25));width:31px;height:31px;border-radius:50%;position:absolute;left:5px;top:4px;transition:all .3s cubic-bezier(.5,.02,.13,.5);background:url(/img/icons/switch.svg) 50%/100% 100% no-repeat}.checkbox_admin .checkbox__circle_third:after{transform:translateX(50px)}.checkbox_admin .checkbox__input:checked+.checkbox__label .checkbox__circle{background:#76ee59}.checkbox_admin .checkbox__input:checked+.checkbox__label .checkbox__circle_second{background:#aa2929}.checkbox_admin .checkbox__input:checked+.checkbox__label .checkbox__circle_third{background:#76ee59}.checkbox_admin .checkbox__input:disabled+.checkbox__label .checkbox__circle,.checkbox_admin .checkbox__input:disabled+.checkbox__label .checkbox__circle_second,.checkbox_admin .checkbox__input:disabled+.checkbox__label .checkbox__circle_third{background:#3d3c3c56;cursor:default}.checkbox_admin .checkbox__input:checked+.checkbox__label .checkbox__circle:after,.checkbox_admin .checkbox__input:checked+.checkbox__label .checkbox__circle_second:after{transform:translateX(50px)}.checkbox_admin .checkbox__input:checked+.checkbox__label .checkbox__circle_third:after{transform:translateX(0)}.checkbox_admin .checkbox__text{font-weight:500;line-height:110.8%;padding:8px;color:var(--primary);border-bottom:1px solid var(--grey)}.checkbox_table .checkbox__label:before{border-radius:5px;background:rgba(50,54,87,.05);width:24px;height:24px;border:none;flex:0 0 24px}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:focus-visible+.checkbox__label:before{box-shadow:0 0 0 1px #8098F9}.checkbox__input:checked+.checkbox__label:before{background:url(/img/input-icons/check.svg) 50%/80% 80% no-repeat,#8098F9}.checkbox__label{cursor:pointer;display:inline-flex;position:relative;border:2px solid #0f91d2;border-radius:5px;gap:10px}.checkbox__label:before{content:"";align-self:flex-start;flex:0 0 20px;width:20px;height:20px;border:2px solid #8098f9;border-radius:4px}.checkbox__text{align-self:center;color:#71717A;font-family:var(--fontMontserrat);line-height:24px}.options{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2px;gap:2px}[class*=-ibg]{position:relative}[class*=-ibg] img{position:absolute;width:100%;height:100%;top:0;left:0}[class*=-ibg] img,[class*=-ibg_contain] img{object-fit:contain}.title{font-size:24px;font-style:normal;font-weight:700;line-height:124.3%;letter-spacing:8px;color:var(--darkblue)}.link{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;font-weight:500;line-height:110.8%;color:var(--blue);position:relative}.link:after{content:"";bottom:0;left:0;width:100%;height:1px;background:var(--blue);position:absolute;transition:all .3s cubic-bezier(.5,.02,.13,.5)}.link img{width:24px;height:24px;flex-shrink:0}.header{position:-webkit-sticky;position:sticky;z-index:3;--header-gap:24px}.header,.menu{top:0;left:0;background:var(--white);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.menu{position:absolute;height:100vh;border-radius:0 8px 8px 0;box-shadow:2px 2px 30px 0 rgba(0,0,0,.25);padding:40px 16px 200px;overflow:auto;width:295px;transform:translateX(-100%);z-index:5}.menu-open .menu{transform:translateX(0)}.category{padding-bottom:50px}.products{padding:64px 0}.product{padding:48px 0}.login{padding:80px 0}.user{padding:70px 0}.orders{padding:26px 0 70px}.admin{padding:14px 0 20px}.admin__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px}.admin__head.mb-100{margin-bottom:100px}.admin__title{font-size:40px;font-weight:500;line-height:110.8%}.admin__button{min-width:183px}.admin__right{justify-content:flex-end;display:flex;width:100%}.search-admin{position:relative}.search-admin__form{position:absolute;top:100%;right:0;min-width:585px;border-radius:12px;border:1px solid var(--grey);background:#FFF;padding:6px;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s cubic-bezier(.5,.02,.13,.5);z-index:4;height:400px;overflow:hidden;overflow-y:auto}.active-search-admin .search-admin__form{opacity:1;visibility:visible;pointer-events:all}.search-admin__items{display:grid;grid-gap:16px;gap:16px;margin-bottom:16px}.search-admin__item{padding:6px 0;display:flex;align-items:center;gap:37px}.search-admin__label{flex-shrink:0;font-weight:500;line-height:110.8%;padding:0 8px 11px;border-bottom:1px solid var(--grey)}.search-admin .input{flex:1 1 auto}.search-admin__button{margin-left:auto;width:100%;max-width:183px;display:flex}.correct-admin__items{display:grid;grid-gap:16px;gap:16px;padding-top:30px}.correct-item{display:flex;align-items:flex-start;gap:30px}.correct-item_changed{color:#FF2C2C;margin-top:-10px}.correct-item_changed .input{color:#FF2C2C}.correct-item__label{min-width:190px;max-width:250px;flex-shrink:0;padding:8px;font-weight:500;line-height:110.8%;border-bottom:1px solid var(--grey)}.correct-item__notice{display:inline-block;margin:0 0 6px;padding:6px 10px;border-radius:8px;background:linear-gradient(90deg,rgba(255,236,190,.95),rgba(255,217,160,.95));color:#8a4b00;font-weight:600;line-height:1.1;box-shadow:0 2px 8px rgba(255,184,77,.25)}.admin-product{padding-top:77px}.admin-product__title{color:#000;font-size:24px;font-weight:700;line-height:124.3%;letter-spacing:8px}.admin-product__title:not(:last-child){margin-bottom:50px}.admin-product__head{display:flex;align-items:flex-start;margin-bottom:26px;gap:2px}.admin-product__table-bottom{margin-bottom:26px}.admin-product__table tbody tr td{padding:17px 8px;text-align:left}.admin-product__info-rows{padding:50px 0 0;display:grid;grid-gap:28px;gap:28px}.admin-product__info-rows:not(:last-child){margin-bottom:50px}.admin-product__info-row{display:flex;gap:16px;justify-content:space-between;border-bottom:1px solid var(--grey)}.admin-product__column{font-weight:500;line-height:110.8%;padding:11px 8px;width:255px;flex-shrink:0}.admin-product__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:37px}.admin-product__button{min-width:183px;flex-shrink:0}.admin-block__row-top{display:flex;align-items:flex-start;gap:10px}.admin-block__inner{flex:1 1 auto;display:flex;gap:10px}.admin-block__inner .form-file__item{width:50%;flex-shrink:0}.admin-block__button{max-width:183px;flex-shrink:0;width:100%}.admin-block__bottom-row{max-width:602px;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-left:auto;flex-wrap:wrap}.admin-block:not(:last-child){margin-bottom:20px}.admin-block__title{font-size:40px;font-weight:500;line-height:110.8%}.admin-block__title:not(:last-child){margin-bottom:17px}.admin-block__items{min-height:204px;justify-content:space-between;display:flex;flex-direction:column;gap:16px;border-radius:27px;border:1px solid var(--grey);padding:24px}.admin-cor-prod{margin:30px 0 65px}.admin-cor-prod__title{color:var(--black);font-weight:500;line-height:110.8%}.admin-cor-prod__button{border-radius:10px}.admin-cor-prod__head{display:flex;align-items:center;gap:16px;justify-content:space-between;margin-bottom:27px}.admin-cor-prod__photos{max-width:944px;display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:30px 16px;gap:30px 16px}.admin-cor-prod__photos:not(:last-child){margin-bottom:40px}.admin-cor-prod__items{display:grid;grid-gap:16px;gap:16px}.admin-cor-cat__row{display:flex;align-items:flex-start;gap:30px;margin-bottom:20px}.admin-cor-cat__label{width:255px;flex-shrink:0;font-weight:500;line-height:110.8%}.admin-cor-cat__images{display:flex;gap:17px;justify-content:flex-end;flex:1 1 auto;flex-wrap:wrap}.admin-cor-cat .form-file__item{width:170px}.admin-cor-cat__items{display:grid;grid-gap:16px;gap:16px}.setting-admin{margin-bottom:45px}.setting-admin__items{display:grid;grid-gap:24px;gap:24px}.setting-admin .correct-item{flex:1 1 auto;width:100%}.setting-admin__item{width:100%;display:flex;align-items:flex-start;gap:30px}.setting-admin__item .button{flex-shrink:0;width:100%;max-width:183px}.table{border:1px solid var(--blue);overflow-x:auto;overflow-y:auto;height:800px;border-radius:8px}.table table{width:100%;border-collapse:collapse;border-radius:8px;padding:16px;min-width:1110px}.table table td,.table table th{text-align:center;font-size:14px;font-weight:400;line-height:110.8%;padding:4px 6px}.table table tbody tr{transition:all .3s cubic-bezier(.5,.02,.13,.5)}.table table tbody .table__tr-product_changed{background:rgba(134,0,33,.486)}.table table tbody .indicate{animation:flash 1s infinite}@keyframes flash{0%{background-color:#d4edda}50%{background-color:#f8d7da}to{background-color:#d4edda}}.table table tbody .table__tr-product_changed:hover{background:rgba(134,0,33,.486)}.table table thead{background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);color:white;text-align:left;height:61px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.table table thead tr{background-color:initial}.table table th{text-align:center;font-weight:700;text-transform:uppercase}.table table th .checkbox__label:before{background:var(--white,#FAFCFF)}.table__delete{border-radius:6px;background:#FDD;padding:4px;display:inline-block;transition:all .3s cubic-bezier(.5,.02,.13,.5);width:40px;height:40px}.table__image-ibg{border-radius:9px;overflow:hidden;width:72px;height:72px;flex-shrink:0}.table__td-text_grey{border-radius:5px;background:rgba(50,54,87,.05);padding:8px}.table__td-text_red{background:rgba(134,0,33,.486)}.table__td-text_green,.table__td-text_red{border-radius:5px;color:#fff;padding:8px;text-align:center}.table__td-text_green{background:rgba(12,104,0,.486)}.actions{position:relative}.actions__btn{min-width:95px}.actions__list{padding:6px 0;position:absolute;left:0;top:calc(100% - 6px);border-radius:8px;background:var(--grey);z-index:1000000000000;opacity:0;visibility:hidden;pointer-events:none;transition:all .3s cubic-bezier(.5,.02,.13,.5);width:178px;overflow-y:auto}.actions__list::-webkit-scrollbar-thumb{background:var(--blue)}.top .actions__list{top:auto;bottom:calc(100% - 6px)}.active .actions__list{opacity:1;visibility:visible;pointer-events:all}.actions__list li:not(:last-child){border-bottom:1px solid rgba(0,0,0,.34)}.actions__list li a,.actions__list li button{font-weight:500;color:#000;display:flex;text-align:center;justify-content:center;padding:10px 7px;transition:all .3s cubic-bezier(.5,.02,.13,.5)}.actions__list li a.actions__remove,.actions__list li button.actions__remove{color:#FF2C2C}.form-file__item{flex-direction:column;border-radius:10px;border:1px dashed rgba(0,0,0,.25);position:relative;transition:all .3s cubic-bezier(.5,.02,.13,.5);overflow:hidden;min-height:170px;padding:16px;gap:12px}.form-file__item,.form-file__plus-icon{display:flex;justify-content:center;align-items:center;cursor:pointer}.form-file__plus-icon{width:48px;height:48px;z-index:2}.form-file__text{color:#000;font-size:13px}.form-file__link,.form-file__text{font-family:var(--fontMontserrat);font-weight:400}.form-file__link{width:100%;border-radius:5px;border:1px solid rgba(15,145,210,.7);background:#FBFDFE;height:35px;display:inline-flex;align-items:center;justify-content:center;color:#0F91D2;font-size:10px;text-transform:uppercase;padding:5px}.form-file__link,.form-file__remove{transition:all .3s cubic-bezier(.5,.02,.13,.5)}.form-file__remove{position:absolute;top:10px;cursor:pointer;right:10px;z-index:2;padding:4px;border-radius:6px;background:#FDD}.form-file__preview-ibg{position:absolute;top:0;left:0;width:100%;height:100%}.form-file__input{position:absolute;z-index:-1;width:0;opacity:0}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}#root{height:100vh}@media (max-width:61.99875em){.products{padding:56px 0}.login{padding:60px 0}.admin-block__title,.admin__title{font-size:32px}}@media (max-width:47.99875em){textarea.input{height:220px}.header{--header-gap:10px}.category{padding-bottom:65px}.product{padding:30px 0}.user{padding:40px 0}.orders{padding-top:40px}.admin__head{flex-direction:column;align-items:flex-start}.admin__head.mb-100{margin-bottom:30px}.search-admin__form{width:300px}.search-admin__item{flex-direction:column;gap:10px;align-items:flex-start}.search-admin__label{width:100%;padding-bottom:0;border:none}.correct-item{flex-direction:column;gap:0}.correct-item__label{width:100%;border:none}.admin-product__title:not(:last-child){margin-bottom:20px}.admin-product__info-rows{padding:25px 0}.admin-product__column{width:30%}.admin-block__inner,.admin-block__row-top{flex-direction:column}.admin-block__inner{width:100%}.admin-block__bottom-row{margin-top:30px}.admin-block__title{font-size:24px}.admin-block__items{padding:24px 16px}.admin-cor-cat__row{flex-direction:column}.admin-cor-cat__images{justify-content:flex-start}.setting-admin{margin-bottom:30px}.setting-admin__item{flex-direction:column;gap:10px}}@media (max-width:29.99875em){.title{letter-spacing:4px}.admin-product__head{flex-direction:column;gap:10px}}@media (hover:hover){.button_green:hover{background:#0e5e01}.button_admin:hover{background:#014eb4}.button_admin:disabled{background:#014fb43b;cursor:default}.button_blue:hover{background:#014eb4}.link:hover:after{box-shadow:0 0 0 1px var(--blue)}.table table tbody tr:hover{background:rgba(186,204,229,.3)}.table__delete:hover{background:#f6b2b2}.actions__list li a:hover,.actions__list li button:hover{color:var(--blue)}.form-file__item:hover{box-shadow:0 0 10px var(--grey)}.form-file__link:hover{background:var(--blue);color:var(--white)}.form-file__remove:hover{background:#faabab}}.table__td-product_name{width:200px}.table__td-product_code{width:100px}.table__td-input{width:150px}.admin-product__select-box{position:relative}.cursor_pointer:hover{cursor:pointer}.center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:10px}.full_width{width:100%}.form-file__left-arrow{left:0}.form-file__left-arrow,.form-file__right-arrow{position:absolute;top:50%;z-index:2;background-color:#dde4eec9;border-radius:20%}.form-file__right-arrow{left:86%;transform:rotate(180deg)}.box-order{display:flex;justify-content:space-around;flex-direction:column;height:130px}.close-input{display:flex;justify-content:flex-start}.close-input>:first-child{align-self:stretch}.close-input-button{width:40px;height:40px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;background:var(--grey);transition:all .3s cubic-bezier(.5,.02,.13,.5)}.fullOpacity input{opacity:1!important;width:500px}.table__td-input-small{width:100px}.button_edit{padding:0 8px;min-height:40px}.export-accordion{border-radius:10px;margin-bottom:10px;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);color:white;box-shadow:0 2px 10px rgba(0,0,0,.2);overflow:hidden}.export-accordion-header{padding:15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.export-accordion-title{margin:0;font-size:1.5em;line-height:1.5em}.export-counter{margin:0;padding:0;display:flex;align-items:center;height:100%}.export-counter-text{background:rgba(0,0,0,.5);padding:10px 15px;border-radius:5px;font-weight:700;color:white;transition:background .3s;display:inline-block;line-height:1.5em}.export-accordion-content{max-height:0;opacity:0;transition:max-height .5s ease,opacity .5s ease;overflow:hidden}.export-accordion-content.open{max-height:300px;opacity:1}.export-accordion-content.closed{max-height:0;opacity:0}.export-accordion-inner{display:flex;flex-direction:column;padding:15px}.export-file-input-container{display:flex;align-items:center;width:100%}.export-drop-area{border:2px dashed white;border-radius:5px;width:100%;text-align:center;transition:background .3s;position:relative}.export-drop-area:hover{background:rgba(255,255,255,.1)}.export-drop-area-label{cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:50px}.export-file-input{display:none}.export-send-button{border:none;border-radius:5px;padding:10px 20px;background-color:#6a1b9a;color:white;font-size:1em;cursor:pointer;transition:background .3s,transform .2s;margin-left:10px;flex-shrink:0}.export-send-button:hover{background-color:#ab47bc;transform:translateY(-2px)}.export-send-button:active{transform:translateY(1px)}.next-header-admin-header{justify-content:space-between;padding:10px 20px;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);color:white;border-radius:0 0 20px 20px;z-index:3}.next-header-admin-header,.next-header-left{display:flex;align-items:center}.next-header-menu-toggle{background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:10px;z-index:3;margin-right:10px}.next-header-logo{display:flex;align-items:center}.next-header-logo img{height:40px;margin-right:10px;border-radius:50%}.next-header-admin-nav{position:absolute;left:50%;transform:translateX(-50%);display:flex;gap:15px}.next-header-nav-button{background:none;border:1px solid white;color:white;padding:8px 16px;cursor:pointer;transition:background-color .3s ease;border-radius:12px}.next-header-nav-button:hover{background-color:rgba(255,255,255,.2)}.next-header-nav-button.next-header-active{background-color:white;color:#0093E9;border:1px solid white}.next-header-sidebar{position:fixed;top:0;left:-250px;width:250px;height:100%;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);color:white;transition:left .3s ease;padding-top:60px;box-shadow:2px 0 10px rgba(0,0,0,.2);border-radius:0 20px 20px 0;z-index:3}.next-header-sidebar.next-header-open{left:0}.additional-buttons{width:100%;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);border-radius:20px;display:flex;justify-content:center;padding:10px 0;margin:10px 0;box-shadow:0 2px 5px rgba(0,0,0,.1)}.next-header-sidebar-close{background:none;border:none;color:white;font-size:24px;cursor:pointer;position:absolute;top:10px;right:10px}.next-header-sidebar ul{list-style:none;padding:0;margin-top:40px}.next-header-sidebar ul li{padding:15px 20px}.next-header-sidebar ul li .next-header-nav-button{width:100%;display:block}.next-header-sidebar ul li button{background:none;border:1px solid white;color:white;padding:8px 16px;cursor:pointer;transition:background-color .3s ease;border-radius:12px;width:100%}.next-header-sidebar ul li button:hover{background-color:rgba(255,255,255,.2)}@media (max-width:1260px){.next-header-admin-header .next-header-admin-nav{display:none}.next-header-sidebar{width:200px}}@media (max-width:1575px){.next-header-logo{display:none}}.scroll-to-top{position:fixed;bottom:80px;right:20px;width:50px;height:50px;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);color:white;border:none;border-radius:50%;font-size:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:opacity .3s ease;z-index:2}.scroll-to-top:hover{opacity:.8}.scroll-to-top:active{transform:scale(.95)}.sticky-div{position:-webkit-sticky;position:sticky;top:0;width:100%;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);display:flex;justify-content:center;padding:10px 0;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:2;border-radius:20px;transition:border-radius .3s ease}.sticky-div.sticky{border-radius:0 0 20px 20px}.sticky-button{background-color:white;border:none;color:#0093E9;padding:10px 20px;margin:0 10px;border-radius:20px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.sticky-button:hover{background-color:rgba(255,255,255,.8)}.sticky-button:disabled{background-color:rgba(255,255,255,.5)}.footer-div{width:100%;background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);display:flex;justify-content:center;padding:10px 0;box-shadow:0 -2px 5px rgba(0,0,0,.1);border-radius:20px;position:relative;bottom:0;transition:border-radius .3s ease}.footer-button{background-color:white;border:none;color:#0093E9;padding:10px 20px;margin:0 10px;border-radius:20px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.footer-button:hover{background-color:rgba(255,255,255,.8)}.footer-button:disabled{background-color:rgba(255,255,255,.5)}.next-login-container{display:flex;justify-content:center;align-items:center}.next-login-form{background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);padding:40px;border-radius:15px;box-shadow:0 4px 15px rgba(0,0,0,.2);width:100%;max-width:400px;color:white}.next-login-title{text-align:center;font-size:24px;margin-bottom:30px}.next-login-input-group{margin-bottom:20px}.next-login-input-group input{background-color:white}.next-login-input-group label{display:block;font-size:14px;margin-bottom:5px}.next-login-input-group input{width:100%;padding:10px;border-radius:8px;border:none;box-sizing:border-box;font-size:16px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.next-login-button{width:100%;padding:12px;background-color:white;color:#0093E9;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.next-login-button:hover{background-color:rgba(255,255,255,.8)}@media (max-width:500px){.next-login-form{padding:20px}.next-login-title{font-size:20px}.next-login-button,.next-login-input-group input{font-size:14px}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}input[type=number]{-moz-appearance:textfield!important}.analytics-widget{width:calc(100% - 10px);margin:5px auto;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#0093E9;background-image:linear-gradient(160deg,#0093E9,#80D0C7);font-family:Arial,sans-serif;color:white}.analytics-header{font-size:24px;font-weight:700;padding:20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2)}.analytics-content{display:flex;flex-direction:column;gap:16px;padding:20px}.analytics-section{margin-bottom:32px}.section-title{font-size:20px;font-weight:700;color:#ffffff;margin-bottom:16px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2);padding-bottom:8px;width:100%;display:block}.numbers-section{display:flex;flex-direction:column;align-items:center;gap:16px}.numbers-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;background:rgba(255,255,255,.2);border-radius:8px;padding:16px;box-sizing:border-box}.analytics-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 16px);text-align:center}.analytics-number{font-size:90px;font-weight:700}.analytics-label{font-size:18px;margin-top:8px}.charts-section{display:flex;flex-wrap:wrap;gap:32px;justify-content:center}.chart-item{flex:1 1 100%;max-width:100%;background:rgba(255,255,255,.2);border-radius:8px;padding:16px;box-sizing:border-box}.chart-title{color:#ffffff;font-size:18px;font-weight:700;text-align:center;margin-bottom:16px}@media (max-width:768px){.analytics-item{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 16px)}}@media (max-width:480px){.analytics-item{flex:1 1 100%;max-width:100%}}@media (min-width:769px) and (max-width:1199px){.analytics-item{flex-grow:1;flex-shrink:1;flex-basis:calc(33.33% - 16px)}}@media (min-width:1200px){.analytics-item{flex-grow:1;flex-shrink:1;flex-basis:calc(25% - 16px)}}.development-banner{width:100%;height:60px;background:#000;display:flex;align-items:center;justify-content:center;gap:40px;color:#fff;font-family:sans-serif}.development-banner .development-item .development-label{margin-right:8px}.development-badge{padding:4px 12px;border-radius:12px}.development-badge.development-dev{background:#ff9800;color:#000}.development-badge.development-prod{background:#4caf50;color:#fff}:root,:root[data-theme=dark]{color-scheme:dark;--color-text:#e8edf5;--color-heading:#f8fafc;--color-border:#4b5a70;--color-brand:#4da3ff;--color-surface:#0b0f14;--color-surface-elevated:#151b24;--color-surface-muted:#202938;--color-control:#18212e;--color-disabled:#303a49;--color-hover:rgb(75 90 112/55%);--color-placeholder:#8d99aa;--color-on-brand:#fff;--color-overlay:rgb(0 0 0/70%);--primary:var(--color-text);--darkblue:var(--color-heading);--grey:var(--color-border);--blue:var(--color-brand);--white:var(--color-surface);--hover-bg:var(--color-hover);--shadow-card:0 4px 28px rgb(0 0 0/45%);--base-color:#202938;--highlight-color:#344156}:root[data-theme=light]{color-scheme:light;--color-text:#242424;--color-heading:#323657;--color-border:#bacce5;--color-brand:#0069f4;--color-surface:#fafcff;--color-surface-elevated:#fff;--color-surface-muted:rgb(50 54 87/5%);--color-control:rgb(128 152 249/10%);--color-disabled:rgb(44 44 53/20%);--color-hover:rgb(186 204 229/70%);--color-placeholder:rgb(45 49 166/45%);--color-on-brand:#fff;--color-overlay:rgb(36 36 36/45%);--primary:var(--color-text);--darkblue:var(--color-heading);--grey:var(--color-border);--blue:var(--color-brand);--white:var(--color-surface);--hover-bg:var(--color-hover);--shadow-card:0 4px 28px rgb(0 0 0/15%);--base-color:#ebebeb;--highlight-color:#f5f5f5}body,html{background:var(--color-surface);color:var(--color-text)}.header,.input,.menu,.search-admin__form,body,html{transition:background-color var(--duration-normal),color var(--duration-normal),border-color var(--duration-normal)}body:after{background:var(--color-overlay)}.button_admin,.button_blue,.button_green{color:var(--color-on-brand)}.input{color:var(--color-text);background:var(--color-control)}.input::placeholder,.input:disabled{color:var(--color-placeholder)}.input:disabled{background-color:var(--color-disabled)}.input_admin{background:var(--color-surface-muted);border-color:var(--color-border)}.header,.menu,.search-admin__form{background:var(--color-surface-elevated)}.actions__list li a,.actions__list li button,.admin-product__title,.form-file__text{color:var(--color-text)}.actions__list,.table__td-text_grey{background:var(--color-surface-muted)}.form-file__item{border-color:var(--color-border)}.form-file__link{background:var(--color-surface-elevated)}.form-file__link:hover{color:var(--color-on-brand)}[data-theme=light] .actions__list{background:#fff;border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.table table th .checkbox__label:before{background:var(--color-on-brand)}.next-login-input-group input{color:var(--color-text);background:var(--color-surface-elevated);border:1px solid var(--color-border)}.theme-toggle{position:relative;width:54px;height:32px;flex:0 0 54px;padding:3px;border:1px solid rgb(255 255 255/65%);border-radius:999px;background:rgb(0 0 0/24%);color:#e7eefb;cursor:pointer}.theme-toggle__thumb{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#111827;box-shadow:0 2px 8px rgb(0 0 0/35%);transform:translateX(20px);transition:transform var(--duration-fast),background-color var(--duration-fast),color var(--duration-fast)}.theme-toggle__thumb .icon{width:16px;height:16px}[data-theme=light] .theme-toggle{background:rgb(255 255 255/24%)}[data-theme=light] .theme-toggle__thumb{color:#a65c00;background:#fff;transform:translateX(0)}.theme-toggle:hover{background:rgb(255 255 255/22%)}.theme-toggle:focus-visible{outline-color:#fff}[data-theme=dark] .input_admin_notice{color:#fff;background:linear-gradient(90deg,#513712,#704917)}[data-theme=dark] .form-file__remove,[data-theme=dark] .table__delete{background:#4a2026}[data-theme=dark] .additional-buttons,[data-theme=dark] .analytics-widget,[data-theme=dark] .export-accordion,[data-theme=dark] .footer-div,[data-theme=dark] .next-header-admin-header,[data-theme=dark] .next-header-sidebar,[data-theme=dark] .next-login-form,[data-theme=dark] .scroll-to-top,[data-theme=dark] .sticky-div,[data-theme=dark] .table table thead{background-color:#111827;background-image:linear-gradient(160deg,#111827,#164e63)}[data-theme=dark] .table table tbody tr:hover{background:var(--color-hover)}[data-theme=dark] .full_width [class*=-control]{color:var(--color-text);background-color:var(--color-control);border-color:var(--color-border)}[data-theme=dark] .full_width [class*=-control]:hover{border-color:var(--color-brand)}[data-theme=dark] .full_width [class*=-menu-list],[data-theme=dark] .full_width [class*=-menu]{color:var(--color-text);background-color:var(--color-surface-elevated)}[data-theme=dark] .full_width [class*=-option]{color:var(--color-text);background-color:initial}[data-theme=dark] .full_width [class*=-option]:hover,[data-theme=dark] .full_width [class*=-option][aria-selected=true]{background-color:var(--color-hover)}[data-theme=dark] .full_width [class*=-input],[data-theme=dark] .full_width [class*=-placeholder],[data-theme=dark] .full_width [class*=-singleValue]{color:var(--color-text)}[data-theme=dark] .full_width [class*=-multiValue]{color:var(--color-text);background-color:var(--color-surface-muted)}[data-theme=dark] .full_width [class*=-multiValue] [class*=-label]{color:var(--color-text)}[data-theme=dark] .full_width [class*=-indicatorSeparator]{background-color:var(--color-border)}[data-theme=dark] .table div[draggable]{color:var(--color-text);background:var(--color-surface-elevated)!important;border-color:var(--color-border)!important}[data-theme=dark] .table div[draggable]>button,[data-theme=dark] .table div[draggable]>div{color:var(--color-text)!important}[data-theme=dark] .table div[draggable]>div:last-child{background:var(--color-surface-muted)!important}@media (max-width:500px){.next-header-admin-header{padding-inline:10px}}@font-face{font-family:inter;src:url(/_next/static/media/c923850ad39cd412-s.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:inter;src:url(/_next/static/media/f8782e77107e17ca-s.woff2) format("woff2");font-display:swap;font-weight:500}@font-face{font-family:inter;src:url(/_next/static/media/4b917d4a798d3f8a-s.woff2) format("woff2");font-display:swap;font-weight:600}@font-face{font-family:inter;src:url(/_next/static/media/fc97c5a08f67ee9c-s.woff2) format("woff2");font-display:swap;font-weight:700}@font-face{font-family:inter Fallback;src:local("Arial");ascent-override:90.00%;descent-override:22.43%;line-gap-override:0.00%;size-adjust:107.64%}.__className_cb99cf{font-family:inter,inter Fallback}.__variable_cb99cf{--font-inter:"inter","inter Fallback"}@font-face{font-family:montserrat;src:url(/_next/static/media/fec9dab2a38a9dc1-s.woff2) format("woff2");font-display:swap;font-weight:400}@font-face{font-family:montserrat;src:url(/_next/static/media/532c6532f1bd15ea-s.woff2) format("woff2");font-display:swap;font-weight:500}@font-face{font-family:montserrat;src:url(/_next/static/media/dc496ec7c39b13c3-s.woff2) format("woff2");font-display:swap;font-weight:600}@font-face{font-family:montserrat;src:url(/_next/static/media/984112c3d443ba6d-s.woff2) format("woff2");font-display:swap;font-weight:700}@font-face{font-family:montserrat Fallback;src:local("Arial");ascent-override:84.97%;descent-override:22.03%;line-gap-override:0.00%;size-adjust:113.92%}.__className_ed279f{font-family:montserrat,montserrat Fallback}.__variable_ed279f{--font-montserrat:"montserrat","montserrat Fallback"}.AppRoot_root__hR9MZ{min-height:100%}