:root{--bg-primary:#0a080c; --bg-secondary:#110f15; --bg-tertiary:#1c1922; --bg-neutral:#232029; --bg-dark-gray:rgba(255, 255, 255, 0.08); --text-primary:#fff; --text-secondary:#fff; --text-neutral:#7f788c; --color-purple:#9568ff; --color-red:#883838; --color-blue:#226f9b; --color-pink:#8903aa; --color-orange:#f08240; --color-green:#2aa643; --color-lime:#00ada3; --color-yellow:#b38b3b; --theme-first-color:#ee417f; --theme-second-color:#e8429f; --radius-small:5px; --radius-medium:10px; --radius-large:14px; --radius-full:100%; --container-width:80rem; --container-width-large:90rem; --container-width-small:50rem; --container-width-medium:880px}*{scrollbar-width:thin; scrollbar-color:var(--theme-second-color) var(--bg-dark-gray)}*::-webkit-scrollbar{width:14px}*::-webkit-scrollbar-track{background:var(--bg-tertiary)}*::-webkit-scrollbar-thumb{background-color:var(--theme-first-color); border:3px solid var(--bg-dark-gray)}html{tab-size:4; font-family:rubik,karla,mulish,system-ui,-apple-system,segoe ui,Roboto,helvetica neue,noto sans,liberation sans,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace; font-feature-settings:normal; scroll-behavior:smooth}*{-webkit-user-select:text; -moz-user-select:text; -ms-user-select:text}::selection{color:var(--text-primary); border-radius:var(--radius-medium); background-color:var(--theme-second-color)}body{font-size:1.1rem; font-family:Inter, sans-serif; line-height:1.7rem; font-weight:400;}a:link, a:visited{color:var(--text-primary)}a:hover, a:active{transition:all .2s ease-out; opacity:.8}a:not([href]){cursor:pointer}header>.container>*:not(:second-child){flex:0 1 auto; width:100px}.container{width:var(--container-width); margin:0 auto}.container_large{width:var(--container-width-large); margin:0 auto}.container_small{width:var(--container-width-small); margin:0 auto}.container_medium{width:var(--container-width-medium); margin:0 auto}.text_small{font-size:0.85rem;}.text_large{font-size:1.25rem; line-height:1.75rem}.text_xlarge{font-size:1.75rem; line-height:2.25rem}.text_2xlarge{font-size:1.95rem; line-height:2.5rem}.text_3xlarge{font-size:2.25rem; line-height:2.75rem}.text_4xlarge{font-size:2.5rem; line-height:3rem}.text_5xlarge{font-size:4.4rem; line-height:4.5rem;}i.text_large{line-height:1}.weight_normal{font-weight:400}.weight_semibold{font-weight:500}.weight_bold{font-weight:600}.line_through{text-decoration:line-through}.transform_uppercase{text-transform:uppercase}.theme_text_gradient{background:linear-gradient(to right,var(--theme-first-color), var(--theme-second-color)); -webkit-background-clip:text; -webkit-text-fill-color:transparent}.theme_text_glow{text-shadow:0 0 20px rgba(217, 70, 239, 0.5);}.theme_first_color{color:var(--theme-first-color)}.position_absolute{position:absolute}.position_relative{position:relative}.position_fixed{position:fixed}.align_center{text-align:center}.align_left{text-align:left}.align_right{text-align:right}.items_center{align-items:center}.flex_container{display:flex}.flex_wrap{flex-wrap:wrap}.flex_grow{flex-grow:1}.flex_rows_2{flex:1 0 47%}.flex_rows_3{flex:1 0 31%}.flex_rows_4{flex:1 0 23%}.flex_full{flex:1}.flex_grid_3{flex-basis:33.33%}.block{display:block}.inline_block{display:inline-block}.none{display:none}.vmiddle{vertical-align:middle}[data-width="100px"]{width:100px}[data-width="280px"]{width:280px}[data-width="60px"]{width:60px}[data-width="1%"]{width:1%}[data-width="2%"]{width:1%}[data-width="5%"]{width:5%}[data-width="7.5%"]{width:7.5%}[data-width="10%"]{width:10%}[data-width="12.5%"]{width:12.5%}[data-width="15%"]{width:15%}[data-width="17.5%"]{width:17.5%}[data-width="20%"]{width:20%}[data-width="25%"]{width:25%}[data-width="30%"]{width:30%}[data-width="33%"]{width:33%}[data-width="35%"]{width:35%}[data-width="40%"]{width:40%}[data-width="45%"]{width:45%}[data-width="50%"]{width:50%}[data-width="55%"]{width:55%}[data-width="60%"]{width:60%}[data-width="65%"]{width:65%}[data-width="70%"]{width:70%}[data-width="75%"]{width:75%}[data-width="80%"]{width:80%}[data-width="85%"]{width:85%}[data-width="90%"]{width:90%}[data-width="95%"]{width:95%}[data-width="100%"]{width:100%}[data-width="100%"]{width:100%}[data-width="100px"]{width:100px}[data-width="160px"]{width:120px}[data-width="200px"]{width:200px}[data-width="300px"]{width:300px}[data-width="400px"]{width:400px}[data-width="500px"]{width:500px}[data-height="30px"]{height:30px}[data-height="40px"]{height:40px}[data-height="80px"]{height:80px}[data-height="100px"]{height:100px}[data-height="120px"]{height:120px}[data-height="140px"]{height:140px}[data-height="200px"]{height:200px}[data-height="300px"]{height:300px}[data-height="400px"]{height:400px}[data-height="600px"]{height:600px}.float_right{float:right}.float_left{float:left}.border{border-style:solid; border-width:0}.border_full_2x{border-width:2px}.border_left_4x{border-left-width:4px}.border_full{border-width:1px}.border_theme{border-color:var(--theme-second-color)}.border_neutral{border-color:var(--bg-neutral)}.border_dark_gray{border-color:var(--bg-dark-gray)}.border_warning{border-color:var(--text-warning)}.border_white{border-color:var(--text-primary)}.border_top{border-top-width:1px}.border_left{border-left-width:1px}.border_bottom{border-bottom-width:1px}.border_right{border-right-width:1px}.m_1{margin:.25rem}.m_2{margin:.5rem}.m_3{margin:.75rem}.m_4{margin:1rem}.-m_1{margin:-.25rem}.-m_2{margin:-.5rem}.-m_4{margin:-1rem}.m_5{margin:1.25rem}.m_6{margin:1.5rem}.m_7{margin:1.75rem}.m_8{margin:2rem}.ml_auto{margin-left:auto}.ml_1{margin-left:.25rem}.ml_2{margin-left:.5rem}.ml_3{margin-left:.75rem}.ml_4{margin-left:1rem}.ml_5{margin-left:1.25rem}.ml_6{margin-left:1.5rem}.ml_7{margin-left:1.75rem}.ml_8{margin-left:2rem}.-ml_6{margin-left:-1.5rem}.mt_1{margin-top:.25rem}.mt_2{margin-top:.5rem}.mt_3{margin-top:.75rem}.mt_4{margin-top:1rem}.mt_5{margin-top:1.25rem}.mt_6{margin-top:1.5rem}.mt_7{margin-top:1.75rem}.mt_8{margin-top:2rem}.mt_9{margin-top:2.25rem}.mt_10{margin-top:2.5rem}.mt_11{margin-top:2.75rem}.mt_12{margin-top:3rem}.mt_13{margin-top:3.25rem}.mt_14{margin-top:3.5rem}.mt_15{margin-top:3.75rem}.mt_16{margin-top:4rem}.mr_1{margin-right:.25rem}.mr_2{margin-right:.5rem}.mr_3{margin-right:.75rem}.mr_4{margin-right:1rem}.mr_5{margin-right:1.25rem}.mr_6{margin-right:1.5rem}.mr_7{margin-right:1.75rem}.mr_8{margin-right:2rem}.mr_auto{margin-right:auto}.mb_1{margin-bottom:.25rem}.mb_2{margin-bottom:.5rem}.mb_3{margin-bottom:.75rem}.mb_4{margin-bottom:1rem}.mb_5{margin-bottom:1.25rem}.mb_6{margin-bottom:1.5rem}.mb_7{margin-bottom:1.75rem}.mb_8{margin-bottom:2rem}.mb_9{margin-bottom:2.25rem}.mb_10{margin-bottom:2.5rem}.mb_11{margin-bottom:2.75rem}.mb_12{margin-bottom:3rem}.mb_13{margin-bottom:3.25rem}.mb_14{margin-bottom:3.5rem}.mb_15{margin-bottom:3.75rem}.mb_16{margin-bottom:4rem}.-mb_2{margin-bottom:-.5rem}.p_1{padding:.25rem}.p_2{padding:.5rem}.p_3{padding:.75rem}.p_4{padding:1rem}.p_5{padding:1.25rem}.p_6{padding:1.5rem}.p_7{padding:1.75rem}.p_8{padding:2rem}.p_cell{padding:.85rem .65rem; word-wrap:anywhere}.pl_1{padding-left:.25rem}.pl_2{padding-left:.5rem}.pl_3{padding-left:.75rem}.pl_4{padding-left:1rem}.pl_5{padding-left:1.25rem}.pl_6{padding-left:1.5rem}.pl_7{padding-left:1.75rem}.pl_8{padding-left:2rem}.pt_1{padding-top:.25rem}.pt_2{padding-top:.5rem}.pt_3{padding-top:.75rem}.pt_4{padding-top:1rem}.pt_5{padding-top:1.25rem}.pt_6{padding-top:1.5rem}.pt_7{padding-top:1.75rem}.pt_8{padding-top:2rem}.pt_12{padding-top:3rem}.pt_22{padding-top:7rem}.pr_1{padding-right:.25rem}.pr_2{padding-right:.5rem}.pr_3{padding-right:.75rem}.pr_4{padding-right:1rem}.pr_5{padding-right:1.25rem}.pr_6{padding-right:1.5rem}.pr_7{padding-right:1.75rem}.pr_8{padding-right:2rem}.pb_1{padding-bottom:.25rem}.pb_2{padding-bottom:.5rem}.pb_3{padding-bottom:.75rem}.pb_4{padding-bottom:1rem}.pb_5{padding-bottom:1.25rem}.pb_6{padding-bottom:1.5rem}.pb_7{padding-bottom:1.75rem}.pb_12{padding-bottom:3rem}.pb_8{padding-bottom:2rem}.pb_22{padding-bottom:7rem}.textbox{line-height:1.5; padding:.75rem .95rem; border-radius:var(--radius-medium); border:1px solid var(--bg-neutral); background-color:transparent; font:inherit}.button{border-radius:var(--radius-medium)}.button_outlined{background-color:rgb(255 255 255 / 0.05); border:1px solid rgb(255 255 255 / 0.1);}.button_solid{background-image:linear-gradient(90deg, var(--theme-first-color) 0%, var(--theme-second-color) 100%);}.button_solid:not(.no_hover):hover{opacity:.8; transition:all .2s ease-out}.width_full{width:100%}.width_auto{width:auto}.height_auto{height:auto}.height_full{height:100%}.bg_theme_gradient{background-image:linear-gradient(90deg,var(--theme-first-color),var(--theme-second-color))}.bg_primary{background-color:var(--bg-primary);}.bg_secondary{background-color:var(--bg-secondary)}.bg_tertiary{background-color:var(--bg-tertiary)}.bg_none{background-color:transparent}.bg_error{background-color:var(--color-red)}.bg_warning, .bg_orange{background-color:var(--color-orange)}.bg_transparent{background-color:transparent;}.bg_semitransparent{background:rgba(5, 2, 10, 0.7); backdrop-filter:blur(12px);}.bg_purple{background-color:var(--color-purple)}.bg_yellow{background-color:var(--color-yellow)}.bg_red{background-color:var(--color-red)}.bg_orange{background-color:var(--color-orange)}.bg_green{background-color:var(--color-green)}.bg_blue{background-color:var(--color-blue)}.bg_pink{background-color:var(--color-pink)}.bg_glass{background-position:center center; background-size:cover; background-repeat:no-repeat}.color_primary{color:var(--text-primary)}.color_neutral{color:var(--text-neutral)}.color_success{color:var(--color-success)}.color_warning{color:var(--text-warning)}.color_red{color:var(--color-red)}.color_blue{color:var(--color-blue)}.color_pink{color:var(--color-pink)}.color_orange{color:var(--color-orange)}.color_green{color:var(--color-green)}.color_lime{color:var(--color-lime)}.color_yellow{color:var(--color-yellow)}.color_purple{color:var(--color-purple)}.color_theme{color:var(--theme-second-color)}.radius_small{border-radius:var(--radius-small)}.radius_medium{border-radius:var(--radius-medium)}.radius_full{border-radius:var(--radius-full)}.radius_left_top_medium{border-radius:var(--radius-medium) 0 0 0}.radius_right_top_medium{border-radius:0 var(--radius-medium) 0 0}.radius_large{border-radius:var(--radius-large)}.product_title{}.product_image{height:170px; filter:hue-rotate(330deg); background-size:105% 105%; background-position:center center; background-repeat:no-repeat; border-radius:var(--radius-medium) var(--radius-medium) 0px 0px;}.product_image:not([data-height]){}.product_image:not([style]){background-image:url(../images/logo.png); background-size:100%}.product_image::before{content:""; position:absolute; height:100%; width:100%; left:0; top:0; right:0; bottom:0; background-image:linear-gradient(to bottom, #fff0 0%, var(--bg-secondary) 300%);}.product_label{right:10px; bottom:10px; border-radius:10px; padding:2px 7px; font-weight:450}.product_details_image{width:100px; height:auto; filter:hue-rotate(310deg);}input[type=radio]:not(.ignore_style){vertical-align:middle; display:inline-block; margin-right:3px}input[type=radio]:not(.ignore_style){-webkit-appearance:none; appearance:none}input[type=radio]:not(.ignore_style), input[type=checkbox]:not(.ignore_style){position:relative; width:1.2em; height:1.2em; border:1px solid var(--text-neutral); vertical-align:-4px; color:var(--bg-secondary); border-radius:2px; background:var(--bg-tertiary)}input[type=radio]:not(.ignore_style){border-radius:10px}input[type=radio]:not(.ignore_style):checked, input[type=checkbox]:not(.ignore_style):checked{background:var(--theme-first-color); box-shadow:0 0 0 2px var(--bg-tertiary) inset}.dataTables_info{margin-top:1rem}.dataTables_paginate{text-align:right; font-size:.6rem; cursor:pointer; line-height:.9rem}.paginate_button{padding:.25rem .5rem}.paginate_button.current{border-radius:var(--radius-medium); background:linear-gradient(var(--bg-secondary),var(--bg-secondary)) padding-box,linear-gradient(to right,var(--theme-first-color),var(--theme-second-color)) border-box; border:1px solid transparent}.line_height_0{line-height:.25rem}.line_height_1{line-height:2.1rem}input[name=payment_method]{position:absolute; cursor:pointer; z-index:25; left:0; opacity:0; right:0; top:0; bottom:0; width:100%; height:100%}.grid_container{display:grid; grid-template-columns:repeat(auto-fill,minmax(20%,1fr)); grid-gap:1.5rem}.vouches_grid_container{display:grid; grid-template-columns:repeat(auto-fill,minmax(30%,1fr)); grid-gap:1.5rem}.payment_methods.grid_container{grid-gap:.5rem}.grid_container_3x{display:grid; grid-template-columns:repeat(auto-fill,minmax(30%,1fr)); grid-gap:1.2rem}.banner_image{width:400px; height:80px}.apexcharts-gridline{stroke-dasharray:1}.apexcharts-tooltip, .apexcharts-tooltip-title{border:none!important; background:0 0!important}.apexcharts-tooltip{background-color:var(--bg-tertiary)!important}.apexcharts-gridline{stroke-dasharray:5; opacity:.3}.apexcharts-xaxis-label{color:red!Important}.apexcharts-legend{display:block!important}.apexcharts-legend-series{padding:5px 0}.apexcharts-menu{background-color:var(--bg-secondary)!important; border:none!important}.apexcharts-theme-light .apexcharts-menu-item:hover{background-color:var(--bg-secondary)!important}tspan, .apexcharts-legend-text, .apexcharts-legend-text{font-size:12px!important}.apexcharts-legend{top:30px}.apexcharts-toolbar{transform:scale(1.5); padding-right:30px!important; padding-bottom:30px!important}.dropdown_menu{min-width:170px; margin-left:-90px; top:100%; perspective:1000px; z-index:-1; animation:downOut 300ms ease-in-out forwards; transform-origin:center center}.dropdown_menu:not(.none){z-index:999}@keyframes downOut{0%{transform:translateZ(200px) transLateY(40px)}80%{transform:translateZ(-10px) transLateY(0)}100%{transform:translateZ(0) transLateY(0)}}[data-menu="#nav_menu"], [data-menu="#admin_menu"]{display:none}select{color:var(--text-neutral)}select.sort_icon{}select option{background-color:var(--bg-tertiary); min-width:100px; text-overflow:ellipsis; overflow:hidden}select option[selected]{background-color:var(--theme-first-color); color:var(--text-primary)}svg[width="24"]{display:inline-block; vertical-align:middle; margin-right:.25rem; margin-top:-.15rem}button.position_absolute{top:15px; right:10px; background-color:transparent}.telegram_button{position:fixed; right:20px; bottom:40px; width:50px; height:50px; border-radius:100%; background:#4556b5; text-align:center; line-height:50px;}.telegram_button svg{position:relative; top:0px; transform:scale(1.5);}i{-webkit-text-stroke:0 var(--bg-secondary)}.slider{overflow:hidden; margin:0 auto; position:relative}.slides{position:relative; width:100%}.slide_item{display:none}.active{display:block}.wrapper{display:flex; min-height:100vh; flex-direction:column; justify-content:space-between}.review_icon{top:-30px; right:4px}a[data-menu="#side_menu"]{display:none}.aboslute_overlay{position:absolute; cursor:pointer; z-index:25; left:0; opacity:0; right:0; top:0; bottom:0; width:100%; height:100%}.wrapper{display:flex; min-height:100vh; flex-direction:column; justify-content:space-between}.blocker{z-index:99 !important;}.blocker.current .modal{max-height:90vh;}.modal img{max-width:100%;}.side_menu{width:170px;}.linedwrap{border:1px solid #c0c0c0; padding:3px;}.linedtextarea{padding:0px; margin:0px;}.linedtextarea textarea, .linedwrap .codelines .lineno{font-size:10pt; font-family:monospace; line-height:normal !important;}.linedtextarea textarea{padding-right:0.3em; padding-top:0.3em; border:0;}.linedwrap .lines{margin-top:0px; width:50px; float:left; overflow:hidden; border-right:1px solid #c0c0c0; margin-right:10px;}.linedwrap .codelines{padding-top:5px;}.linedwrap .codelines .lineno{color:#AAAAAA; padding-right:0.5em; padding-top:0.0em; text-align:right; white-space:nowrap;}.linedwrap .codelines .lineselect{color:red;}.stocks_wrapper{max-height:400px; overflow-y:auto;}.active_nav{padding:0.4rem 0.6rem; position:relative;}.active_nav:before{display:block; content:""; width:100%; height:3px; position:absolute; bottom:0px; left:0px; border-radius:var(--radius-large); background-image:linear-gradient(90deg, var(--theme-first-color) 0%, var(--theme-second-color) 100%);}.cart_count, .alerts_count{position:absolute; top:-3px; right:-6px; font-size:10px; padding:3px 7px; height:auto; display:none; line-height:normal; border-radius:var(--radius-full);}.alerts_count + i{position:relative; left:2px;}[class*="_count"]:not([data-count="0"]){background-color:var(--theme-first-color); display:block;}[class*="_count"][data-count="0"]{}[data-tab*="all"] span:not(.active_tab), [data-tab*="#category_"] span:not(.active_tab){border-color:var(--bg-neutral);}[data-tab*="all"] span.active_tab, [data-tab*="#category_"] span.active_tab{background-image:linear-gradient(90deg,var(--theme-first-color),var(--theme-second-color)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; border-color:var(--theme-second-color);}.CodeMirror{width:100%;}#category_menu{display:none;}a[data-tab] i{margin-right:0.3rem;}.telegram_button{position:fixed; right:20px; bottom:40px; width:50px; height:50px; border-radius:100%; background:#5db7e7; text-align:center; line-height:50px;}.telegram_button svg{position:relative; top:10px;}.crypto_qr_code{padding:0rem; background-color:#fff;}.crypto_qr_code img{width:40px; height:40px;}.word_wrap{word-wrap:anywhere;}.bg_effect_top{filter:blur(150px); background-color:hsl(330 85% 60% / .1); border-radius:9999px; transform:translate(25%,-50%); position:fixed; left:0; top:0; z-index:-1; width:600px; height:600px;}.bg_effect_bottom{background-color:hsl(330 85% 60% / .1); filter:blur(120px); position:fixed; bottom:0; z-index:-1; transform:translate(0, 50%); right:0; width:400px; height:400px;}.animate-pulse-slow{animation:pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;}@keyframes pulse{50%{opacity:.5}}header{border-bottom:1px solid rgba(255, 255, 255, 0.05);}.text_highlight{}.hero_image{background-image:url(../images/hero.png); background-size:100% 100%; background-repeat:no-repeat; height:100%; position:relative; z-index:0;}.hero_box{position:absolute; left:0; top:0; width:100%; height:100%; opacity:0.4; border-radius:99999px; filter:blur(100px); background-image:linear-gradient(to top right, #e11d48, #9333ea);}.z_index_1{z-index:1;}.label_in_stock{background-color:#163127; color:#2EBF7A;}.label_out_stock{background-color:#163127; color:#2EBF7A; filter:hue-rotate(190deg);}